summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/lang/english.lang10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 99cee5a2cf..497e61848c 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -22,6 +22,13 @@
22# 22#
23# The "voice' entry contains how we want the speech UI to pronounce the phrase. 23# The "voice' entry contains how we want the speech UI to pronounce the phrase.
24# 24#
25# Since this file is both the master for the language system, as well as the
26# source for generating english strings, make sure that all <source> strings
27# are *identical* to the <dest> strings within the english.lang file. The
28# <source> strings are the ones that'll be exposed and used by other languages
29# when doing updates etc, while the <dest> ones are used when this file is
30# used to simply get the full set of english strings for a particular target.
31#
25<phrase> 32<phrase>
26 id: LANG_SET_BOOL_YES 33 id: LANG_SET_BOOL_YES
27 desc: bool true representation 34 desc: bool true representation
@@ -854,6 +861,7 @@
854 user: 861 user:
855 <source> 862 <source>
856 *: "PLAY = Yes" 863 *: "PLAY = Yes"
864 h100,h120,h300: "NAVI = Yes"
857 </source> 865 </source>
858 <dest> 866 <dest>
859 *: "PLAY = Yes" 867 *: "PLAY = Yes"
@@ -4762,6 +4770,7 @@
4762 user: 4770 user:
4763 <source> 4771 <source>
4764 *: "PLAY = Select" 4772 *: "PLAY = Select"
4773 h100,h120,h300: "NAVI = Select"
4765 </source> 4774 </source>
4766 <dest> 4775 <dest>
4767 *: "PLAY = Select" 4776 *: "PLAY = Select"
@@ -4777,6 +4786,7 @@
4777 user: 4786 user:
4778 <source> 4787 <source>
4779 *: "ON+Play = Delete" 4788 *: "ON+Play = Delete"
4789 h100,h120,h300: "RECORD = Delete"
4780 </source> 4790 </source>
4781 <dest> 4791 <dest>
4782 *: "ON+Play = Delete" 4792 *: "ON+Play = Delete"