summaryrefslogtreecommitdiffstats
path: root/addons/resource.language.en_gb/resources/langinfo.xml
blob: 214522c7094806100921b92e927d650935307900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?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 - Vietnamese (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">
  <regions>
    <region name="USA (12h)" locale="US">
      <dateshort>MM/DD/YYYY</dateshort>
      <datelong>DDDD, MMMM D, YYYY</datelong>
      <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
      <tempunit>F</tempunit>
      <speedunit>mph</speedunit>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="USA (24h)" locale="US">
      <dateshort>MM/DD/YYYY</dateshort>
      <datelong>DDDD, MMMM D, YYYY</datelong>
      <time symbolAM="" symbolPM="">H:mm:ss</time>
      <tempunit>F</tempunit>
      <speedunit>mph</speedunit>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="UK (12h)" locale="GB">
      <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>mph</speedunit>
      <timezone>GMT</timezone>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="UK (24h)" locale="GB">
      <dateshort>DD/MM/YYYY</dateshort>
      <datelong>DDDD, D MMMM YYYY</datelong>
      <time symbolAM="" symbolPM="">H:mm:ss</time>
      <tempunit>C</tempunit>
      <speedunit>mph</speedunit>
      <timezone>GMT</timezone>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="Canada" locale="CA">
      <dateshort>MM/DD/YYYY</dateshort>
      <datelong>DDDD, MMMM D, YYYY</datelong>
      <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
      <tempunit>C</tempunit>
      <speedunit>kmh</speedunit>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <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>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </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>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="Central Europe" locale="DE">
      <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>CET</timezone>
      <thousandsseparator groupingformat="\3">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <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>GMT</timezone>
      <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>

    <region name="India (24h)" locale="IN">
      <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>IST</timezone>
      <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
      <decimalseparator>.</decimalseparator>
    </region>
  </regions>
</language>