aboutsummaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authoralanwww1 <attila.jakosa@gmail.com>2014-02-21 10:20:14 +0100
committeralanwww1 <attila.jakosa@gmail.com>2014-02-21 10:20:14 +0100
commitaf78970361fe4651198bc96994b8fe9b4fdc052e (patch)
treee29acb626d2a19e47b8b20678d9d40fd990f4f21 /language
parent7d7eb81eb748f0e595a5ed750bbe66e7ccf4ebed (diff)
[lang] added langinfo.xml to new languages English(Australia) and French(Canada)
Diffstat (limited to 'language')
-rw-r--r--language/English (Australia)/langinfo.xml83
-rw-r--r--language/French (Canada)/langinfo.xml41
2 files changed, 124 insertions, 0 deletions
diff --git a/language/English (Australia)/langinfo.xml b/language/English (Australia)/langinfo.xml
new file mode 100644
index 0000000000..b4ccabab26
--- /dev/null
+++ b/language/English (Australia)/langinfo.xml
@@ -0,0 +1,83 @@
+<?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">
+ <charsets>
+ <gui>CP1252</gui>
+ <subtitle>CP1252</subtitle>
+ </charsets>
+
+ <dvd>
+ <menu>en</menu>
+ <audio>en</audio>
+ <subtitle>en</subtitle>
+ </dvd>
+
+ <regions>
+ <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>
+ </regions>
+
+ <sorttokens>
+ <token>The</token>
+ </sorttokens>
+</language>
diff --git a/language/French (Canada)/langinfo.xml b/language/French (Canada)/langinfo.xml
new file mode 100644
index 0000000000..91c1277ef8
--- /dev/null
+++ b/language/French (Canada)/langinfo.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!-- About Timezone and daylight saving time - (DST) / SUMMER TIME. -->
+<!-- Link: -->
+<!-- http://www.worldtimezone.com/ -->
+
+<language locale="fr">
+ <charsets>
+ <gui>CP1252</gui>
+ <subtitle>CP1252</subtitle>
+ </charsets>
+
+ <dvd>
+ <menu>fr</menu>
+ <audio>fr</audio>
+ <subtitle>fr</subtitle>
+ </dvd>
+
+ <regions>
+ <region name="Canada" locale="CA">
+ <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>EST</timezone>
+ </region>
+ </regions>
+
+ <sorttokens>
+ <token>The</token>
+ <token>Le</token>
+ <token>La</token>
+ <token>Les</token>
+ <token>Un</token>
+ <token>Une</token>
+ <token>Des</token>
+ <token separators="'">L</token>
+ </sorttokens>
+</language>
+