[FileItem] Fix mimetype content lookup
[xbmc.git] / addons / resource.language.en_gb / resources / langinfo.xml
blobebf748a0c6e3b15db9e413a4aed41989557ce032
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
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 - Vietnamese (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          -->
49 <language locale="en">
50   <regions>
51     <region name="USA (12h)" locale="US">
52       <dateshort>MM/DD/YYYY</dateshort>
53       <datelong>DDDD, MMMM D, YYYY</datelong>
54       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
55       <tempunit>F</tempunit>
56       <speedunit>mph</speedunit>
57       <thousandsseparator groupingformat="\3">,</thousandsseparator>
58       <decimalseparator>.</decimalseparator>
59     </region>
61     <region name="USA (24h)" locale="US">
62       <dateshort>MM/DD/YYYY</dateshort>
63       <datelong>DDDD, MMMM D, YYYY</datelong>
64       <time symbolAM="" symbolPM="">H:mm:ss</time>
65       <tempunit>F</tempunit>
66       <speedunit>mph</speedunit>
67       <thousandsseparator groupingformat="\3">,</thousandsseparator>
68       <decimalseparator>.</decimalseparator>
69     </region>
71     <region name="UK (12h)" locale="GB">
72       <dateshort>DD/MM/YYYY</dateshort>
73       <datelong>DDDD, D MMMM YYYY</datelong>
74       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
75       <tempunit>C</tempunit>
76       <speedunit>mph</speedunit>
77       <timezone>GMT</timezone>
78       <thousandsseparator groupingformat="\3">,</thousandsseparator>
79       <decimalseparator>.</decimalseparator>
80     </region>
82     <region name="UK (24h)" locale="GB">
83       <dateshort>DD/MM/YYYY</dateshort>
84       <datelong>DDDD, D MMMM YYYY</datelong>
85       <time symbolAM="" symbolPM="">H:mm:ss</time>
86       <tempunit>C</tempunit>
87       <speedunit>mph</speedunit>
88       <timezone>GMT</timezone>
89       <thousandsseparator groupingformat="\3">,</thousandsseparator>
90       <decimalseparator>.</decimalseparator>
91     </region>
93     <region name="Canada" locale="CA">
94       <dateshort>YYYY-MM-DD</dateshort>
95       <datelong>DDDD, MMMM D, YYYY</datelong>
96       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
97       <tempunit>C</tempunit>
98       <speedunit>kmh</speedunit>
99       <thousandsseparator groupingformat="\3">,</thousandsseparator>
100       <decimalseparator>.</decimalseparator>
101     </region>
103     <region name="Australia (12h)" locale="AU">
104       <dateshort>DD/MM/YYYY</dateshort>
105       <datelong>DDDD, D MMMM YYYY</datelong>
106       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
107       <tempunit>C</tempunit>
108       <speedunit>kmh</speedunit>
109       <timezone>GMT</timezone>
110       <thousandsseparator groupingformat="\3">,</thousandsseparator>
111       <decimalseparator>.</decimalseparator>
112     </region>
114     <region name="Australia (24h)" locale="AU">
115       <dateshort>DD/MM/YYYY</dateshort>
116       <datelong>DDDD, D MMMM YYYY</datelong>
117       <time symbolAM="AM" symbolPM="PM">H:mm:ss</time>
118       <tempunit>C</tempunit>
119       <speedunit>kmh</speedunit>
120       <timezone>GMT</timezone>
121       <thousandsseparator groupingformat="\3">,</thousandsseparator>
122       <decimalseparator>.</decimalseparator>
123     </region>
125     <region name="Central Europe" locale="DE">
126       <dateshort>DD-MM-YYYY</dateshort>
127       <datelong>DDDD, D MMMM YYYY</datelong>
128       <time symbolAM="" symbolPM="">H:mm:ss</time>
129       <tempunit>C</tempunit>
130       <speedunit>kmh</speedunit>
131       <timezone>CET</timezone>
132       <thousandsseparator groupingformat="\3">,</thousandsseparator>
133       <decimalseparator>.</decimalseparator>
134     </region>
136     <region name="India (12h)" locale="IN">
137       <dateshort>DD/MM/YYYY</dateshort>
138       <datelong>DDDD, D MMMM YYYY</datelong>
139       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
140       <tempunit>C</tempunit>
141       <speedunit>kmh</speedunit>
142       <timezone>GMT</timezone>
143       <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
144       <decimalseparator>.</decimalseparator>
145     </region>
147     <region name="India (24h)" locale="IN">
148       <dateshort>DD/MM/YYYY</dateshort>
149       <datelong>DDDD, D MMMM YYYY</datelong>
150       <time symbolAM="AM" symbolPM="PM">H:mm:ss</time>
151       <tempunit>C</tempunit>
152       <speedunit>kmh</speedunit>
153       <timezone>IST</timezone>
154       <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
155       <decimalseparator>.</decimalseparator>
156     </region>
157   </regions>
158 </language>