diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2023-10-16 17:33:31 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2023-10-16 17:33:31 -0400 |
commit | 5c791f2d2b17264dd8bd0d386aef631c11e583fa (patch) | |
tree | cbe62e12eb7d80dfa2f0c586a46a03eb5fc8f79e | |
parent | 3c89adbdbdd036baf313786b0694632c8e7e2bb3 (diff) | |
download | rockbox-5c791f2d2b.tar.gz rockbox-5c791f2d2b.zip |
lang: Update english-us "translation"
Change-Id: Icafb2252898483075ce02d3d7573c989917af8ec
-rw-r--r-- | apps/lang/english-us.lang | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang index f6276a1380..5a3eb38ba3 100644 --- a/apps/lang/english-us.lang +++ b/apps/lang/english-us.lang @@ -2266,20 +2266,25 @@ charging: "Backlight (While Plugged In)" </voice> </phrase> +### The <source> section for 'LANG_BACKLIGHT_ON_BUTTON_HOLD:*' differs from the english! +### the previously used one is commented below: +### Backlight on Lock +### The <dest> section for 'LANG_BACKLIGHT_ON_BUTTON_HOLD:*' is missing! Copying from english! +### The <voice> section for 'LANG_BACKLIGHT_ON_BUTTON_HOLD:*' is missing! Copying from english! <phrase> id: LANG_BACKLIGHT_ON_BUTTON_HOLD desc: in lcd settings user: core <source> - *: none + *: "Backlight on Lock" hold_button: "Backlight on Hold" </source> <dest> - *: none + *: "Backlight on Lock" hold_button: "Backlight on Hold" </dest> <voice> - *: none + *: "Backlight on Lock" hold_button: "Backlight on hold" </voice> </phrase> @@ -6043,12 +6048,6 @@ 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!) @@ -11697,16 +11696,16 @@ </phrase> <phrase> id: LANG_AUTOMATIC - desc: generic automatic + desc: deprecated user: core <source> - *: "Automatic" + *: "" </source> <dest> - *: "Automatic" + *: "" </dest> <voice> - *: "Automatic" + *: "" </voice> </phrase> <phrase> @@ -16543,7 +16542,6 @@ 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 @@ -16558,7 +16556,6 @@ *: "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 |