diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-10-28 17:04:16 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-28 17:04:16 +0000 |
| commit | 7b2d26a7fac545a3298442ec686f280c970c0cb5 (patch) | |
| tree | 0a1238c4b0987cbf03e032a2ce93df116843c7d6 /apps | |
| parent | a796260a6b9929f6aca844b4a788a2f55ef60d4b (diff) | |
| download | rockbox-7b2d26a7fac545a3298442ec686f280c970c0cb5.zip rockbox-7b2d26a7fac545a3298442ec686f280c970c0cb5.tar.gz rockbox-7b2d26a7fac545a3298442ec686f280c970c0cb5.tar.bz2 rockbox-7b2d26a7fac545a3298442ec686f280c970c0cb5.tar.xz | |
Since this file is both the master for the language system, as well as the
source for generating english strings, make sure that all <source> strings are
*identical* to the <dest> strings within the english.lang file. The <source>
strings are the ones that'll be exposed and used by other languages when doing
updates etc, while the <dest> ones are used when this file is used to simply
get the full set of english strings for a particular target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/english.lang | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 99cee5a..497e618 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -22,6 +22,13 @@ # # The "voice' entry contains how we want the speech UI to pronounce the phrase. # +# Since this file is both the master for the language system, as well as the +# source for generating english strings, make sure that all <source> strings +# are *identical* to the <dest> strings within the english.lang file. The +# <source> strings are the ones that'll be exposed and used by other languages +# when doing updates etc, while the <dest> ones are used when this file is +# used to simply get the full set of english strings for a particular target. +# <phrase> id: LANG_SET_BOOL_YES desc: bool true representation @@ -854,6 +861,7 @@ user: <source> *: "PLAY = Yes" + h100,h120,h300: "NAVI = Yes" </source> <dest> *: "PLAY = Yes" @@ -4762,6 +4770,7 @@ user: <source> *: "PLAY = Select" + h100,h120,h300: "NAVI = Select" </source> <dest> *: "PLAY = Select" @@ -4777,6 +4786,7 @@ user: <source> *: "ON+Play = Delete" + h100,h120,h300: "RECORD = Delete" </source> <dest> *: "ON+Play = Delete" |