Merge pull request #4676 from jmarshallnz/dont_set_scraper_on_tvshow_on_nfo
[vuplus_xbmc] / language / English (US) / 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
49 <language locale="en">
50   <charsets>
51     <gui>CP1252</gui>
52     <subtitle>CP1252</subtitle>
53   </charsets>
54
55   <dvd>
56     <menu>en</menu>
57     <audio>en</audio>
58     <subtitle>en</subtitle>
59   </dvd>
60
61   <regions>
62     <region name="USA (12h)" locale="US">
63       <dateshort>MM/DD/YYYY</dateshort>
64       <datelong>DDDD, MMMM D, YYYY</datelong>
65       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
66       <tempunit>F</tempunit>
67       <speedunit>mph</speedunit>
68     </region>
69
70     <region name="USA (24h)" locale="US">
71       <dateshort>MM/DD/YYYY</dateshort>
72       <datelong>DDDD, MMMM D, YYYY</datelong>
73       <time symbolAM="" symbolPM="">H:mm:ss</time>
74       <tempunit>F</tempunit>
75       <speedunit>mph</speedunit>
76     </region>
77
78     <region name="UK (12h)" locale="GB">
79       <dateshort>DD/MM/YYYY</dateshort>
80       <datelong>DDDD, D MMMM YYYY</datelong>
81       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
82       <tempunit>C</tempunit>
83       <speedunit>mph</speedunit>
84       <timezone>GMT</timezone>
85     </region>
86
87     <region name="UK (24h)" locale="GB">
88       <dateshort>DD/MM/YYYY</dateshort>
89       <datelong>DDDD, D MMMM YYYY</datelong>
90       <time symbolAM="" symbolPM="">H:mm:ss</time>
91       <tempunit>C</tempunit>
92       <speedunit>mph</speedunit>
93       <timezone>GMT</timezone>
94     </region>
95
96     <region name="Canada" locale="CA">
97       <dateshort>MM/DD/YYYY</dateshort>
98       <datelong>DDDD, MMMM D, YYYY</datelong>
99       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
100       <tempunit>C</tempunit>
101       <speedunit>kmh</speedunit>
102     </region>
103
104     <region name="Australia (12h)" locale="AU">
105       <dateshort>DD/MM/YYYY</dateshort>
106       <datelong>DDDD, D MMMM YYYY</datelong>
107       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
108       <tempunit>C</tempunit>
109       <speedunit>kmh</speedunit>
110       <timezone>GMT</timezone>
111     </region>
112
113     <region name="Australia (24h)" locale="AU">
114       <dateshort>DD/MM/YYYY</dateshort>
115       <datelong>DDDD, D MMMM YYYY</datelong>
116       <time symbolAM="AM" symbolPM="PM">H:mm:ss</time>
117       <tempunit>C</tempunit>
118       <speedunit>kmh</speedunit>
119       <timezone>GMT</timezone>
120     </region>
121     
122     <region name="Central Europe" locale="DE">
123           <dateshort>YYYY-MM-DD</dateshort>
124       <datelong>DDDD, D MMMM YYYY</datelong>
125       <time symbolAM="" symbolPM="">H:mm:ss</time>
126       <tempunit>C</tempunit>
127       <speedunit>kmh</speedunit>
128       <timezone>CET</timezone>
129     </region>
130     
131   </regions>
132
133   <sorttokens>
134     <token>The</token>
135   </sorttokens>
136 </language>