diff options
author | Adrián Tinoco <atinocoher@gmail.com> | 2020-06-08 21:04:25 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2020-06-25 14:56:07 +0000 |
commit | e8a3ade0eae65a962993d1d70b6aa6d74ac639a6 (patch) | |
tree | f5cfffd2a25d807fc1dc633e4bb69f8a0c797949 /apps/lang/english.lang | |
parent | ce61be4d59607c579594a66e59db1569c775f3da (diff) | |
download | rockbox-e8a3ade0eae65a962993d1d70b6aa6d74ac639a6.tar.gz rockbox-e8a3ade0eae65a962993d1d70b6aa6d74ac639a6.zip |
PictureFlow fixes:
- Extra data structure to store artist info.
- Create_album_index modified to perform a different query.
- Added load and save functions to store the data index in HDD.
- Album collisions fixed.
- New config options to perform rescans.
- Extra fields added to lang files: english and spanish.
Update CREDITS
Change-Id: I31814b38d8b4e7fa4b65f5e6e51aa5f00d271ece
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index fd7f2778c5..bc27a9fb4c 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -16433,3 +16433,102 @@ id: VOICE_BAT_BENCH_KEYS *: "File error" </voice> </phrase> +<phrase> + id: LANG_UPDATE_CACHE + desc: in pictureflow + user: core + <source> + *: "Update cache" + </source> + <dest> + *: "Update cache" + </dest> + <voice> + *: "Update cache" + </voice> +</phrase> +<phrase> + id: LANG_HIDE_ALBUM_TITLE_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Hide information" + </source> + <dest> + *: none + lcd_bitmap: "Hide information" + </dest> + <voice> + *: none + lcd_bitmap: "Hide information" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_AT_THE_BOTTOM_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album at the bottom" + </source> + <dest> + *: none + lcd_bitmap: "Show album at the bottom" + </dest> + <voice> + *: none + lcd_bitmap: "Show album at the bottom" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_AT_THE_TOP_NEW + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album at the top" + </source> + <dest> + *: none + lcd_bitmap: "Show album at the top" + </dest> + <voice> + *: none + lcd_bitmap: "Show album at the top" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_ALL_AT_THE_TOP + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album and artist at the top" + </source> + <dest> + *: none + lcd_bitmap: "Show album and artist at the top" + </dest> + <voice> + *: none + lcd_bitmap: "Show album and artist at the top" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_ALL_AT_THE_BOTTOM + desc: in the pictureflow settings + user: core + <source> + *: none + lcd_bitmap: "Show album and artist at the bottom" + </source> + <dest> + *: none + lcd_bitmap: "Show album and artist at the bottom" + </dest> + <voice> + *: none + lcd_bitmap: "Show album and artist at the bottom" + </voice> +</phrase>
\ No newline at end of file |