forked from len0rd/rockbox
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
This commit is contained in:
parent
a796260a6b
commit
7b2d26a7fa
1 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue