diff options
author | Michael Chicoine <mc2739@gmail.com> | 2011-12-20 15:55:46 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2011-12-20 15:55:46 +0000 |
commit | dafbcadd3624ca8d38a90f9eda328c5a9e026785 (patch) | |
tree | 1cf050ae1f80931bec34655a0c028f3100f60a12 /apps/lang | |
parent | 44d1a262715d0f4891e499661a89a6cd49bbb440 (diff) |
Add missing strings to American English
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31378 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english-us.lang | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang index 489f9f4dbb..b16e485abe 100644 --- a/apps/lang/english-us.lang +++ b/apps/lang/english-us.lang @@ -12816,3 +12816,65 @@ *: "Start Sleep Timer On Boot" </voice> </phrase> +<phrase> + id: LANG_GLYPHS + desc: in settings_menu + user: core + <source> + *: "Glyphs To Cache" + </source> + <dest> + *: "Glyphs To Cache" + </dest> + <voice> + *: "Glyphs To Cache" + </voice> +</phrase> +<phrase> + id: LANG_KEYCLICK_HARDWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Speaker Keyclick" + </source> + <dest> + *: none + hardware_click: "Speaker Keyclick" + </dest> + <voice> + *: none + hardware_click: "Speaker Keyclick" + </voice> +</phrase> +<phrase> + id: LANG_KEYCLICK_SOFTWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Headphone Keyclick" + </source> + <dest> + *: none + hardware_click: "Headphone Keyclick" + </dest> + <voice> + *: none + hardware_click: "Headphone Keyclick" + </voice> +</phrase> +<phrase> + id: LANG_SHORTCUTS + desc: Title in the shortcuts menu + user: core + <source> + *: "Shortcuts" + </source> + <dest> + *: "Shortcuts" + </dest> + <voice> + *: "Shortcuts" + </voice> +</phrase> |