[language] add missing langinfo files after new additions
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Sat, 1 Mar 2014 23:30:09 +0000 (00:30 +0100)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Sun, 2 Mar 2014 00:24:17 +0000 (01:24 +0100)
language/English (New Zealand)/langinfo.xml [new file with mode: 0644]
language/Maori/langinfo.xml [new file with mode: 0644]
language/Telugu/langinfo.xml [new file with mode: 0644]

diff --git a/language/English (New Zealand)/langinfo.xml b/language/English (New Zealand)/langinfo.xml
new file mode 100644 (file)
index 0000000..39abbfc
--- /dev/null
@@ -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="nz">
+  <charsets>
+    <gui>CP1252</gui>
+    <subtitle>CP1252</subtitle>
+  </charsets>
+
+  <dvd>
+    <menu>en</menu>
+    <audio>en</audio>
+    <subtitle>en</subtitle>
+  </dvd>
+
+  <regions>
+    <region name="New Zealand (12h)" locale="NZ">
+      <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>UTC+12</timezone>
+    </region>
+    <region name="New Zealand (24h)" locale="NZ">
+      <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>UTC+12</timezone>
+    </region>
+  </regions>
+
+  <sorttokens>
+    <token>The</token>
+  </sorttokens>
+</language>
diff --git a/language/Maori/langinfo.xml b/language/Maori/langinfo.xml
new file mode 100644 (file)
index 0000000..6454be9
--- /dev/null
@@ -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="mi">
+  <charsets>
+    <gui>CP1252</gui>
+    <subtitle>CP1252</subtitle>
+  </charsets>
+
+  <dvd>
+    <menu>en</menu>
+    <audio>en</audio>
+    <subtitle>en</subtitle>
+  </dvd>
+
+  <regions>
+    <region name="New Zealand (12h)" locale="NZ">
+      <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>UTC+12</timezone>
+    </region>
+    <region name="New Zealand (24h)" locale="NZ">
+      <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>UTC+12</timezone>
+    </region>
+  </regions>
+
+  <sorttokens>
+    <token>The</token>
+  </sorttokens>
+</language>
diff --git a/language/Telugu/langinfo.xml b/language/Telugu/langinfo.xml
new file mode 100644 (file)
index 0000000..c200699
--- /dev/null
@@ -0,0 +1,77 @@
+<?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          -->
+
+<!--                                                    -->
+<!-- windows codepage                                   -->    
+<!-- 65001 for utf-8                                   -->
+<!-- 57002 x-iscii-de ISCII Devanagari                  -->
+
+
+<language locale="te">
+  <charsets>
+    <gui unicodefont="true">CP65001</gui>                
+    <subtitle>CP65001</subtitle>
+  </charsets>
+
+  <dvd>
+    <menu>te</menu>
+    <audio>te</audio>
+    <subtitle>te</subtitle>
+  </dvd>
+
+  <regions>
+
+    <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>UTC+5:30</timezone>
+    </region>
+
+ </regions>
+</language>