diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /language/English (US) |
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/English (US)')
-rw-r--r-- | language/English (US)/langinfo.xml | 110 | ||||
-rw-r--r-- | language/English (US)/strings.xml | 14 |
2 files changed, 124 insertions, 0 deletions
diff --git a/language/English (US)/langinfo.xml b/language/English (US)/langinfo.xml new file mode 100644 index 0000000000..6ea9d19f58 --- /dev/null +++ b/language/English (US)/langinfo.xml @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> + +<!-- Possible values for <charsets> --> +<!-- ============================== --> +<!-- --> +<!-- ISO-Charsets: --> +<!-- ISO-8859-1 - Western Europe (ISO) --> +<!-- ISO-8859-2 - Central Europe (ISO) --> +<!-- ISO-8859-3 - South Europe (ISO) --> +<!-- ISO-8859-4 - Baltic (ISO) --> +<!-- ISO-8859-5 - Cyrillic (ISO) --> +<!-- ISO-8859-6 - Arabic (ISO) --> +<!-- ISO-8859-7 - Greek (ISO) --> +<!-- ISO-8859-8 - Hebrew (ISO) --> +<!-- ISO-8859-9 - Turkish (ISO) --> +<!-- --> +<!-- Windows Charsets: --> +<!-- CP1250 - Central Europe (Windows) --> +<!-- CP1251 - Cyrillic (Windows) --> +<!-- CP1252 - Western Europe (Windows) --> +<!-- CP1253 - Greek (Windows) --> +<!-- CP1254 - Turkish (Windows) --> +<!-- CP1255 - Hebrew (Windows) --> +<!-- CP1256 - Arabic (Windows) --> +<!-- CP1257 - Baltic (Windows) --> +<!-- CP1258 - Vietnamesse (Windows) --> +<!-- CP874 - Thai (Windows) --> +<!-- CP949 - Korean --> +<!-- --> +<!-- Others: --> +<!-- GBK - Chinese Simplified (GBK) --> +<!-- BIG5 - Chinese Traditional (Big5) --> +<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS) --> +<!-- SHIFT_JIS - Japanese (Shift-JIS) --> +<!-- --> +<!-- Link: (Country-Codepage comparison) --> +<!-- http://www.science.co.il/Language/Locale-Codes.asp --> +<!-- --> +<!-- Possible values for <dvd> --> +<!-- ========================= --> +<!-- Language codes expected are two character --> +<!-- codes as defined in ISO639. --> +<!-- --> +<!-- Link: --> +<!-- http://etext.virginia.edu/tei/iso639.html --> + + + +<language> + <charsets> + <gui>CP1252</gui> + <subtitle>CP1252</subtitle> + </charsets> + + <dvd> + <menu>en</menu> + <audio>en</audio> + <subtitle>en</subtitle> + </dvd> + + <regions> + <region name="USA"> + <dateshort>MM/DD/YYYYY</dateshort> + <datelong>DDDD, MMMM D, YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> + <tempunit>F</tempunit> + <speedunit>mph</speedunit> + </region> + + <region name="UK"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>mph</speedunit> + <timezone>GMT</timezone> + </region> + + <region name="Canada"> + <dateshort>MM/DD/YYYYY</dateshort> + <datelong>DDDD, MMMM D, YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + + <region name="Australia"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>GMT</timezone> + </region> + + <region name="Central Europe"> + <dateshort>YYYY-MM-DD</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>CET</timezone> + </region> + + </regions> + + <sorttokens> + <token>The</token> + </sorttokens> +</language> diff --git a/language/English (US)/strings.xml b/language/English (US)/strings.xml new file mode 100644 index 0000000000..fa0b9ef06c --- /dev/null +++ b/language/English (US)/strings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<strings> + <string id="737">- Color</string> + <string id="1036">Favorites</string> + <string id="13339">Front LED color</string> + <string id="14076">Add to favorites</string> + <string id="14077">Remove from favorites</string> + <string id="14078">- Colors</string> + <string id="15272">Neighbors of user %name%</string> + <string id="15276">Listen to %name%'s neighbors Last.fm radio</string> + <string id="16301">Nearest neighbor</string> + <string id="21807">Color/B&W</string> + <string id="22032">- Colors</string> + </strings> |