diff options
author | montellese <montellese@xbmc.org> | 2014-10-22 16:33:42 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-03-06 08:00:58 +0100 |
commit | ad8e5cad5c16d25fddd4452a4dc2afc510e61739 (patch) | |
tree | 67f53c5d981024046dd51ac506bfa50e6b643635 /addons/resource.language.en_gb/resources/langinfo.xml | |
parent | 92d1728346258527e140e9d85dc894a33a5eccd0 (diff) |
addons: move language files to resource.language addons and remove all languages except English
Diffstat (limited to 'addons/resource.language.en_gb/resources/langinfo.xml')
-rw-r--r-- | addons/resource.language.en_gb/resources/langinfo.xml | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/addons/resource.language.en_gb/resources/langinfo.xml b/addons/resource.language.en_gb/resources/langinfo.xml new file mode 100644 index 0000000000..24b1020058 --- /dev/null +++ b/addons/resource.language.en_gb/resources/langinfo.xml @@ -0,0 +1,138 @@ +<?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 locale="en"> + <regions> + <region name="USA (12h)" locale="US"> + <dateshort>MM/DD/YYYY</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="USA (24h)" locale="US"> + <dateshort>MM/DD/YYYY</dateshort> + <datelong>DDDD, MMMM D, YYYY</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>F</tempunit> + <speedunit>mph</speedunit> + </region> + + <region name="UK (12h)" locale="GB"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> + <tempunit>C</tempunit> + <speedunit>mph</speedunit> + <timezone>GMT</timezone> + </region> + + <region name="UK (24h)" locale="GB"> + <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" locale="CA"> + <dateshort>MM/DD/YYYY</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 (12h)" locale="AU"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>GMT</timezone> + </region> + + <region name="Australia (24h)" locale="AU"> + <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" locale="DE"> + <dateshort>DD-MM-YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>CET</timezone> + </region> + + <region name="India (12h)" locale="IN"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + <timezone>GMT</timezone> + </region> + + <region name="India (24h)" locale="IN"> + <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>IST</timezone> + </region> + </regions> +</language> |