diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 13:27:15 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 13:27:15 +0000 |
commit | b0fee17d6e1a463dcd84568e5997663b69488998 (patch) | |
tree | fffce775c4d1636a8bbc9e97669aa99b9378fc15 /apps/lang/english.lang | |
parent | 01917ec9809f1abff87cb372b700fc09476d343e (diff) |
waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 90 |
1 files changed, 87 insertions, 3 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 502348def2..3595281209 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -3240,9 +3240,9 @@ voice: "" new: id: LANG_BIDI_SUPPORT -desc: in settings_menu, option to enable reversal of hebrew/arabic text -eng: "BiDi Hebrew/Arabic" -voice: "Bidirectional text" +desc: DEPRECATED +eng: "" +voice: "" new: id: LANG_REPLAYGAIN_PREAMP @@ -3389,6 +3389,90 @@ eng: "Screen frozen!" voice: "" new: +id: LANG_DEFAULT_CODEPAGE +desc: default encoding used with id3 tags +eng: "Default Codepage" +voice: +new: + +id: LANG_CODEPAGE_LATIN1 +desc: in codepage setting menu +eng: "Latin1 (ISO-8859-1)" +voice: +new: + +id: LANG_CODEPAGE_GREEK +desc: in codepage setting menu +eng: "Greek (ISO-8859-7)" +voice: +new: + +id: LANG_CODEPAGE_HEBREW +desc: in codepage setting menu +eng: "Hebrew (ISO-8859-8)" +voice: +new: + +id: LANG_CODEPAGE_RUSSIAN +desc: in codepage setting menu +eng: "Russian (CP1251)" +voice: +new: + +id: LANG_CODEPAGE_THAI +desc: in codepage setting menu +eng: "Thai (ISO-8859-11)" +voice: +new: + +id: LANG_CODEPAGE_ARABIC +desc: in codepage setting menu +eng: "Arabic (ISO-8859-6)" +voice: +new: + +id: LANG_CODEPAGE_TURKISH +desc: in codepage setting menu +eng: "Turkish (ISO-8859-9)" +voice: +new: + +id: LANG_CODEPAGE_LATIN_EXTENDED +desc: in codepage setting menu +eng: "Latin Extended (ISO-8859-2)" +voice: +new: + +id: LANG_CODEPAGE_JAPANESE +desc: in codepage setting menu +eng: "Japanese (SJIS)" +voice: +new: + +id: LANG_CODEPAGE_SIMPLIFIED +desc: in codepage setting menu +eng: "Simp. Chinese (GB2312)" +voice: +new: + +id: LANG_CODEPAGE_KOREAN +desc: in codepage setting menu +eng: "Korean (KSX1001)" +voice: +new: + +id: LANG_CODEPAGE_TRADITIONAL +desc: in codepage setting menu +eng: "Trad. Chinese (BIG5)" +voice: +new: + +id: LANG_CODEPAGE_UTF8 +decs: in codepage setting menu +eng: "Unicode (UTF-8)" +voice: +new: + id: LANG_CROSSFEED_ENABLE desc: DEPRECATED eng: "" |