[lang] update of core language files
[vuplus_xbmc] / language / Hindi (Devanagiri) / langinfo.xml
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
3 <!-- Possible values for <charsets>                     -->
4 <!-- ==============================                     -->
5 <!--                                                    -->
6 <!-- ISO-Charsets:                                      -->
7 <!-- ISO-8859-1 - Western Europe (ISO)                  -->
8 <!-- ISO-8859-2 - Central Europe (ISO)                  -->
9 <!-- ISO-8859-3 - South Europe (ISO)                    -->
10 <!-- ISO-8859-4 - Baltic (ISO)                          -->
11 <!-- ISO-8859-5 - Cyrillic (ISO)                        -->
12 <!-- ISO-8859-6 - Arabic (ISO)                          -->
13 <!-- ISO-8859-7 - Greek (ISO)                           -->
14 <!-- ISO-8859-8 - Hebrew (ISO)                          -->
15 <!-- ISO-8859-9 - Turkish (ISO)                         -->
16 <!--                                                    -->
17 <!-- Windows Charsets:                                  -->
18 <!-- CP1250 - Central Europe (Windows)                  -->
19 <!-- CP1251 - Cyrillic (Windows)                        -->
20 <!-- CP1252 - Western Europe (Windows)                  -->
21 <!-- CP1253 - Greek (Windows)                           -->
22 <!-- CP1254 - Turkish (Windows)                         -->
23 <!-- CP1255 - Hebrew (Windows)                          -->
24 <!-- CP1256 - Arabic (Windows)                          -->
25 <!-- CP1257 - Baltic (Windows)                          -->
26 <!-- CP1258 - Vietnamesse (Windows)                     -->
27 <!-- CP874  - Thai (Windows)                            -->
28 <!-- CP949  - Korean                                    -->
29 <!--                                                    -->
30 <!-- Others:                                            -->
31 <!-- GBK        - Chinese Simplified (GBK)              -->
32 <!-- BIG5       - Chinese Traditional (Big5)            -->
33 <!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->
34 <!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->
35 <!--                                                    -->
36 <!-- Link: (Country-Codepage comparison)                -->
37 <!-- http://www.science.co.il/Language/Locale-Codes.asp -->
38 <!--                                                    -->
39 <!-- Possible values for <dvd>                          -->
40 <!-- =========================                          -->
41 <!-- Language codes expected are two character          -->
42 <!-- codes as defined in ISO639.                        -->
43 <!--                                                    -->
44 <!-- Link:                                              -->
45 <!-- http://etext.virginia.edu/tei/iso639.html          -->
46
47 <!--                                                    -->
48 <!-- windows codepage                                   -->    
49 <!-- 65001 for utf-8                                   -->
50 <!-- 57002 x-iscii-de ISCII Devanagari                  -->
51
52
53 <language locale="hi">
54   <charsets>
55     <gui unicodefont="true">CP65001</gui>                
56     <subtitle>CP65001</subtitle>
57   </charsets>
58
59   <dvd>
60     <menu>hi</menu>
61     <audio>hi</audio>
62     <subtitle>hi</subtitle>
63   </dvd>
64
65   <regions>
66     <region name="USA" locale="US">
67       <dateshort>MM/DD/YYYY</dateshort>
68       <datelong>DDDD, MMMM D, YYYY</datelong>
69       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
70       <tempunit>F</tempunit>
71       <speedunit>mph</speedunit>
72     </region>
73
74     <region name="India (12h)" locale="IN">
75       <dateshort>DD/MM/YYYY</dateshort>
76       <datelong>DDDD, D MMMM YYYY</datelong>
77       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
78       <tempunit>C</tempunit>
79       <speedunit>kmh</speedunit>
80       <timezone>GMT</timezone>
81     </region>
82
83     
84  </regions>
85 </language>