diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2023-06-05 21:16:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2023-06-05 21:17:09 -0400 |
commit | 412e0621c147adbccaf3b8ba880e8ae18d8b66b6 (patch) | |
tree | 7464f90a9fb99728fe4e9791801a442f1dfa072c | |
parent | 3ef49d9c5e92579dcb7e51e081b27fddf8c7b9b4 (diff) | |
download | rockbox-412e0621c1.tar.gz rockbox-412e0621c1.zip |
Update english-us "translation"
Change-Id: Ifad2ecb526c1f2ba5c554601003049915877fcdd
-rw-r--r-- | apps/lang/english-us.lang | 55 |
1 files changed, 48 insertions, 7 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang index 21061b4d63..f6276a1380 100644 --- a/apps/lang/english-us.lang +++ b/apps/lang/english-us.lang @@ -5342,10 +5342,12 @@ recording: "" </source> <dest> - *: "" + *: none + recording: "" </dest> <voice> - *: "" + *: none + recording: "" </voice> </phrase> <phrase> @@ -6041,24 +6043,33 @@ xduoox3: "micro S D 1" </voice> </phrase> +### The <source> section for 'LANG_DISK_NAME_MMC:hibylinux' is missing! Copying from english! +### The <source> section for 'LANG_DISK_NAME_MMC:multivolume' differs from the english! +### the previously used one is commented below: +### HD1: +### The <dest> section for 'LANG_DISK_NAME_MMC:hibylinux' is missing! Copying from english! +### The <voice> section for 'LANG_DISK_NAME_MMC:hibylinux' is missing! Copying from english! <phrase> id: LANG_DISK_NAME_MMC desc: in info menu; name for external disk with multivolume (keep short!) user: core <source> *: none - multivolume: "HD1" + hibylinux: "USB:" + multivolume: "HD1:" sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:" xduoox3: "mSD2:" </source> <dest> *: none + hibylinux: "USB:" multivolume: "HD1" sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:" xduoox3: "mSD2:" </dest> <voice> *: none + hibylinux: "U S B" multivolume: "H D 1" sansac200*,sansaclipplus,sansae200*,sansafuze*: "micro S D" xduoox3: "micro S D 2" @@ -14597,16 +14608,16 @@ </phrase> <phrase> id: LANG_CLEAR_PLAYLIST - desc: in the pictureflow main menu + desc: deprecated user: core <source> - *: "Clear playlist" + *: "" </source> <dest> - *: "Clear playlist" + *: "" </dest> <voice> - *: "Clear playlist" + *: "" </voice> </phrase> <phrase> @@ -16532,3 +16543,33 @@ perceptual_volume: "Perceptual" </voice> </phrase> +### This phrase is missing entirely, copying from english! +<phrase> + id: LANG_SHOW_TRACKS_WHILE_BROWSING + desc: in PictureFlow Main Menu + user: core + <source> + *: "Show Tracks While Browsing" + </source> + <dest> + *: "Show Tracks While Browsing" + </dest> + <voice> + *: "Show Tracks While Browsing" + </voice> +</phrase> +### This phrase is missing entirely, copying from english! +<phrase> + id: LANG_GOTO_LAST_ALBUM + desc: in PictureFlow Main Menu + user: core + <source> + *: "Go to Last Album" + </source> + <dest> + *: "Go to Last Album" + </dest> + <voice> + *: "Go to Last Album" + </voice> +</phrase> |