diff options
author | Stéphane Doyon <s.doyon@videotron.ca> | 2007-11-03 03:38:54 +0000 |
---|---|---|
committer | Stéphane Doyon <s.doyon@videotron.ca> | 2007-11-03 03:38:54 +0000 |
commit | f6b404bd73818bdf9fd58b1edb61141a6d11af87 (patch) | |
tree | 818c0d19e226d6ff53fcc3eca8d6630b57c657c2 /apps/lang/english.lang | |
parent | a042c720c3cd0579a77720dad8076a3d33687924 (diff) |
Info screen fixups:
* Shortened the voice entry for external disk names.
* Deprecated LANG_CURRENT_TIME which is not used anywhere.
* Before there were CRLFs, then there were blank lines, cleaned that up.
* Removed extra format specifier and args in the snprintf for MMC NOT_PRESENT.
* Made the voice info about disks match more closely what is displayed:
basically, speak disk size for multi-volume case as well.
* Not too sure about the reordering, so I did NOT touch that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 125bb42f3c..97111a1a7c 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -6962,8 +6962,8 @@ </dest> <voice> *: none - e200,c200: "micro Secure Digital card:" - ondio*: "Multimedia card" + e200,c200: "micro S D" + ondio*: "M M C" </voice> </phrase> <phrase> @@ -6996,16 +6996,16 @@ </phrase> <phrase> id: LANG_CURRENT_TIME - desc: in run time screen + desc: deprecated user: <source> - *: "Current Time" + *: "" </source> <dest> - *: "Current Time" + *: "" </dest> <voice> - *: "Current Time" + *: "" </voice> </phrase> <phrase> |