line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Af - Package for language Afrikaans |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Af; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\af.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:13:30 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2575356
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
88
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
16
|
1
|
|
|
1
|
|
3
|
use mro 'c3'; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
7
|
|
17
|
1
|
|
|
1
|
|
58
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
18
|
1
|
|
|
1
|
|
28
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
13
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
658
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
51155
|
|
|
1
|
|
|
|
|
9
|
|
21
|
1
|
|
|
1
|
|
1536
|
use Moo; |
|
1
|
|
|
|
|
9315
|
|
|
1
|
|
|
|
|
4
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
has 'valid_algorithmic_formats' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => ArrayRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','spellout-ordinal','digits-ordinal' ]}, |
29
|
|
|
|
|
|
|
); |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
has 'algorithmic_number_format_data' => ( |
32
|
|
|
|
|
|
|
is => 'ro', |
33
|
|
|
|
|
|
|
isa => HashRef, |
34
|
|
|
|
|
|
|
init_arg => undef, |
35
|
|
|
|
|
|
|
default => sub { |
36
|
1
|
|
|
1
|
|
3564
|
use bignum; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
9
|
|
37
|
|
|
|
|
|
|
return { |
38
|
|
|
|
|
|
|
'2d-year' => { |
39
|
|
|
|
|
|
|
'private' => { |
40
|
|
|
|
|
|
|
'0' => { |
41
|
|
|
|
|
|
|
base_value => q(0), |
42
|
|
|
|
|
|
|
divisor => q(1), |
43
|
|
|
|
|
|
|
rule => q(honderd[ â%spellout-numberingâ]), |
44
|
|
|
|
|
|
|
}, |
45
|
|
|
|
|
|
|
'1' => { |
46
|
|
|
|
|
|
|
base_value => q(1), |
47
|
|
|
|
|
|
|
divisor => q(1), |
48
|
|
|
|
|
|
|
rule => q(nul =%spellout-numbering=), |
49
|
|
|
|
|
|
|
}, |
50
|
|
|
|
|
|
|
'10' => { |
51
|
|
|
|
|
|
|
base_value => q(10), |
52
|
|
|
|
|
|
|
divisor => q(10), |
53
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
54
|
|
|
|
|
|
|
}, |
55
|
|
|
|
|
|
|
'max' => { |
56
|
|
|
|
|
|
|
base_value => q(10), |
57
|
|
|
|
|
|
|
divisor => q(10), |
58
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
59
|
|
|
|
|
|
|
}, |
60
|
|
|
|
|
|
|
}, |
61
|
|
|
|
|
|
|
}, |
62
|
|
|
|
|
|
|
'digits-ordinal' => { |
63
|
|
|
|
|
|
|
'public' => { |
64
|
|
|
|
|
|
|
'-x' => { |
65
|
|
|
|
|
|
|
divisor => q(1), |
66
|
|
|
|
|
|
|
rule => q(âââ), |
67
|
|
|
|
|
|
|
}, |
68
|
|
|
|
|
|
|
'0' => { |
69
|
|
|
|
|
|
|
base_value => q(0), |
70
|
|
|
|
|
|
|
divisor => q(1), |
71
|
|
|
|
|
|
|
rule => q(=#,##0==%%digits-ordinal-indicator=), |
72
|
|
|
|
|
|
|
}, |
73
|
|
|
|
|
|
|
'max' => { |
74
|
|
|
|
|
|
|
base_value => q(0), |
75
|
|
|
|
|
|
|
divisor => q(1), |
76
|
|
|
|
|
|
|
rule => q(=#,##0==%%digits-ordinal-indicator=), |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
}, |
79
|
|
|
|
|
|
|
}, |
80
|
|
|
|
|
|
|
'digits-ordinal-indicator' => { |
81
|
|
|
|
|
|
|
'private' => { |
82
|
|
|
|
|
|
|
'0' => { |
83
|
|
|
|
|
|
|
base_value => q(0), |
84
|
|
|
|
|
|
|
divisor => q(1), |
85
|
|
|
|
|
|
|
rule => q(ste), |
86
|
|
|
|
|
|
|
}, |
87
|
|
|
|
|
|
|
'1' => { |
88
|
|
|
|
|
|
|
base_value => q(1), |
89
|
|
|
|
|
|
|
divisor => q(1), |
90
|
|
|
|
|
|
|
rule => q(ste), |
91
|
|
|
|
|
|
|
}, |
92
|
|
|
|
|
|
|
'2' => { |
93
|
|
|
|
|
|
|
base_value => q(2), |
94
|
|
|
|
|
|
|
divisor => q(1), |
95
|
|
|
|
|
|
|
rule => q(de), |
96
|
|
|
|
|
|
|
}, |
97
|
|
|
|
|
|
|
'20' => { |
98
|
|
|
|
|
|
|
base_value => q(20), |
99
|
|
|
|
|
|
|
divisor => q(10), |
100
|
|
|
|
|
|
|
rule => q(ste), |
101
|
|
|
|
|
|
|
}, |
102
|
|
|
|
|
|
|
'100' => { |
103
|
|
|
|
|
|
|
base_value => q(100), |
104
|
|
|
|
|
|
|
divisor => q(100), |
105
|
|
|
|
|
|
|
rule => q(ââ), |
106
|
|
|
|
|
|
|
}, |
107
|
|
|
|
|
|
|
'max' => { |
108
|
|
|
|
|
|
|
base_value => q(100), |
109
|
|
|
|
|
|
|
divisor => q(100), |
110
|
|
|
|
|
|
|
rule => q(ââ), |
111
|
|
|
|
|
|
|
}, |
112
|
|
|
|
|
|
|
}, |
113
|
|
|
|
|
|
|
}, |
114
|
|
|
|
|
|
|
'ord-ste' => { |
115
|
|
|
|
|
|
|
'private' => { |
116
|
|
|
|
|
|
|
'0' => { |
117
|
|
|
|
|
|
|
base_value => q(0), |
118
|
|
|
|
|
|
|
divisor => q(1), |
119
|
|
|
|
|
|
|
rule => q(ste), |
120
|
|
|
|
|
|
|
}, |
121
|
|
|
|
|
|
|
'1' => { |
122
|
|
|
|
|
|
|
base_value => q(1), |
123
|
|
|
|
|
|
|
divisor => q(1), |
124
|
|
|
|
|
|
|
rule => q(' en =%spellout-ordinal=), |
125
|
|
|
|
|
|
|
}, |
126
|
|
|
|
|
|
|
'2' => { |
127
|
|
|
|
|
|
|
base_value => q(2), |
128
|
|
|
|
|
|
|
divisor => q(1), |
129
|
|
|
|
|
|
|
rule => q(' =%spellout-ordinal=), |
130
|
|
|
|
|
|
|
}, |
131
|
|
|
|
|
|
|
'max' => { |
132
|
|
|
|
|
|
|
base_value => q(2), |
133
|
|
|
|
|
|
|
divisor => q(1), |
134
|
|
|
|
|
|
|
rule => q(' =%spellout-ordinal=), |
135
|
|
|
|
|
|
|
}, |
136
|
|
|
|
|
|
|
}, |
137
|
|
|
|
|
|
|
}, |
138
|
|
|
|
|
|
|
'spellout-cardinal' => { |
139
|
|
|
|
|
|
|
'public' => { |
140
|
|
|
|
|
|
|
'-x' => { |
141
|
|
|
|
|
|
|
divisor => q(1), |
142
|
|
|
|
|
|
|
rule => q(min ââ), |
143
|
|
|
|
|
|
|
}, |
144
|
|
|
|
|
|
|
'0' => { |
145
|
|
|
|
|
|
|
base_value => q(0), |
146
|
|
|
|
|
|
|
divisor => q(1), |
147
|
|
|
|
|
|
|
rule => q(nul), |
148
|
|
|
|
|
|
|
}, |
149
|
|
|
|
|
|
|
'x.x' => { |
150
|
|
|
|
|
|
|
divisor => q(1), |
151
|
|
|
|
|
|
|
rule => q(ââ komma ââ), |
152
|
|
|
|
|
|
|
}, |
153
|
|
|
|
|
|
|
'1' => { |
154
|
|
|
|
|
|
|
base_value => q(1), |
155
|
|
|
|
|
|
|
divisor => q(1), |
156
|
|
|
|
|
|
|
rule => q(een), |
157
|
|
|
|
|
|
|
}, |
158
|
|
|
|
|
|
|
'2' => { |
159
|
|
|
|
|
|
|
base_value => q(2), |
160
|
|
|
|
|
|
|
divisor => q(1), |
161
|
|
|
|
|
|
|
rule => q(twee), |
162
|
|
|
|
|
|
|
}, |
163
|
|
|
|
|
|
|
'3' => { |
164
|
|
|
|
|
|
|
base_value => q(3), |
165
|
|
|
|
|
|
|
divisor => q(1), |
166
|
|
|
|
|
|
|
rule => q(drie), |
167
|
|
|
|
|
|
|
}, |
168
|
|
|
|
|
|
|
'4' => { |
169
|
|
|
|
|
|
|
base_value => q(4), |
170
|
|
|
|
|
|
|
divisor => q(1), |
171
|
|
|
|
|
|
|
rule => q(vier), |
172
|
|
|
|
|
|
|
}, |
173
|
|
|
|
|
|
|
'5' => { |
174
|
|
|
|
|
|
|
base_value => q(5), |
175
|
|
|
|
|
|
|
divisor => q(1), |
176
|
|
|
|
|
|
|
rule => q(vyf), |
177
|
|
|
|
|
|
|
}, |
178
|
|
|
|
|
|
|
'6' => { |
179
|
|
|
|
|
|
|
base_value => q(6), |
180
|
|
|
|
|
|
|
divisor => q(1), |
181
|
|
|
|
|
|
|
rule => q(ses), |
182
|
|
|
|
|
|
|
}, |
183
|
|
|
|
|
|
|
'7' => { |
184
|
|
|
|
|
|
|
base_value => q(7), |
185
|
|
|
|
|
|
|
divisor => q(1), |
186
|
|
|
|
|
|
|
rule => q(sewe), |
187
|
|
|
|
|
|
|
}, |
188
|
|
|
|
|
|
|
'8' => { |
189
|
|
|
|
|
|
|
base_value => q(8), |
190
|
|
|
|
|
|
|
divisor => q(1), |
191
|
|
|
|
|
|
|
rule => q(agt), |
192
|
|
|
|
|
|
|
}, |
193
|
|
|
|
|
|
|
'9' => { |
194
|
|
|
|
|
|
|
base_value => q(9), |
195
|
|
|
|
|
|
|
divisor => q(1), |
196
|
|
|
|
|
|
|
rule => q(nege), |
197
|
|
|
|
|
|
|
}, |
198
|
|
|
|
|
|
|
'10' => { |
199
|
|
|
|
|
|
|
base_value => q(10), |
200
|
|
|
|
|
|
|
divisor => q(10), |
201
|
|
|
|
|
|
|
rule => q(tien), |
202
|
|
|
|
|
|
|
}, |
203
|
|
|
|
|
|
|
'11' => { |
204
|
|
|
|
|
|
|
base_value => q(11), |
205
|
|
|
|
|
|
|
divisor => q(10), |
206
|
|
|
|
|
|
|
rule => q(elf), |
207
|
|
|
|
|
|
|
}, |
208
|
|
|
|
|
|
|
'12' => { |
209
|
|
|
|
|
|
|
base_value => q(12), |
210
|
|
|
|
|
|
|
divisor => q(10), |
211
|
|
|
|
|
|
|
rule => q(twaalf), |
212
|
|
|
|
|
|
|
}, |
213
|
|
|
|
|
|
|
'13' => { |
214
|
|
|
|
|
|
|
base_value => q(13), |
215
|
|
|
|
|
|
|
divisor => q(10), |
216
|
|
|
|
|
|
|
rule => q(dertien), |
217
|
|
|
|
|
|
|
}, |
218
|
|
|
|
|
|
|
'14' => { |
219
|
|
|
|
|
|
|
base_value => q(14), |
220
|
|
|
|
|
|
|
divisor => q(10), |
221
|
|
|
|
|
|
|
rule => q(veertien), |
222
|
|
|
|
|
|
|
}, |
223
|
|
|
|
|
|
|
'15' => { |
224
|
|
|
|
|
|
|
base_value => q(15), |
225
|
|
|
|
|
|
|
divisor => q(10), |
226
|
|
|
|
|
|
|
rule => q(vyftien), |
227
|
|
|
|
|
|
|
}, |
228
|
|
|
|
|
|
|
'16' => { |
229
|
|
|
|
|
|
|
base_value => q(16), |
230
|
|
|
|
|
|
|
divisor => q(10), |
231
|
|
|
|
|
|
|
rule => q(sestien), |
232
|
|
|
|
|
|
|
}, |
233
|
|
|
|
|
|
|
'17' => { |
234
|
|
|
|
|
|
|
base_value => q(17), |
235
|
|
|
|
|
|
|
divisor => q(10), |
236
|
|
|
|
|
|
|
rule => q(sewentien), |
237
|
|
|
|
|
|
|
}, |
238
|
|
|
|
|
|
|
'18' => { |
239
|
|
|
|
|
|
|
base_value => q(18), |
240
|
|
|
|
|
|
|
divisor => q(10), |
241
|
|
|
|
|
|
|
rule => q(agttien), |
242
|
|
|
|
|
|
|
}, |
243
|
|
|
|
|
|
|
'19' => { |
244
|
|
|
|
|
|
|
base_value => q(19), |
245
|
|
|
|
|
|
|
divisor => q(10), |
246
|
|
|
|
|
|
|
rule => q(negentien), |
247
|
|
|
|
|
|
|
}, |
248
|
|
|
|
|
|
|
'20' => { |
249
|
|
|
|
|
|
|
base_value => q(20), |
250
|
|
|
|
|
|
|
divisor => q(10), |
251
|
|
|
|
|
|
|
rule => q([ââ-en-]twintig), |
252
|
|
|
|
|
|
|
}, |
253
|
|
|
|
|
|
|
'30' => { |
254
|
|
|
|
|
|
|
base_value => q(30), |
255
|
|
|
|
|
|
|
divisor => q(10), |
256
|
|
|
|
|
|
|
rule => q([ââ-en-]dertig), |
257
|
|
|
|
|
|
|
}, |
258
|
|
|
|
|
|
|
'40' => { |
259
|
|
|
|
|
|
|
base_value => q(40), |
260
|
|
|
|
|
|
|
divisor => q(10), |
261
|
|
|
|
|
|
|
rule => q([ââ-en-]veertig), |
262
|
|
|
|
|
|
|
}, |
263
|
|
|
|
|
|
|
'50' => { |
264
|
|
|
|
|
|
|
base_value => q(50), |
265
|
|
|
|
|
|
|
divisor => q(10), |
266
|
|
|
|
|
|
|
rule => q([ââ-en-]vyftig), |
267
|
|
|
|
|
|
|
}, |
268
|
|
|
|
|
|
|
'60' => { |
269
|
|
|
|
|
|
|
base_value => q(60), |
270
|
|
|
|
|
|
|
divisor => q(10), |
271
|
|
|
|
|
|
|
rule => q([ââ-en-]sestig), |
272
|
|
|
|
|
|
|
}, |
273
|
|
|
|
|
|
|
'70' => { |
274
|
|
|
|
|
|
|
base_value => q(70), |
275
|
|
|
|
|
|
|
divisor => q(10), |
276
|
|
|
|
|
|
|
rule => q([ââ-en-]sewentig), |
277
|
|
|
|
|
|
|
}, |
278
|
|
|
|
|
|
|
'80' => { |
279
|
|
|
|
|
|
|
base_value => q(80), |
280
|
|
|
|
|
|
|
divisor => q(10), |
281
|
|
|
|
|
|
|
rule => q([ââ-en-]tagtig), |
282
|
|
|
|
|
|
|
}, |
283
|
|
|
|
|
|
|
'90' => { |
284
|
|
|
|
|
|
|
base_value => q(90), |
285
|
|
|
|
|
|
|
divisor => q(10), |
286
|
|
|
|
|
|
|
rule => q([ââ-en-]negentig), |
287
|
|
|
|
|
|
|
}, |
288
|
|
|
|
|
|
|
'100' => { |
289
|
|
|
|
|
|
|
base_value => q(100), |
290
|
|
|
|
|
|
|
divisor => q(100), |
291
|
|
|
|
|
|
|
rule => q(honderd[ ââ]), |
292
|
|
|
|
|
|
|
}, |
293
|
|
|
|
|
|
|
'200' => { |
294
|
|
|
|
|
|
|
base_value => q(200), |
295
|
|
|
|
|
|
|
divisor => q(100), |
296
|
|
|
|
|
|
|
rule => q(ââhonderd[ ââ]), |
297
|
|
|
|
|
|
|
}, |
298
|
|
|
|
|
|
|
'1000' => { |
299
|
|
|
|
|
|
|
base_value => q(1000), |
300
|
|
|
|
|
|
|
divisor => q(1000), |
301
|
|
|
|
|
|
|
rule => q(duisend[ ââ]), |
302
|
|
|
|
|
|
|
}, |
303
|
|
|
|
|
|
|
'2000' => { |
304
|
|
|
|
|
|
|
base_value => q(2000), |
305
|
|
|
|
|
|
|
divisor => q(1000), |
306
|
|
|
|
|
|
|
rule => q(ââÂduisend[ ââ]), |
307
|
|
|
|
|
|
|
}, |
308
|
|
|
|
|
|
|
'21000' => { |
309
|
|
|
|
|
|
|
base_value => q(21000), |
310
|
|
|
|
|
|
|
divisor => q(1000), |
311
|
|
|
|
|
|
|
rule => q(ââ duisend[ ââ]), |
312
|
|
|
|
|
|
|
}, |
313
|
|
|
|
|
|
|
'1000000' => { |
314
|
|
|
|
|
|
|
base_value => q(1000000), |
315
|
|
|
|
|
|
|
divisor => q(1000000), |
316
|
|
|
|
|
|
|
rule => q(ââ miljoen[ ââ]), |
317
|
|
|
|
|
|
|
}, |
318
|
|
|
|
|
|
|
'1000000000' => { |
319
|
|
|
|
|
|
|
base_value => q(1000000000), |
320
|
|
|
|
|
|
|
divisor => q(1000000000), |
321
|
|
|
|
|
|
|
rule => q(ââ miljard[ ââ]), |
322
|
|
|
|
|
|
|
}, |
323
|
|
|
|
|
|
|
'1000000000000' => { |
324
|
|
|
|
|
|
|
base_value => q(1000000000000), |
325
|
|
|
|
|
|
|
divisor => q(1000000000000), |
326
|
|
|
|
|
|
|
rule => q(ââ biljoen[ ââ]), |
327
|
|
|
|
|
|
|
}, |
328
|
|
|
|
|
|
|
'1000000000000000' => { |
329
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
330
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
331
|
|
|
|
|
|
|
rule => q(ââ biljard[ ââ]), |
332
|
|
|
|
|
|
|
}, |
333
|
|
|
|
|
|
|
'1000000000000000000' => { |
334
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
335
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
336
|
|
|
|
|
|
|
rule => q(=#,##0=), |
337
|
|
|
|
|
|
|
}, |
338
|
|
|
|
|
|
|
'max' => { |
339
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
340
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
341
|
|
|
|
|
|
|
rule => q(=#,##0=), |
342
|
|
|
|
|
|
|
}, |
343
|
|
|
|
|
|
|
}, |
344
|
|
|
|
|
|
|
}, |
345
|
|
|
|
|
|
|
'spellout-numbering' => { |
346
|
|
|
|
|
|
|
'public' => { |
347
|
|
|
|
|
|
|
'0' => { |
348
|
|
|
|
|
|
|
base_value => q(0), |
349
|
|
|
|
|
|
|
divisor => q(1), |
350
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
351
|
|
|
|
|
|
|
}, |
352
|
|
|
|
|
|
|
'max' => { |
353
|
|
|
|
|
|
|
base_value => q(0), |
354
|
|
|
|
|
|
|
divisor => q(1), |
355
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
356
|
|
|
|
|
|
|
}, |
357
|
|
|
|
|
|
|
}, |
358
|
|
|
|
|
|
|
}, |
359
|
|
|
|
|
|
|
'spellout-numbering-year' => { |
360
|
|
|
|
|
|
|
'public' => { |
361
|
|
|
|
|
|
|
'-x' => { |
362
|
|
|
|
|
|
|
divisor => q(1), |
363
|
|
|
|
|
|
|
rule => q(min ââ), |
364
|
|
|
|
|
|
|
}, |
365
|
|
|
|
|
|
|
'0' => { |
366
|
|
|
|
|
|
|
base_value => q(0), |
367
|
|
|
|
|
|
|
divisor => q(1), |
368
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
369
|
|
|
|
|
|
|
}, |
370
|
|
|
|
|
|
|
'x.x' => { |
371
|
|
|
|
|
|
|
divisor => q(1), |
372
|
|
|
|
|
|
|
rule => q(=#,###0.#=), |
373
|
|
|
|
|
|
|
}, |
374
|
|
|
|
|
|
|
'1100' => { |
375
|
|
|
|
|
|
|
base_value => q(1100), |
376
|
|
|
|
|
|
|
divisor => q(100), |
377
|
|
|
|
|
|
|
rule => q(ââ â%%2d-yearâ), |
378
|
|
|
|
|
|
|
}, |
379
|
|
|
|
|
|
|
'10000' => { |
380
|
|
|
|
|
|
|
base_value => q(10000), |
381
|
|
|
|
|
|
|
divisor => q(10000), |
382
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
383
|
|
|
|
|
|
|
}, |
384
|
|
|
|
|
|
|
'max' => { |
385
|
|
|
|
|
|
|
base_value => q(10000), |
386
|
|
|
|
|
|
|
divisor => q(10000), |
387
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
388
|
|
|
|
|
|
|
}, |
389
|
|
|
|
|
|
|
}, |
390
|
|
|
|
|
|
|
}, |
391
|
|
|
|
|
|
|
'spellout-ordinal' => { |
392
|
|
|
|
|
|
|
'public' => { |
393
|
|
|
|
|
|
|
'-x' => { |
394
|
|
|
|
|
|
|
divisor => q(1), |
395
|
|
|
|
|
|
|
rule => q(min ââ), |
396
|
|
|
|
|
|
|
}, |
397
|
|
|
|
|
|
|
'0' => { |
398
|
|
|
|
|
|
|
base_value => q(0), |
399
|
|
|
|
|
|
|
divisor => q(1), |
400
|
|
|
|
|
|
|
rule => q(nulste), |
401
|
|
|
|
|
|
|
}, |
402
|
|
|
|
|
|
|
'x.x' => { |
403
|
|
|
|
|
|
|
divisor => q(1), |
404
|
|
|
|
|
|
|
rule => q(=#,##0.#=), |
405
|
|
|
|
|
|
|
}, |
406
|
|
|
|
|
|
|
'1' => { |
407
|
|
|
|
|
|
|
base_value => q(1), |
408
|
|
|
|
|
|
|
divisor => q(1), |
409
|
|
|
|
|
|
|
rule => q(eerste), |
410
|
|
|
|
|
|
|
}, |
411
|
|
|
|
|
|
|
'2' => { |
412
|
|
|
|
|
|
|
base_value => q(2), |
413
|
|
|
|
|
|
|
divisor => q(1), |
414
|
|
|
|
|
|
|
rule => q(tweede), |
415
|
|
|
|
|
|
|
}, |
416
|
|
|
|
|
|
|
'3' => { |
417
|
|
|
|
|
|
|
base_value => q(3), |
418
|
|
|
|
|
|
|
divisor => q(1), |
419
|
|
|
|
|
|
|
rule => q(derde), |
420
|
|
|
|
|
|
|
}, |
421
|
|
|
|
|
|
|
'4' => { |
422
|
|
|
|
|
|
|
base_value => q(4), |
423
|
|
|
|
|
|
|
divisor => q(1), |
424
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=de), |
425
|
|
|
|
|
|
|
}, |
426
|
|
|
|
|
|
|
'20' => { |
427
|
|
|
|
|
|
|
base_value => q(20), |
428
|
|
|
|
|
|
|
divisor => q(10), |
429
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=ste), |
430
|
|
|
|
|
|
|
}, |
431
|
|
|
|
|
|
|
'102' => { |
432
|
|
|
|
|
|
|
base_value => q(102), |
433
|
|
|
|
|
|
|
divisor => q(100), |
434
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ honderdâ%%ord-steâ), |
435
|
|
|
|
|
|
|
}, |
436
|
|
|
|
|
|
|
'1000' => { |
437
|
|
|
|
|
|
|
base_value => q(1000), |
438
|
|
|
|
|
|
|
divisor => q(1000), |
439
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ duisendâ%%ord-steâ), |
440
|
|
|
|
|
|
|
}, |
441
|
|
|
|
|
|
|
'1000000' => { |
442
|
|
|
|
|
|
|
base_value => q(1000000), |
443
|
|
|
|
|
|
|
divisor => q(1000000), |
444
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ miljoenâ%%ord-steâ), |
445
|
|
|
|
|
|
|
}, |
446
|
|
|
|
|
|
|
'1000000000' => { |
447
|
|
|
|
|
|
|
base_value => q(1000000000), |
448
|
|
|
|
|
|
|
divisor => q(1000000000), |
449
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ miljardâ%%ord-steâ), |
450
|
|
|
|
|
|
|
}, |
451
|
|
|
|
|
|
|
'1000000000000' => { |
452
|
|
|
|
|
|
|
base_value => q(1000000000000), |
453
|
|
|
|
|
|
|
divisor => q(1000000000000), |
454
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ biljoenâ%%ord-steâ), |
455
|
|
|
|
|
|
|
}, |
456
|
|
|
|
|
|
|
'1000000000000000' => { |
457
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
458
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
459
|
|
|
|
|
|
|
rule => q(â%spellout-numberingâ biljardâ%%ord-steâ), |
460
|
|
|
|
|
|
|
}, |
461
|
|
|
|
|
|
|
'1000000000000000000' => { |
462
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
463
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
464
|
|
|
|
|
|
|
rule => q(=#,##0=.), |
465
|
|
|
|
|
|
|
}, |
466
|
|
|
|
|
|
|
'max' => { |
467
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
468
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
469
|
|
|
|
|
|
|
rule => q(=#,##0=.), |
470
|
|
|
|
|
|
|
}, |
471
|
|
|
|
|
|
|
}, |
472
|
|
|
|
|
|
|
}, |
473
|
|
|
|
|
|
|
} }, |
474
|
|
|
|
|
|
|
); |
475
|
|
|
|
|
|
|
|
476
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
477
|
|
|
|
|
|
|
sub display_name_pattern { |
478
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
479
|
|
|
|
|
|
|
|
480
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
481
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
482
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
483
|
|
|
|
|
|
|
$region, |
484
|
|
|
|
|
|
|
$script, |
485
|
|
|
|
|
|
|
$variant, |
486
|
|
|
|
|
|
|
); |
487
|
|
|
|
|
|
|
|
488
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
489
|
0
|
|
|
|
|
|
return $display_pattern; |
490
|
|
|
|
|
|
|
} |
491
|
|
|
|
|
|
|
|
492
|
|
|
|
|
|
|
has 'display_name_language' => ( |
493
|
|
|
|
|
|
|
is => 'ro', |
494
|
|
|
|
|
|
|
isa => CodeRef, |
495
|
|
|
|
|
|
|
init_arg => undef, |
496
|
|
|
|
|
|
|
default => sub { |
497
|
|
|
|
|
|
|
sub { |
498
|
|
|
|
|
|
|
my %languages = ( |
499
|
|
|
|
|
|
|
'ab' => 'Abkasies', |
500
|
|
|
|
|
|
|
'ach' => 'Akoli', |
501
|
|
|
|
|
|
|
'af' => 'Afrikaans', |
502
|
|
|
|
|
|
|
'agq' => 'Aghem', |
503
|
|
|
|
|
|
|
'ak' => 'Akan', |
504
|
|
|
|
|
|
|
'am' => 'Amharies', |
505
|
|
|
|
|
|
|
'ar' => 'Arabies', |
506
|
|
|
|
|
|
|
'ar_001' => 'Moderne Standaard Arabies', |
507
|
|
|
|
|
|
|
'arc' => 'Aramees', |
508
|
|
|
|
|
|
|
'arn' => 'Mapuche', |
509
|
|
|
|
|
|
|
'as' => 'Assamees', |
510
|
|
|
|
|
|
|
'asa' => 'Asu', |
511
|
|
|
|
|
|
|
'ay' => 'Aymara', |
512
|
|
|
|
|
|
|
'az' => 'Azerbeidjans', |
513
|
|
|
|
|
|
|
'az@alt=short' => 'Azeri', |
514
|
|
|
|
|
|
|
'ba' => 'Baskir', |
515
|
|
|
|
|
|
|
'be' => 'Belo-Russies', |
516
|
|
|
|
|
|
|
'bem' => 'Bemba', |
517
|
|
|
|
|
|
|
'bez' => 'Bena', |
518
|
|
|
|
|
|
|
'bg' => 'Bulgaars', |
519
|
|
|
|
|
|
|
'bgn' => 'Wes-Balochi', |
520
|
|
|
|
|
|
|
'bm' => 'Bambara', |
521
|
|
|
|
|
|
|
'bn' => 'Bengaals', |
522
|
|
|
|
|
|
|
'bo' => 'Tibettaans', |
523
|
|
|
|
|
|
|
'br' => 'Bretons', |
524
|
|
|
|
|
|
|
'brx' => 'Bodo', |
525
|
|
|
|
|
|
|
'bs' => 'Bosnies', |
526
|
|
|
|
|
|
|
'ca' => 'Katalaans', |
527
|
|
|
|
|
|
|
'ce' => 'Tsjetsjen', |
528
|
|
|
|
|
|
|
'cgg' => 'Sjiga', |
529
|
|
|
|
|
|
|
'chr' => 'Cherokees', |
530
|
|
|
|
|
|
|
'ckb' => 'Sorani Koerdies', |
531
|
|
|
|
|
|
|
'co' => 'Korsikaans', |
532
|
|
|
|
|
|
|
'cop' => 'Kopties', |
533
|
|
|
|
|
|
|
'cs' => 'Tsjeggies', |
534
|
|
|
|
|
|
|
'cu' => 'Kerkslawies', |
535
|
|
|
|
|
|
|
'cv' => 'Chuvash', |
536
|
|
|
|
|
|
|
'cy' => 'Wallies', |
537
|
|
|
|
|
|
|
'da' => 'Deens', |
538
|
|
|
|
|
|
|
'dav' => 'Taita', |
539
|
|
|
|
|
|
|
'de' => 'Duits', |
540
|
|
|
|
|
|
|
'de_CH' => 'Switserse hoog-Duits', |
541
|
|
|
|
|
|
|
'dje' => 'Zarma', |
542
|
|
|
|
|
|
|
'dsb' => 'Lae Sorbies', |
543
|
|
|
|
|
|
|
'dua' => 'Duala', |
544
|
|
|
|
|
|
|
'dv' => 'Divehi', |
545
|
|
|
|
|
|
|
'dyo' => 'Jola-Fonyi', |
546
|
|
|
|
|
|
|
'dz' => 'Dzongkha', |
547
|
|
|
|
|
|
|
'ebu' => 'Embu', |
548
|
|
|
|
|
|
|
'ee' => 'Ewe', |
549
|
|
|
|
|
|
|
'efi' => 'Efik', |
550
|
|
|
|
|
|
|
'egy' => 'Antieke Egipties', |
551
|
|
|
|
|
|
|
'el' => 'Grieks', |
552
|
|
|
|
|
|
|
'en' => 'Engels', |
553
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Engels (VK)', |
554
|
|
|
|
|
|
|
'en_US@alt=short' => 'Engels (VSA)', |
555
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
556
|
|
|
|
|
|
|
'es' => 'Spaans', |
557
|
|
|
|
|
|
|
'et' => 'Estnies', |
558
|
|
|
|
|
|
|
'eu' => 'Baskies', |
559
|
|
|
|
|
|
|
'fa' => 'Persies', |
560
|
|
|
|
|
|
|
'fi' => 'Fins', |
561
|
|
|
|
|
|
|
'fil' => 'Filippyns', |
562
|
|
|
|
|
|
|
'fj' => 'Fidjiaans', |
563
|
|
|
|
|
|
|
'fo' => 'Faroees', |
564
|
|
|
|
|
|
|
'fr' => 'Frans', |
565
|
|
|
|
|
|
|
'fy' => 'Wes-Fries', |
566
|
|
|
|
|
|
|
'ga' => 'Iers', |
567
|
|
|
|
|
|
|
'gaa' => 'Gaa', |
568
|
|
|
|
|
|
|
'gag' => 'Gagauz', |
569
|
|
|
|
|
|
|
'gd' => 'Skotse Gallies', |
570
|
|
|
|
|
|
|
'gl' => 'Galisies', |
571
|
|
|
|
|
|
|
'gn' => 'Guarani', |
572
|
|
|
|
|
|
|
'got' => 'Goties', |
573
|
|
|
|
|
|
|
'grc' => 'Antieke Grieks', |
574
|
|
|
|
|
|
|
'gsw' => 'Switserse Duits', |
575
|
|
|
|
|
|
|
'gu' => 'Goedjarati', |
576
|
|
|
|
|
|
|
'guz' => 'Gusii', |
577
|
|
|
|
|
|
|
'gv' => 'Manx', |
578
|
|
|
|
|
|
|
'ha' => 'Hausa', |
579
|
|
|
|
|
|
|
'haw' => 'Hawaiies', |
580
|
|
|
|
|
|
|
'he' => 'Hebreeus', |
581
|
|
|
|
|
|
|
'hi' => 'Hindi', |
582
|
|
|
|
|
|
|
'hit' => 'Hetities', |
583
|
|
|
|
|
|
|
'hr' => 'Kroaties', |
584
|
|
|
|
|
|
|
'hsb' => 'Hoog-Sorbies', |
585
|
|
|
|
|
|
|
'ht' => 'Haïtiaans', |
586
|
|
|
|
|
|
|
'hu' => 'Hongaars', |
587
|
|
|
|
|
|
|
'hy' => 'Armeens', |
588
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
589
|
|
|
|
|
|
|
'id' => 'Indonesies', |
590
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
591
|
|
|
|
|
|
|
'ig' => 'Igbo', |
592
|
|
|
|
|
|
|
'ii' => 'Sichuan Yi', |
593
|
|
|
|
|
|
|
'is' => 'Yslands', |
594
|
|
|
|
|
|
|
'it' => 'Italiaans', |
595
|
|
|
|
|
|
|
'iu' => 'Innuïties', |
596
|
|
|
|
|
|
|
'ja' => 'Japannees', |
597
|
|
|
|
|
|
|
'jgo' => 'Ngomba', |
598
|
|
|
|
|
|
|
'jmc' => 'Machame', |
599
|
|
|
|
|
|
|
'jv' => 'Javaans', |
600
|
|
|
|
|
|
|
'ka' => 'Georgies', |
601
|
|
|
|
|
|
|
'kab' => 'Kabyle', |
602
|
|
|
|
|
|
|
'kam' => 'Kamba', |
603
|
|
|
|
|
|
|
'kde' => 'Makonde', |
604
|
|
|
|
|
|
|
'kea' => 'Kabuverdianu', |
605
|
|
|
|
|
|
|
'kg' => 'Kongolees', |
606
|
|
|
|
|
|
|
'khq' => 'Koyra Chiini', |
607
|
|
|
|
|
|
|
'ki' => 'Kikuyu', |
608
|
|
|
|
|
|
|
'kk' => 'Kazaks', |
609
|
|
|
|
|
|
|
'kl' => 'Kalaallisut', |
610
|
|
|
|
|
|
|
'kln' => 'Kalenjin', |
611
|
|
|
|
|
|
|
'km' => 'Khmer', |
612
|
|
|
|
|
|
|
'kn' => 'Kannada', |
613
|
|
|
|
|
|
|
'ko' => 'Koreaans', |
614
|
|
|
|
|
|
|
'koi' => 'Komi-Permyaks', |
615
|
|
|
|
|
|
|
'kok' => 'Konkani', |
616
|
|
|
|
|
|
|
'kru' => 'Kurukh', |
617
|
|
|
|
|
|
|
'ks' => 'Kasjmirs', |
618
|
|
|
|
|
|
|
'ksb' => 'Shambala', |
619
|
|
|
|
|
|
|
'ksf' => 'Bafia', |
620
|
|
|
|
|
|
|
'ku' => 'Koerdies', |
621
|
|
|
|
|
|
|
'kw' => 'Kornies', |
622
|
|
|
|
|
|
|
'ky' => 'Kirgisies', |
623
|
|
|
|
|
|
|
'la' => 'Latyn', |
624
|
|
|
|
|
|
|
'lag' => 'Langi', |
625
|
|
|
|
|
|
|
'lb' => 'Luxemburgs', |
626
|
|
|
|
|
|
|
'lg' => 'Ganda', |
627
|
|
|
|
|
|
|
'li' => 'Limburgs', |
628
|
|
|
|
|
|
|
'lkt' => 'Lakota', |
629
|
|
|
|
|
|
|
'ln' => 'Lingaals', |
630
|
|
|
|
|
|
|
'lo' => 'Lao', |
631
|
|
|
|
|
|
|
'loz' => 'Lozi', |
632
|
|
|
|
|
|
|
'lrc' => 'Noord-Luri', |
633
|
|
|
|
|
|
|
'lt' => 'Litaus', |
634
|
|
|
|
|
|
|
'lu' => 'Luba-Katanga', |
635
|
|
|
|
|
|
|
'lua' => 'Luba-Lulua', |
636
|
|
|
|
|
|
|
'luo' => 'Luo', |
637
|
|
|
|
|
|
|
'luy' => 'Luyia', |
638
|
|
|
|
|
|
|
'lv' => 'Letties', |
639
|
|
|
|
|
|
|
'mas' => 'Masai', |
640
|
|
|
|
|
|
|
'mer' => 'Meru', |
641
|
|
|
|
|
|
|
'mfe' => 'Morisjen', |
642
|
|
|
|
|
|
|
'mg' => 'Malgassies', |
643
|
|
|
|
|
|
|
'mgh' => 'Makhuwa-Meetto', |
644
|
|
|
|
|
|
|
'mgo' => 'Metaâ', |
645
|
|
|
|
|
|
|
'mi' => 'Maori', |
646
|
|
|
|
|
|
|
'mk' => 'Masedonies', |
647
|
|
|
|
|
|
|
'ml' => 'Malabaars', |
648
|
|
|
|
|
|
|
'mn' => 'Mongools', |
649
|
|
|
|
|
|
|
'moh' => 'Mohawk', |
650
|
|
|
|
|
|
|
'mr' => 'Marathi', |
651
|
|
|
|
|
|
|
'ms' => 'Maleis', |
652
|
|
|
|
|
|
|
'mt' => 'Maltees', |
653
|
|
|
|
|
|
|
'mua' => 'Mundang', |
654
|
|
|
|
|
|
|
'mul' => 'Veelvuldige tale', |
655
|
|
|
|
|
|
|
'my' => 'Birmaans', |
656
|
|
|
|
|
|
|
'mzn' => 'Masanderani', |
657
|
|
|
|
|
|
|
'naq' => 'Nama', |
658
|
|
|
|
|
|
|
'nb' => 'Noorse Bokmål', |
659
|
|
|
|
|
|
|
'nd' => 'Noord-Ndebele', |
660
|
|
|
|
|
|
|
'nds' => 'Lae Duits', |
661
|
|
|
|
|
|
|
'nds_NL' => 'Nedersaksies', |
662
|
|
|
|
|
|
|
'ne' => 'Nepalees', |
663
|
|
|
|
|
|
|
'nl' => 'Nederlands', |
664
|
|
|
|
|
|
|
'nl_BE' => 'Vlaams', |
665
|
|
|
|
|
|
|
'nmg' => 'Kwasio', |
666
|
|
|
|
|
|
|
'nn' => 'Noorweegse Nynorsk', |
667
|
|
|
|
|
|
|
'no' => 'Noors', |
668
|
|
|
|
|
|
|
'nqo' => 'NâKo', |
669
|
|
|
|
|
|
|
'nr' => 'Suid-Ndebele', |
670
|
|
|
|
|
|
|
'nso' => 'Noord-Sotho', |
671
|
|
|
|
|
|
|
'nus' => 'Nuer', |
672
|
|
|
|
|
|
|
'ny' => 'Nyanja', |
673
|
|
|
|
|
|
|
'nyn' => 'Nyankole', |
674
|
|
|
|
|
|
|
'oc' => 'Oksitaans', |
675
|
|
|
|
|
|
|
'om' => 'Oromo', |
676
|
|
|
|
|
|
|
'or' => 'Oriya', |
677
|
|
|
|
|
|
|
'os' => 'Osseties', |
678
|
|
|
|
|
|
|
'pa' => 'Pandjabi', |
679
|
|
|
|
|
|
|
'phn' => 'Fenisies', |
680
|
|
|
|
|
|
|
'pl' => 'Pools', |
681
|
|
|
|
|
|
|
'ps' => 'Pasjto', |
682
|
|
|
|
|
|
|
'ps@alt=variant' => 'Pushto', |
683
|
|
|
|
|
|
|
'pt' => 'Portugees', |
684
|
|
|
|
|
|
|
'qu' => 'Quechua', |
685
|
|
|
|
|
|
|
'quc' => 'Kâicheâ', |
686
|
|
|
|
|
|
|
'rm' => 'Reto-Romaans', |
687
|
|
|
|
|
|
|
'rn' => 'Rundi', |
688
|
|
|
|
|
|
|
'ro' => 'Roemeens', |
689
|
|
|
|
|
|
|
'ro_MD' => 'Moldawies', |
690
|
|
|
|
|
|
|
'rof' => 'Rombo', |
691
|
|
|
|
|
|
|
'ru' => 'Russies', |
692
|
|
|
|
|
|
|
'rw' => 'Rwandees', |
693
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
694
|
|
|
|
|
|
|
'sa' => 'Sanskrit', |
695
|
|
|
|
|
|
|
'saq' => 'Samburu', |
696
|
|
|
|
|
|
|
'sbp' => 'Sangu', |
697
|
|
|
|
|
|
|
'sco' => 'Skots', |
698
|
|
|
|
|
|
|
'sd' => 'Sindhi', |
699
|
|
|
|
|
|
|
'sdh' => 'Suid-Koerdies', |
700
|
|
|
|
|
|
|
'se' => 'Noord-Sami', |
701
|
|
|
|
|
|
|
'seh' => 'Sena', |
702
|
|
|
|
|
|
|
'ses' => 'Koyraboro Senni', |
703
|
|
|
|
|
|
|
'sg' => 'Sango', |
704
|
|
|
|
|
|
|
'sh' => 'Serwo-Kroaties', |
705
|
|
|
|
|
|
|
'shi' => 'Tachelhit', |
706
|
|
|
|
|
|
|
'si' => 'Sinhala', |
707
|
|
|
|
|
|
|
'sk' => 'Slowaaks', |
708
|
|
|
|
|
|
|
'sl' => 'Sloweens', |
709
|
|
|
|
|
|
|
'sm' => 'Samoaans', |
710
|
|
|
|
|
|
|
'sma' => 'Suid-Sami', |
711
|
|
|
|
|
|
|
'smj' => 'Lule Sami', |
712
|
|
|
|
|
|
|
'smn' => 'Inari Sami', |
713
|
|
|
|
|
|
|
'sms' => 'Skolt Sami', |
714
|
|
|
|
|
|
|
'sn' => 'Shona', |
715
|
|
|
|
|
|
|
'so' => 'Somalies', |
716
|
|
|
|
|
|
|
'sq' => 'Albanees', |
717
|
|
|
|
|
|
|
'sr' => 'Serwies', |
718
|
|
|
|
|
|
|
'ss' => 'Swazi', |
719
|
|
|
|
|
|
|
'st' => 'Suid-Sotho', |
720
|
|
|
|
|
|
|
'su' => 'Sundanees', |
721
|
|
|
|
|
|
|
'sv' => 'Sweeds', |
722
|
|
|
|
|
|
|
'sw' => 'Swahili', |
723
|
|
|
|
|
|
|
'sw_CD' => 'Swahili (Kongo)', |
724
|
|
|
|
|
|
|
'swb' => 'Shimaorees', |
725
|
|
|
|
|
|
|
'ta' => 'Tamil', |
726
|
|
|
|
|
|
|
'te' => 'Teloegoe', |
727
|
|
|
|
|
|
|
'teo' => 'Teso', |
728
|
|
|
|
|
|
|
'tet' => 'Tetum', |
729
|
|
|
|
|
|
|
'tg' => 'Tadzjieks', |
730
|
|
|
|
|
|
|
'th' => 'Thai', |
731
|
|
|
|
|
|
|
'ti' => 'Tigrinya', |
732
|
|
|
|
|
|
|
'tk' => 'Turkmeens', |
733
|
|
|
|
|
|
|
'tlh' => 'Klingon', |
734
|
|
|
|
|
|
|
'tn' => 'Tswana', |
735
|
|
|
|
|
|
|
'to' => 'Tongaans', |
736
|
|
|
|
|
|
|
'tpi' => 'Tok Pisin', |
737
|
|
|
|
|
|
|
'tr' => 'Turks', |
738
|
|
|
|
|
|
|
'ts' => 'Tsonga', |
739
|
|
|
|
|
|
|
'tt' => 'Tataars', |
740
|
|
|
|
|
|
|
'tum' => 'Toemboeka', |
741
|
|
|
|
|
|
|
'tw' => 'Twi', |
742
|
|
|
|
|
|
|
'twq' => 'Tasawaq', |
743
|
|
|
|
|
|
|
'ty' => 'Tahities', |
744
|
|
|
|
|
|
|
'tzm' => 'Sentraal Atlas Tamazight', |
745
|
|
|
|
|
|
|
'ug' => 'Uighur', |
746
|
|
|
|
|
|
|
'uk' => 'Oekraïens', |
747
|
|
|
|
|
|
|
'und' => 'Onbekende of ongeldige taal', |
748
|
|
|
|
|
|
|
'ur' => 'Oerdoe', |
749
|
|
|
|
|
|
|
'uz' => 'Oezbeeks', |
750
|
|
|
|
|
|
|
'vai' => 'Vai', |
751
|
|
|
|
|
|
|
've' => 'Venda', |
752
|
|
|
|
|
|
|
'vi' => 'Viëtnamees', |
753
|
|
|
|
|
|
|
'vun' => 'Vunjo', |
754
|
|
|
|
|
|
|
'wbp' => 'Warlpiri', |
755
|
|
|
|
|
|
|
'wo' => 'Wolof', |
756
|
|
|
|
|
|
|
'xh' => 'Xhosa', |
757
|
|
|
|
|
|
|
'xog' => 'Soga', |
758
|
|
|
|
|
|
|
'yi' => 'Jiddisj', |
759
|
|
|
|
|
|
|
'yo' => 'Yoruba', |
760
|
|
|
|
|
|
|
'yue' => 'Kantonees', |
761
|
|
|
|
|
|
|
'zgh' => 'Standaard Marokkaanse Tamazight', |
762
|
|
|
|
|
|
|
'zh' => 'Sjinees', |
763
|
|
|
|
|
|
|
'zu' => 'Zoeloe', |
764
|
|
|
|
|
|
|
'zxx' => 'Geen linguistiese inhoud', |
765
|
|
|
|
|
|
|
|
766
|
|
|
|
|
|
|
); |
767
|
|
|
|
|
|
|
if (@_) { |
768
|
|
|
|
|
|
|
return $languages{$_[0]}; |
769
|
|
|
|
|
|
|
} |
770
|
|
|
|
|
|
|
return \%languages; |
771
|
|
|
|
|
|
|
} |
772
|
|
|
|
|
|
|
}, |
773
|
|
|
|
|
|
|
); |
774
|
|
|
|
|
|
|
|
775
|
|
|
|
|
|
|
has 'display_name_script' => ( |
776
|
|
|
|
|
|
|
is => 'ro', |
777
|
|
|
|
|
|
|
isa => CodeRef, |
778
|
|
|
|
|
|
|
init_arg => undef, |
779
|
|
|
|
|
|
|
default => sub { |
780
|
|
|
|
|
|
|
sub { |
781
|
|
|
|
|
|
|
my %scripts = ( |
782
|
|
|
|
|
|
|
'Arab' => 'Arabies', |
783
|
|
|
|
|
|
|
'Arab@alt=variant' => 'Perso-Arabies', |
784
|
|
|
|
|
|
|
'Armn' => 'Armeens', |
785
|
|
|
|
|
|
|
'Beng' => 'Bengaals', |
786
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo', |
787
|
|
|
|
|
|
|
'Brai' => 'Braille', |
788
|
|
|
|
|
|
|
'Copt' => 'Koptieses', |
789
|
|
|
|
|
|
|
'Cyrl' => 'Sirillies', |
790
|
|
|
|
|
|
|
'Cyrs' => 'Ou Kerkslawiese Sirillieses', |
791
|
|
|
|
|
|
|
'Deva' => 'Devanagari', |
792
|
|
|
|
|
|
|
'Egyp' => 'Egiptieses hiërogliewe', |
793
|
|
|
|
|
|
|
'Ethi' => 'Etiopies', |
794
|
|
|
|
|
|
|
'Geor' => 'Georgies', |
795
|
|
|
|
|
|
|
'Goth' => 'Gotieses', |
796
|
|
|
|
|
|
|
'Grek' => 'Grieks', |
797
|
|
|
|
|
|
|
'Gujr' => 'Gudjarati', |
798
|
|
|
|
|
|
|
'Guru' => 'Gurmukhi', |
799
|
|
|
|
|
|
|
'Hang' => 'Hangul', |
800
|
|
|
|
|
|
|
'Hani' => 'Han', |
801
|
|
|
|
|
|
|
'Hans' => 'Vereenvoudig', |
802
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'Vereenvoudigde Han', |
803
|
|
|
|
|
|
|
'Hant' => 'Tradisioneel', |
804
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Tradisionele Han', |
805
|
|
|
|
|
|
|
'Hebr' => 'Hebreeus', |
806
|
|
|
|
|
|
|
'Hira' => 'Hiragana', |
807
|
|
|
|
|
|
|
'Jpan' => 'Japannees', |
808
|
|
|
|
|
|
|
'Kana' => 'Katakana', |
809
|
|
|
|
|
|
|
'Khmr' => 'Khmer', |
810
|
|
|
|
|
|
|
'Knda' => 'Kannada', |
811
|
|
|
|
|
|
|
'Kore' => 'Koreaans', |
812
|
|
|
|
|
|
|
'Laoo' => 'Lao', |
813
|
|
|
|
|
|
|
'Latn' => 'Latyn', |
814
|
|
|
|
|
|
|
'Mlym' => 'Malabaars', |
815
|
|
|
|
|
|
|
'Mong' => 'Mongools', |
816
|
|
|
|
|
|
|
'Mymr' => 'Mianmar', |
817
|
|
|
|
|
|
|
'Orya' => 'Oriya', |
818
|
|
|
|
|
|
|
'Phnx' => 'Fenisieses', |
819
|
|
|
|
|
|
|
'Sinh' => 'Sinhala', |
820
|
|
|
|
|
|
|
'Taml' => 'Tamil', |
821
|
|
|
|
|
|
|
'Telu' => 'Teloegoe', |
822
|
|
|
|
|
|
|
'Thaa' => 'Thaana', |
823
|
|
|
|
|
|
|
'Thai' => 'Thai', |
824
|
|
|
|
|
|
|
'Tibt' => 'Tibettaans', |
825
|
|
|
|
|
|
|
'Ugar' => 'Ugaritieses', |
826
|
|
|
|
|
|
|
'Visp' => 'Visible Speech-karakters', |
827
|
|
|
|
|
|
|
'Zsym' => 'Simbole', |
828
|
|
|
|
|
|
|
'Zxxx' => 'Ongeskrewe', |
829
|
|
|
|
|
|
|
'Zyyy' => 'Algemeen', |
830
|
|
|
|
|
|
|
'Zzzz' => 'Onbekende skryfstelsel', |
831
|
|
|
|
|
|
|
|
832
|
|
|
|
|
|
|
); |
833
|
|
|
|
|
|
|
if ( @_ ) { |
834
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
835
|
|
|
|
|
|
|
} |
836
|
|
|
|
|
|
|
return \%scripts; |
837
|
|
|
|
|
|
|
} |
838
|
|
|
|
|
|
|
} |
839
|
|
|
|
|
|
|
); |
840
|
|
|
|
|
|
|
|
841
|
|
|
|
|
|
|
has 'display_name_region' => ( |
842
|
|
|
|
|
|
|
is => 'ro', |
843
|
|
|
|
|
|
|
isa => HashRef[Str], |
844
|
|
|
|
|
|
|
init_arg => undef, |
845
|
|
|
|
|
|
|
default => sub { |
846
|
|
|
|
|
|
|
{ |
847
|
|
|
|
|
|
|
'001' => 'Wêreld', |
848
|
|
|
|
|
|
|
'002' => 'Afrika', |
849
|
|
|
|
|
|
|
'003' => 'Noord-Amerika', |
850
|
|
|
|
|
|
|
'005' => 'Suid-Amerika', |
851
|
|
|
|
|
|
|
'009' => 'Oseanië', |
852
|
|
|
|
|
|
|
'011' => 'Wes-Afrika', |
853
|
|
|
|
|
|
|
'013' => 'Sentraal-Amerika', |
854
|
|
|
|
|
|
|
'014' => 'Oos-Afrika', |
855
|
|
|
|
|
|
|
'015' => 'Noord-Afrika', |
856
|
|
|
|
|
|
|
'017' => 'Midde-Afrika', |
857
|
|
|
|
|
|
|
'018' => 'Suider-Afrika', |
858
|
|
|
|
|
|
|
'019' => 'Amerikas', |
859
|
|
|
|
|
|
|
'021' => 'Noordelike Amerika', |
860
|
|
|
|
|
|
|
'029' => 'Karibies', |
861
|
|
|
|
|
|
|
'030' => 'Oos-Asië', |
862
|
|
|
|
|
|
|
'034' => 'Suid-Asië', |
863
|
|
|
|
|
|
|
'035' => 'Suidoos-Asië', |
864
|
|
|
|
|
|
|
'039' => 'Suid-Europa', |
865
|
|
|
|
|
|
|
'053' => 'Australasië', |
866
|
|
|
|
|
|
|
'054' => 'Melanesië', |
867
|
|
|
|
|
|
|
'057' => 'Mikronesiese streek', |
868
|
|
|
|
|
|
|
'061' => 'Polinesië', |
869
|
|
|
|
|
|
|
'142' => 'Asië', |
870
|
|
|
|
|
|
|
'143' => 'Sentraal-Asië', |
871
|
|
|
|
|
|
|
'145' => 'Wes-Asië', |
872
|
|
|
|
|
|
|
'150' => 'Europa', |
873
|
|
|
|
|
|
|
'151' => 'Oos-Europa', |
874
|
|
|
|
|
|
|
'154' => 'Noord-Europa', |
875
|
|
|
|
|
|
|
'155' => 'Wes-Europa', |
876
|
|
|
|
|
|
|
'419' => 'Latyns-Amerika', |
877
|
|
|
|
|
|
|
'AC' => 'Ascensioneiland', |
878
|
|
|
|
|
|
|
'AD' => 'Andorra', |
879
|
|
|
|
|
|
|
'AE' => 'Verenigde Arabiese Emirate', |
880
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
881
|
|
|
|
|
|
|
'AG' => 'Antigua en Barbuda', |
882
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
883
|
|
|
|
|
|
|
'AL' => 'Albanië', |
884
|
|
|
|
|
|
|
'AM' => 'Armenië', |
885
|
|
|
|
|
|
|
'AO' => 'Angola', |
886
|
|
|
|
|
|
|
'AQ' => 'Antarktika', |
887
|
|
|
|
|
|
|
'AR' => 'Argentinië', |
888
|
|
|
|
|
|
|
'AS' => 'Amerikaans-Samoa', |
889
|
|
|
|
|
|
|
'AT' => 'Oostenryk', |
890
|
|
|
|
|
|
|
'AU' => 'Australië', |
891
|
|
|
|
|
|
|
'AW' => 'Aruba', |
892
|
|
|
|
|
|
|
'AX' => 'Ã
landeilande', |
893
|
|
|
|
|
|
|
'AZ' => 'Azerbeidjan', |
894
|
|
|
|
|
|
|
'BA' => 'Bosnië en Herzegowina', |
895
|
|
|
|
|
|
|
'BB' => 'Barbados', |
896
|
|
|
|
|
|
|
'BD' => 'Bangladesj', |
897
|
|
|
|
|
|
|
'BE' => 'België', |
898
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
899
|
|
|
|
|
|
|
'BG' => 'Bulgarye', |
900
|
|
|
|
|
|
|
'BH' => 'Bahrein', |
901
|
|
|
|
|
|
|
'BI' => 'Burundi', |
902
|
|
|
|
|
|
|
'BJ' => 'Benin', |
903
|
|
|
|
|
|
|
'BL' => 'Sint Barthélemy', |
904
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
905
|
|
|
|
|
|
|
'BN' => 'Broenei', |
906
|
|
|
|
|
|
|
'BO' => 'Bolivië', |
907
|
|
|
|
|
|
|
'BQ' => 'Karibiese Nederland', |
908
|
|
|
|
|
|
|
'BR' => 'Brasilië', |
909
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
910
|
|
|
|
|
|
|
'BT' => 'Bhoetan', |
911
|
|
|
|
|
|
|
'BV' => 'Bouvet-eiland', |
912
|
|
|
|
|
|
|
'BW' => 'Botswana', |
913
|
|
|
|
|
|
|
'BY' => 'Belarus', |
914
|
|
|
|
|
|
|
'BZ' => 'Belize', |
915
|
|
|
|
|
|
|
'CA' => 'Kanada', |
916
|
|
|
|
|
|
|
'CC' => 'Kokos-eilande', |
917
|
|
|
|
|
|
|
'CD' => 'Demokratiese Republiek van die Kongo', |
918
|
|
|
|
|
|
|
'CD@alt=variant' => 'Kongo (DRK)', |
919
|
|
|
|
|
|
|
'CF' => 'Sentraal-Afrikaanse Republiek', |
920
|
|
|
|
|
|
|
'CG' => 'Kongo - Brazzaville', |
921
|
|
|
|
|
|
|
'CG@alt=variant' => 'Kongo (Republiek die)', |
922
|
|
|
|
|
|
|
'CH' => 'Switserland', |
923
|
|
|
|
|
|
|
'CI' => 'Ivoorkus', |
924
|
|
|
|
|
|
|
'CK' => 'Cookeilande', |
925
|
|
|
|
|
|
|
'CL' => 'Chili', |
926
|
|
|
|
|
|
|
'CM' => 'Kameroen', |
927
|
|
|
|
|
|
|
'CN' => 'Sjina', |
928
|
|
|
|
|
|
|
'CO' => 'Colombië', |
929
|
|
|
|
|
|
|
'CP' => 'Clippertoneiland', |
930
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
931
|
|
|
|
|
|
|
'CU' => 'Kuba', |
932
|
|
|
|
|
|
|
'CV' => 'Kaap Verde', |
933
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
934
|
|
|
|
|
|
|
'CX' => 'Kerseiland', |
935
|
|
|
|
|
|
|
'CY' => 'Siprus', |
936
|
|
|
|
|
|
|
'CZ' => 'Tjeggiese Republiek', |
937
|
|
|
|
|
|
|
'DE' => 'Duitsland', |
938
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
939
|
|
|
|
|
|
|
'DJ' => 'Djiboeti', |
940
|
|
|
|
|
|
|
'DK' => 'Denemarke', |
941
|
|
|
|
|
|
|
'DM' => 'Dominica', |
942
|
|
|
|
|
|
|
'DO' => 'Dominikaanse Republiek', |
943
|
|
|
|
|
|
|
'DZ' => 'Algerië', |
944
|
|
|
|
|
|
|
'EA' => 'Ceuta en Melilla', |
945
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
946
|
|
|
|
|
|
|
'EE' => 'Estland', |
947
|
|
|
|
|
|
|
'EG' => 'Egipte', |
948
|
|
|
|
|
|
|
'EH' => 'Wes-Sahara', |
949
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
950
|
|
|
|
|
|
|
'ES' => 'Spanje', |
951
|
|
|
|
|
|
|
'ET' => 'Ethiopië', |
952
|
|
|
|
|
|
|
'EU' => 'Europese Unie', |
953
|
|
|
|
|
|
|
'FI' => 'Finland', |
954
|
|
|
|
|
|
|
'FJ' => 'Fidji', |
955
|
|
|
|
|
|
|
'FK' => 'Falklandeilande', |
956
|
|
|
|
|
|
|
'FK@alt=variant' => 'Falklandeilande (Malvinas)', |
957
|
|
|
|
|
|
|
'FM' => 'Mikronesië', |
958
|
|
|
|
|
|
|
'FO' => 'Faroëreilande', |
959
|
|
|
|
|
|
|
'FR' => 'Frankryk', |
960
|
|
|
|
|
|
|
'GA' => 'Gaboen', |
961
|
|
|
|
|
|
|
'GB' => 'Verenigde Koninkryk', |
962
|
|
|
|
|
|
|
'GB@alt=short' => 'VK', |
963
|
|
|
|
|
|
|
'GD' => 'Grenada', |
964
|
|
|
|
|
|
|
'GE' => 'Georgië', |
965
|
|
|
|
|
|
|
'GF' => 'Frans-Guyana', |
966
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
967
|
|
|
|
|
|
|
'GH' => 'Ghana', |
968
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
969
|
|
|
|
|
|
|
'GL' => 'Groenland', |
970
|
|
|
|
|
|
|
'GM' => 'Gambië', |
971
|
|
|
|
|
|
|
'GN' => 'Guinee', |
972
|
|
|
|
|
|
|
'GP' => 'Guadeloupe', |
973
|
|
|
|
|
|
|
'GQ' => 'Ekwatoriaal-Guinee', |
974
|
|
|
|
|
|
|
'GR' => 'Griekeland', |
975
|
|
|
|
|
|
|
'GS' => 'Suid-Georgië en die Suidelike Sandwicheilande', |
976
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
977
|
|
|
|
|
|
|
'GU' => 'Guam', |
978
|
|
|
|
|
|
|
'GW' => 'Guinee-Bissau', |
979
|
|
|
|
|
|
|
'GY' => 'Guyana', |
980
|
|
|
|
|
|
|
'HK' => 'Hongkong SAS Sjina', |
981
|
|
|
|
|
|
|
'HK@alt=short' => 'Hongkong', |
982
|
|
|
|
|
|
|
'HM' => 'Heard- en McDonaldeilande', |
983
|
|
|
|
|
|
|
'HN' => 'Honduras', |
984
|
|
|
|
|
|
|
'HR' => 'Kroasië', |
985
|
|
|
|
|
|
|
'HT' => 'Haïti', |
986
|
|
|
|
|
|
|
'HU' => 'Hongarye', |
987
|
|
|
|
|
|
|
'IC' => 'Kanariese Eilande', |
988
|
|
|
|
|
|
|
'ID' => 'Indonesië', |
989
|
|
|
|
|
|
|
'IE' => 'Ierland', |
990
|
|
|
|
|
|
|
'IL' => 'Israel', |
991
|
|
|
|
|
|
|
'IM' => 'Eiland Man', |
992
|
|
|
|
|
|
|
'IN' => 'Indië', |
993
|
|
|
|
|
|
|
'IO' => 'Brits-Indiese Oseaangebied', |
994
|
|
|
|
|
|
|
'IQ' => 'Irak', |
995
|
|
|
|
|
|
|
'IR' => 'Iran', |
996
|
|
|
|
|
|
|
'IS' => 'Ysland', |
997
|
|
|
|
|
|
|
'IT' => 'Italië', |
998
|
|
|
|
|
|
|
'JE' => 'Jersey', |
999
|
|
|
|
|
|
|
'JM' => 'Jamaika', |
1000
|
|
|
|
|
|
|
'JO' => 'Jordanië', |
1001
|
|
|
|
|
|
|
'JP' => 'Japan', |
1002
|
|
|
|
|
|
|
'KE' => 'Kenia', |
1003
|
|
|
|
|
|
|
'KG' => 'Kirgisië', |
1004
|
|
|
|
|
|
|
'KH' => 'Kambodja', |
1005
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
1006
|
|
|
|
|
|
|
'KM' => 'Comore', |
1007
|
|
|
|
|
|
|
'KN' => 'St. Kitts en Nevis', |
1008
|
|
|
|
|
|
|
'KP' => 'Noord-Korea', |
1009
|
|
|
|
|
|
|
'KR' => 'Suid-Korea', |
1010
|
|
|
|
|
|
|
'KW' => 'Koeweit', |
1011
|
|
|
|
|
|
|
'KY' => 'Kaaimanseilande', |
1012
|
|
|
|
|
|
|
'KZ' => 'Kazakstan', |
1013
|
|
|
|
|
|
|
'LA' => 'Laos', |
1014
|
|
|
|
|
|
|
'LB' => 'Libanon', |
1015
|
|
|
|
|
|
|
'LC' => 'St. Lucia', |
1016
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
1017
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
1018
|
|
|
|
|
|
|
'LR' => 'Liberië', |
1019
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
1020
|
|
|
|
|
|
|
'LT' => 'Litaue', |
1021
|
|
|
|
|
|
|
'LU' => 'Luxemburg', |
1022
|
|
|
|
|
|
|
'LV' => 'Letland', |
1023
|
|
|
|
|
|
|
'LY' => 'Libië', |
1024
|
|
|
|
|
|
|
'MA' => 'Marokko', |
1025
|
|
|
|
|
|
|
'MC' => 'Monaco', |
1026
|
|
|
|
|
|
|
'MD' => 'Moldowa', |
1027
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
1028
|
|
|
|
|
|
|
'MF' => 'St. Martin', |
1029
|
|
|
|
|
|
|
'MG' => 'Madagaskar', |
1030
|
|
|
|
|
|
|
'MH' => 'Marshalleilande', |
1031
|
|
|
|
|
|
|
'MK' => 'Macedonië', |
1032
|
|
|
|
|
|
|
'MK@alt=variant' => 'Macedonië (VJRM)', |
1033
|
|
|
|
|
|
|
'ML' => 'Mali', |
1034
|
|
|
|
|
|
|
'MM' => 'Mianmar (Birma)', |
1035
|
|
|
|
|
|
|
'MN' => 'Mongolië', |
1036
|
|
|
|
|
|
|
'MO' => 'Macau SAS Sjina', |
1037
|
|
|
|
|
|
|
'MO@alt=short' => 'Macau', |
1038
|
|
|
|
|
|
|
'MP' => 'Noord-Mariane-eilande', |
1039
|
|
|
|
|
|
|
'MQ' => 'Martinique', |
1040
|
|
|
|
|
|
|
'MR' => 'Mauritanië', |
1041
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
1042
|
|
|
|
|
|
|
'MT' => 'Malta', |
1043
|
|
|
|
|
|
|
'MU' => 'Mauritius', |
1044
|
|
|
|
|
|
|
'MV' => 'Maledive', |
1045
|
|
|
|
|
|
|
'MW' => 'Malawi', |
1046
|
|
|
|
|
|
|
'MX' => 'Meksiko', |
1047
|
|
|
|
|
|
|
'MY' => 'Maleisië', |
1048
|
|
|
|
|
|
|
'MZ' => 'Mosambiek', |
1049
|
|
|
|
|
|
|
'NA' => 'Namibië', |
1050
|
|
|
|
|
|
|
'NC' => 'Nieu-Kaledonië', |
1051
|
|
|
|
|
|
|
'NE' => 'Niger', |
1052
|
|
|
|
|
|
|
'NF' => 'Norfolkeiland', |
1053
|
|
|
|
|
|
|
'NG' => 'Nigerië', |
1054
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
1055
|
|
|
|
|
|
|
'NL' => 'Nederland', |
1056
|
|
|
|
|
|
|
'NO' => 'Noorweë', |
1057
|
|
|
|
|
|
|
'NP' => 'Nepal', |
1058
|
|
|
|
|
|
|
'NR' => 'Nauru', |
1059
|
|
|
|
|
|
|
'NU' => 'Niue', |
1060
|
|
|
|
|
|
|
'NZ' => 'Nieu-Seeland', |
1061
|
|
|
|
|
|
|
'OM' => 'Oman', |
1062
|
|
|
|
|
|
|
'PA' => 'Panama', |
1063
|
|
|
|
|
|
|
'PE' => 'Peru', |
1064
|
|
|
|
|
|
|
'PF' => 'Frans-Polinesië', |
1065
|
|
|
|
|
|
|
'PG' => 'Papoea-Nieu-Guinee', |
1066
|
|
|
|
|
|
|
'PH' => 'Filippyne', |
1067
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
1068
|
|
|
|
|
|
|
'PL' => 'Pole', |
1069
|
|
|
|
|
|
|
'PM' => 'St. Pierre en Miquelon', |
1070
|
|
|
|
|
|
|
'PN' => 'Pitcairneilande', |
1071
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
1072
|
|
|
|
|
|
|
'PS' => 'Palestynse gebiede', |
1073
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
1074
|
|
|
|
|
|
|
'PT' => 'Portugal', |
1075
|
|
|
|
|
|
|
'PW' => 'Palau', |
1076
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
1077
|
|
|
|
|
|
|
'QA' => 'Katar', |
1078
|
|
|
|
|
|
|
'QO' => 'Omliggende Oseanië', |
1079
|
|
|
|
|
|
|
'RE' => 'Réunion', |
1080
|
|
|
|
|
|
|
'RO' => 'Roemenië', |
1081
|
|
|
|
|
|
|
'RS' => 'Serwië', |
1082
|
|
|
|
|
|
|
'RU' => 'Rusland', |
1083
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
1084
|
|
|
|
|
|
|
'SA' => 'Saoedi-Arabië', |
1085
|
|
|
|
|
|
|
'SB' => 'Salomonseilande', |
1086
|
|
|
|
|
|
|
'SC' => 'Seychelle', |
1087
|
|
|
|
|
|
|
'SD' => 'Soedan', |
1088
|
|
|
|
|
|
|
'SE' => 'Swede', |
1089
|
|
|
|
|
|
|
'SG' => 'Singapoer', |
1090
|
|
|
|
|
|
|
'SH' => 'Sint Helena', |
1091
|
|
|
|
|
|
|
'SI' => 'Slowenië', |
1092
|
|
|
|
|
|
|
'SJ' => 'Svalbard en Jan Mayen', |
1093
|
|
|
|
|
|
|
'SK' => 'Slowakye', |
1094
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
1095
|
|
|
|
|
|
|
'SM' => 'San Marino', |
1096
|
|
|
|
|
|
|
'SN' => 'Senegal', |
1097
|
|
|
|
|
|
|
'SO' => 'Somalië', |
1098
|
|
|
|
|
|
|
'SR' => 'Suriname', |
1099
|
|
|
|
|
|
|
'SS' => 'Suid-Soedan', |
1100
|
|
|
|
|
|
|
'ST' => 'São Tomé en PrÃncipe', |
1101
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
1102
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
1103
|
|
|
|
|
|
|
'SY' => 'Sirië', |
1104
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
1105
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
1106
|
|
|
|
|
|
|
'TC' => 'Turks- en Caicoseilande', |
1107
|
|
|
|
|
|
|
'TD' => 'Tsjad', |
1108
|
|
|
|
|
|
|
'TF' => 'Franse Suidelike Gebiede', |
1109
|
|
|
|
|
|
|
'TG' => 'Togo', |
1110
|
|
|
|
|
|
|
'TH' => 'Thailand', |
1111
|
|
|
|
|
|
|
'TJ' => 'Tadjikistan', |
1112
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
1113
|
|
|
|
|
|
|
'TL' => 'Oos-Timor', |
1114
|
|
|
|
|
|
|
'TM' => 'Turkmenië', |
1115
|
|
|
|
|
|
|
'TN' => 'Tunisië', |
1116
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1117
|
|
|
|
|
|
|
'TR' => 'Turkye', |
1118
|
|
|
|
|
|
|
'TT' => 'Trinidad en Tobago', |
1119
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
1120
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
1121
|
|
|
|
|
|
|
'TZ' => 'Tanzanië', |
1122
|
|
|
|
|
|
|
'UA' => 'Oekraïne', |
1123
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1124
|
|
|
|
|
|
|
'UM' => 'VS klein omliggende eilande', |
1125
|
|
|
|
|
|
|
'US' => 'Verenigde State van Amerika', |
1126
|
|
|
|
|
|
|
'US@alt=short' => 'VSA', |
1127
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
1128
|
|
|
|
|
|
|
'UZ' => 'Oesbekistan', |
1129
|
|
|
|
|
|
|
'VA' => 'Vatikaanstad', |
1130
|
|
|
|
|
|
|
'VC' => 'St. Vincent en die Grenadine', |
1131
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
1132
|
|
|
|
|
|
|
'VG' => 'Britse Maagde-eilande', |
1133
|
|
|
|
|
|
|
'VI' => 'Amerikaanse Maagde-eilande', |
1134
|
|
|
|
|
|
|
'VN' => 'Viëtnam', |
1135
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1136
|
|
|
|
|
|
|
'WF' => 'Wallis en Futuna', |
1137
|
|
|
|
|
|
|
'WS' => 'Samoa', |
1138
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
1139
|
|
|
|
|
|
|
'YE' => 'Jemen', |
1140
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1141
|
|
|
|
|
|
|
'ZA' => 'Suid-Afrika', |
1142
|
|
|
|
|
|
|
'ZM' => 'Zambië', |
1143
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
1144
|
|
|
|
|
|
|
'ZZ' => 'Onbekende gebied', |
1145
|
|
|
|
|
|
|
|
1146
|
|
|
|
|
|
|
} |
1147
|
|
|
|
|
|
|
}, |
1148
|
|
|
|
|
|
|
); |
1149
|
|
|
|
|
|
|
|
1150
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1151
|
|
|
|
|
|
|
is => 'ro', |
1152
|
|
|
|
|
|
|
isa => HashRef[Str], |
1153
|
|
|
|
|
|
|
init_arg => undef, |
1154
|
|
|
|
|
|
|
default => sub { |
1155
|
|
|
|
|
|
|
{ |
1156
|
|
|
|
|
|
|
'1901' => 'Duitse ortografie van 1901', |
1157
|
|
|
|
|
|
|
'1996' => 'Duitse ortografie van 1996', |
1158
|
|
|
|
|
|
|
'PINYIN' => 'pinyin', |
1159
|
|
|
|
|
|
|
'REVISED' => 'hersiene ortografie', |
1160
|
|
|
|
|
|
|
'WADEGILE' => 'Wade-Giles', |
1161
|
|
|
|
|
|
|
|
1162
|
|
|
|
|
|
|
} |
1163
|
|
|
|
|
|
|
}, |
1164
|
|
|
|
|
|
|
); |
1165
|
|
|
|
|
|
|
|
1166
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1167
|
|
|
|
|
|
|
is => 'ro', |
1168
|
|
|
|
|
|
|
isa => HashRef[Str], |
1169
|
|
|
|
|
|
|
init_arg => undef, |
1170
|
|
|
|
|
|
|
default => sub { |
1171
|
|
|
|
|
|
|
{ |
1172
|
|
|
|
|
|
|
'calendar' => 'Kalender', |
1173
|
|
|
|
|
|
|
'colalternate' => 'Ignoreer simboolsortering', |
1174
|
|
|
|
|
|
|
'colbackwards' => 'Omgekeerde aksentsortering', |
1175
|
|
|
|
|
|
|
'colcasefirst' => 'Hoofletters/kleinletters-sortering', |
1176
|
|
|
|
|
|
|
'colcaselevel' => 'Kassensitiewe sortering', |
1177
|
|
|
|
|
|
|
'colhiraganaquaternary' => 'Kana-sortering', |
1178
|
|
|
|
|
|
|
'collation' => 'Sorteervolgorde', |
1179
|
|
|
|
|
|
|
'colnormalization' => 'Genormaliseerde sortering', |
1180
|
|
|
|
|
|
|
'colnumeric' => 'Numeriese sortering', |
1181
|
|
|
|
|
|
|
'colstrength' => 'Sorteringssterkte', |
1182
|
|
|
|
|
|
|
'currency' => 'Geldeenheid', |
1183
|
|
|
|
|
|
|
'hc' => 'Uursiklus (12 vs 24)', |
1184
|
|
|
|
|
|
|
'lb' => 'Reëlbreek-styl', |
1185
|
|
|
|
|
|
|
'ms' => 'Meetstelsel', |
1186
|
|
|
|
|
|
|
'numbers' => 'Syfers', |
1187
|
|
|
|
|
|
|
'timezone' => 'Tydsone', |
1188
|
|
|
|
|
|
|
'va' => 'Lokaalvariant', |
1189
|
|
|
|
|
|
|
'variabletop' => 'Sorteer as simbole', |
1190
|
|
|
|
|
|
|
'x' => 'Privaat gebruik', |
1191
|
|
|
|
|
|
|
|
1192
|
|
|
|
|
|
|
} |
1193
|
|
|
|
|
|
|
}, |
1194
|
|
|
|
|
|
|
); |
1195
|
|
|
|
|
|
|
|
1196
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1197
|
|
|
|
|
|
|
is => 'ro', |
1198
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1199
|
|
|
|
|
|
|
init_arg => undef, |
1200
|
|
|
|
|
|
|
default => sub { |
1201
|
|
|
|
|
|
|
{ |
1202
|
|
|
|
|
|
|
'calendar' => { |
1203
|
|
|
|
|
|
|
'buddhist' => q{Boeddhistiese kalender}, |
1204
|
|
|
|
|
|
|
'chinese' => q{Sjinese kalender}, |
1205
|
|
|
|
|
|
|
'coptic' => q{Koptiese kalender}, |
1206
|
|
|
|
|
|
|
'dangi' => q{Dangi-kalender}, |
1207
|
|
|
|
|
|
|
'ethiopic' => q{Ethiopiese kalender}, |
1208
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Etiopiese Amete Alem-kalender}, |
1209
|
|
|
|
|
|
|
'gregorian' => q{Gregoriese kalender}, |
1210
|
|
|
|
|
|
|
'hebrew' => q{Hebreeuse kalender}, |
1211
|
|
|
|
|
|
|
'indian' => q{Indiese nasionale kalender}, |
1212
|
|
|
|
|
|
|
'islamic' => q{Islamitiese kalender}, |
1213
|
|
|
|
|
|
|
'islamic-civil' => q{Islamitiese siviele kalender}, |
1214
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601-kalender}, |
1215
|
|
|
|
|
|
|
'japanese' => q{Japannese kalender}, |
1216
|
|
|
|
|
|
|
'persian' => q{Persiese kalender}, |
1217
|
|
|
|
|
|
|
'roc' => q{Minguo-kalender}, |
1218
|
|
|
|
|
|
|
}, |
1219
|
|
|
|
|
|
|
'colalternate' => { |
1220
|
|
|
|
|
|
|
'non-ignorable' => q{Sorteer simbole}, |
1221
|
|
|
|
|
|
|
'shifted' => q{Sorteer ignoreersimbole}, |
1222
|
|
|
|
|
|
|
}, |
1223
|
|
|
|
|
|
|
'colbackwards' => { |
1224
|
|
|
|
|
|
|
'no' => q{Sorteer aksente gewoonweg}, |
1225
|
|
|
|
|
|
|
'yes' => q{Sorteer aksente omgekeerd}, |
1226
|
|
|
|
|
|
|
}, |
1227
|
|
|
|
|
|
|
'colcasefirst' => { |
1228
|
|
|
|
|
|
|
'lower' => q{Sorteer kleinletters veerste}, |
1229
|
|
|
|
|
|
|
'no' => q{Sorteer gewone letterorde}, |
1230
|
|
|
|
|
|
|
'upper' => q{Sorteer hoofletters eerste}, |
1231
|
|
|
|
|
|
|
}, |
1232
|
|
|
|
|
|
|
'colcaselevel' => { |
1233
|
|
|
|
|
|
|
'no' => q{Sorteer nie kassensitief nie}, |
1234
|
|
|
|
|
|
|
'yes' => q{Sorteer kassensitief}, |
1235
|
|
|
|
|
|
|
}, |
1236
|
|
|
|
|
|
|
'colhiraganaquaternary' => { |
1237
|
|
|
|
|
|
|
'no' => q{Sorteer Kana afsonderlik}, |
1238
|
|
|
|
|
|
|
'yes' => q{Sorteer Kana anders}, |
1239
|
|
|
|
|
|
|
}, |
1240
|
|
|
|
|
|
|
'collation' => { |
1241
|
|
|
|
|
|
|
'big5han' => q{Tradisionele Chinese sorteervolgorde - Groot5}, |
1242
|
|
|
|
|
|
|
'dictionary' => q{Woordeboek-sorteervolgorde}, |
1243
|
|
|
|
|
|
|
'ducet' => q{Verstek Unicode-sorteervolgorde}, |
1244
|
|
|
|
|
|
|
'gb2312han' => q{Vereenvoudigde Chinese sorteervolgorde - GB2312}, |
1245
|
|
|
|
|
|
|
'phonebook' => q{Foonboek-sorteervolgorde}, |
1246
|
|
|
|
|
|
|
'phonetic' => q{Fonetiese sorteerorde}, |
1247
|
|
|
|
|
|
|
'pinyin' => q{Pinyin-sorteervolgorde}, |
1248
|
|
|
|
|
|
|
'reformed' => q{Gereformeerde sorteervolgorde}, |
1249
|
|
|
|
|
|
|
'search' => q{Algemenedoel-soektog}, |
1250
|
|
|
|
|
|
|
'searchjl' => q{Soek volgens Hangul-beginkonsonant}, |
1251
|
|
|
|
|
|
|
'standard' => q{Standaard sorteervolgorde}, |
1252
|
|
|
|
|
|
|
'stroke' => q{Slag-sorteervolgorde}, |
1253
|
|
|
|
|
|
|
'traditional' => q{Tradisionele sorteervolgorde}, |
1254
|
|
|
|
|
|
|
'unihan' => q{Radikale-slag-sorteervolgorde}, |
1255
|
|
|
|
|
|
|
}, |
1256
|
|
|
|
|
|
|
'colnormalization' => { |
1257
|
|
|
|
|
|
|
'no' => q{Sorteer sonder normalisering}, |
1258
|
|
|
|
|
|
|
'yes' => q{Sorteer Unicode genormaliseer}, |
1259
|
|
|
|
|
|
|
}, |
1260
|
|
|
|
|
|
|
'colnumeric' => { |
1261
|
|
|
|
|
|
|
'no' => q{Sorteer syfers individueel}, |
1262
|
|
|
|
|
|
|
'yes' => q{Sorteer syfers numeries}, |
1263
|
|
|
|
|
|
|
}, |
1264
|
|
|
|
|
|
|
'colstrength' => { |
1265
|
|
|
|
|
|
|
'identical' => q{Sorteer almal}, |
1266
|
|
|
|
|
|
|
'primary' => q{Sorteer slegs basisletters}, |
1267
|
|
|
|
|
|
|
'quaternary' => q{Sorteer aksente/kas/breedte/Kana}, |
1268
|
|
|
|
|
|
|
'secondary' => q{Sorteer aksente}, |
1269
|
|
|
|
|
|
|
'tertiary' => q{Sorteer aksente/kas/breedte}, |
1270
|
|
|
|
|
|
|
}, |
1271
|
|
|
|
|
|
|
'hc' => { |
1272
|
|
|
|
|
|
|
'h11' => q{12-uur-stelsel (0-11)}, |
1273
|
|
|
|
|
|
|
'h12' => q{112-uur-stelsel (1-12)}, |
1274
|
|
|
|
|
|
|
'h23' => q{24-uur-stelsel}, |
1275
|
|
|
|
|
|
|
'h24' => q{24-uur-stelsel (1-24)}, |
1276
|
|
|
|
|
|
|
}, |
1277
|
|
|
|
|
|
|
'lb' => { |
1278
|
|
|
|
|
|
|
'loose' => q{Los reëlbreek-styl}, |
1279
|
|
|
|
|
|
|
'normal' => q{Normale reëlbreek-styl}, |
1280
|
|
|
|
|
|
|
'strict' => q{Streng reëlbreek-styl}, |
1281
|
|
|
|
|
|
|
}, |
1282
|
|
|
|
|
|
|
'ms' => { |
1283
|
|
|
|
|
|
|
'metric' => q{Metriese stelsel}, |
1284
|
|
|
|
|
|
|
'uksystem' => q{Imperiale meetstelsel}, |
1285
|
|
|
|
|
|
|
'ussystem' => q{VS-meetstelsel}, |
1286
|
|
|
|
|
|
|
}, |
1287
|
|
|
|
|
|
|
'numbers' => { |
1288
|
|
|
|
|
|
|
'arab' => q{Arabies-Indiese syfers}, |
1289
|
|
|
|
|
|
|
'arabext' => q{Uitgebreide Arabies-Indiese syfers}, |
1290
|
|
|
|
|
|
|
'armn' => q{Armeense syfers}, |
1291
|
|
|
|
|
|
|
'armnlow' => q{Armeense kleinletter-syfers}, |
1292
|
|
|
|
|
|
|
'beng' => q{Bengaalse syfers}, |
1293
|
|
|
|
|
|
|
'deva' => q{Devanagari-syfers}, |
1294
|
|
|
|
|
|
|
'ethi' => q{Ethiopiese syfers}, |
1295
|
|
|
|
|
|
|
'finance' => q{Finansiële syfers}, |
1296
|
|
|
|
|
|
|
'fullwide' => q{Vollewydte-syfers}, |
1297
|
|
|
|
|
|
|
'geor' => q{Georgiese syfers}, |
1298
|
|
|
|
|
|
|
'grek' => q{Griekse syfers}, |
1299
|
|
|
|
|
|
|
'greklow' => q{Griekse kleinletter-syfers}, |
1300
|
|
|
|
|
|
|
'gujr' => q{Goedjarati-syfers}, |
1301
|
|
|
|
|
|
|
'guru' => q{Gurmukhi-syfers}, |
1302
|
|
|
|
|
|
|
'hanidec' => q{Chinese desimale syfers}, |
1303
|
|
|
|
|
|
|
'hans' => q{Vereenvoudigde Sjinese syfers}, |
1304
|
|
|
|
|
|
|
'hansfin' => q{Vereenvoudigde Sjinese finansiële syfers}, |
1305
|
|
|
|
|
|
|
'hant' => q{Tradisionele Sjinese syfers}, |
1306
|
|
|
|
|
|
|
'hantfin' => q{Tradisionele Sjinese finansiële syfers}, |
1307
|
|
|
|
|
|
|
'hebr' => q{Hebreeuse syfers}, |
1308
|
|
|
|
|
|
|
'jpan' => q{Japannese syfers}, |
1309
|
|
|
|
|
|
|
'jpanfin' => q{Japannese finansiële syfers}, |
1310
|
|
|
|
|
|
|
'khmr' => q{Khmer-syfers}, |
1311
|
|
|
|
|
|
|
'knda' => q{Kannada-syfers}, |
1312
|
|
|
|
|
|
|
'laoo' => q{Lao-syfers}, |
1313
|
|
|
|
|
|
|
'latn' => q{Westerse syfers}, |
1314
|
|
|
|
|
|
|
'mlym' => q{Malabaarse syfers}, |
1315
|
|
|
|
|
|
|
'mong' => q{Mongoliese syfers}, |
1316
|
|
|
|
|
|
|
'mymr' => q{Mianmar-syfers}, |
1317
|
|
|
|
|
|
|
'native' => q{Inheemse syfers}, |
1318
|
|
|
|
|
|
|
'orya' => q{Oriya-syfers}, |
1319
|
|
|
|
|
|
|
'roman' => q{Romeinse syfers}, |
1320
|
|
|
|
|
|
|
'romanlow' => q{Romeinse kleinletter-syfers}, |
1321
|
|
|
|
|
|
|
'taml' => q{Tradisionele Tamil-syfers}, |
1322
|
|
|
|
|
|
|
'tamldec' => q{Tamil-syfers}, |
1323
|
|
|
|
|
|
|
'telu' => q{Teloegoe-syfers}, |
1324
|
|
|
|
|
|
|
'thai' => q{Thaise syfers}, |
1325
|
|
|
|
|
|
|
'tibt' => q{Tibettaanse syfers}, |
1326
|
|
|
|
|
|
|
'traditional' => q{Tradisionele syfers}, |
1327
|
|
|
|
|
|
|
'vaii' => q{Vai-syfers}, |
1328
|
|
|
|
|
|
|
}, |
1329
|
|
|
|
|
|
|
|
1330
|
|
|
|
|
|
|
} |
1331
|
|
|
|
|
|
|
}, |
1332
|
|
|
|
|
|
|
); |
1333
|
|
|
|
|
|
|
|
1334
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1335
|
|
|
|
|
|
|
is => 'ro', |
1336
|
|
|
|
|
|
|
isa => HashRef[Str], |
1337
|
|
|
|
|
|
|
init_arg => undef, |
1338
|
|
|
|
|
|
|
default => sub { |
1339
|
|
|
|
|
|
|
{ |
1340
|
|
|
|
|
|
|
'metric' => q{Metriek}, |
1341
|
|
|
|
|
|
|
'UK' => q{VK}, |
1342
|
|
|
|
|
|
|
'US' => q{VSA}, |
1343
|
|
|
|
|
|
|
|
1344
|
|
|
|
|
|
|
} |
1345
|
|
|
|
|
|
|
}, |
1346
|
|
|
|
|
|
|
); |
1347
|
|
|
|
|
|
|
|
1348
|
|
|
|
|
|
|
has 'display_name_transform_name' => ( |
1349
|
|
|
|
|
|
|
is => 'ro', |
1350
|
|
|
|
|
|
|
isa => HashRef[Str], |
1351
|
|
|
|
|
|
|
init_arg => undef, |
1352
|
|
|
|
|
|
|
default => sub { |
1353
|
|
|
|
|
|
|
{ |
1354
|
|
|
|
|
|
|
'bgn' => 'BGN', |
1355
|
|
|
|
|
|
|
'numeric' => 'Numeries', |
1356
|
|
|
|
|
|
|
'tone' => 'Toon', |
1357
|
|
|
|
|
|
|
'ungegn' => 'UNGEGN', |
1358
|
|
|
|
|
|
|
'x-accents' => 'Aksente', |
1359
|
|
|
|
|
|
|
'x-fullwidth' => 'Vollewydte', |
1360
|
|
|
|
|
|
|
'x-halfwidth' => 'halfwydte', |
1361
|
|
|
|
|
|
|
'x-jamo' => 'Jamo', |
1362
|
|
|
|
|
|
|
'x-pinyin' => 'Pinyin', |
1363
|
|
|
|
|
|
|
'x-publishing' => 'Publisering', |
1364
|
|
|
|
|
|
|
|
1365
|
|
|
|
|
|
|
} |
1366
|
|
|
|
|
|
|
}, |
1367
|
|
|
|
|
|
|
); |
1368
|
|
|
|
|
|
|
|
1369
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1370
|
|
|
|
|
|
|
is => 'ro', |
1371
|
|
|
|
|
|
|
isa => HashRef[Str], |
1372
|
|
|
|
|
|
|
init_arg => undef, |
1373
|
|
|
|
|
|
|
default => sub { |
1374
|
|
|
|
|
|
|
{ |
1375
|
|
|
|
|
|
|
'language' => 'Taal: {0}', |
1376
|
|
|
|
|
|
|
'script' => 'Skrif: {0}', |
1377
|
|
|
|
|
|
|
'region' => 'Streek: {0}', |
1378
|
|
|
|
|
|
|
|
1379
|
|
|
|
|
|
|
} |
1380
|
|
|
|
|
|
|
}, |
1381
|
|
|
|
|
|
|
); |
1382
|
|
|
|
|
|
|
|
1383
|
|
|
|
|
|
|
has 'characters' => ( |
1384
|
|
|
|
|
|
|
is => 'ro', |
1385
|
|
|
|
|
|
|
isa => HashRef, |
1386
|
|
|
|
|
|
|
init_arg => undef, |
1387
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1388
|
|
|
|
|
|
|
? eval <<'EOT' |
1389
|
|
|
|
|
|
|
sub { |
1390
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1391
|
|
|
|
|
|
|
return { |
1392
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[à ä ã æ ç à ì ó ò ú ù ü ý])}, |
1393
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], |
1394
|
|
|
|
|
|
|
main => qr{(?^u:[a á â b c d e é è ê ë f g h i î ï j k l m n o ô ö p q r s t u û v w x y z])}, |
1395
|
|
|
|
|
|
|
punctuation => qr{(?^u:[\- â â â , ; \: ! ? . ⦠' â â " â â ( ) \[ \] § @ * / \& # â â¡ â² â³])}, |
1396
|
|
|
|
|
|
|
}; |
1397
|
|
|
|
|
|
|
}, |
1398
|
|
|
|
|
|
|
EOT |
1399
|
|
|
|
|
|
|
: sub { |
1400
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], }; |
1401
|
|
|
|
|
|
|
}, |
1402
|
1
|
|
|
1
|
|
111
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
170
|
|
1403
|
|
|
|
|
|
|
|
1404
|
|
|
|
|
|
|
|
1405
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1406
|
|
|
|
|
|
|
is => 'ro', |
1407
|
|
|
|
|
|
|
isa => HashRef, |
1408
|
|
|
|
|
|
|
init_arg => undef, |
1409
|
|
|
|
|
|
|
default => sub { |
1410
|
|
|
|
|
|
|
return { |
1411
|
|
|
|
|
|
|
'final' => '{0}â¦', |
1412
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
1413
|
|
|
|
|
|
|
'medial' => '{0}â¦{1}', |
1414
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1415
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1416
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1417
|
|
|
|
|
|
|
}; |
1418
|
|
|
|
|
|
|
}, |
1419
|
|
|
|
|
|
|
); |
1420
|
|
|
|
|
|
|
|
1421
|
|
|
|
|
|
|
has 'more_information' => ( |
1422
|
|
|
|
|
|
|
is => 'ro', |
1423
|
|
|
|
|
|
|
isa => Str, |
1424
|
|
|
|
|
|
|
init_arg => undef, |
1425
|
|
|
|
|
|
|
default => qq{?}, |
1426
|
|
|
|
|
|
|
); |
1427
|
|
|
|
|
|
|
|
1428
|
|
|
|
|
|
|
has 'quote_start' => ( |
1429
|
|
|
|
|
|
|
is => 'ro', |
1430
|
|
|
|
|
|
|
isa => Str, |
1431
|
|
|
|
|
|
|
init_arg => undef, |
1432
|
|
|
|
|
|
|
default => qq{â}, |
1433
|
|
|
|
|
|
|
); |
1434
|
|
|
|
|
|
|
|
1435
|
|
|
|
|
|
|
has 'quote_end' => ( |
1436
|
|
|
|
|
|
|
is => 'ro', |
1437
|
|
|
|
|
|
|
isa => Str, |
1438
|
|
|
|
|
|
|
init_arg => undef, |
1439
|
|
|
|
|
|
|
default => qq{â}, |
1440
|
|
|
|
|
|
|
); |
1441
|
|
|
|
|
|
|
|
1442
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1443
|
|
|
|
|
|
|
is => 'ro', |
1444
|
|
|
|
|
|
|
isa => Str, |
1445
|
|
|
|
|
|
|
init_arg => undef, |
1446
|
|
|
|
|
|
|
default => qq{â}, |
1447
|
|
|
|
|
|
|
); |
1448
|
|
|
|
|
|
|
|
1449
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1450
|
|
|
|
|
|
|
is => 'ro', |
1451
|
|
|
|
|
|
|
isa => Str, |
1452
|
|
|
|
|
|
|
init_arg => undef, |
1453
|
|
|
|
|
|
|
default => qq{â}, |
1454
|
|
|
|
|
|
|
); |
1455
|
|
|
|
|
|
|
|
1456
|
|
|
|
|
|
|
has 'duration_units' => ( |
1457
|
|
|
|
|
|
|
is => 'ro', |
1458
|
|
|
|
|
|
|
isa => HashRef[Str], |
1459
|
|
|
|
|
|
|
init_arg => undef, |
1460
|
|
|
|
|
|
|
default => sub { { |
1461
|
|
|
|
|
|
|
hm => 'hh:mm', |
1462
|
|
|
|
|
|
|
hms => 'hh:mm:ss', |
1463
|
|
|
|
|
|
|
ms => 'mm:ss', |
1464
|
|
|
|
|
|
|
} } |
1465
|
|
|
|
|
|
|
); |
1466
|
|
|
|
|
|
|
|
1467
|
|
|
|
|
|
|
has 'units' => ( |
1468
|
|
|
|
|
|
|
is => 'ro', |
1469
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1470
|
|
|
|
|
|
|
init_arg => undef, |
1471
|
|
|
|
|
|
|
default => sub { { |
1472
|
|
|
|
|
|
|
'long' => { |
1473
|
|
|
|
|
|
|
'acre' => { |
1474
|
|
|
|
|
|
|
'name' => q(akker), |
1475
|
|
|
|
|
|
|
'one' => q({0} akker), |
1476
|
|
|
|
|
|
|
'other' => q({0} akker), |
1477
|
|
|
|
|
|
|
}, |
1478
|
|
|
|
|
|
|
'acre-foot' => { |
1479
|
|
|
|
|
|
|
'name' => q(akkervoet), |
1480
|
|
|
|
|
|
|
'one' => q({0} akkervoet), |
1481
|
|
|
|
|
|
|
'other' => q({0} akkervoet), |
1482
|
|
|
|
|
|
|
}, |
1483
|
|
|
|
|
|
|
'ampere' => { |
1484
|
|
|
|
|
|
|
'name' => q(ampere), |
1485
|
|
|
|
|
|
|
'one' => q({0} ampere), |
1486
|
|
|
|
|
|
|
'other' => q({0} ampere), |
1487
|
|
|
|
|
|
|
}, |
1488
|
|
|
|
|
|
|
'arc-minute' => { |
1489
|
|
|
|
|
|
|
'name' => q(boogminute), |
1490
|
|
|
|
|
|
|
'one' => q({0} boogminuut), |
1491
|
|
|
|
|
|
|
'other' => q({0} boogminute), |
1492
|
|
|
|
|
|
|
}, |
1493
|
|
|
|
|
|
|
'arc-second' => { |
1494
|
|
|
|
|
|
|
'name' => q(boogsekondes), |
1495
|
|
|
|
|
|
|
'one' => q({0} boogsekonde), |
1496
|
|
|
|
|
|
|
'other' => q({0} boogsekondes), |
1497
|
|
|
|
|
|
|
}, |
1498
|
|
|
|
|
|
|
'astronomical-unit' => { |
1499
|
|
|
|
|
|
|
'name' => q(astronomiese eenheid), |
1500
|
|
|
|
|
|
|
'one' => q({0} astronomiese eenheid), |
1501
|
|
|
|
|
|
|
'other' => q({0} astronomiese eenheid), |
1502
|
|
|
|
|
|
|
}, |
1503
|
|
|
|
|
|
|
'bit' => { |
1504
|
|
|
|
|
|
|
'name' => q(bis), |
1505
|
|
|
|
|
|
|
'one' => q({0} bis), |
1506
|
|
|
|
|
|
|
'other' => q({0} bis), |
1507
|
|
|
|
|
|
|
}, |
1508
|
|
|
|
|
|
|
'byte' => { |
1509
|
|
|
|
|
|
|
'name' => q(grepe), |
1510
|
|
|
|
|
|
|
'one' => q({0} greep), |
1511
|
|
|
|
|
|
|
'other' => q({0} grepe), |
1512
|
|
|
|
|
|
|
}, |
1513
|
|
|
|
|
|
|
'calorie' => { |
1514
|
|
|
|
|
|
|
'name' => q(kalorië), |
1515
|
|
|
|
|
|
|
'one' => q({0} kalorie), |
1516
|
|
|
|
|
|
|
'other' => q({0} kalorië), |
1517
|
|
|
|
|
|
|
}, |
1518
|
|
|
|
|
|
|
'carat' => { |
1519
|
|
|
|
|
|
|
'name' => q(karaat), |
1520
|
|
|
|
|
|
|
'one' => q({0} karaat), |
1521
|
|
|
|
|
|
|
'other' => q({0} karaat), |
1522
|
|
|
|
|
|
|
}, |
1523
|
|
|
|
|
|
|
'celsius' => { |
1524
|
|
|
|
|
|
|
'name' => q(grade Celsius), |
1525
|
|
|
|
|
|
|
'one' => q({0} graad Celsius), |
1526
|
|
|
|
|
|
|
'other' => q({0} grade Celsius), |
1527
|
|
|
|
|
|
|
}, |
1528
|
|
|
|
|
|
|
'centiliter' => { |
1529
|
|
|
|
|
|
|
'name' => q(sentiliter), |
1530
|
|
|
|
|
|
|
'one' => q({0} sentiliter), |
1531
|
|
|
|
|
|
|
'other' => q({0} sentiliter), |
1532
|
|
|
|
|
|
|
}, |
1533
|
|
|
|
|
|
|
'centimeter' => { |
1534
|
|
|
|
|
|
|
'name' => q(sentimeter), |
1535
|
|
|
|
|
|
|
'one' => q({0} sentimeter), |
1536
|
|
|
|
|
|
|
'other' => q({0} sentimeter), |
1537
|
|
|
|
|
|
|
'per' => q({0} per sentimeter), |
1538
|
|
|
|
|
|
|
}, |
1539
|
|
|
|
|
|
|
'century' => { |
1540
|
|
|
|
|
|
|
'name' => q(eeu), |
1541
|
|
|
|
|
|
|
'one' => q({0} eeu), |
1542
|
|
|
|
|
|
|
'other' => q({0} eeue), |
1543
|
|
|
|
|
|
|
}, |
1544
|
|
|
|
|
|
|
'coordinate' => { |
1545
|
|
|
|
|
|
|
'east' => q({0}O), |
1546
|
|
|
|
|
|
|
'north' => q({0}N), |
1547
|
|
|
|
|
|
|
'south' => q({0}S), |
1548
|
|
|
|
|
|
|
'west' => q({0}W), |
1549
|
|
|
|
|
|
|
}, |
1550
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1551
|
|
|
|
|
|
|
'name' => q(kubieke sentimeter), |
1552
|
|
|
|
|
|
|
'one' => q({0} kubieke sentimeter), |
1553
|
|
|
|
|
|
|
'other' => q({0} kubieke sentimeter), |
1554
|
|
|
|
|
|
|
'per' => q({0} per kubieke sentimeter), |
1555
|
|
|
|
|
|
|
}, |
1556
|
|
|
|
|
|
|
'cubic-foot' => { |
1557
|
|
|
|
|
|
|
'name' => q(kubieke voet), |
1558
|
|
|
|
|
|
|
'one' => q({0} kubieke voet), |
1559
|
|
|
|
|
|
|
'other' => q({0} ft³), |
1560
|
|
|
|
|
|
|
}, |
1561
|
|
|
|
|
|
|
'cubic-inch' => { |
1562
|
|
|
|
|
|
|
'name' => q(kubieke duim), |
1563
|
|
|
|
|
|
|
'one' => q({0} kubieke duim), |
1564
|
|
|
|
|
|
|
'other' => q({0} kubieke duim), |
1565
|
|
|
|
|
|
|
}, |
1566
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1567
|
|
|
|
|
|
|
'name' => q(kubieke kilometer), |
1568
|
|
|
|
|
|
|
'one' => q({0} kubieke kilometer), |
1569
|
|
|
|
|
|
|
'other' => q({0} kubieke kilometer), |
1570
|
|
|
|
|
|
|
}, |
1571
|
|
|
|
|
|
|
'cubic-meter' => { |
1572
|
|
|
|
|
|
|
'name' => q(kubieke meter), |
1573
|
|
|
|
|
|
|
'one' => q({0} kubieke meter), |
1574
|
|
|
|
|
|
|
'other' => q({0} kubieke meter), |
1575
|
|
|
|
|
|
|
'per' => q({0} per kubieke meter), |
1576
|
|
|
|
|
|
|
}, |
1577
|
|
|
|
|
|
|
'cubic-mile' => { |
1578
|
|
|
|
|
|
|
'name' => q(kubieke myl), |
1579
|
|
|
|
|
|
|
'one' => q({0} kubieke myl), |
1580
|
|
|
|
|
|
|
'other' => q({0} kubieke myl), |
1581
|
|
|
|
|
|
|
}, |
1582
|
|
|
|
|
|
|
'cubic-yard' => { |
1583
|
|
|
|
|
|
|
'name' => q(kubieke jaart), |
1584
|
|
|
|
|
|
|
'one' => q({0} kubieke jaart), |
1585
|
|
|
|
|
|
|
'other' => q({0} kubieke jaart), |
1586
|
|
|
|
|
|
|
}, |
1587
|
|
|
|
|
|
|
'cup' => { |
1588
|
|
|
|
|
|
|
'name' => q(koppies), |
1589
|
|
|
|
|
|
|
'one' => q({0} koppie), |
1590
|
|
|
|
|
|
|
'other' => q({0} koppies), |
1591
|
|
|
|
|
|
|
}, |
1592
|
|
|
|
|
|
|
'cup-metric' => { |
1593
|
|
|
|
|
|
|
'name' => q(metrieke koppies), |
1594
|
|
|
|
|
|
|
'one' => q({0} metrieke koppie), |
1595
|
|
|
|
|
|
|
'other' => q({0} metrieke koppies), |
1596
|
|
|
|
|
|
|
}, |
1597
|
|
|
|
|
|
|
'day' => { |
1598
|
|
|
|
|
|
|
'name' => q(dae), |
1599
|
|
|
|
|
|
|
'one' => q({0} dag), |
1600
|
|
|
|
|
|
|
'other' => q({0} dae), |
1601
|
|
|
|
|
|
|
'per' => q({0}/d.), |
1602
|
|
|
|
|
|
|
}, |
1603
|
|
|
|
|
|
|
'deciliter' => { |
1604
|
|
|
|
|
|
|
'name' => q(desiliter), |
1605
|
|
|
|
|
|
|
'one' => q({0} desiliter), |
1606
|
|
|
|
|
|
|
'other' => q({0} desiliter), |
1607
|
|
|
|
|
|
|
}, |
1608
|
|
|
|
|
|
|
'decimeter' => { |
1609
|
|
|
|
|
|
|
'name' => q(desimeter), |
1610
|
|
|
|
|
|
|
'one' => q({0} desimeter), |
1611
|
|
|
|
|
|
|
'other' => q({0} desimeter), |
1612
|
|
|
|
|
|
|
}, |
1613
|
|
|
|
|
|
|
'degree' => { |
1614
|
|
|
|
|
|
|
'name' => q(grade), |
1615
|
|
|
|
|
|
|
'one' => q({0} graad), |
1616
|
|
|
|
|
|
|
'other' => q({0} grade), |
1617
|
|
|
|
|
|
|
}, |
1618
|
|
|
|
|
|
|
'fahrenheit' => { |
1619
|
|
|
|
|
|
|
'name' => q(grade Fahrenheit), |
1620
|
|
|
|
|
|
|
'one' => q({0} graad Fahrenheit), |
1621
|
|
|
|
|
|
|
'other' => q({0} grade Fahrenheit), |
1622
|
|
|
|
|
|
|
}, |
1623
|
|
|
|
|
|
|
'fluid-ounce' => { |
1624
|
|
|
|
|
|
|
'name' => q(vloeistofonse), |
1625
|
|
|
|
|
|
|
'one' => q({0} vloeistofons), |
1626
|
|
|
|
|
|
|
'other' => q({0} vloeistofonse), |
1627
|
|
|
|
|
|
|
}, |
1628
|
|
|
|
|
|
|
'foodcalorie' => { |
1629
|
|
|
|
|
|
|
'name' => q(Kalorië), |
1630
|
|
|
|
|
|
|
'one' => q({0} Kalorie), |
1631
|
|
|
|
|
|
|
'other' => q({0} Kalorië), |
1632
|
|
|
|
|
|
|
}, |
1633
|
|
|
|
|
|
|
'foot' => { |
1634
|
|
|
|
|
|
|
'name' => q(voet), |
1635
|
|
|
|
|
|
|
'one' => q({0} voet), |
1636
|
|
|
|
|
|
|
'other' => q({0} voet), |
1637
|
|
|
|
|
|
|
'per' => q({0} per voet), |
1638
|
|
|
|
|
|
|
}, |
1639
|
|
|
|
|
|
|
'g-force' => { |
1640
|
|
|
|
|
|
|
'name' => q(swaartekrag van die Aarde), |
1641
|
|
|
|
|
|
|
'one' => q({0} swaartekrag van die Aarde), |
1642
|
|
|
|
|
|
|
'other' => q({0} swaartekrag van die Aarde), |
1643
|
|
|
|
|
|
|
}, |
1644
|
|
|
|
|
|
|
'gallon' => { |
1645
|
|
|
|
|
|
|
'name' => q(gelling), |
1646
|
|
|
|
|
|
|
'one' => q({0} gelling), |
1647
|
|
|
|
|
|
|
'other' => q({0} gelling), |
1648
|
|
|
|
|
|
|
'per' => q({0} per gelling), |
1649
|
|
|
|
|
|
|
}, |
1650
|
|
|
|
|
|
|
'generic' => { |
1651
|
|
|
|
|
|
|
'name' => q(°), |
1652
|
|
|
|
|
|
|
'one' => q({0}°), |
1653
|
|
|
|
|
|
|
'other' => q({0}°), |
1654
|
|
|
|
|
|
|
}, |
1655
|
|
|
|
|
|
|
'gigabit' => { |
1656
|
|
|
|
|
|
|
'name' => q(Gb), |
1657
|
|
|
|
|
|
|
'one' => q({0} Gb), |
1658
|
|
|
|
|
|
|
'other' => q({0} Gb), |
1659
|
|
|
|
|
|
|
}, |
1660
|
|
|
|
|
|
|
'gigabyte' => { |
1661
|
|
|
|
|
|
|
'name' => q(GB), |
1662
|
|
|
|
|
|
|
'one' => q({0} GB), |
1663
|
|
|
|
|
|
|
'other' => q({0} GB), |
1664
|
|
|
|
|
|
|
}, |
1665
|
|
|
|
|
|
|
'gigahertz' => { |
1666
|
|
|
|
|
|
|
'name' => q(GHz), |
1667
|
|
|
|
|
|
|
'one' => q({0} GHz), |
1668
|
|
|
|
|
|
|
'other' => q({0} GHz), |
1669
|
|
|
|
|
|
|
}, |
1670
|
|
|
|
|
|
|
'gigawatt' => { |
1671
|
|
|
|
|
|
|
'name' => q(GW), |
1672
|
|
|
|
|
|
|
'one' => q({0} GW), |
1673
|
|
|
|
|
|
|
'other' => q({0} GW), |
1674
|
|
|
|
|
|
|
}, |
1675
|
|
|
|
|
|
|
'gram' => { |
1676
|
|
|
|
|
|
|
'name' => q(gram), |
1677
|
|
|
|
|
|
|
'one' => q({0} gram), |
1678
|
|
|
|
|
|
|
'other' => q({0} gram), |
1679
|
|
|
|
|
|
|
'per' => q({0} per gram), |
1680
|
|
|
|
|
|
|
}, |
1681
|
|
|
|
|
|
|
'hectare' => { |
1682
|
|
|
|
|
|
|
'name' => q(hektaar), |
1683
|
|
|
|
|
|
|
'one' => q({0} hektaar), |
1684
|
|
|
|
|
|
|
'other' => q({0} hektaar), |
1685
|
|
|
|
|
|
|
}, |
1686
|
|
|
|
|
|
|
'hectoliter' => { |
1687
|
|
|
|
|
|
|
'name' => q(hektoliter), |
1688
|
|
|
|
|
|
|
'one' => q({0} hektoliter), |
1689
|
|
|
|
|
|
|
'other' => q({0} hektoliter), |
1690
|
|
|
|
|
|
|
}, |
1691
|
|
|
|
|
|
|
'hectopascal' => { |
1692
|
|
|
|
|
|
|
'name' => q(hektopascal), |
1693
|
|
|
|
|
|
|
'one' => q({0} hektopascal), |
1694
|
|
|
|
|
|
|
'other' => q({0} hektopascal), |
1695
|
|
|
|
|
|
|
}, |
1696
|
|
|
|
|
|
|
'hertz' => { |
1697
|
|
|
|
|
|
|
'name' => q(Hz), |
1698
|
|
|
|
|
|
|
'one' => q({0} Hz), |
1699
|
|
|
|
|
|
|
'other' => q({0} Hz), |
1700
|
|
|
|
|
|
|
}, |
1701
|
|
|
|
|
|
|
'horsepower' => { |
1702
|
|
|
|
|
|
|
'name' => q(perdekrag), |
1703
|
|
|
|
|
|
|
'one' => q({0} perdekrag), |
1704
|
|
|
|
|
|
|
'other' => q({0} perdekrag), |
1705
|
|
|
|
|
|
|
}, |
1706
|
|
|
|
|
|
|
'hour' => { |
1707
|
|
|
|
|
|
|
'name' => q(uur), |
1708
|
|
|
|
|
|
|
'one' => q({0} uur), |
1709
|
|
|
|
|
|
|
'other' => q({0} uur), |
1710
|
|
|
|
|
|
|
'per' => q({0}/h), |
1711
|
|
|
|
|
|
|
}, |
1712
|
|
|
|
|
|
|
'inch' => { |
1713
|
|
|
|
|
|
|
'name' => q(duim), |
1714
|
|
|
|
|
|
|
'one' => q({0} duim), |
1715
|
|
|
|
|
|
|
'other' => q({0} duim), |
1716
|
|
|
|
|
|
|
'per' => q({0} per duim), |
1717
|
|
|
|
|
|
|
}, |
1718
|
|
|
|
|
|
|
'inch-hg' => { |
1719
|
|
|
|
|
|
|
'name' => q(duim kwik), |
1720
|
|
|
|
|
|
|
'one' => q({0} duim kwik), |
1721
|
|
|
|
|
|
|
'other' => q({0} duim kwik), |
1722
|
|
|
|
|
|
|
}, |
1723
|
|
|
|
|
|
|
'joule' => { |
1724
|
|
|
|
|
|
|
'name' => q(joule), |
1725
|
|
|
|
|
|
|
'one' => q({0} joule), |
1726
|
|
|
|
|
|
|
'other' => q({0} joule), |
1727
|
|
|
|
|
|
|
}, |
1728
|
|
|
|
|
|
|
'karat' => { |
1729
|
|
|
|
|
|
|
'name' => q(karat), |
1730
|
|
|
|
|
|
|
'one' => q({0} karat), |
1731
|
|
|
|
|
|
|
'other' => q({0} karat), |
1732
|
|
|
|
|
|
|
}, |
1733
|
|
|
|
|
|
|
'kelvin' => { |
1734
|
|
|
|
|
|
|
'name' => q(K), |
1735
|
|
|
|
|
|
|
'one' => q({0} K), |
1736
|
|
|
|
|
|
|
'other' => q({0} K), |
1737
|
|
|
|
|
|
|
}, |
1738
|
|
|
|
|
|
|
'kilobit' => { |
1739
|
|
|
|
|
|
|
'name' => q(kb), |
1740
|
|
|
|
|
|
|
'one' => q({0} kb), |
1741
|
|
|
|
|
|
|
'other' => q({0} kb), |
1742
|
|
|
|
|
|
|
}, |
1743
|
|
|
|
|
|
|
'kilobyte' => { |
1744
|
|
|
|
|
|
|
'name' => q(kB), |
1745
|
|
|
|
|
|
|
'one' => q({0} kB), |
1746
|
|
|
|
|
|
|
'other' => q({0} kB), |
1747
|
|
|
|
|
|
|
}, |
1748
|
|
|
|
|
|
|
'kilocalorie' => { |
1749
|
|
|
|
|
|
|
'name' => q(kilokalorië), |
1750
|
|
|
|
|
|
|
'one' => q({0} kilokalorie), |
1751
|
|
|
|
|
|
|
'other' => q({0} kilokalorië), |
1752
|
|
|
|
|
|
|
}, |
1753
|
|
|
|
|
|
|
'kilogram' => { |
1754
|
|
|
|
|
|
|
'name' => q(kilogram), |
1755
|
|
|
|
|
|
|
'one' => q({0} kilogram), |
1756
|
|
|
|
|
|
|
'other' => q({0} kilogram), |
1757
|
|
|
|
|
|
|
'per' => q({0} per kilogram), |
1758
|
|
|
|
|
|
|
}, |
1759
|
|
|
|
|
|
|
'kilohertz' => { |
1760
|
|
|
|
|
|
|
'name' => q(kHz), |
1761
|
|
|
|
|
|
|
'one' => q({0} kHz), |
1762
|
|
|
|
|
|
|
'other' => q({0} kHz), |
1763
|
|
|
|
|
|
|
}, |
1764
|
|
|
|
|
|
|
'kilojoule' => { |
1765
|
|
|
|
|
|
|
'name' => q(kJ), |
1766
|
|
|
|
|
|
|
'one' => q({0} kJ), |
1767
|
|
|
|
|
|
|
'other' => q({0} kJ), |
1768
|
|
|
|
|
|
|
}, |
1769
|
|
|
|
|
|
|
'kilometer' => { |
1770
|
|
|
|
|
|
|
'name' => q(kilometer), |
1771
|
|
|
|
|
|
|
'one' => q({0} kilometer), |
1772
|
|
|
|
|
|
|
'other' => q({0} kilometer), |
1773
|
|
|
|
|
|
|
'per' => q({0} per kilometer), |
1774
|
|
|
|
|
|
|
}, |
1775
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1776
|
|
|
|
|
|
|
'name' => q(kilometer per uur), |
1777
|
|
|
|
|
|
|
'one' => q({0} kilometer per uur), |
1778
|
|
|
|
|
|
|
'other' => q({0} kilometer per uur), |
1779
|
|
|
|
|
|
|
}, |
1780
|
|
|
|
|
|
|
'kilowatt' => { |
1781
|
|
|
|
|
|
|
'name' => q(kilowatt), |
1782
|
|
|
|
|
|
|
'one' => q({0} kilowatt), |
1783
|
|
|
|
|
|
|
'other' => q({0} kilowatt), |
1784
|
|
|
|
|
|
|
}, |
1785
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1786
|
|
|
|
|
|
|
'name' => q(kWh), |
1787
|
|
|
|
|
|
|
'one' => q({0} kWh), |
1788
|
|
|
|
|
|
|
'other' => q({0} kWh), |
1789
|
|
|
|
|
|
|
}, |
1790
|
|
|
|
|
|
|
'knot' => { |
1791
|
|
|
|
|
|
|
'name' => q(knoop), |
1792
|
|
|
|
|
|
|
'one' => q({0} knoop), |
1793
|
|
|
|
|
|
|
'other' => q({0} knope), |
1794
|
|
|
|
|
|
|
}, |
1795
|
|
|
|
|
|
|
'light-year' => { |
1796
|
|
|
|
|
|
|
'name' => q(ligjare), |
1797
|
|
|
|
|
|
|
'one' => q({0} ligjare), |
1798
|
|
|
|
|
|
|
'other' => q({0} ligjare), |
1799
|
|
|
|
|
|
|
}, |
1800
|
|
|
|
|
|
|
'liter' => { |
1801
|
|
|
|
|
|
|
'name' => q(liter), |
1802
|
|
|
|
|
|
|
'one' => q({0} liter), |
1803
|
|
|
|
|
|
|
'other' => q({0} liter), |
1804
|
|
|
|
|
|
|
'per' => q({0} per liter), |
1805
|
|
|
|
|
|
|
}, |
1806
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1807
|
|
|
|
|
|
|
'name' => q(liter per 100 kilometers), |
1808
|
|
|
|
|
|
|
'one' => q({0} liter per 100 kilometers), |
1809
|
|
|
|
|
|
|
'other' => q({0} liter per 100 kilometers), |
1810
|
|
|
|
|
|
|
}, |
1811
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1812
|
|
|
|
|
|
|
'name' => q(liter per kilometer), |
1813
|
|
|
|
|
|
|
'one' => q({0} liter per kilometer), |
1814
|
|
|
|
|
|
|
'other' => q({0} liter per kilometer), |
1815
|
|
|
|
|
|
|
}, |
1816
|
|
|
|
|
|
|
'lux' => { |
1817
|
|
|
|
|
|
|
'name' => q(lux), |
1818
|
|
|
|
|
|
|
'one' => q({0} lux), |
1819
|
|
|
|
|
|
|
'other' => q({0} lux), |
1820
|
|
|
|
|
|
|
}, |
1821
|
|
|
|
|
|
|
'megabit' => { |
1822
|
|
|
|
|
|
|
'name' => q(Mb), |
1823
|
|
|
|
|
|
|
'one' => q({0} Mb), |
1824
|
|
|
|
|
|
|
'other' => q({0} Mb), |
1825
|
|
|
|
|
|
|
}, |
1826
|
|
|
|
|
|
|
'megabyte' => { |
1827
|
|
|
|
|
|
|
'name' => q(MB), |
1828
|
|
|
|
|
|
|
'one' => q({0} MB), |
1829
|
|
|
|
|
|
|
'other' => q({0} MB), |
1830
|
|
|
|
|
|
|
}, |
1831
|
|
|
|
|
|
|
'megahertz' => { |
1832
|
|
|
|
|
|
|
'name' => q(MHz), |
1833
|
|
|
|
|
|
|
'one' => q({0} MHz), |
1834
|
|
|
|
|
|
|
'other' => q({0} MHz), |
1835
|
|
|
|
|
|
|
}, |
1836
|
|
|
|
|
|
|
'megaliter' => { |
1837
|
|
|
|
|
|
|
'name' => q(megaliter), |
1838
|
|
|
|
|
|
|
'one' => q({0} megaliter), |
1839
|
|
|
|
|
|
|
'other' => q({0} megaliter), |
1840
|
|
|
|
|
|
|
}, |
1841
|
|
|
|
|
|
|
'megawatt' => { |
1842
|
|
|
|
|
|
|
'name' => q(MW), |
1843
|
|
|
|
|
|
|
'one' => q({0} MW), |
1844
|
|
|
|
|
|
|
'other' => q({0} MW), |
1845
|
|
|
|
|
|
|
}, |
1846
|
|
|
|
|
|
|
'meter' => { |
1847
|
|
|
|
|
|
|
'name' => q(meter), |
1848
|
|
|
|
|
|
|
'one' => q({0} meter), |
1849
|
|
|
|
|
|
|
'other' => q({0} meter), |
1850
|
|
|
|
|
|
|
'per' => q({0} per meter), |
1851
|
|
|
|
|
|
|
}, |
1852
|
|
|
|
|
|
|
'meter-per-second' => { |
1853
|
|
|
|
|
|
|
'name' => q(meter per sekonde), |
1854
|
|
|
|
|
|
|
'one' => q({0} meter per sekonde), |
1855
|
|
|
|
|
|
|
'other' => q({0} meter per sekonde), |
1856
|
|
|
|
|
|
|
}, |
1857
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1858
|
|
|
|
|
|
|
'name' => q(m/s²), |
1859
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
1860
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
1861
|
|
|
|
|
|
|
}, |
1862
|
|
|
|
|
|
|
'metric-ton' => { |
1863
|
|
|
|
|
|
|
'name' => q(t), |
1864
|
|
|
|
|
|
|
'one' => q({0} t), |
1865
|
|
|
|
|
|
|
'other' => q({0} t), |
1866
|
|
|
|
|
|
|
}, |
1867
|
|
|
|
|
|
|
'microgram' => { |
1868
|
|
|
|
|
|
|
'name' => q(mikrogram), |
1869
|
|
|
|
|
|
|
'one' => q({0} mikrogram), |
1870
|
|
|
|
|
|
|
'other' => q({0} mikrogram), |
1871
|
|
|
|
|
|
|
}, |
1872
|
|
|
|
|
|
|
'micrometer' => { |
1873
|
|
|
|
|
|
|
'name' => q(mikrometer), |
1874
|
|
|
|
|
|
|
'one' => q({0} mikrometer), |
1875
|
|
|
|
|
|
|
'other' => q({0} mikrometer), |
1876
|
|
|
|
|
|
|
}, |
1877
|
|
|
|
|
|
|
'microsecond' => { |
1878
|
|
|
|
|
|
|
'name' => q(mikrosekondes), |
1879
|
|
|
|
|
|
|
'one' => q({0} mikrosekonde), |
1880
|
|
|
|
|
|
|
'other' => q({0} mikrosekondes), |
1881
|
|
|
|
|
|
|
}, |
1882
|
|
|
|
|
|
|
'mile' => { |
1883
|
|
|
|
|
|
|
'name' => q(myl), |
1884
|
|
|
|
|
|
|
'one' => q({0} myl), |
1885
|
|
|
|
|
|
|
'other' => q({0} myl), |
1886
|
|
|
|
|
|
|
}, |
1887
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1888
|
|
|
|
|
|
|
'name' => q(myl per gelling), |
1889
|
|
|
|
|
|
|
'one' => q({0} myl per gelling), |
1890
|
|
|
|
|
|
|
'other' => q({0} myl per gelling), |
1891
|
|
|
|
|
|
|
}, |
1892
|
|
|
|
|
|
|
'mile-per-hour' => { |
1893
|
|
|
|
|
|
|
'name' => q(myl per uur), |
1894
|
|
|
|
|
|
|
'one' => q({0} myl per uur), |
1895
|
|
|
|
|
|
|
'other' => q({0} myl per uur), |
1896
|
|
|
|
|
|
|
}, |
1897
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1898
|
|
|
|
|
|
|
'name' => q(skandinawiese myl), |
1899
|
|
|
|
|
|
|
'one' => q({0} skandinawiese myl), |
1900
|
|
|
|
|
|
|
'other' => q({0} skandinawiese myl), |
1901
|
|
|
|
|
|
|
}, |
1902
|
|
|
|
|
|
|
'milliampere' => { |
1903
|
|
|
|
|
|
|
'name' => q(mA), |
1904
|
|
|
|
|
|
|
'one' => q({0} mA), |
1905
|
|
|
|
|
|
|
'other' => q({0} mA), |
1906
|
|
|
|
|
|
|
}, |
1907
|
|
|
|
|
|
|
'millibar' => { |
1908
|
|
|
|
|
|
|
'name' => q(millibar), |
1909
|
|
|
|
|
|
|
'one' => q({0} millibar), |
1910
|
|
|
|
|
|
|
'other' => q({0} millibar), |
1911
|
|
|
|
|
|
|
}, |
1912
|
|
|
|
|
|
|
'milligram' => { |
1913
|
|
|
|
|
|
|
'name' => q(milligram), |
1914
|
|
|
|
|
|
|
'one' => q({0} milligram), |
1915
|
|
|
|
|
|
|
'other' => q({0} milligram), |
1916
|
|
|
|
|
|
|
}, |
1917
|
|
|
|
|
|
|
'milliliter' => { |
1918
|
|
|
|
|
|
|
'name' => q(milliliter), |
1919
|
|
|
|
|
|
|
'one' => q({0} milliliter), |
1920
|
|
|
|
|
|
|
'other' => q({0} milliliter), |
1921
|
|
|
|
|
|
|
}, |
1922
|
|
|
|
|
|
|
'millimeter' => { |
1923
|
|
|
|
|
|
|
'name' => q(millimeter), |
1924
|
|
|
|
|
|
|
'one' => q({0} millimeter), |
1925
|
|
|
|
|
|
|
'other' => q({0} millimeter), |
1926
|
|
|
|
|
|
|
}, |
1927
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1928
|
|
|
|
|
|
|
'name' => q(millimeter kwik), |
1929
|
|
|
|
|
|
|
'one' => q({0} millimeter kwik), |
1930
|
|
|
|
|
|
|
'other' => q({0} millimeter kwik), |
1931
|
|
|
|
|
|
|
}, |
1932
|
|
|
|
|
|
|
'millisecond' => { |
1933
|
|
|
|
|
|
|
'name' => q(millisekondes), |
1934
|
|
|
|
|
|
|
'one' => q({0} millisekonde), |
1935
|
|
|
|
|
|
|
'other' => q({0} millisekondes), |
1936
|
|
|
|
|
|
|
}, |
1937
|
|
|
|
|
|
|
'milliwatt' => { |
1938
|
|
|
|
|
|
|
'name' => q(mW), |
1939
|
|
|
|
|
|
|
'one' => q({0} mW), |
1940
|
|
|
|
|
|
|
'other' => q({0} mW), |
1941
|
|
|
|
|
|
|
}, |
1942
|
|
|
|
|
|
|
'minute' => { |
1943
|
|
|
|
|
|
|
'name' => q(minute), |
1944
|
|
|
|
|
|
|
'one' => q({0} minuut), |
1945
|
|
|
|
|
|
|
'other' => q({0} minute), |
1946
|
|
|
|
|
|
|
'per' => q({0} per minuut), |
1947
|
|
|
|
|
|
|
}, |
1948
|
|
|
|
|
|
|
'month' => { |
1949
|
|
|
|
|
|
|
'name' => q(maande), |
1950
|
|
|
|
|
|
|
'one' => q({0} maand), |
1951
|
|
|
|
|
|
|
'other' => q({0} maande), |
1952
|
|
|
|
|
|
|
'per' => q({0}/md.), |
1953
|
|
|
|
|
|
|
}, |
1954
|
|
|
|
|
|
|
'nanometer' => { |
1955
|
|
|
|
|
|
|
'name' => q(nanometer), |
1956
|
|
|
|
|
|
|
'one' => q({0} nanometer), |
1957
|
|
|
|
|
|
|
'other' => q({0} nanometer), |
1958
|
|
|
|
|
|
|
}, |
1959
|
|
|
|
|
|
|
'nanosecond' => { |
1960
|
|
|
|
|
|
|
'name' => q(nanosekondes), |
1961
|
|
|
|
|
|
|
'one' => q({0} nanosekonde), |
1962
|
|
|
|
|
|
|
'other' => q({0} nanosekondes), |
1963
|
|
|
|
|
|
|
}, |
1964
|
|
|
|
|
|
|
'nautical-mile' => { |
1965
|
|
|
|
|
|
|
'name' => q(seemyl), |
1966
|
|
|
|
|
|
|
'one' => q({0} seemyl), |
1967
|
|
|
|
|
|
|
'other' => q({0} seemyl), |
1968
|
|
|
|
|
|
|
}, |
1969
|
|
|
|
|
|
|
'ohm' => { |
1970
|
|
|
|
|
|
|
'name' => q(ohm), |
1971
|
|
|
|
|
|
|
'one' => q({0} ohm), |
1972
|
|
|
|
|
|
|
'other' => q({0} ohm), |
1973
|
|
|
|
|
|
|
}, |
1974
|
|
|
|
|
|
|
'ounce' => { |
1975
|
|
|
|
|
|
|
'name' => q(onse), |
1976
|
|
|
|
|
|
|
'one' => q({0} ons), |
1977
|
|
|
|
|
|
|
'other' => q({0} onse), |
1978
|
|
|
|
|
|
|
'per' => q({0} per ons), |
1979
|
|
|
|
|
|
|
}, |
1980
|
|
|
|
|
|
|
'ounce-troy' => { |
1981
|
|
|
|
|
|
|
'name' => q(troy-onse), |
1982
|
|
|
|
|
|
|
'one' => q({0} troy-ons), |
1983
|
|
|
|
|
|
|
'other' => q({0} troy-onse), |
1984
|
|
|
|
|
|
|
}, |
1985
|
|
|
|
|
|
|
'parsec' => { |
1986
|
|
|
|
|
|
|
'name' => q(parsek), |
1987
|
|
|
|
|
|
|
'one' => q({0} parsek), |
1988
|
|
|
|
|
|
|
'other' => q({0} parsek), |
1989
|
|
|
|
|
|
|
}, |
1990
|
|
|
|
|
|
|
'per' => { |
1991
|
|
|
|
|
|
|
'1' => q({0} per {1}), |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'picometer' => { |
1994
|
|
|
|
|
|
|
'name' => q(pikometer), |
1995
|
|
|
|
|
|
|
'one' => q({0} pikometer), |
1996
|
|
|
|
|
|
|
'other' => q({0} pikometer), |
1997
|
|
|
|
|
|
|
}, |
1998
|
|
|
|
|
|
|
'pint' => { |
1999
|
|
|
|
|
|
|
'name' => q(pinte), |
2000
|
|
|
|
|
|
|
'one' => q({0} pint), |
2001
|
|
|
|
|
|
|
'other' => q({0} pinte), |
2002
|
|
|
|
|
|
|
}, |
2003
|
|
|
|
|
|
|
'pint-metric' => { |
2004
|
|
|
|
|
|
|
'name' => q(metrieke pinte), |
2005
|
|
|
|
|
|
|
'one' => q({0} metrieke pint), |
2006
|
|
|
|
|
|
|
'other' => q({0} metrieke pinte), |
2007
|
|
|
|
|
|
|
}, |
2008
|
|
|
|
|
|
|
'pound' => { |
2009
|
|
|
|
|
|
|
'name' => q(pond), |
2010
|
|
|
|
|
|
|
'one' => q({0} pond), |
2011
|
|
|
|
|
|
|
'other' => q({0} pond), |
2012
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2013
|
|
|
|
|
|
|
}, |
2014
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2015
|
|
|
|
|
|
|
'name' => q(pond per vierkante duim), |
2016
|
|
|
|
|
|
|
'one' => q({0} pond per vierkante duim), |
2017
|
|
|
|
|
|
|
'other' => q({0} pond per vierkante duim), |
2018
|
|
|
|
|
|
|
}, |
2019
|
|
|
|
|
|
|
'quart' => { |
2020
|
|
|
|
|
|
|
'name' => q(kwarte), |
2021
|
|
|
|
|
|
|
'one' => q({0} kwart), |
2022
|
|
|
|
|
|
|
'other' => q({0} kwarte), |
2023
|
|
|
|
|
|
|
}, |
2024
|
|
|
|
|
|
|
'radian' => { |
2025
|
|
|
|
|
|
|
'name' => q(radiale), |
2026
|
|
|
|
|
|
|
'one' => q({0} radiaal), |
2027
|
|
|
|
|
|
|
'other' => q({0} radiale), |
2028
|
|
|
|
|
|
|
}, |
2029
|
|
|
|
|
|
|
'revolution' => { |
2030
|
|
|
|
|
|
|
'name' => q(rewolusie), |
2031
|
|
|
|
|
|
|
'one' => q({0} rewolusie), |
2032
|
|
|
|
|
|
|
'other' => q({0} rewolusies), |
2033
|
|
|
|
|
|
|
}, |
2034
|
|
|
|
|
|
|
'second' => { |
2035
|
|
|
|
|
|
|
'name' => q(sekondes), |
2036
|
|
|
|
|
|
|
'one' => q({0} sekonde), |
2037
|
|
|
|
|
|
|
'other' => q({0} sekondes), |
2038
|
|
|
|
|
|
|
'per' => q({0}/s), |
2039
|
|
|
|
|
|
|
}, |
2040
|
|
|
|
|
|
|
'square-centimeter' => { |
2041
|
|
|
|
|
|
|
'name' => q(vierkante sentimeter), |
2042
|
|
|
|
|
|
|
'one' => q({0} vierkante sentimeter), |
2043
|
|
|
|
|
|
|
'other' => q({0} vierkante sentimeter), |
2044
|
|
|
|
|
|
|
'per' => q({0} per vierkante sentimeter), |
2045
|
|
|
|
|
|
|
}, |
2046
|
|
|
|
|
|
|
'square-foot' => { |
2047
|
|
|
|
|
|
|
'name' => q(vierkante voet), |
2048
|
|
|
|
|
|
|
'one' => q({0} vierkante voet), |
2049
|
|
|
|
|
|
|
'other' => q({0} vierkante voet), |
2050
|
|
|
|
|
|
|
}, |
2051
|
|
|
|
|
|
|
'square-inch' => { |
2052
|
|
|
|
|
|
|
'name' => q(vierkante duim), |
2053
|
|
|
|
|
|
|
'one' => q({0} vierkante duim), |
2054
|
|
|
|
|
|
|
'other' => q({0} vierkante duim), |
2055
|
|
|
|
|
|
|
'per' => q({0} per vierkante duim), |
2056
|
|
|
|
|
|
|
}, |
2057
|
|
|
|
|
|
|
'square-kilometer' => { |
2058
|
|
|
|
|
|
|
'name' => q(vierkante kilometer), |
2059
|
|
|
|
|
|
|
'one' => q({0} vierkante kilometer), |
2060
|
|
|
|
|
|
|
'other' => q({0} vierkante kilometer), |
2061
|
|
|
|
|
|
|
}, |
2062
|
|
|
|
|
|
|
'square-meter' => { |
2063
|
|
|
|
|
|
|
'name' => q(vierkante meter), |
2064
|
|
|
|
|
|
|
'one' => q({0} vierkante meter), |
2065
|
|
|
|
|
|
|
'other' => q({0} vierkante meter), |
2066
|
|
|
|
|
|
|
'per' => q({0} per vierkante meter), |
2067
|
|
|
|
|
|
|
}, |
2068
|
|
|
|
|
|
|
'square-mile' => { |
2069
|
|
|
|
|
|
|
'name' => q(vierkante myl), |
2070
|
|
|
|
|
|
|
'one' => q({0} vierkante myl), |
2071
|
|
|
|
|
|
|
'other' => q({0} vierkante myl), |
2072
|
|
|
|
|
|
|
}, |
2073
|
|
|
|
|
|
|
'square-yard' => { |
2074
|
|
|
|
|
|
|
'name' => q(vierkante jaart), |
2075
|
|
|
|
|
|
|
'one' => q({0} vierkante jaart), |
2076
|
|
|
|
|
|
|
'other' => q({0} vierkante jaart), |
2077
|
|
|
|
|
|
|
}, |
2078
|
|
|
|
|
|
|
'tablespoon' => { |
2079
|
|
|
|
|
|
|
'name' => q(eetlepel), |
2080
|
|
|
|
|
|
|
'one' => q({0} eetlepel), |
2081
|
|
|
|
|
|
|
'other' => q({0} eetlepels), |
2082
|
|
|
|
|
|
|
}, |
2083
|
|
|
|
|
|
|
'teaspoon' => { |
2084
|
|
|
|
|
|
|
'name' => q(teelepels), |
2085
|
|
|
|
|
|
|
'one' => q({0} teelepel), |
2086
|
|
|
|
|
|
|
'other' => q({0} teelepels), |
2087
|
|
|
|
|
|
|
}, |
2088
|
|
|
|
|
|
|
'terabit' => { |
2089
|
|
|
|
|
|
|
'name' => q(Tb), |
2090
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2091
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2092
|
|
|
|
|
|
|
}, |
2093
|
|
|
|
|
|
|
'terabyte' => { |
2094
|
|
|
|
|
|
|
'name' => q(TB), |
2095
|
|
|
|
|
|
|
'one' => q({0} TB), |
2096
|
|
|
|
|
|
|
'other' => q({0} TB), |
2097
|
|
|
|
|
|
|
}, |
2098
|
|
|
|
|
|
|
'ton' => { |
2099
|
|
|
|
|
|
|
'name' => q(ton), |
2100
|
|
|
|
|
|
|
'one' => q({0} ton), |
2101
|
|
|
|
|
|
|
'other' => q({0} ton), |
2102
|
|
|
|
|
|
|
}, |
2103
|
|
|
|
|
|
|
'volt' => { |
2104
|
|
|
|
|
|
|
'name' => q(volt), |
2105
|
|
|
|
|
|
|
'one' => q({0} volt), |
2106
|
|
|
|
|
|
|
'other' => q({0} volt), |
2107
|
|
|
|
|
|
|
}, |
2108
|
|
|
|
|
|
|
'watt' => { |
2109
|
|
|
|
|
|
|
'name' => q(watt), |
2110
|
|
|
|
|
|
|
'one' => q({0} watt), |
2111
|
|
|
|
|
|
|
'other' => q({0} watt), |
2112
|
|
|
|
|
|
|
}, |
2113
|
|
|
|
|
|
|
'week' => { |
2114
|
|
|
|
|
|
|
'name' => q(weke), |
2115
|
|
|
|
|
|
|
'one' => q({0} week), |
2116
|
|
|
|
|
|
|
'other' => q({0} weke), |
2117
|
|
|
|
|
|
|
'per' => q({0}/w.), |
2118
|
|
|
|
|
|
|
}, |
2119
|
|
|
|
|
|
|
'yard' => { |
2120
|
|
|
|
|
|
|
'name' => q(jaart), |
2121
|
|
|
|
|
|
|
'one' => q({0} jaart), |
2122
|
|
|
|
|
|
|
'other' => q({0} jaart), |
2123
|
|
|
|
|
|
|
}, |
2124
|
|
|
|
|
|
|
'year' => { |
2125
|
|
|
|
|
|
|
'name' => q(jaar), |
2126
|
|
|
|
|
|
|
'one' => q({0} jaar), |
2127
|
|
|
|
|
|
|
'other' => q({0} jaar), |
2128
|
|
|
|
|
|
|
'per' => q({0} per jaar), |
2129
|
|
|
|
|
|
|
}, |
2130
|
|
|
|
|
|
|
}, |
2131
|
|
|
|
|
|
|
'narrow' => { |
2132
|
|
|
|
|
|
|
'acre' => { |
2133
|
|
|
|
|
|
|
'one' => q({0} ak), |
2134
|
|
|
|
|
|
|
'other' => q({0} ak), |
2135
|
|
|
|
|
|
|
}, |
2136
|
|
|
|
|
|
|
'arc-minute' => { |
2137
|
|
|
|
|
|
|
'one' => q({0}â²), |
2138
|
|
|
|
|
|
|
'other' => q({0}â²), |
2139
|
|
|
|
|
|
|
}, |
2140
|
|
|
|
|
|
|
'arc-second' => { |
2141
|
|
|
|
|
|
|
'one' => q({0}â³), |
2142
|
|
|
|
|
|
|
'other' => q({0}â³), |
2143
|
|
|
|
|
|
|
}, |
2144
|
|
|
|
|
|
|
'celsius' => { |
2145
|
|
|
|
|
|
|
'name' => q(°C), |
2146
|
|
|
|
|
|
|
'one' => q({0} °C), |
2147
|
|
|
|
|
|
|
'other' => q({0} °C), |
2148
|
|
|
|
|
|
|
}, |
2149
|
|
|
|
|
|
|
'centimeter' => { |
2150
|
|
|
|
|
|
|
'name' => q(cm), |
2151
|
|
|
|
|
|
|
'one' => q({0} cm), |
2152
|
|
|
|
|
|
|
'other' => q({0} cm), |
2153
|
|
|
|
|
|
|
}, |
2154
|
|
|
|
|
|
|
'coordinate' => { |
2155
|
|
|
|
|
|
|
'east' => q({0}O), |
2156
|
|
|
|
|
|
|
'north' => q({0}N), |
2157
|
|
|
|
|
|
|
'south' => q({0}S), |
2158
|
|
|
|
|
|
|
'west' => q({0}W), |
2159
|
|
|
|
|
|
|
}, |
2160
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2161
|
|
|
|
|
|
|
'one' => q({0}km³), |
2162
|
|
|
|
|
|
|
'other' => q({0}km³), |
2163
|
|
|
|
|
|
|
}, |
2164
|
|
|
|
|
|
|
'cubic-mile' => { |
2165
|
|
|
|
|
|
|
'one' => q({0} myl³), |
2166
|
|
|
|
|
|
|
'other' => q({0} myl³), |
2167
|
|
|
|
|
|
|
}, |
2168
|
|
|
|
|
|
|
'day' => { |
2169
|
|
|
|
|
|
|
'name' => q(dag), |
2170
|
|
|
|
|
|
|
'one' => q({0} d.), |
2171
|
|
|
|
|
|
|
'other' => q({0} d.), |
2172
|
|
|
|
|
|
|
}, |
2173
|
|
|
|
|
|
|
'degree' => { |
2174
|
|
|
|
|
|
|
'one' => q({0}°), |
2175
|
|
|
|
|
|
|
'other' => q({0}°), |
2176
|
|
|
|
|
|
|
}, |
2177
|
|
|
|
|
|
|
'fahrenheit' => { |
2178
|
|
|
|
|
|
|
'one' => q({0}°F), |
2179
|
|
|
|
|
|
|
'other' => q({0}°F), |
2180
|
|
|
|
|
|
|
}, |
2181
|
|
|
|
|
|
|
'foot' => { |
2182
|
|
|
|
|
|
|
'one' => q({0} vt.), |
2183
|
|
|
|
|
|
|
'other' => q({0} vt.), |
2184
|
|
|
|
|
|
|
}, |
2185
|
|
|
|
|
|
|
'g-force' => { |
2186
|
|
|
|
|
|
|
'one' => q({0}G), |
2187
|
|
|
|
|
|
|
'other' => q({0}G), |
2188
|
|
|
|
|
|
|
}, |
2189
|
|
|
|
|
|
|
'gram' => { |
2190
|
|
|
|
|
|
|
'name' => q(gram), |
2191
|
|
|
|
|
|
|
'one' => q({0} g), |
2192
|
|
|
|
|
|
|
'other' => q({0} g), |
2193
|
|
|
|
|
|
|
}, |
2194
|
|
|
|
|
|
|
'hectare' => { |
2195
|
|
|
|
|
|
|
'one' => q({0}ha), |
2196
|
|
|
|
|
|
|
'other' => q({0}ha), |
2197
|
|
|
|
|
|
|
}, |
2198
|
|
|
|
|
|
|
'hectopascal' => { |
2199
|
|
|
|
|
|
|
'one' => q({0}hPa), |
2200
|
|
|
|
|
|
|
'other' => q({0}hPa), |
2201
|
|
|
|
|
|
|
}, |
2202
|
|
|
|
|
|
|
'horsepower' => { |
2203
|
|
|
|
|
|
|
'one' => q({0}pk.), |
2204
|
|
|
|
|
|
|
'other' => q({0}pk.), |
2205
|
|
|
|
|
|
|
}, |
2206
|
|
|
|
|
|
|
'hour' => { |
2207
|
|
|
|
|
|
|
'name' => q(uur), |
2208
|
|
|
|
|
|
|
'one' => q({0} u.), |
2209
|
|
|
|
|
|
|
'other' => q({0} u.), |
2210
|
|
|
|
|
|
|
}, |
2211
|
|
|
|
|
|
|
'inch' => { |
2212
|
|
|
|
|
|
|
'one' => q({0} duim), |
2213
|
|
|
|
|
|
|
'other' => q({0} duim), |
2214
|
|
|
|
|
|
|
}, |
2215
|
|
|
|
|
|
|
'inch-hg' => { |
2216
|
|
|
|
|
|
|
'one' => q({0} dm.Hg), |
2217
|
|
|
|
|
|
|
'other' => q({0} dm.Hg), |
2218
|
|
|
|
|
|
|
}, |
2219
|
|
|
|
|
|
|
'kilogram' => { |
2220
|
|
|
|
|
|
|
'name' => q(kg), |
2221
|
|
|
|
|
|
|
'one' => q({0} kg), |
2222
|
|
|
|
|
|
|
'other' => q({0} kg), |
2223
|
|
|
|
|
|
|
}, |
2224
|
|
|
|
|
|
|
'kilometer' => { |
2225
|
|
|
|
|
|
|
'name' => q(km), |
2226
|
|
|
|
|
|
|
'one' => q({0} km), |
2227
|
|
|
|
|
|
|
'other' => q({0} km), |
2228
|
|
|
|
|
|
|
}, |
2229
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2230
|
|
|
|
|
|
|
'name' => q(km/h), |
2231
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2232
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2233
|
|
|
|
|
|
|
}, |
2234
|
|
|
|
|
|
|
'kilowatt' => { |
2235
|
|
|
|
|
|
|
'one' => q({0}kW), |
2236
|
|
|
|
|
|
|
'other' => q({0}kW), |
2237
|
|
|
|
|
|
|
}, |
2238
|
|
|
|
|
|
|
'light-year' => { |
2239
|
|
|
|
|
|
|
'one' => q({0} lj), |
2240
|
|
|
|
|
|
|
'other' => q({0} lj), |
2241
|
|
|
|
|
|
|
}, |
2242
|
|
|
|
|
|
|
'liter' => { |
2243
|
|
|
|
|
|
|
'name' => q(liter), |
2244
|
|
|
|
|
|
|
'one' => q({0} â), |
2245
|
|
|
|
|
|
|
'other' => q({0} â), |
2246
|
|
|
|
|
|
|
}, |
2247
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2248
|
|
|
|
|
|
|
'name' => q(â/100km), |
2249
|
|
|
|
|
|
|
'one' => q({0} â/100km), |
2250
|
|
|
|
|
|
|
'other' => q({0} â/100km), |
2251
|
|
|
|
|
|
|
}, |
2252
|
|
|
|
|
|
|
'meter' => { |
2253
|
|
|
|
|
|
|
'name' => q(meter), |
2254
|
|
|
|
|
|
|
'one' => q({0} m), |
2255
|
|
|
|
|
|
|
'other' => q({0} m), |
2256
|
|
|
|
|
|
|
}, |
2257
|
|
|
|
|
|
|
'meter-per-second' => { |
2258
|
|
|
|
|
|
|
'one' => q({0}m/s), |
2259
|
|
|
|
|
|
|
'other' => q({0}m/s), |
2260
|
|
|
|
|
|
|
}, |
2261
|
|
|
|
|
|
|
'mile' => { |
2262
|
|
|
|
|
|
|
'one' => q({0} myl), |
2263
|
|
|
|
|
|
|
'other' => q({0} myl), |
2264
|
|
|
|
|
|
|
}, |
2265
|
|
|
|
|
|
|
'mile-per-hour' => { |
2266
|
|
|
|
|
|
|
'one' => q({0} myl/h), |
2267
|
|
|
|
|
|
|
'other' => q({0} myl/h), |
2268
|
|
|
|
|
|
|
}, |
2269
|
|
|
|
|
|
|
'millibar' => { |
2270
|
|
|
|
|
|
|
'one' => q({0}mbar), |
2271
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2272
|
|
|
|
|
|
|
}, |
2273
|
|
|
|
|
|
|
'millimeter' => { |
2274
|
|
|
|
|
|
|
'name' => q(mm), |
2275
|
|
|
|
|
|
|
'one' => q({0} mm), |
2276
|
|
|
|
|
|
|
'other' => q({0} mm), |
2277
|
|
|
|
|
|
|
}, |
2278
|
|
|
|
|
|
|
'millisecond' => { |
2279
|
|
|
|
|
|
|
'name' => q(ms), |
2280
|
|
|
|
|
|
|
'one' => q({0} ms), |
2281
|
|
|
|
|
|
|
'other' => q({0} ms), |
2282
|
|
|
|
|
|
|
}, |
2283
|
|
|
|
|
|
|
'minute' => { |
2284
|
|
|
|
|
|
|
'name' => q(minute), |
2285
|
|
|
|
|
|
|
'one' => q({0} min.), |
2286
|
|
|
|
|
|
|
'other' => q({0} min.), |
2287
|
|
|
|
|
|
|
}, |
2288
|
|
|
|
|
|
|
'month' => { |
2289
|
|
|
|
|
|
|
'name' => q(maand), |
2290
|
|
|
|
|
|
|
'one' => q({0} md.), |
2291
|
|
|
|
|
|
|
'other' => q({0} md.), |
2292
|
|
|
|
|
|
|
}, |
2293
|
|
|
|
|
|
|
'ounce' => { |
2294
|
|
|
|
|
|
|
'one' => q({0} oz.), |
2295
|
|
|
|
|
|
|
'other' => q({0} oz.), |
2296
|
|
|
|
|
|
|
}, |
2297
|
|
|
|
|
|
|
'per' => { |
2298
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2299
|
|
|
|
|
|
|
}, |
2300
|
|
|
|
|
|
|
'picometer' => { |
2301
|
|
|
|
|
|
|
'one' => q({0}pm), |
2302
|
|
|
|
|
|
|
'other' => q({0}pm), |
2303
|
|
|
|
|
|
|
}, |
2304
|
|
|
|
|
|
|
'pound' => { |
2305
|
|
|
|
|
|
|
'one' => q({0} lb.), |
2306
|
|
|
|
|
|
|
'other' => q({0} lb.), |
2307
|
|
|
|
|
|
|
}, |
2308
|
|
|
|
|
|
|
'second' => { |
2309
|
|
|
|
|
|
|
'name' => q(sekondes), |
2310
|
|
|
|
|
|
|
'one' => q({0} sek.), |
2311
|
|
|
|
|
|
|
'other' => q({0} sek.), |
2312
|
|
|
|
|
|
|
}, |
2313
|
|
|
|
|
|
|
'square-foot' => { |
2314
|
|
|
|
|
|
|
'one' => q({0} vt.²), |
2315
|
|
|
|
|
|
|
'other' => q({0} vt.²), |
2316
|
|
|
|
|
|
|
}, |
2317
|
|
|
|
|
|
|
'square-kilometer' => { |
2318
|
|
|
|
|
|
|
'one' => q({0} km²), |
2319
|
|
|
|
|
|
|
'other' => q({0} km²), |
2320
|
|
|
|
|
|
|
}, |
2321
|
|
|
|
|
|
|
'square-meter' => { |
2322
|
|
|
|
|
|
|
'one' => q({0} m²), |
2323
|
|
|
|
|
|
|
'other' => q({0} m²), |
2324
|
|
|
|
|
|
|
}, |
2325
|
|
|
|
|
|
|
'square-mile' => { |
2326
|
|
|
|
|
|
|
'one' => q({0}myl²), |
2327
|
|
|
|
|
|
|
'other' => q({0}myl²), |
2328
|
|
|
|
|
|
|
}, |
2329
|
|
|
|
|
|
|
'watt' => { |
2330
|
|
|
|
|
|
|
'one' => q({0}W), |
2331
|
|
|
|
|
|
|
'other' => q({0}W), |
2332
|
|
|
|
|
|
|
}, |
2333
|
|
|
|
|
|
|
'week' => { |
2334
|
|
|
|
|
|
|
'name' => q(w.), |
2335
|
|
|
|
|
|
|
'one' => q({0} w.), |
2336
|
|
|
|
|
|
|
'other' => q({0} w.), |
2337
|
|
|
|
|
|
|
}, |
2338
|
|
|
|
|
|
|
'yard' => { |
2339
|
|
|
|
|
|
|
'one' => q({0} jt.), |
2340
|
|
|
|
|
|
|
'other' => q({0} jt.), |
2341
|
|
|
|
|
|
|
}, |
2342
|
|
|
|
|
|
|
'year' => { |
2343
|
|
|
|
|
|
|
'name' => q(jaar), |
2344
|
|
|
|
|
|
|
'one' => q({0} j.), |
2345
|
|
|
|
|
|
|
'other' => q({0} j.), |
2346
|
|
|
|
|
|
|
}, |
2347
|
|
|
|
|
|
|
}, |
2348
|
|
|
|
|
|
|
'short' => { |
2349
|
|
|
|
|
|
|
'acre' => { |
2350
|
|
|
|
|
|
|
'name' => q(akker), |
2351
|
|
|
|
|
|
|
'one' => q({0} ak), |
2352
|
|
|
|
|
|
|
'other' => q({0} ak), |
2353
|
|
|
|
|
|
|
}, |
2354
|
|
|
|
|
|
|
'acre-foot' => { |
2355
|
|
|
|
|
|
|
'name' => q(akkervoet), |
2356
|
|
|
|
|
|
|
'one' => q({0} ak.vt.), |
2357
|
|
|
|
|
|
|
'other' => q({0} ak.vt.), |
2358
|
|
|
|
|
|
|
}, |
2359
|
|
|
|
|
|
|
'ampere' => { |
2360
|
|
|
|
|
|
|
'name' => q(ampere), |
2361
|
|
|
|
|
|
|
'one' => q({0} A), |
2362
|
|
|
|
|
|
|
'other' => q({0} A), |
2363
|
|
|
|
|
|
|
}, |
2364
|
|
|
|
|
|
|
'arc-minute' => { |
2365
|
|
|
|
|
|
|
'name' => q(boogminute), |
2366
|
|
|
|
|
|
|
'one' => q({0} boogmin.), |
2367
|
|
|
|
|
|
|
'other' => q({0} boogmin.), |
2368
|
|
|
|
|
|
|
}, |
2369
|
|
|
|
|
|
|
'arc-second' => { |
2370
|
|
|
|
|
|
|
'name' => q(boogsekondes), |
2371
|
|
|
|
|
|
|
'one' => q({0} boogsek.), |
2372
|
|
|
|
|
|
|
'other' => q({0} boogsek.), |
2373
|
|
|
|
|
|
|
}, |
2374
|
|
|
|
|
|
|
'astronomical-unit' => { |
2375
|
|
|
|
|
|
|
'name' => q(AE), |
2376
|
|
|
|
|
|
|
'one' => q({0} AE), |
2377
|
|
|
|
|
|
|
'other' => q({0} AE), |
2378
|
|
|
|
|
|
|
}, |
2379
|
|
|
|
|
|
|
'bit' => { |
2380
|
|
|
|
|
|
|
'name' => q(bis), |
2381
|
|
|
|
|
|
|
'one' => q({0} bis), |
2382
|
|
|
|
|
|
|
'other' => q({0} bis), |
2383
|
|
|
|
|
|
|
}, |
2384
|
|
|
|
|
|
|
'byte' => { |
2385
|
|
|
|
|
|
|
'name' => q(greep), |
2386
|
|
|
|
|
|
|
'one' => q({0} greep), |
2387
|
|
|
|
|
|
|
'other' => q({0} greep), |
2388
|
|
|
|
|
|
|
}, |
2389
|
|
|
|
|
|
|
'calorie' => { |
2390
|
|
|
|
|
|
|
'name' => q(kal.), |
2391
|
|
|
|
|
|
|
'one' => q({0} kal.), |
2392
|
|
|
|
|
|
|
'other' => q({0} kal.), |
2393
|
|
|
|
|
|
|
}, |
2394
|
|
|
|
|
|
|
'carat' => { |
2395
|
|
|
|
|
|
|
'name' => q(karaat), |
2396
|
|
|
|
|
|
|
'one' => q({0} kar.), |
2397
|
|
|
|
|
|
|
'other' => q({0} kar.), |
2398
|
|
|
|
|
|
|
}, |
2399
|
|
|
|
|
|
|
'celsius' => { |
2400
|
|
|
|
|
|
|
'name' => q(grade Celsius), |
2401
|
|
|
|
|
|
|
'one' => q({0} °C), |
2402
|
|
|
|
|
|
|
'other' => q({0} °C), |
2403
|
|
|
|
|
|
|
}, |
2404
|
|
|
|
|
|
|
'centiliter' => { |
2405
|
|
|
|
|
|
|
'name' => q(câ), |
2406
|
|
|
|
|
|
|
'one' => q({0} câ), |
2407
|
|
|
|
|
|
|
'other' => q({0} câ), |
2408
|
|
|
|
|
|
|
}, |
2409
|
|
|
|
|
|
|
'centimeter' => { |
2410
|
|
|
|
|
|
|
'name' => q(cm), |
2411
|
|
|
|
|
|
|
'one' => q({0} cm), |
2412
|
|
|
|
|
|
|
'other' => q({0} cm), |
2413
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
'century' => { |
2416
|
|
|
|
|
|
|
'name' => q(e.), |
2417
|
|
|
|
|
|
|
'one' => q({0} e.), |
2418
|
|
|
|
|
|
|
'other' => q({0} e.), |
2419
|
|
|
|
|
|
|
}, |
2420
|
|
|
|
|
|
|
'coordinate' => { |
2421
|
|
|
|
|
|
|
'east' => q({0}O), |
2422
|
|
|
|
|
|
|
'north' => q({0}N), |
2423
|
|
|
|
|
|
|
'south' => q({0}S), |
2424
|
|
|
|
|
|
|
'west' => q({0}W), |
2425
|
|
|
|
|
|
|
}, |
2426
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2427
|
|
|
|
|
|
|
'name' => q(cm³), |
2428
|
|
|
|
|
|
|
'one' => q({0} cm³), |
2429
|
|
|
|
|
|
|
'other' => q({0} cm³), |
2430
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
2431
|
|
|
|
|
|
|
}, |
2432
|
|
|
|
|
|
|
'cubic-foot' => { |
2433
|
|
|
|
|
|
|
'name' => q(ft³), |
2434
|
|
|
|
|
|
|
'one' => q({0} ft³), |
2435
|
|
|
|
|
|
|
'other' => q({0} ft³), |
2436
|
|
|
|
|
|
|
}, |
2437
|
|
|
|
|
|
|
'cubic-inch' => { |
2438
|
|
|
|
|
|
|
'name' => q(duim³), |
2439
|
|
|
|
|
|
|
'one' => q({0} dm.³), |
2440
|
|
|
|
|
|
|
'other' => q({0} dm.³), |
2441
|
|
|
|
|
|
|
}, |
2442
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2443
|
|
|
|
|
|
|
'name' => q(km³), |
2444
|
|
|
|
|
|
|
'one' => q({0} km³), |
2445
|
|
|
|
|
|
|
'other' => q({0} km³), |
2446
|
|
|
|
|
|
|
}, |
2447
|
|
|
|
|
|
|
'cubic-meter' => { |
2448
|
|
|
|
|
|
|
'name' => q(m³), |
2449
|
|
|
|
|
|
|
'one' => q({0} m³), |
2450
|
|
|
|
|
|
|
'other' => q({0} m³), |
2451
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2452
|
|
|
|
|
|
|
}, |
2453
|
|
|
|
|
|
|
'cubic-mile' => { |
2454
|
|
|
|
|
|
|
'name' => q(myl³), |
2455
|
|
|
|
|
|
|
'one' => q({0} myl³), |
2456
|
|
|
|
|
|
|
'other' => q({0} myl³), |
2457
|
|
|
|
|
|
|
}, |
2458
|
|
|
|
|
|
|
'cubic-yard' => { |
2459
|
|
|
|
|
|
|
'name' => q(jt.³), |
2460
|
|
|
|
|
|
|
'one' => q({0} jt.³), |
2461
|
|
|
|
|
|
|
'other' => q({0} jt.³), |
2462
|
|
|
|
|
|
|
}, |
2463
|
|
|
|
|
|
|
'cup' => { |
2464
|
|
|
|
|
|
|
'name' => q(koppie), |
2465
|
|
|
|
|
|
|
'one' => q({0} kp.), |
2466
|
|
|
|
|
|
|
'other' => q({0} kp.), |
2467
|
|
|
|
|
|
|
}, |
2468
|
|
|
|
|
|
|
'cup-metric' => { |
2469
|
|
|
|
|
|
|
'name' => q(mkp.), |
2470
|
|
|
|
|
|
|
'one' => q({0} mkp.), |
2471
|
|
|
|
|
|
|
'other' => q({0} mkp.), |
2472
|
|
|
|
|
|
|
}, |
2473
|
|
|
|
|
|
|
'day' => { |
2474
|
|
|
|
|
|
|
'name' => q(dae), |
2475
|
|
|
|
|
|
|
'one' => q({0} dag), |
2476
|
|
|
|
|
|
|
'other' => q({0} dae), |
2477
|
|
|
|
|
|
|
'per' => q({0}/d.), |
2478
|
|
|
|
|
|
|
}, |
2479
|
|
|
|
|
|
|
'deciliter' => { |
2480
|
|
|
|
|
|
|
'name' => q(dâ), |
2481
|
|
|
|
|
|
|
'one' => q({0} dâ), |
2482
|
|
|
|
|
|
|
'other' => q({0} dâ), |
2483
|
|
|
|
|
|
|
}, |
2484
|
|
|
|
|
|
|
'decimeter' => { |
2485
|
|
|
|
|
|
|
'name' => q(dm), |
2486
|
|
|
|
|
|
|
'one' => q({0} dm), |
2487
|
|
|
|
|
|
|
'other' => q({0} dm), |
2488
|
|
|
|
|
|
|
}, |
2489
|
|
|
|
|
|
|
'degree' => { |
2490
|
|
|
|
|
|
|
'name' => q(grade), |
2491
|
|
|
|
|
|
|
'one' => q({0} gr.), |
2492
|
|
|
|
|
|
|
'other' => q({0} gr.), |
2493
|
|
|
|
|
|
|
}, |
2494
|
|
|
|
|
|
|
'fahrenheit' => { |
2495
|
|
|
|
|
|
|
'name' => q(grade Fahrenheit), |
2496
|
|
|
|
|
|
|
'one' => q({0} °F), |
2497
|
|
|
|
|
|
|
'other' => q({0}°F), |
2498
|
|
|
|
|
|
|
}, |
2499
|
|
|
|
|
|
|
'fluid-ounce' => { |
2500
|
|
|
|
|
|
|
'name' => q(vloz.), |
2501
|
|
|
|
|
|
|
'one' => q({0} vloz.), |
2502
|
|
|
|
|
|
|
'other' => q({0} vloz.), |
2503
|
|
|
|
|
|
|
}, |
2504
|
|
|
|
|
|
|
'foodcalorie' => { |
2505
|
|
|
|
|
|
|
'name' => q(kal.), |
2506
|
|
|
|
|
|
|
'one' => q({0} kal.), |
2507
|
|
|
|
|
|
|
'other' => q({0} kal.), |
2508
|
|
|
|
|
|
|
}, |
2509
|
|
|
|
|
|
|
'foot' => { |
2510
|
|
|
|
|
|
|
'name' => q(voet), |
2511
|
|
|
|
|
|
|
'one' => q({0} vt.), |
2512
|
|
|
|
|
|
|
'other' => q({0} vt.), |
2513
|
|
|
|
|
|
|
'per' => q({0}/vt.), |
2514
|
|
|
|
|
|
|
}, |
2515
|
|
|
|
|
|
|
'g-force' => { |
2516
|
|
|
|
|
|
|
'name' => q(swaartekrag van die Aarde), |
2517
|
|
|
|
|
|
|
'one' => q({0} G), |
2518
|
|
|
|
|
|
|
'other' => q({0} G), |
2519
|
|
|
|
|
|
|
}, |
2520
|
|
|
|
|
|
|
'gallon' => { |
2521
|
|
|
|
|
|
|
'name' => q(gell.), |
2522
|
|
|
|
|
|
|
'one' => q({0} gell.), |
2523
|
|
|
|
|
|
|
'other' => q({0} gell.), |
2524
|
|
|
|
|
|
|
'per' => q({0}/gell.), |
2525
|
|
|
|
|
|
|
}, |
2526
|
|
|
|
|
|
|
'generic' => { |
2527
|
|
|
|
|
|
|
'name' => q(°), |
2528
|
|
|
|
|
|
|
'one' => q({0}°), |
2529
|
|
|
|
|
|
|
'other' => q({0}°), |
2530
|
|
|
|
|
|
|
}, |
2531
|
|
|
|
|
|
|
'gigabit' => { |
2532
|
|
|
|
|
|
|
'name' => q(Gb), |
2533
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2534
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2535
|
|
|
|
|
|
|
}, |
2536
|
|
|
|
|
|
|
'gigabyte' => { |
2537
|
|
|
|
|
|
|
'name' => q(GB), |
2538
|
|
|
|
|
|
|
'one' => q({0} GB), |
2539
|
|
|
|
|
|
|
'other' => q({0} GB), |
2540
|
|
|
|
|
|
|
}, |
2541
|
|
|
|
|
|
|
'gigahertz' => { |
2542
|
|
|
|
|
|
|
'name' => q(GHz), |
2543
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2544
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2545
|
|
|
|
|
|
|
}, |
2546
|
|
|
|
|
|
|
'gigawatt' => { |
2547
|
|
|
|
|
|
|
'name' => q(GW), |
2548
|
|
|
|
|
|
|
'one' => q({0} GW), |
2549
|
|
|
|
|
|
|
'other' => q({0} GW), |
2550
|
|
|
|
|
|
|
}, |
2551
|
|
|
|
|
|
|
'gram' => { |
2552
|
|
|
|
|
|
|
'name' => q(gram), |
2553
|
|
|
|
|
|
|
'one' => q({0} g), |
2554
|
|
|
|
|
|
|
'other' => q({0} g), |
2555
|
|
|
|
|
|
|
'per' => q({0}/g), |
2556
|
|
|
|
|
|
|
}, |
2557
|
|
|
|
|
|
|
'hectare' => { |
2558
|
|
|
|
|
|
|
'name' => q(hektaar), |
2559
|
|
|
|
|
|
|
'one' => q({0} ha), |
2560
|
|
|
|
|
|
|
'other' => q({0} ha), |
2561
|
|
|
|
|
|
|
}, |
2562
|
|
|
|
|
|
|
'hectoliter' => { |
2563
|
|
|
|
|
|
|
'name' => q(hâ), |
2564
|
|
|
|
|
|
|
'one' => q({0} hâ), |
2565
|
|
|
|
|
|
|
'other' => q({0} hâ), |
2566
|
|
|
|
|
|
|
}, |
2567
|
|
|
|
|
|
|
'hectopascal' => { |
2568
|
|
|
|
|
|
|
'name' => q(hPa), |
2569
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2570
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2571
|
|
|
|
|
|
|
}, |
2572
|
|
|
|
|
|
|
'hertz' => { |
2573
|
|
|
|
|
|
|
'name' => q(Hz), |
2574
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2575
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2576
|
|
|
|
|
|
|
}, |
2577
|
|
|
|
|
|
|
'horsepower' => { |
2578
|
|
|
|
|
|
|
'name' => q(perdekrag), |
2579
|
|
|
|
|
|
|
'one' => q({0} pk.), |
2580
|
|
|
|
|
|
|
'other' => q({0} pk.), |
2581
|
|
|
|
|
|
|
}, |
2582
|
|
|
|
|
|
|
'hour' => { |
2583
|
|
|
|
|
|
|
'name' => q(uur), |
2584
|
|
|
|
|
|
|
'one' => q({0} u.), |
2585
|
|
|
|
|
|
|
'other' => q({0} u.), |
2586
|
|
|
|
|
|
|
'per' => q({0}/h), |
2587
|
|
|
|
|
|
|
}, |
2588
|
|
|
|
|
|
|
'inch' => { |
2589
|
|
|
|
|
|
|
'name' => q(duim), |
2590
|
|
|
|
|
|
|
'one' => q({0} duim), |
2591
|
|
|
|
|
|
|
'other' => q({0} duim), |
2592
|
|
|
|
|
|
|
'per' => q({0}/duim), |
2593
|
|
|
|
|
|
|
}, |
2594
|
|
|
|
|
|
|
'inch-hg' => { |
2595
|
|
|
|
|
|
|
'name' => q(duim kwik), |
2596
|
|
|
|
|
|
|
'one' => q({0} dm.Hg), |
2597
|
|
|
|
|
|
|
'other' => q({0} dm.Hg), |
2598
|
|
|
|
|
|
|
}, |
2599
|
|
|
|
|
|
|
'joule' => { |
2600
|
|
|
|
|
|
|
'name' => q(joule), |
2601
|
|
|
|
|
|
|
'one' => q({0} J), |
2602
|
|
|
|
|
|
|
'other' => q({0} J), |
2603
|
|
|
|
|
|
|
}, |
2604
|
|
|
|
|
|
|
'karat' => { |
2605
|
|
|
|
|
|
|
'name' => q(karat), |
2606
|
|
|
|
|
|
|
'one' => q({0} kar.), |
2607
|
|
|
|
|
|
|
'other' => q({0} kar.), |
2608
|
|
|
|
|
|
|
}, |
2609
|
|
|
|
|
|
|
'kelvin' => { |
2610
|
|
|
|
|
|
|
'name' => q(K), |
2611
|
|
|
|
|
|
|
'one' => q({0} K), |
2612
|
|
|
|
|
|
|
'other' => q({0} K), |
2613
|
|
|
|
|
|
|
}, |
2614
|
|
|
|
|
|
|
'kilobit' => { |
2615
|
|
|
|
|
|
|
'name' => q(kb), |
2616
|
|
|
|
|
|
|
'one' => q({0} kb), |
2617
|
|
|
|
|
|
|
'other' => q({0} kb), |
2618
|
|
|
|
|
|
|
}, |
2619
|
|
|
|
|
|
|
'kilobyte' => { |
2620
|
|
|
|
|
|
|
'name' => q(kB), |
2621
|
|
|
|
|
|
|
'one' => q({0} kB), |
2622
|
|
|
|
|
|
|
'other' => q({0} kB), |
2623
|
|
|
|
|
|
|
}, |
2624
|
|
|
|
|
|
|
'kilocalorie' => { |
2625
|
|
|
|
|
|
|
'name' => q(kkal.), |
2626
|
|
|
|
|
|
|
'one' => q({0} kkal.), |
2627
|
|
|
|
|
|
|
'other' => q({0} kkal.), |
2628
|
|
|
|
|
|
|
}, |
2629
|
|
|
|
|
|
|
'kilogram' => { |
2630
|
|
|
|
|
|
|
'name' => q(kg), |
2631
|
|
|
|
|
|
|
'one' => q({0} kg), |
2632
|
|
|
|
|
|
|
'other' => q({0} kg), |
2633
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2634
|
|
|
|
|
|
|
}, |
2635
|
|
|
|
|
|
|
'kilohertz' => { |
2636
|
|
|
|
|
|
|
'name' => q(kHz), |
2637
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2638
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2639
|
|
|
|
|
|
|
}, |
2640
|
|
|
|
|
|
|
'kilojoule' => { |
2641
|
|
|
|
|
|
|
'name' => q(kJ), |
2642
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2643
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2644
|
|
|
|
|
|
|
}, |
2645
|
|
|
|
|
|
|
'kilometer' => { |
2646
|
|
|
|
|
|
|
'name' => q(km), |
2647
|
|
|
|
|
|
|
'one' => q({0} km), |
2648
|
|
|
|
|
|
|
'other' => q({0} km), |
2649
|
|
|
|
|
|
|
'per' => q({0}/km), |
2650
|
|
|
|
|
|
|
}, |
2651
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2652
|
|
|
|
|
|
|
'name' => q(km/uur), |
2653
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2654
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2655
|
|
|
|
|
|
|
}, |
2656
|
|
|
|
|
|
|
'kilowatt' => { |
2657
|
|
|
|
|
|
|
'name' => q(kilowatt), |
2658
|
|
|
|
|
|
|
'one' => q({0} kW), |
2659
|
|
|
|
|
|
|
'other' => q({0} kW), |
2660
|
|
|
|
|
|
|
}, |
2661
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2662
|
|
|
|
|
|
|
'name' => q(kWh), |
2663
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2664
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2665
|
|
|
|
|
|
|
}, |
2666
|
|
|
|
|
|
|
'knot' => { |
2667
|
|
|
|
|
|
|
'name' => q(kn.), |
2668
|
|
|
|
|
|
|
'one' => q({0} kn.), |
2669
|
|
|
|
|
|
|
'other' => q({0} kn.), |
2670
|
|
|
|
|
|
|
}, |
2671
|
|
|
|
|
|
|
'light-year' => { |
2672
|
|
|
|
|
|
|
'name' => q(ligjare), |
2673
|
|
|
|
|
|
|
'one' => q({0} lj.), |
2674
|
|
|
|
|
|
|
'other' => q({0} lj.), |
2675
|
|
|
|
|
|
|
}, |
2676
|
|
|
|
|
|
|
'liter' => { |
2677
|
|
|
|
|
|
|
'name' => q(liter), |
2678
|
|
|
|
|
|
|
'one' => q({0} â), |
2679
|
|
|
|
|
|
|
'other' => q({0} â), |
2680
|
|
|
|
|
|
|
'per' => q({0}/â), |
2681
|
|
|
|
|
|
|
}, |
2682
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2683
|
|
|
|
|
|
|
'name' => q(â/100km), |
2684
|
|
|
|
|
|
|
'one' => q({0} â/100km), |
2685
|
|
|
|
|
|
|
'other' => q({0} â/100km), |
2686
|
|
|
|
|
|
|
}, |
2687
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2688
|
|
|
|
|
|
|
'name' => q(liter/km), |
2689
|
|
|
|
|
|
|
'one' => q({0} â/km), |
2690
|
|
|
|
|
|
|
'other' => q({0} â/km), |
2691
|
|
|
|
|
|
|
}, |
2692
|
|
|
|
|
|
|
'lux' => { |
2693
|
|
|
|
|
|
|
'name' => q(lux), |
2694
|
|
|
|
|
|
|
'one' => q({0} lux), |
2695
|
|
|
|
|
|
|
'other' => q({0} lux), |
2696
|
|
|
|
|
|
|
}, |
2697
|
|
|
|
|
|
|
'megabit' => { |
2698
|
|
|
|
|
|
|
'name' => q(Mb), |
2699
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2700
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2701
|
|
|
|
|
|
|
}, |
2702
|
|
|
|
|
|
|
'megabyte' => { |
2703
|
|
|
|
|
|
|
'name' => q(MB), |
2704
|
|
|
|
|
|
|
'one' => q({0} MB), |
2705
|
|
|
|
|
|
|
'other' => q({0} MB), |
2706
|
|
|
|
|
|
|
}, |
2707
|
|
|
|
|
|
|
'megahertz' => { |
2708
|
|
|
|
|
|
|
'name' => q(MHz), |
2709
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2710
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2711
|
|
|
|
|
|
|
}, |
2712
|
|
|
|
|
|
|
'megaliter' => { |
2713
|
|
|
|
|
|
|
'name' => q(Mâ), |
2714
|
|
|
|
|
|
|
'one' => q({0} Mâ), |
2715
|
|
|
|
|
|
|
'other' => q({0} Mâ), |
2716
|
|
|
|
|
|
|
}, |
2717
|
|
|
|
|
|
|
'megawatt' => { |
2718
|
|
|
|
|
|
|
'name' => q(MW), |
2719
|
|
|
|
|
|
|
'one' => q({0} MW), |
2720
|
|
|
|
|
|
|
'other' => q({0} MW), |
2721
|
|
|
|
|
|
|
}, |
2722
|
|
|
|
|
|
|
'meter' => { |
2723
|
|
|
|
|
|
|
'name' => q(meter), |
2724
|
|
|
|
|
|
|
'one' => q({0} m), |
2725
|
|
|
|
|
|
|
'other' => q({0} m), |
2726
|
|
|
|
|
|
|
'per' => q({0}/m), |
2727
|
|
|
|
|
|
|
}, |
2728
|
|
|
|
|
|
|
'meter-per-second' => { |
2729
|
|
|
|
|
|
|
'name' => q(meter per sekonde), |
2730
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2731
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2732
|
|
|
|
|
|
|
}, |
2733
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2734
|
|
|
|
|
|
|
'name' => q(m/s²), |
2735
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2736
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2737
|
|
|
|
|
|
|
}, |
2738
|
|
|
|
|
|
|
'metric-ton' => { |
2739
|
|
|
|
|
|
|
'name' => q(t), |
2740
|
|
|
|
|
|
|
'one' => q({0} t), |
2741
|
|
|
|
|
|
|
'other' => q({0} t), |
2742
|
|
|
|
|
|
|
}, |
2743
|
|
|
|
|
|
|
'microgram' => { |
2744
|
|
|
|
|
|
|
'name' => q(µg), |
2745
|
|
|
|
|
|
|
'one' => q({0} µg), |
2746
|
|
|
|
|
|
|
'other' => q({0} µg), |
2747
|
|
|
|
|
|
|
}, |
2748
|
|
|
|
|
|
|
'micrometer' => { |
2749
|
|
|
|
|
|
|
'name' => q(µm), |
2750
|
|
|
|
|
|
|
'one' => q({0} µm), |
2751
|
|
|
|
|
|
|
'other' => q({0} µm), |
2752
|
|
|
|
|
|
|
}, |
2753
|
|
|
|
|
|
|
'microsecond' => { |
2754
|
|
|
|
|
|
|
'name' => q(μs), |
2755
|
|
|
|
|
|
|
'one' => q({0} μs), |
2756
|
|
|
|
|
|
|
'other' => q({0} μs), |
2757
|
|
|
|
|
|
|
}, |
2758
|
|
|
|
|
|
|
'mile' => { |
2759
|
|
|
|
|
|
|
'name' => q(myl), |
2760
|
|
|
|
|
|
|
'one' => q({0} myl), |
2761
|
|
|
|
|
|
|
'other' => q({0} myl), |
2762
|
|
|
|
|
|
|
}, |
2763
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2764
|
|
|
|
|
|
|
'name' => q(myl/gelling), |
2765
|
|
|
|
|
|
|
'one' => q({0} m.p.g.), |
2766
|
|
|
|
|
|
|
'other' => q({0} m.p.g.), |
2767
|
|
|
|
|
|
|
}, |
2768
|
|
|
|
|
|
|
'mile-per-hour' => { |
2769
|
|
|
|
|
|
|
'name' => q(myl per uur), |
2770
|
|
|
|
|
|
|
'one' => q({0} myl/h), |
2771
|
|
|
|
|
|
|
'other' => q({0} myl/h), |
2772
|
|
|
|
|
|
|
}, |
2773
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2774
|
|
|
|
|
|
|
'name' => q(smi), |
2775
|
|
|
|
|
|
|
'one' => q({0} smi), |
2776
|
|
|
|
|
|
|
'other' => q({0} smi), |
2777
|
|
|
|
|
|
|
}, |
2778
|
|
|
|
|
|
|
'milliampere' => { |
2779
|
|
|
|
|
|
|
'name' => q(mA), |
2780
|
|
|
|
|
|
|
'one' => q({0} mA), |
2781
|
|
|
|
|
|
|
'other' => q({0} mA), |
2782
|
|
|
|
|
|
|
}, |
2783
|
|
|
|
|
|
|
'millibar' => { |
2784
|
|
|
|
|
|
|
'name' => q(millibar), |
2785
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2786
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2787
|
|
|
|
|
|
|
}, |
2788
|
|
|
|
|
|
|
'milligram' => { |
2789
|
|
|
|
|
|
|
'name' => q(mg), |
2790
|
|
|
|
|
|
|
'one' => q({0} mg), |
2791
|
|
|
|
|
|
|
'other' => q({0} mg), |
2792
|
|
|
|
|
|
|
}, |
2793
|
|
|
|
|
|
|
'milliliter' => { |
2794
|
|
|
|
|
|
|
'name' => q(mâ), |
2795
|
|
|
|
|
|
|
'one' => q({0} mâ), |
2796
|
|
|
|
|
|
|
'other' => q({0} mâ), |
2797
|
|
|
|
|
|
|
}, |
2798
|
|
|
|
|
|
|
'millimeter' => { |
2799
|
|
|
|
|
|
|
'name' => q(mm), |
2800
|
|
|
|
|
|
|
'one' => q({0} mm), |
2801
|
|
|
|
|
|
|
'other' => q({0} mm), |
2802
|
|
|
|
|
|
|
}, |
2803
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2804
|
|
|
|
|
|
|
'name' => q(mm Hg), |
2805
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
2806
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
2807
|
|
|
|
|
|
|
}, |
2808
|
|
|
|
|
|
|
'millisecond' => { |
2809
|
|
|
|
|
|
|
'name' => q(millisekondes), |
2810
|
|
|
|
|
|
|
'one' => q({0} ms), |
2811
|
|
|
|
|
|
|
'other' => q({0} ms), |
2812
|
|
|
|
|
|
|
}, |
2813
|
|
|
|
|
|
|
'milliwatt' => { |
2814
|
|
|
|
|
|
|
'name' => q(mW), |
2815
|
|
|
|
|
|
|
'one' => q({0} mW), |
2816
|
|
|
|
|
|
|
'other' => q({0} mW), |
2817
|
|
|
|
|
|
|
}, |
2818
|
|
|
|
|
|
|
'minute' => { |
2819
|
|
|
|
|
|
|
'name' => q(minute), |
2820
|
|
|
|
|
|
|
'one' => q({0} min.), |
2821
|
|
|
|
|
|
|
'other' => q({0} min.), |
2822
|
|
|
|
|
|
|
'per' => q({0}/min), |
2823
|
|
|
|
|
|
|
}, |
2824
|
|
|
|
|
|
|
'month' => { |
2825
|
|
|
|
|
|
|
'name' => q(maande), |
2826
|
|
|
|
|
|
|
'one' => q({0} md.), |
2827
|
|
|
|
|
|
|
'other' => q({0} md.), |
2828
|
|
|
|
|
|
|
'per' => q({0}/md.), |
2829
|
|
|
|
|
|
|
}, |
2830
|
|
|
|
|
|
|
'nanometer' => { |
2831
|
|
|
|
|
|
|
'name' => q(nm), |
2832
|
|
|
|
|
|
|
'one' => q({0} nm), |
2833
|
|
|
|
|
|
|
'other' => q({0} nm), |
2834
|
|
|
|
|
|
|
}, |
2835
|
|
|
|
|
|
|
'nanosecond' => { |
2836
|
|
|
|
|
|
|
'name' => q(ns), |
2837
|
|
|
|
|
|
|
'one' => q({0} ns), |
2838
|
|
|
|
|
|
|
'other' => q({0} ns), |
2839
|
|
|
|
|
|
|
}, |
2840
|
|
|
|
|
|
|
'nautical-mile' => { |
2841
|
|
|
|
|
|
|
'name' => q(sm.), |
2842
|
|
|
|
|
|
|
'one' => q({0} sm.), |
2843
|
|
|
|
|
|
|
'other' => q({0} sm.), |
2844
|
|
|
|
|
|
|
}, |
2845
|
|
|
|
|
|
|
'ohm' => { |
2846
|
|
|
|
|
|
|
'name' => q(ohm), |
2847
|
|
|
|
|
|
|
'one' => q({0} Ω), |
2848
|
|
|
|
|
|
|
'other' => q({0} Ω), |
2849
|
|
|
|
|
|
|
}, |
2850
|
|
|
|
|
|
|
'ounce' => { |
2851
|
|
|
|
|
|
|
'name' => q(oz.), |
2852
|
|
|
|
|
|
|
'one' => q({0} oz.), |
2853
|
|
|
|
|
|
|
'other' => q({0} oz.), |
2854
|
|
|
|
|
|
|
'per' => q({0}/oz.), |
2855
|
|
|
|
|
|
|
}, |
2856
|
|
|
|
|
|
|
'ounce-troy' => { |
2857
|
|
|
|
|
|
|
'name' => q(troy-ons), |
2858
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2859
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2860
|
|
|
|
|
|
|
}, |
2861
|
|
|
|
|
|
|
'parsec' => { |
2862
|
|
|
|
|
|
|
'name' => q(parsek), |
2863
|
|
|
|
|
|
|
'one' => q({0} pc), |
2864
|
|
|
|
|
|
|
'other' => q({0} pc), |
2865
|
|
|
|
|
|
|
}, |
2866
|
|
|
|
|
|
|
'per' => { |
2867
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2868
|
|
|
|
|
|
|
}, |
2869
|
|
|
|
|
|
|
'picometer' => { |
2870
|
|
|
|
|
|
|
'name' => q(pm), |
2871
|
|
|
|
|
|
|
'one' => q({0} pm), |
2872
|
|
|
|
|
|
|
'other' => q({0} pm), |
2873
|
|
|
|
|
|
|
}, |
2874
|
|
|
|
|
|
|
'pint' => { |
2875
|
|
|
|
|
|
|
'name' => q(pinte), |
2876
|
|
|
|
|
|
|
'one' => q({0} pt.), |
2877
|
|
|
|
|
|
|
'other' => q({0} pt.), |
2878
|
|
|
|
|
|
|
}, |
2879
|
|
|
|
|
|
|
'pint-metric' => { |
2880
|
|
|
|
|
|
|
'name' => q(mpt.), |
2881
|
|
|
|
|
|
|
'one' => q({0} mpt.), |
2882
|
|
|
|
|
|
|
'other' => q({0} mpt.), |
2883
|
|
|
|
|
|
|
}, |
2884
|
|
|
|
|
|
|
'pound' => { |
2885
|
|
|
|
|
|
|
'name' => q(lb.), |
2886
|
|
|
|
|
|
|
'one' => q({0} lb.), |
2887
|
|
|
|
|
|
|
'other' => q({0} lb.), |
2888
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2889
|
|
|
|
|
|
|
}, |
2890
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2891
|
|
|
|
|
|
|
'name' => q(pond per vierkante duim), |
2892
|
|
|
|
|
|
|
'one' => q({0} pd.vk.dm.), |
2893
|
|
|
|
|
|
|
'other' => q({0} pd.vk.dm.), |
2894
|
|
|
|
|
|
|
}, |
2895
|
|
|
|
|
|
|
'quart' => { |
2896
|
|
|
|
|
|
|
'name' => q(kw.), |
2897
|
|
|
|
|
|
|
'one' => q({0} kw.), |
2898
|
|
|
|
|
|
|
'other' => q({0} kw.), |
2899
|
|
|
|
|
|
|
}, |
2900
|
|
|
|
|
|
|
'radian' => { |
2901
|
|
|
|
|
|
|
'name' => q(radiale), |
2902
|
|
|
|
|
|
|
'one' => q({0} rad.), |
2903
|
|
|
|
|
|
|
'other' => q({0} rad.), |
2904
|
|
|
|
|
|
|
}, |
2905
|
|
|
|
|
|
|
'revolution' => { |
2906
|
|
|
|
|
|
|
'name' => q(rew.), |
2907
|
|
|
|
|
|
|
'one' => q({0} rew.), |
2908
|
|
|
|
|
|
|
'other' => q({0} rew.), |
2909
|
|
|
|
|
|
|
}, |
2910
|
|
|
|
|
|
|
'second' => { |
2911
|
|
|
|
|
|
|
'name' => q(sekondes), |
2912
|
|
|
|
|
|
|
'one' => q({0} sek.), |
2913
|
|
|
|
|
|
|
'other' => q({0} sek.), |
2914
|
|
|
|
|
|
|
'per' => q({0}/s), |
2915
|
|
|
|
|
|
|
}, |
2916
|
|
|
|
|
|
|
'square-centimeter' => { |
2917
|
|
|
|
|
|
|
'name' => q(cm²), |
2918
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2919
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2920
|
|
|
|
|
|
|
'per' => q({0}/cm²), |
2921
|
|
|
|
|
|
|
}, |
2922
|
|
|
|
|
|
|
'square-foot' => { |
2923
|
|
|
|
|
|
|
'name' => q(vt.²), |
2924
|
|
|
|
|
|
|
'one' => q({0} vt.²), |
2925
|
|
|
|
|
|
|
'other' => q({0} vt.²), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'square-inch' => { |
2928
|
|
|
|
|
|
|
'name' => q(duim²), |
2929
|
|
|
|
|
|
|
'one' => q({0} dm.²), |
2930
|
|
|
|
|
|
|
'other' => q({0} dm.²), |
2931
|
|
|
|
|
|
|
'per' => q({0}/dm.²), |
2932
|
|
|
|
|
|
|
}, |
2933
|
|
|
|
|
|
|
'square-kilometer' => { |
2934
|
|
|
|
|
|
|
'name' => q(km²), |
2935
|
|
|
|
|
|
|
'one' => q({0} km²), |
2936
|
|
|
|
|
|
|
'other' => q({0} km²), |
2937
|
|
|
|
|
|
|
}, |
2938
|
|
|
|
|
|
|
'square-meter' => { |
2939
|
|
|
|
|
|
|
'name' => q(m²), |
2940
|
|
|
|
|
|
|
'one' => q({0} m²), |
2941
|
|
|
|
|
|
|
'other' => q({0} m²), |
2942
|
|
|
|
|
|
|
'per' => q({0}/m²), |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
'square-mile' => { |
2945
|
|
|
|
|
|
|
'name' => q(myl²), |
2946
|
|
|
|
|
|
|
'one' => q({0} myl²), |
2947
|
|
|
|
|
|
|
'other' => q({0} myl²), |
2948
|
|
|
|
|
|
|
}, |
2949
|
|
|
|
|
|
|
'square-yard' => { |
2950
|
|
|
|
|
|
|
'name' => q(jaart²), |
2951
|
|
|
|
|
|
|
'one' => q({0} jt.²), |
2952
|
|
|
|
|
|
|
'other' => q({0} jt.²), |
2953
|
|
|
|
|
|
|
}, |
2954
|
|
|
|
|
|
|
'tablespoon' => { |
2955
|
|
|
|
|
|
|
'name' => q(eetl.), |
2956
|
|
|
|
|
|
|
'one' => q({0} e.), |
2957
|
|
|
|
|
|
|
'other' => q({0} e.), |
2958
|
|
|
|
|
|
|
}, |
2959
|
|
|
|
|
|
|
'teaspoon' => { |
2960
|
|
|
|
|
|
|
'name' => q(teel.), |
2961
|
|
|
|
|
|
|
'one' => q({0} teel.), |
2962
|
|
|
|
|
|
|
'other' => q({0} teel.), |
2963
|
|
|
|
|
|
|
}, |
2964
|
|
|
|
|
|
|
'terabit' => { |
2965
|
|
|
|
|
|
|
'name' => q(Tb), |
2966
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2967
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2968
|
|
|
|
|
|
|
}, |
2969
|
|
|
|
|
|
|
'terabyte' => { |
2970
|
|
|
|
|
|
|
'name' => q(TB), |
2971
|
|
|
|
|
|
|
'one' => q({0} TB), |
2972
|
|
|
|
|
|
|
'other' => q({0} TB), |
2973
|
|
|
|
|
|
|
}, |
2974
|
|
|
|
|
|
|
'ton' => { |
2975
|
|
|
|
|
|
|
'name' => q(ton), |
2976
|
|
|
|
|
|
|
'one' => q({0} tn), |
2977
|
|
|
|
|
|
|
'other' => q({0} tn), |
2978
|
|
|
|
|
|
|
}, |
2979
|
|
|
|
|
|
|
'volt' => { |
2980
|
|
|
|
|
|
|
'name' => q(volt), |
2981
|
|
|
|
|
|
|
'one' => q({0} V), |
2982
|
|
|
|
|
|
|
'other' => q({0} V), |
2983
|
|
|
|
|
|
|
}, |
2984
|
|
|
|
|
|
|
'watt' => { |
2985
|
|
|
|
|
|
|
'name' => q(watt), |
2986
|
|
|
|
|
|
|
'one' => q({0} W), |
2987
|
|
|
|
|
|
|
'other' => q({0} W), |
2988
|
|
|
|
|
|
|
}, |
2989
|
|
|
|
|
|
|
'week' => { |
2990
|
|
|
|
|
|
|
'name' => q(weke), |
2991
|
|
|
|
|
|
|
'one' => q({0} w.), |
2992
|
|
|
|
|
|
|
'other' => q({0} w.), |
2993
|
|
|
|
|
|
|
'per' => q({0}/w.), |
2994
|
|
|
|
|
|
|
}, |
2995
|
|
|
|
|
|
|
'yard' => { |
2996
|
|
|
|
|
|
|
'name' => q(jaart), |
2997
|
|
|
|
|
|
|
'one' => q({0} jt.), |
2998
|
|
|
|
|
|
|
'other' => q({0} jt.), |
2999
|
|
|
|
|
|
|
}, |
3000
|
|
|
|
|
|
|
'year' => { |
3001
|
|
|
|
|
|
|
'name' => q(jaar), |
3002
|
|
|
|
|
|
|
'one' => q({0} j.), |
3003
|
|
|
|
|
|
|
'other' => q({0} j.), |
3004
|
|
|
|
|
|
|
'per' => q({0}/j.), |
3005
|
|
|
|
|
|
|
}, |
3006
|
|
|
|
|
|
|
}, |
3007
|
|
|
|
|
|
|
} } |
3008
|
|
|
|
|
|
|
); |
3009
|
|
|
|
|
|
|
|
3010
|
|
|
|
|
|
|
has 'yesstr' => ( |
3011
|
|
|
|
|
|
|
is => 'ro', |
3012
|
|
|
|
|
|
|
isa => RegexpRef, |
3013
|
|
|
|
|
|
|
init_arg => undef, |
3014
|
|
|
|
|
|
|
default => sub { qr'^(?i:ja|j|yes|y)$' } |
3015
|
|
|
|
|
|
|
); |
3016
|
|
|
|
|
|
|
|
3017
|
|
|
|
|
|
|
has 'nostr' => ( |
3018
|
|
|
|
|
|
|
is => 'ro', |
3019
|
|
|
|
|
|
|
isa => RegexpRef, |
3020
|
|
|
|
|
|
|
init_arg => undef, |
3021
|
|
|
|
|
|
|
default => sub { qr'^(?i:nee|n)$' } |
3022
|
|
|
|
|
|
|
); |
3023
|
|
|
|
|
|
|
|
3024
|
|
|
|
|
|
|
has 'listPatterns' => ( |
3025
|
|
|
|
|
|
|
is => 'ro', |
3026
|
|
|
|
|
|
|
isa => HashRef, |
3027
|
|
|
|
|
|
|
init_arg => undef, |
3028
|
|
|
|
|
|
|
default => sub { { |
3029
|
|
|
|
|
|
|
start => q({0}, {1}), |
3030
|
|
|
|
|
|
|
middle => q({0}, {1}), |
3031
|
|
|
|
|
|
|
end => q({0} en {1}), |
3032
|
|
|
|
|
|
|
2 => q({0} en {1}), |
3033
|
|
|
|
|
|
|
} } |
3034
|
|
|
|
|
|
|
); |
3035
|
|
|
|
|
|
|
|
3036
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
3037
|
|
|
|
|
|
|
is => 'ro', |
3038
|
|
|
|
|
|
|
isa => Str, |
3039
|
|
|
|
|
|
|
init_arg => undef, |
3040
|
|
|
|
|
|
|
default => 'latn', |
3041
|
|
|
|
|
|
|
); |
3042
|
|
|
|
|
|
|
|
3043
|
|
|
|
|
|
|
has native_numbering_system => ( |
3044
|
|
|
|
|
|
|
is => 'ro', |
3045
|
|
|
|
|
|
|
isa => Str, |
3046
|
|
|
|
|
|
|
init_arg => undef, |
3047
|
|
|
|
|
|
|
default => 'latn', |
3048
|
|
|
|
|
|
|
); |
3049
|
|
|
|
|
|
|
|
3050
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
3051
|
|
|
|
|
|
|
is =>'ro', |
3052
|
|
|
|
|
|
|
isa => Int, |
3053
|
|
|
|
|
|
|
init_arg => undef, |
3054
|
|
|
|
|
|
|
default => 1, |
3055
|
|
|
|
|
|
|
); |
3056
|
|
|
|
|
|
|
|
3057
|
|
|
|
|
|
|
has 'number_symbols' => ( |
3058
|
|
|
|
|
|
|
is => 'ro', |
3059
|
|
|
|
|
|
|
isa => HashRef, |
3060
|
|
|
|
|
|
|
init_arg => undef, |
3061
|
|
|
|
|
|
|
default => sub { { |
3062
|
|
|
|
|
|
|
'latn' => { |
3063
|
|
|
|
|
|
|
'decimal' => q(,), |
3064
|
|
|
|
|
|
|
'exponential' => q(E), |
3065
|
|
|
|
|
|
|
'group' => q(Â ), |
3066
|
|
|
|
|
|
|
'infinity' => q(â), |
3067
|
|
|
|
|
|
|
'list' => q(;), |
3068
|
|
|
|
|
|
|
'minusSign' => q(-), |
3069
|
|
|
|
|
|
|
'nan' => q(NaN), |
3070
|
|
|
|
|
|
|
'perMille' => q(â°), |
3071
|
|
|
|
|
|
|
'percentSign' => q(%), |
3072
|
|
|
|
|
|
|
'plusSign' => q(+), |
3073
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
3074
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3075
|
|
|
|
|
|
|
}, |
3076
|
|
|
|
|
|
|
} } |
3077
|
|
|
|
|
|
|
); |
3078
|
|
|
|
|
|
|
|
3079
|
|
|
|
|
|
|
has 'number_formats' => ( |
3080
|
|
|
|
|
|
|
is => 'ro', |
3081
|
|
|
|
|
|
|
isa => HashRef, |
3082
|
|
|
|
|
|
|
init_arg => undef, |
3083
|
|
|
|
|
|
|
default => sub { { |
3084
|
|
|
|
|
|
|
decimalFormat => { |
3085
|
|
|
|
|
|
|
'default' => { |
3086
|
|
|
|
|
|
|
'1000' => { |
3087
|
|
|
|
|
|
|
'one' => '0', |
3088
|
|
|
|
|
|
|
'other' => '0', |
3089
|
|
|
|
|
|
|
}, |
3090
|
|
|
|
|
|
|
'10000' => { |
3091
|
|
|
|
|
|
|
'one' => '0', |
3092
|
|
|
|
|
|
|
'other' => '0', |
3093
|
|
|
|
|
|
|
}, |
3094
|
|
|
|
|
|
|
'100000' => { |
3095
|
|
|
|
|
|
|
'one' => '0', |
3096
|
|
|
|
|
|
|
'other' => '0', |
3097
|
|
|
|
|
|
|
}, |
3098
|
|
|
|
|
|
|
'1000000' => { |
3099
|
|
|
|
|
|
|
'one' => '0Â m', |
3100
|
|
|
|
|
|
|
'other' => '0Â m', |
3101
|
|
|
|
|
|
|
}, |
3102
|
|
|
|
|
|
|
'10000000' => { |
3103
|
|
|
|
|
|
|
'one' => '00Â m', |
3104
|
|
|
|
|
|
|
'other' => '00Â m', |
3105
|
|
|
|
|
|
|
}, |
3106
|
|
|
|
|
|
|
'100000000' => { |
3107
|
|
|
|
|
|
|
'one' => '000Â m', |
3108
|
|
|
|
|
|
|
'other' => '000Â m', |
3109
|
|
|
|
|
|
|
}, |
3110
|
|
|
|
|
|
|
'1000000000' => { |
3111
|
|
|
|
|
|
|
'one' => '0Â mjd', |
3112
|
|
|
|
|
|
|
'other' => '0Â mjd', |
3113
|
|
|
|
|
|
|
}, |
3114
|
|
|
|
|
|
|
'10000000000' => { |
3115
|
|
|
|
|
|
|
'one' => '00Â mjd', |
3116
|
|
|
|
|
|
|
'other' => '00Â mjd', |
3117
|
|
|
|
|
|
|
}, |
3118
|
|
|
|
|
|
|
'100000000000' => { |
3119
|
|
|
|
|
|
|
'one' => '000Â mjd', |
3120
|
|
|
|
|
|
|
'other' => '000Â mjd', |
3121
|
|
|
|
|
|
|
}, |
3122
|
|
|
|
|
|
|
'1000000000000' => { |
3123
|
|
|
|
|
|
|
'one' => '0Â bn', |
3124
|
|
|
|
|
|
|
'other' => '0Â bn', |
3125
|
|
|
|
|
|
|
}, |
3126
|
|
|
|
|
|
|
'10000000000000' => { |
3127
|
|
|
|
|
|
|
'one' => '00Â bn', |
3128
|
|
|
|
|
|
|
'other' => '00Â bn', |
3129
|
|
|
|
|
|
|
}, |
3130
|
|
|
|
|
|
|
'100000000000000' => { |
3131
|
|
|
|
|
|
|
'one' => '000Â bn', |
3132
|
|
|
|
|
|
|
'other' => '000Â bn', |
3133
|
|
|
|
|
|
|
}, |
3134
|
|
|
|
|
|
|
'standard' => { |
3135
|
|
|
|
|
|
|
'' => '#,##0.###', |
3136
|
|
|
|
|
|
|
}, |
3137
|
|
|
|
|
|
|
}, |
3138
|
|
|
|
|
|
|
'long' => { |
3139
|
|
|
|
|
|
|
'1000' => { |
3140
|
|
|
|
|
|
|
'one' => '0 duisend', |
3141
|
|
|
|
|
|
|
'other' => '0 duisend', |
3142
|
|
|
|
|
|
|
}, |
3143
|
|
|
|
|
|
|
'10000' => { |
3144
|
|
|
|
|
|
|
'one' => '00 duisend', |
3145
|
|
|
|
|
|
|
'other' => '00 duisend', |
3146
|
|
|
|
|
|
|
}, |
3147
|
|
|
|
|
|
|
'100000' => { |
3148
|
|
|
|
|
|
|
'one' => '000 duisend', |
3149
|
|
|
|
|
|
|
'other' => '000 duisend', |
3150
|
|
|
|
|
|
|
}, |
3151
|
|
|
|
|
|
|
'1000000' => { |
3152
|
|
|
|
|
|
|
'one' => '0 miljoen', |
3153
|
|
|
|
|
|
|
'other' => '0 miljoen', |
3154
|
|
|
|
|
|
|
}, |
3155
|
|
|
|
|
|
|
'10000000' => { |
3156
|
|
|
|
|
|
|
'one' => '00 miljoen', |
3157
|
|
|
|
|
|
|
'other' => '00 miljoen', |
3158
|
|
|
|
|
|
|
}, |
3159
|
|
|
|
|
|
|
'100000000' => { |
3160
|
|
|
|
|
|
|
'one' => '000 miljoen', |
3161
|
|
|
|
|
|
|
'other' => '000 miljoen', |
3162
|
|
|
|
|
|
|
}, |
3163
|
|
|
|
|
|
|
'1000000000' => { |
3164
|
|
|
|
|
|
|
'one' => '0 miljard', |
3165
|
|
|
|
|
|
|
'other' => '0 miljard', |
3166
|
|
|
|
|
|
|
}, |
3167
|
|
|
|
|
|
|
'10000000000' => { |
3168
|
|
|
|
|
|
|
'one' => '00 miljard', |
3169
|
|
|
|
|
|
|
'other' => '00 miljard', |
3170
|
|
|
|
|
|
|
}, |
3171
|
|
|
|
|
|
|
'100000000000' => { |
3172
|
|
|
|
|
|
|
'one' => '000 miljard', |
3173
|
|
|
|
|
|
|
'other' => '000 miljard', |
3174
|
|
|
|
|
|
|
}, |
3175
|
|
|
|
|
|
|
'1000000000000' => { |
3176
|
|
|
|
|
|
|
'one' => '0 biljoen', |
3177
|
|
|
|
|
|
|
'other' => '0 biljoen', |
3178
|
|
|
|
|
|
|
}, |
3179
|
|
|
|
|
|
|
'10000000000000' => { |
3180
|
|
|
|
|
|
|
'one' => '00 biljoen', |
3181
|
|
|
|
|
|
|
'other' => '00 biljoen', |
3182
|
|
|
|
|
|
|
}, |
3183
|
|
|
|
|
|
|
'100000000000000' => { |
3184
|
|
|
|
|
|
|
'one' => '000 biljoen', |
3185
|
|
|
|
|
|
|
'other' => '000 biljoen', |
3186
|
|
|
|
|
|
|
}, |
3187
|
|
|
|
|
|
|
}, |
3188
|
|
|
|
|
|
|
'short' => { |
3189
|
|
|
|
|
|
|
'1000' => { |
3190
|
|
|
|
|
|
|
'one' => '0', |
3191
|
|
|
|
|
|
|
'other' => '0', |
3192
|
|
|
|
|
|
|
}, |
3193
|
|
|
|
|
|
|
'10000' => { |
3194
|
|
|
|
|
|
|
'one' => '0', |
3195
|
|
|
|
|
|
|
'other' => '0', |
3196
|
|
|
|
|
|
|
}, |
3197
|
|
|
|
|
|
|
'100000' => { |
3198
|
|
|
|
|
|
|
'one' => '0', |
3199
|
|
|
|
|
|
|
'other' => '0', |
3200
|
|
|
|
|
|
|
}, |
3201
|
|
|
|
|
|
|
'1000000' => { |
3202
|
|
|
|
|
|
|
'one' => '0Â m', |
3203
|
|
|
|
|
|
|
'other' => '0Â m', |
3204
|
|
|
|
|
|
|
}, |
3205
|
|
|
|
|
|
|
'10000000' => { |
3206
|
|
|
|
|
|
|
'one' => '00Â m', |
3207
|
|
|
|
|
|
|
'other' => '00Â m', |
3208
|
|
|
|
|
|
|
}, |
3209
|
|
|
|
|
|
|
'100000000' => { |
3210
|
|
|
|
|
|
|
'one' => '000Â m', |
3211
|
|
|
|
|
|
|
'other' => '000Â m', |
3212
|
|
|
|
|
|
|
}, |
3213
|
|
|
|
|
|
|
'1000000000' => { |
3214
|
|
|
|
|
|
|
'one' => '0Â mjd', |
3215
|
|
|
|
|
|
|
'other' => '0Â mjd', |
3216
|
|
|
|
|
|
|
}, |
3217
|
|
|
|
|
|
|
'10000000000' => { |
3218
|
|
|
|
|
|
|
'one' => '00Â mjd', |
3219
|
|
|
|
|
|
|
'other' => '00Â mjd', |
3220
|
|
|
|
|
|
|
}, |
3221
|
|
|
|
|
|
|
'100000000000' => { |
3222
|
|
|
|
|
|
|
'one' => '000Â mjd', |
3223
|
|
|
|
|
|
|
'other' => '000Â mjd', |
3224
|
|
|
|
|
|
|
}, |
3225
|
|
|
|
|
|
|
'1000000000000' => { |
3226
|
|
|
|
|
|
|
'one' => '0Â bn', |
3227
|
|
|
|
|
|
|
'other' => '0Â bn', |
3228
|
|
|
|
|
|
|
}, |
3229
|
|
|
|
|
|
|
'10000000000000' => { |
3230
|
|
|
|
|
|
|
'one' => '00Â bn', |
3231
|
|
|
|
|
|
|
'other' => '00Â bn', |
3232
|
|
|
|
|
|
|
}, |
3233
|
|
|
|
|
|
|
'100000000000000' => { |
3234
|
|
|
|
|
|
|
'one' => '000Â bn', |
3235
|
|
|
|
|
|
|
'other' => '000Â bn', |
3236
|
|
|
|
|
|
|
}, |
3237
|
|
|
|
|
|
|
}, |
3238
|
|
|
|
|
|
|
}, |
3239
|
|
|
|
|
|
|
percentFormat => { |
3240
|
|
|
|
|
|
|
'default' => { |
3241
|
|
|
|
|
|
|
'standard' => { |
3242
|
|
|
|
|
|
|
'' => '#,##0%', |
3243
|
|
|
|
|
|
|
}, |
3244
|
|
|
|
|
|
|
}, |
3245
|
|
|
|
|
|
|
}, |
3246
|
|
|
|
|
|
|
scientificFormat => { |
3247
|
|
|
|
|
|
|
'default' => { |
3248
|
|
|
|
|
|
|
'standard' => { |
3249
|
|
|
|
|
|
|
'' => '#E0', |
3250
|
|
|
|
|
|
|
}, |
3251
|
|
|
|
|
|
|
}, |
3252
|
|
|
|
|
|
|
}, |
3253
|
|
|
|
|
|
|
} }, |
3254
|
|
|
|
|
|
|
); |
3255
|
|
|
|
|
|
|
|
3256
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
3257
|
|
|
|
|
|
|
is => 'ro', |
3258
|
|
|
|
|
|
|
isa => HashRef, |
3259
|
|
|
|
|
|
|
init_arg => undef, |
3260
|
|
|
|
|
|
|
default => sub { { |
3261
|
|
|
|
|
|
|
'latn' => { |
3262
|
|
|
|
|
|
|
'pattern' => { |
3263
|
|
|
|
|
|
|
'default' => { |
3264
|
|
|
|
|
|
|
'accounting' => { |
3265
|
|
|
|
|
|
|
'negative' => '(¤#,##0.00)', |
3266
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
3267
|
|
|
|
|
|
|
}, |
3268
|
|
|
|
|
|
|
'standard' => { |
3269
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
3270
|
|
|
|
|
|
|
}, |
3271
|
|
|
|
|
|
|
}, |
3272
|
|
|
|
|
|
|
}, |
3273
|
|
|
|
|
|
|
}, |
3274
|
|
|
|
|
|
|
} }, |
3275
|
|
|
|
|
|
|
); |
3276
|
|
|
|
|
|
|
|
3277
|
|
|
|
|
|
|
has 'currencies' => ( |
3278
|
|
|
|
|
|
|
is => 'ro', |
3279
|
|
|
|
|
|
|
isa => HashRef, |
3280
|
|
|
|
|
|
|
init_arg => undef, |
3281
|
|
|
|
|
|
|
default => sub { { |
3282
|
|
|
|
|
|
|
'AED' => { |
3283
|
|
|
|
|
|
|
symbol => 'AED', |
3284
|
|
|
|
|
|
|
display_name => { |
3285
|
|
|
|
|
|
|
'currency' => q(Verenigde Arabiese Emirate dirham), |
3286
|
|
|
|
|
|
|
'one' => q(Verenigde Arabiese Emirate dirham), |
3287
|
|
|
|
|
|
|
'other' => q(Verenigde Arabiese Emirate dirham), |
3288
|
|
|
|
|
|
|
}, |
3289
|
|
|
|
|
|
|
}, |
3290
|
|
|
|
|
|
|
'AFN' => { |
3291
|
|
|
|
|
|
|
symbol => 'AFN', |
3292
|
|
|
|
|
|
|
display_name => { |
3293
|
|
|
|
|
|
|
'currency' => q(Afgaanse afgani), |
3294
|
|
|
|
|
|
|
'one' => q(Afgaanse afgani), |
3295
|
|
|
|
|
|
|
'other' => q(Afgaanse afgani), |
3296
|
|
|
|
|
|
|
}, |
3297
|
|
|
|
|
|
|
}, |
3298
|
|
|
|
|
|
|
'ALL' => { |
3299
|
|
|
|
|
|
|
symbol => 'ALL', |
3300
|
|
|
|
|
|
|
display_name => { |
3301
|
|
|
|
|
|
|
'currency' => q(Albanese lek), |
3302
|
|
|
|
|
|
|
'one' => q(Albanese lek), |
3303
|
|
|
|
|
|
|
'other' => q(Albanese lek), |
3304
|
|
|
|
|
|
|
}, |
3305
|
|
|
|
|
|
|
}, |
3306
|
|
|
|
|
|
|
'AMD' => { |
3307
|
|
|
|
|
|
|
symbol => 'AMD', |
3308
|
|
|
|
|
|
|
display_name => { |
3309
|
|
|
|
|
|
|
'currency' => q(Armeense dram), |
3310
|
|
|
|
|
|
|
'one' => q(Armeense dram), |
3311
|
|
|
|
|
|
|
'other' => q(Armeense dram), |
3312
|
|
|
|
|
|
|
}, |
3313
|
|
|
|
|
|
|
}, |
3314
|
|
|
|
|
|
|
'ANG' => { |
3315
|
|
|
|
|
|
|
symbol => 'ANG', |
3316
|
|
|
|
|
|
|
display_name => { |
3317
|
|
|
|
|
|
|
'currency' => q(Nederlands-Antilliaanse gulde), |
3318
|
|
|
|
|
|
|
'one' => q(Nederlands-Antilliaanse gulde), |
3319
|
|
|
|
|
|
|
'other' => q(Nederlands-Antilliaanse gulde), |
3320
|
|
|
|
|
|
|
}, |
3321
|
|
|
|
|
|
|
}, |
3322
|
|
|
|
|
|
|
'AOA' => { |
3323
|
|
|
|
|
|
|
symbol => 'AOA', |
3324
|
|
|
|
|
|
|
display_name => { |
3325
|
|
|
|
|
|
|
'currency' => q(Angolese kwanza), |
3326
|
|
|
|
|
|
|
'one' => q(Angolese kwanza), |
3327
|
|
|
|
|
|
|
'other' => q(Angolese kwanza), |
3328
|
|
|
|
|
|
|
}, |
3329
|
|
|
|
|
|
|
}, |
3330
|
|
|
|
|
|
|
'ARS' => { |
3331
|
|
|
|
|
|
|
symbol => 'ARS', |
3332
|
|
|
|
|
|
|
display_name => { |
3333
|
|
|
|
|
|
|
'currency' => q(Argentynse peso), |
3334
|
|
|
|
|
|
|
'one' => q(Argentynse peso), |
3335
|
|
|
|
|
|
|
'other' => q(Argentynse peso), |
3336
|
|
|
|
|
|
|
}, |
3337
|
|
|
|
|
|
|
}, |
3338
|
|
|
|
|
|
|
'AUD' => { |
3339
|
|
|
|
|
|
|
symbol => 'A$', |
3340
|
|
|
|
|
|
|
display_name => { |
3341
|
|
|
|
|
|
|
'currency' => q(Australiese dollar), |
3342
|
|
|
|
|
|
|
'one' => q(Australiese dollar), |
3343
|
|
|
|
|
|
|
'other' => q(Australiese dollar), |
3344
|
|
|
|
|
|
|
}, |
3345
|
|
|
|
|
|
|
}, |
3346
|
|
|
|
|
|
|
'AWG' => { |
3347
|
|
|
|
|
|
|
symbol => 'AWG', |
3348
|
|
|
|
|
|
|
display_name => { |
3349
|
|
|
|
|
|
|
'currency' => q(Arubaanse floryn), |
3350
|
|
|
|
|
|
|
'one' => q(Arubaanse floryn), |
3351
|
|
|
|
|
|
|
'other' => q(Arubaanse floryn), |
3352
|
|
|
|
|
|
|
}, |
3353
|
|
|
|
|
|
|
}, |
3354
|
|
|
|
|
|
|
'AZN' => { |
3355
|
|
|
|
|
|
|
symbol => 'AZN', |
3356
|
|
|
|
|
|
|
display_name => { |
3357
|
|
|
|
|
|
|
'currency' => q(Azerbeidjaanse manat), |
3358
|
|
|
|
|
|
|
'one' => q(Azerbeidjaanse manat), |
3359
|
|
|
|
|
|
|
'other' => q(Azerbeidjaanse manat), |
3360
|
|
|
|
|
|
|
}, |
3361
|
|
|
|
|
|
|
}, |
3362
|
|
|
|
|
|
|
'BAM' => { |
3363
|
|
|
|
|
|
|
symbol => 'BAM', |
3364
|
|
|
|
|
|
|
display_name => { |
3365
|
|
|
|
|
|
|
'currency' => q(Bosnies-Herzegowiniese omskakelbare marka), |
3366
|
|
|
|
|
|
|
'one' => q(Bosnies-Herzegowiniese omskakelbare marka), |
3367
|
|
|
|
|
|
|
'other' => q(Bosnies-Herzegowiniese omskakelbare marka), |
3368
|
|
|
|
|
|
|
}, |
3369
|
|
|
|
|
|
|
}, |
3370
|
|
|
|
|
|
|
'BBD' => { |
3371
|
|
|
|
|
|
|
symbol => 'BBD', |
3372
|
|
|
|
|
|
|
display_name => { |
3373
|
|
|
|
|
|
|
'currency' => q(Barbados-dollar), |
3374
|
|
|
|
|
|
|
'one' => q(Barbados-dollar), |
3375
|
|
|
|
|
|
|
'other' => q(Barbados-dollar), |
3376
|
|
|
|
|
|
|
}, |
3377
|
|
|
|
|
|
|
}, |
3378
|
|
|
|
|
|
|
'BDT' => { |
3379
|
|
|
|
|
|
|
symbol => 'BDT', |
3380
|
|
|
|
|
|
|
display_name => { |
3381
|
|
|
|
|
|
|
'currency' => q(Bangladesjiese taka), |
3382
|
|
|
|
|
|
|
'one' => q(Bangladesjiese taka), |
3383
|
|
|
|
|
|
|
'other' => q(Bangladesjiese taka), |
3384
|
|
|
|
|
|
|
}, |
3385
|
|
|
|
|
|
|
}, |
3386
|
|
|
|
|
|
|
'BGN' => { |
3387
|
|
|
|
|
|
|
symbol => 'BGN', |
3388
|
|
|
|
|
|
|
display_name => { |
3389
|
|
|
|
|
|
|
'currency' => q(Bulgaarse lev), |
3390
|
|
|
|
|
|
|
'one' => q(Bulgaarse lev), |
3391
|
|
|
|
|
|
|
'other' => q(Bulgaarse lev), |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
}, |
3394
|
|
|
|
|
|
|
'BHD' => { |
3395
|
|
|
|
|
|
|
symbol => 'BHD', |
3396
|
|
|
|
|
|
|
display_name => { |
3397
|
|
|
|
|
|
|
'currency' => q(Bahreinse dinar), |
3398
|
|
|
|
|
|
|
'one' => q(Bahreinse dinar), |
3399
|
|
|
|
|
|
|
'other' => q(Bahreinse dinar), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
}, |
3402
|
|
|
|
|
|
|
'BIF' => { |
3403
|
|
|
|
|
|
|
symbol => 'BIF', |
3404
|
|
|
|
|
|
|
display_name => { |
3405
|
|
|
|
|
|
|
'currency' => q(Burundiese frank), |
3406
|
|
|
|
|
|
|
'one' => q(Burundiese frank), |
3407
|
|
|
|
|
|
|
'other' => q(Burundiese frank), |
3408
|
|
|
|
|
|
|
}, |
3409
|
|
|
|
|
|
|
}, |
3410
|
|
|
|
|
|
|
'BMD' => { |
3411
|
|
|
|
|
|
|
symbol => 'BMD', |
3412
|
|
|
|
|
|
|
display_name => { |
3413
|
|
|
|
|
|
|
'currency' => q(Bermuda-dollar), |
3414
|
|
|
|
|
|
|
'one' => q(Bermuda-dollar), |
3415
|
|
|
|
|
|
|
'other' => q(Bermuda-dollar), |
3416
|
|
|
|
|
|
|
}, |
3417
|
|
|
|
|
|
|
}, |
3418
|
|
|
|
|
|
|
'BND' => { |
3419
|
|
|
|
|
|
|
symbol => 'BND', |
3420
|
|
|
|
|
|
|
display_name => { |
3421
|
|
|
|
|
|
|
'currency' => q(Broeneise dollar), |
3422
|
|
|
|
|
|
|
'one' => q(Broeneise dollar), |
3423
|
|
|
|
|
|
|
'other' => q(Broeneise dollar), |
3424
|
|
|
|
|
|
|
}, |
3425
|
|
|
|
|
|
|
}, |
3426
|
|
|
|
|
|
|
'BOB' => { |
3427
|
|
|
|
|
|
|
symbol => 'BOB', |
3428
|
|
|
|
|
|
|
display_name => { |
3429
|
|
|
|
|
|
|
'currency' => q(Boliviaanse boliviano), |
3430
|
|
|
|
|
|
|
'one' => q(Boliviaanse boliviano), |
3431
|
|
|
|
|
|
|
'other' => q(Boliviaanse boliviano), |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
}, |
3434
|
|
|
|
|
|
|
'BRL' => { |
3435
|
|
|
|
|
|
|
symbol => 'R$', |
3436
|
|
|
|
|
|
|
display_name => { |
3437
|
|
|
|
|
|
|
'currency' => q(Brasilliaanse reaal), |
3438
|
|
|
|
|
|
|
'one' => q(Brasillianse reaal), |
3439
|
|
|
|
|
|
|
'other' => q(Brasillianse reaal), |
3440
|
|
|
|
|
|
|
}, |
3441
|
|
|
|
|
|
|
}, |
3442
|
|
|
|
|
|
|
'BSD' => { |
3443
|
|
|
|
|
|
|
symbol => 'BSD', |
3444
|
|
|
|
|
|
|
display_name => { |
3445
|
|
|
|
|
|
|
'currency' => q(Bahamiaanse dollar), |
3446
|
|
|
|
|
|
|
'one' => q(Bahamiaanse dollar), |
3447
|
|
|
|
|
|
|
'other' => q(Bahamiaanse dollar), |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
}, |
3450
|
|
|
|
|
|
|
'BTN' => { |
3451
|
|
|
|
|
|
|
symbol => 'BTN', |
3452
|
|
|
|
|
|
|
display_name => { |
3453
|
|
|
|
|
|
|
'currency' => q(Bhoetanese ngoeltroem), |
3454
|
|
|
|
|
|
|
'one' => q(Bhoetanese ngoeltroem), |
3455
|
|
|
|
|
|
|
'other' => q(Bhoetanese ngoeltroem), |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
}, |
3458
|
|
|
|
|
|
|
'BWP' => { |
3459
|
|
|
|
|
|
|
symbol => 'BWP', |
3460
|
|
|
|
|
|
|
display_name => { |
3461
|
|
|
|
|
|
|
'currency' => q(Botswana pula), |
3462
|
|
|
|
|
|
|
'one' => q(Botswana pula), |
3463
|
|
|
|
|
|
|
'other' => q(Botswana pula), |
3464
|
|
|
|
|
|
|
}, |
3465
|
|
|
|
|
|
|
}, |
3466
|
|
|
|
|
|
|
'BYR' => { |
3467
|
|
|
|
|
|
|
symbol => 'BYR', |
3468
|
|
|
|
|
|
|
display_name => { |
3469
|
|
|
|
|
|
|
'currency' => q(Belo-Russiese roebel), |
3470
|
|
|
|
|
|
|
'one' => q(Belo-Russiese roebel), |
3471
|
|
|
|
|
|
|
'other' => q(Belo-Russiese roebel), |
3472
|
|
|
|
|
|
|
}, |
3473
|
|
|
|
|
|
|
}, |
3474
|
|
|
|
|
|
|
'BZD' => { |
3475
|
|
|
|
|
|
|
symbol => 'BZD', |
3476
|
|
|
|
|
|
|
display_name => { |
3477
|
|
|
|
|
|
|
'currency' => q(Beliziese dollar), |
3478
|
|
|
|
|
|
|
'one' => q(Beliziese dollar), |
3479
|
|
|
|
|
|
|
'other' => q(Beliziese dollar), |
3480
|
|
|
|
|
|
|
}, |
3481
|
|
|
|
|
|
|
}, |
3482
|
|
|
|
|
|
|
'CAD' => { |
3483
|
|
|
|
|
|
|
symbol => 'CA$', |
3484
|
|
|
|
|
|
|
display_name => { |
3485
|
|
|
|
|
|
|
'currency' => q(Kanadese dollar), |
3486
|
|
|
|
|
|
|
'one' => q(Kanadese dollar), |
3487
|
|
|
|
|
|
|
'other' => q(Kanadese dollar), |
3488
|
|
|
|
|
|
|
}, |
3489
|
|
|
|
|
|
|
}, |
3490
|
|
|
|
|
|
|
'CDF' => { |
3491
|
|
|
|
|
|
|
symbol => 'CDF', |
3492
|
|
|
|
|
|
|
display_name => { |
3493
|
|
|
|
|
|
|
'currency' => q(Kongolese frank), |
3494
|
|
|
|
|
|
|
'one' => q(Kongolese frank), |
3495
|
|
|
|
|
|
|
'other' => q(Kongolese frank), |
3496
|
|
|
|
|
|
|
}, |
3497
|
|
|
|
|
|
|
}, |
3498
|
|
|
|
|
|
|
'CHF' => { |
3499
|
|
|
|
|
|
|
symbol => 'CHF', |
3500
|
|
|
|
|
|
|
display_name => { |
3501
|
|
|
|
|
|
|
'currency' => q(Switserse frank), |
3502
|
|
|
|
|
|
|
'one' => q(Switserse frank), |
3503
|
|
|
|
|
|
|
'other' => q(Switserse frank), |
3504
|
|
|
|
|
|
|
}, |
3505
|
|
|
|
|
|
|
}, |
3506
|
|
|
|
|
|
|
'CLP' => { |
3507
|
|
|
|
|
|
|
symbol => 'CLP', |
3508
|
|
|
|
|
|
|
display_name => { |
3509
|
|
|
|
|
|
|
'currency' => q(Chileense peso), |
3510
|
|
|
|
|
|
|
'one' => q(Chileense peso), |
3511
|
|
|
|
|
|
|
'other' => q(Chileense peso), |
3512
|
|
|
|
|
|
|
}, |
3513
|
|
|
|
|
|
|
}, |
3514
|
|
|
|
|
|
|
'CNY' => { |
3515
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
3516
|
|
|
|
|
|
|
display_name => { |
3517
|
|
|
|
|
|
|
'currency' => q(Sjinese joean renminbi), |
3518
|
|
|
|
|
|
|
'one' => q(Sjinese joean renminbi), |
3519
|
|
|
|
|
|
|
'other' => q(Sjinese joean renminbi), |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
}, |
3522
|
|
|
|
|
|
|
'COP' => { |
3523
|
|
|
|
|
|
|
symbol => 'COP', |
3524
|
|
|
|
|
|
|
display_name => { |
3525
|
|
|
|
|
|
|
'currency' => q(Colombiaanse peso), |
3526
|
|
|
|
|
|
|
'one' => q(Colombiaanse peso), |
3527
|
|
|
|
|
|
|
'other' => q(Colombiaanse peso), |
3528
|
|
|
|
|
|
|
}, |
3529
|
|
|
|
|
|
|
}, |
3530
|
|
|
|
|
|
|
'CRC' => { |
3531
|
|
|
|
|
|
|
symbol => 'CRC', |
3532
|
|
|
|
|
|
|
display_name => { |
3533
|
|
|
|
|
|
|
'currency' => q(Costa Ricaanse colón), |
3534
|
|
|
|
|
|
|
'one' => q(Costa Ricaanse colón), |
3535
|
|
|
|
|
|
|
'other' => q(Costa Ricaanse colón), |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
}, |
3538
|
|
|
|
|
|
|
'CUC' => { |
3539
|
|
|
|
|
|
|
symbol => 'CUC', |
3540
|
|
|
|
|
|
|
display_name => { |
3541
|
|
|
|
|
|
|
'currency' => q(Kubaanse omskakelbare peso), |
3542
|
|
|
|
|
|
|
'one' => q(Kubaanse omskakelbare peso), |
3543
|
|
|
|
|
|
|
'other' => q(Kubaanse omskakelbare peso), |
3544
|
|
|
|
|
|
|
}, |
3545
|
|
|
|
|
|
|
}, |
3546
|
|
|
|
|
|
|
'CUP' => { |
3547
|
|
|
|
|
|
|
symbol => 'CUP', |
3548
|
|
|
|
|
|
|
display_name => { |
3549
|
|
|
|
|
|
|
'currency' => q(Kubaanse peso), |
3550
|
|
|
|
|
|
|
'one' => q(Kubaanse peso), |
3551
|
|
|
|
|
|
|
'other' => q(Kubaanse peso), |
3552
|
|
|
|
|
|
|
}, |
3553
|
|
|
|
|
|
|
}, |
3554
|
|
|
|
|
|
|
'CVE' => { |
3555
|
|
|
|
|
|
|
symbol => 'CVE', |
3556
|
|
|
|
|
|
|
display_name => { |
3557
|
|
|
|
|
|
|
'currency' => q(Kaap Verdiese escudo), |
3558
|
|
|
|
|
|
|
'one' => q(Kaap Verdiese escudo), |
3559
|
|
|
|
|
|
|
'other' => q(Kaap Verdiese escudo), |
3560
|
|
|
|
|
|
|
}, |
3561
|
|
|
|
|
|
|
}, |
3562
|
|
|
|
|
|
|
'CZK' => { |
3563
|
|
|
|
|
|
|
symbol => 'CZK', |
3564
|
|
|
|
|
|
|
display_name => { |
3565
|
|
|
|
|
|
|
'currency' => q(Tsjeggiese kroon), |
3566
|
|
|
|
|
|
|
'one' => q(Tsjeggiese kroon), |
3567
|
|
|
|
|
|
|
'other' => q(Tsjeggiese kroon), |
3568
|
|
|
|
|
|
|
}, |
3569
|
|
|
|
|
|
|
}, |
3570
|
|
|
|
|
|
|
'DJF' => { |
3571
|
|
|
|
|
|
|
symbol => 'DJF', |
3572
|
|
|
|
|
|
|
display_name => { |
3573
|
|
|
|
|
|
|
'currency' => q(Djiboeti frank), |
3574
|
|
|
|
|
|
|
'one' => q(Djiboeti frank), |
3575
|
|
|
|
|
|
|
'other' => q(Djiboeti frank), |
3576
|
|
|
|
|
|
|
}, |
3577
|
|
|
|
|
|
|
}, |
3578
|
|
|
|
|
|
|
'DKK' => { |
3579
|
|
|
|
|
|
|
symbol => 'DKK', |
3580
|
|
|
|
|
|
|
display_name => { |
3581
|
|
|
|
|
|
|
'currency' => q(Deense kroon), |
3582
|
|
|
|
|
|
|
'one' => q(Deense kroon), |
3583
|
|
|
|
|
|
|
'other' => q(Deense kroon), |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
}, |
3586
|
|
|
|
|
|
|
'DOP' => { |
3587
|
|
|
|
|
|
|
symbol => 'DOP', |
3588
|
|
|
|
|
|
|
display_name => { |
3589
|
|
|
|
|
|
|
'currency' => q(Dominikaanse peso), |
3590
|
|
|
|
|
|
|
'one' => q(Dominikaanse peso), |
3591
|
|
|
|
|
|
|
'other' => q(Dominikaanse peso), |
3592
|
|
|
|
|
|
|
}, |
3593
|
|
|
|
|
|
|
}, |
3594
|
|
|
|
|
|
|
'DZD' => { |
3595
|
|
|
|
|
|
|
symbol => 'DZD', |
3596
|
|
|
|
|
|
|
display_name => { |
3597
|
|
|
|
|
|
|
'currency' => q(Algeriese dinar), |
3598
|
|
|
|
|
|
|
'one' => q(Algeriese dinar), |
3599
|
|
|
|
|
|
|
'other' => q(Algeriese dinar), |
3600
|
|
|
|
|
|
|
}, |
3601
|
|
|
|
|
|
|
}, |
3602
|
|
|
|
|
|
|
'EGP' => { |
3603
|
|
|
|
|
|
|
symbol => 'EGP', |
3604
|
|
|
|
|
|
|
display_name => { |
3605
|
|
|
|
|
|
|
'currency' => q(Egiptiese pond), |
3606
|
|
|
|
|
|
|
'one' => q(Egiptiese pond), |
3607
|
|
|
|
|
|
|
'other' => q(Egiptiese pond), |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
}, |
3610
|
|
|
|
|
|
|
'ERN' => { |
3611
|
|
|
|
|
|
|
symbol => 'ERN', |
3612
|
|
|
|
|
|
|
display_name => { |
3613
|
|
|
|
|
|
|
'currency' => q(Eritrese nakfa), |
3614
|
|
|
|
|
|
|
'one' => q(Eritrese nakfa), |
3615
|
|
|
|
|
|
|
'other' => q(Eritrese nakfa), |
3616
|
|
|
|
|
|
|
}, |
3617
|
|
|
|
|
|
|
}, |
3618
|
|
|
|
|
|
|
'ETB' => { |
3619
|
|
|
|
|
|
|
symbol => 'ETB', |
3620
|
|
|
|
|
|
|
display_name => { |
3621
|
|
|
|
|
|
|
'currency' => q(Etiopiese birr), |
3622
|
|
|
|
|
|
|
'one' => q(Etiopiese birr), |
3623
|
|
|
|
|
|
|
'other' => q(Etiopiese birr), |
3624
|
|
|
|
|
|
|
}, |
3625
|
|
|
|
|
|
|
}, |
3626
|
|
|
|
|
|
|
'EUR' => { |
3627
|
|
|
|
|
|
|
symbol => 'â¬', |
3628
|
|
|
|
|
|
|
display_name => { |
3629
|
|
|
|
|
|
|
'currency' => q(Euro), |
3630
|
|
|
|
|
|
|
'one' => q(euro), |
3631
|
|
|
|
|
|
|
'other' => q(euro), |
3632
|
|
|
|
|
|
|
}, |
3633
|
|
|
|
|
|
|
}, |
3634
|
|
|
|
|
|
|
'FJD' => { |
3635
|
|
|
|
|
|
|
symbol => 'FJD', |
3636
|
|
|
|
|
|
|
display_name => { |
3637
|
|
|
|
|
|
|
'currency' => q(Fidjiaanse dollar), |
3638
|
|
|
|
|
|
|
'one' => q(Fidjiaanse dollar), |
3639
|
|
|
|
|
|
|
'other' => q(Fidjiaanse dollar), |
3640
|
|
|
|
|
|
|
}, |
3641
|
|
|
|
|
|
|
}, |
3642
|
|
|
|
|
|
|
'FKP' => { |
3643
|
|
|
|
|
|
|
symbol => 'FKP', |
3644
|
|
|
|
|
|
|
display_name => { |
3645
|
|
|
|
|
|
|
'currency' => q(Falkland-eilande pond), |
3646
|
|
|
|
|
|
|
'one' => q(Falkland-eilande pond), |
3647
|
|
|
|
|
|
|
'other' => q(Falkland-eilande pond), |
3648
|
|
|
|
|
|
|
}, |
3649
|
|
|
|
|
|
|
}, |
3650
|
|
|
|
|
|
|
'GBP' => { |
3651
|
|
|
|
|
|
|
symbol => '£', |
3652
|
|
|
|
|
|
|
display_name => { |
3653
|
|
|
|
|
|
|
'currency' => q(Britse pond), |
3654
|
|
|
|
|
|
|
'one' => q(Britse pond), |
3655
|
|
|
|
|
|
|
'other' => q(Britse pond), |
3656
|
|
|
|
|
|
|
}, |
3657
|
|
|
|
|
|
|
}, |
3658
|
|
|
|
|
|
|
'GEL' => { |
3659
|
|
|
|
|
|
|
symbol => 'GEL', |
3660
|
|
|
|
|
|
|
display_name => { |
3661
|
|
|
|
|
|
|
'currency' => q(Georgiese lari), |
3662
|
|
|
|
|
|
|
'one' => q(Georgiese lari), |
3663
|
|
|
|
|
|
|
'other' => q(Georgiese lari), |
3664
|
|
|
|
|
|
|
}, |
3665
|
|
|
|
|
|
|
}, |
3666
|
|
|
|
|
|
|
'GHC' => { |
3667
|
|
|
|
|
|
|
display_name => { |
3668
|
|
|
|
|
|
|
'currency' => q(Ghanese cedi \(1979â2007\)), |
3669
|
|
|
|
|
|
|
}, |
3670
|
|
|
|
|
|
|
}, |
3671
|
|
|
|
|
|
|
'GHS' => { |
3672
|
|
|
|
|
|
|
symbol => 'GHS', |
3673
|
|
|
|
|
|
|
display_name => { |
3674
|
|
|
|
|
|
|
'currency' => q(Ghanese cedi), |
3675
|
|
|
|
|
|
|
'one' => q(Ghanese cedi), |
3676
|
|
|
|
|
|
|
'other' => q(Ghanese cedi), |
3677
|
|
|
|
|
|
|
}, |
3678
|
|
|
|
|
|
|
}, |
3679
|
|
|
|
|
|
|
'GIP' => { |
3680
|
|
|
|
|
|
|
symbol => 'GIP', |
3681
|
|
|
|
|
|
|
display_name => { |
3682
|
|
|
|
|
|
|
'currency' => q(Gibraltarese pond), |
3683
|
|
|
|
|
|
|
'one' => q(Gibraltarese pond), |
3684
|
|
|
|
|
|
|
'other' => q(Gibraltarese pond), |
3685
|
|
|
|
|
|
|
}, |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
'GMD' => { |
3688
|
|
|
|
|
|
|
symbol => 'GMD', |
3689
|
|
|
|
|
|
|
display_name => { |
3690
|
|
|
|
|
|
|
'currency' => q(Gambiese dalasi), |
3691
|
|
|
|
|
|
|
'one' => q(Gambiese dalasi), |
3692
|
|
|
|
|
|
|
'other' => q(Gambiese dalasi), |
3693
|
|
|
|
|
|
|
}, |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
'GNF' => { |
3696
|
|
|
|
|
|
|
symbol => 'GNF', |
3697
|
|
|
|
|
|
|
display_name => { |
3698
|
|
|
|
|
|
|
'currency' => q(Guinese frank), |
3699
|
|
|
|
|
|
|
'one' => q(Guinese frank), |
3700
|
|
|
|
|
|
|
'other' => q(Guinese frank), |
3701
|
|
|
|
|
|
|
}, |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
'GNS' => { |
3704
|
|
|
|
|
|
|
display_name => { |
3705
|
|
|
|
|
|
|
'currency' => q(Guinese syli), |
3706
|
|
|
|
|
|
|
}, |
3707
|
|
|
|
|
|
|
}, |
3708
|
|
|
|
|
|
|
'GTQ' => { |
3709
|
|
|
|
|
|
|
symbol => 'GTQ', |
3710
|
|
|
|
|
|
|
display_name => { |
3711
|
|
|
|
|
|
|
'currency' => q(Guatemalaanse quetzal), |
3712
|
|
|
|
|
|
|
'one' => q(Guatemalaanse quetzal), |
3713
|
|
|
|
|
|
|
'other' => q(Guatemalaanse quetzal), |
3714
|
|
|
|
|
|
|
}, |
3715
|
|
|
|
|
|
|
}, |
3716
|
|
|
|
|
|
|
'GYD' => { |
3717
|
|
|
|
|
|
|
symbol => 'GYD', |
3718
|
|
|
|
|
|
|
display_name => { |
3719
|
|
|
|
|
|
|
'currency' => q(Guyanese dollar), |
3720
|
|
|
|
|
|
|
'one' => q(Guyanese dollar), |
3721
|
|
|
|
|
|
|
'other' => q(Guyanese dollar), |
3722
|
|
|
|
|
|
|
}, |
3723
|
|
|
|
|
|
|
}, |
3724
|
|
|
|
|
|
|
'HKD' => { |
3725
|
|
|
|
|
|
|
symbol => 'HK$', |
3726
|
|
|
|
|
|
|
display_name => { |
3727
|
|
|
|
|
|
|
'currency' => q(Hong Kong dollar), |
3728
|
|
|
|
|
|
|
'one' => q(Hong Kong dollar), |
3729
|
|
|
|
|
|
|
'other' => q(Hong Kong dollar), |
3730
|
|
|
|
|
|
|
}, |
3731
|
|
|
|
|
|
|
}, |
3732
|
|
|
|
|
|
|
'HNL' => { |
3733
|
|
|
|
|
|
|
symbol => 'HNL', |
3734
|
|
|
|
|
|
|
display_name => { |
3735
|
|
|
|
|
|
|
'currency' => q(Hondurese lempira), |
3736
|
|
|
|
|
|
|
'one' => q(Hondurese lempira), |
3737
|
|
|
|
|
|
|
'other' => q(Hondurese lempira), |
3738
|
|
|
|
|
|
|
}, |
3739
|
|
|
|
|
|
|
}, |
3740
|
|
|
|
|
|
|
'HRK' => { |
3741
|
|
|
|
|
|
|
symbol => 'HRK', |
3742
|
|
|
|
|
|
|
display_name => { |
3743
|
|
|
|
|
|
|
'currency' => q(Kroatiese kuna), |
3744
|
|
|
|
|
|
|
'one' => q(Kroatiese kuna), |
3745
|
|
|
|
|
|
|
'other' => q(Kroatiese kuna), |
3746
|
|
|
|
|
|
|
}, |
3747
|
|
|
|
|
|
|
}, |
3748
|
|
|
|
|
|
|
'HTG' => { |
3749
|
|
|
|
|
|
|
symbol => 'HTG', |
3750
|
|
|
|
|
|
|
display_name => { |
3751
|
|
|
|
|
|
|
'currency' => q(Haïtiaanse gourde), |
3752
|
|
|
|
|
|
|
'one' => q(Haïtiaanse gourde), |
3753
|
|
|
|
|
|
|
'other' => q(Haïtiaanse gourde), |
3754
|
|
|
|
|
|
|
}, |
3755
|
|
|
|
|
|
|
}, |
3756
|
|
|
|
|
|
|
'HUF' => { |
3757
|
|
|
|
|
|
|
symbol => 'HUF', |
3758
|
|
|
|
|
|
|
display_name => { |
3759
|
|
|
|
|
|
|
'currency' => q(Hongaarse florint), |
3760
|
|
|
|
|
|
|
'one' => q(Hongaarse florint), |
3761
|
|
|
|
|
|
|
'other' => q(Hongaarse florint), |
3762
|
|
|
|
|
|
|
}, |
3763
|
|
|
|
|
|
|
}, |
3764
|
|
|
|
|
|
|
'IDR' => { |
3765
|
|
|
|
|
|
|
symbol => 'IDR', |
3766
|
|
|
|
|
|
|
display_name => { |
3767
|
|
|
|
|
|
|
'currency' => q(Indonesiese roepia), |
3768
|
|
|
|
|
|
|
'one' => q(Indonesiese roepia), |
3769
|
|
|
|
|
|
|
'other' => q(Indonesiese roepia), |
3770
|
|
|
|
|
|
|
}, |
3771
|
|
|
|
|
|
|
}, |
3772
|
|
|
|
|
|
|
'ILS' => { |
3773
|
|
|
|
|
|
|
symbol => 'âª', |
3774
|
|
|
|
|
|
|
display_name => { |
3775
|
|
|
|
|
|
|
'currency' => q(Israeliese nuwe sikkel), |
3776
|
|
|
|
|
|
|
'one' => q(Israeliese nuwe sikkel), |
3777
|
|
|
|
|
|
|
'other' => q(Israeliese nuwe sikkel), |
3778
|
|
|
|
|
|
|
}, |
3779
|
|
|
|
|
|
|
}, |
3780
|
|
|
|
|
|
|
'INR' => { |
3781
|
|
|
|
|
|
|
symbol => 'â¹', |
3782
|
|
|
|
|
|
|
display_name => { |
3783
|
|
|
|
|
|
|
'currency' => q(Indiese roepee), |
3784
|
|
|
|
|
|
|
'one' => q(Indiese rupee), |
3785
|
|
|
|
|
|
|
'other' => q(Indiese rupee), |
3786
|
|
|
|
|
|
|
}, |
3787
|
|
|
|
|
|
|
}, |
3788
|
|
|
|
|
|
|
'IQD' => { |
3789
|
|
|
|
|
|
|
symbol => 'IQD', |
3790
|
|
|
|
|
|
|
display_name => { |
3791
|
|
|
|
|
|
|
'currency' => q(Irakse dinar), |
3792
|
|
|
|
|
|
|
'one' => q(Irakse dinar), |
3793
|
|
|
|
|
|
|
'other' => q(Irakse dinar), |
3794
|
|
|
|
|
|
|
}, |
3795
|
|
|
|
|
|
|
}, |
3796
|
|
|
|
|
|
|
'IRR' => { |
3797
|
|
|
|
|
|
|
symbol => 'IRR', |
3798
|
|
|
|
|
|
|
display_name => { |
3799
|
|
|
|
|
|
|
'currency' => q(Iranse rial), |
3800
|
|
|
|
|
|
|
'one' => q(Iranse rial), |
3801
|
|
|
|
|
|
|
'other' => q(Iranse rial), |
3802
|
|
|
|
|
|
|
}, |
3803
|
|
|
|
|
|
|
}, |
3804
|
|
|
|
|
|
|
'ISK' => { |
3805
|
|
|
|
|
|
|
symbol => 'ISK', |
3806
|
|
|
|
|
|
|
display_name => { |
3807
|
|
|
|
|
|
|
'currency' => q(Yslandse kroon), |
3808
|
|
|
|
|
|
|
'one' => q(Yslandse kroon), |
3809
|
|
|
|
|
|
|
'other' => q(Yslandse kroon), |
3810
|
|
|
|
|
|
|
}, |
3811
|
|
|
|
|
|
|
}, |
3812
|
|
|
|
|
|
|
'ITL' => { |
3813
|
|
|
|
|
|
|
display_name => { |
3814
|
|
|
|
|
|
|
'currency' => q(Italiaanse lier), |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
}, |
3817
|
|
|
|
|
|
|
'JMD' => { |
3818
|
|
|
|
|
|
|
symbol => 'JMD', |
3819
|
|
|
|
|
|
|
display_name => { |
3820
|
|
|
|
|
|
|
'currency' => q(Jamaikaanse dollar), |
3821
|
|
|
|
|
|
|
'one' => q(Jamaikaanse dollar), |
3822
|
|
|
|
|
|
|
'other' => q(Jamaikaanse dollar), |
3823
|
|
|
|
|
|
|
}, |
3824
|
|
|
|
|
|
|
}, |
3825
|
|
|
|
|
|
|
'JOD' => { |
3826
|
|
|
|
|
|
|
symbol => 'JOD', |
3827
|
|
|
|
|
|
|
display_name => { |
3828
|
|
|
|
|
|
|
'currency' => q(Jordaniese dinar), |
3829
|
|
|
|
|
|
|
'one' => q(Jordaniese dinar), |
3830
|
|
|
|
|
|
|
'other' => q(Jordaniese dinar), |
3831
|
|
|
|
|
|
|
}, |
3832
|
|
|
|
|
|
|
}, |
3833
|
|
|
|
|
|
|
'JPY' => { |
3834
|
|
|
|
|
|
|
symbol => 'JPÂ¥', |
3835
|
|
|
|
|
|
|
display_name => { |
3836
|
|
|
|
|
|
|
'currency' => q(Japannese jen), |
3837
|
|
|
|
|
|
|
'one' => q(Japannese jen), |
3838
|
|
|
|
|
|
|
'other' => q(Japannese jen), |
3839
|
|
|
|
|
|
|
}, |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
'KES' => { |
3842
|
|
|
|
|
|
|
symbol => 'KES', |
3843
|
|
|
|
|
|
|
display_name => { |
3844
|
|
|
|
|
|
|
'currency' => q(Keniaanse sjieling), |
3845
|
|
|
|
|
|
|
'one' => q(Keniaanse sjieling), |
3846
|
|
|
|
|
|
|
'other' => q(Keniaanse sjieling), |
3847
|
|
|
|
|
|
|
}, |
3848
|
|
|
|
|
|
|
}, |
3849
|
|
|
|
|
|
|
'KGS' => { |
3850
|
|
|
|
|
|
|
symbol => 'KGS', |
3851
|
|
|
|
|
|
|
display_name => { |
3852
|
|
|
|
|
|
|
'currency' => q(Kirgisiese som), |
3853
|
|
|
|
|
|
|
'one' => q(Kirgisiese som), |
3854
|
|
|
|
|
|
|
'other' => q(Kirgisiese som), |
3855
|
|
|
|
|
|
|
}, |
3856
|
|
|
|
|
|
|
}, |
3857
|
|
|
|
|
|
|
'KHR' => { |
3858
|
|
|
|
|
|
|
symbol => 'KHR', |
3859
|
|
|
|
|
|
|
display_name => { |
3860
|
|
|
|
|
|
|
'currency' => q(Kambodjaanse riel), |
3861
|
|
|
|
|
|
|
'one' => q(Kambodjaanse riel), |
3862
|
|
|
|
|
|
|
'other' => q(Kambodjaanse riel), |
3863
|
|
|
|
|
|
|
}, |
3864
|
|
|
|
|
|
|
}, |
3865
|
|
|
|
|
|
|
'KMF' => { |
3866
|
|
|
|
|
|
|
symbol => 'KMF', |
3867
|
|
|
|
|
|
|
display_name => { |
3868
|
|
|
|
|
|
|
'currency' => q(Comoraanse frank), |
3869
|
|
|
|
|
|
|
'one' => q(Comoraanse frank), |
3870
|
|
|
|
|
|
|
'other' => q(Comoraanse frank), |
3871
|
|
|
|
|
|
|
}, |
3872
|
|
|
|
|
|
|
}, |
3873
|
|
|
|
|
|
|
'KPW' => { |
3874
|
|
|
|
|
|
|
symbol => 'KPW', |
3875
|
|
|
|
|
|
|
display_name => { |
3876
|
|
|
|
|
|
|
'currency' => q(Noord-Koreaanse won), |
3877
|
|
|
|
|
|
|
'one' => q(Noord-Koreaanse won), |
3878
|
|
|
|
|
|
|
'other' => q(Noord-Koreaanse won), |
3879
|
|
|
|
|
|
|
}, |
3880
|
|
|
|
|
|
|
}, |
3881
|
|
|
|
|
|
|
'KRW' => { |
3882
|
|
|
|
|
|
|
symbol => 'â©', |
3883
|
|
|
|
|
|
|
display_name => { |
3884
|
|
|
|
|
|
|
'currency' => q(Suid-Koreaanse won), |
3885
|
|
|
|
|
|
|
'one' => q(Suid-Koreaanse won), |
3886
|
|
|
|
|
|
|
'other' => q(Suid-Koreaanse won), |
3887
|
|
|
|
|
|
|
}, |
3888
|
|
|
|
|
|
|
}, |
3889
|
|
|
|
|
|
|
'KWD' => { |
3890
|
|
|
|
|
|
|
symbol => 'KWD', |
3891
|
|
|
|
|
|
|
display_name => { |
3892
|
|
|
|
|
|
|
'currency' => q(Koeweitse dinar), |
3893
|
|
|
|
|
|
|
'one' => q(Koeweitse dinar), |
3894
|
|
|
|
|
|
|
'other' => q(Koeweitse dinar), |
3895
|
|
|
|
|
|
|
}, |
3896
|
|
|
|
|
|
|
}, |
3897
|
|
|
|
|
|
|
'KYD' => { |
3898
|
|
|
|
|
|
|
symbol => 'KYD', |
3899
|
|
|
|
|
|
|
display_name => { |
3900
|
|
|
|
|
|
|
'currency' => q(Cayman-eilande dollar), |
3901
|
|
|
|
|
|
|
'one' => q(Cayman-eilande dollar), |
3902
|
|
|
|
|
|
|
'other' => q(Cayman-eilande dollar), |
3903
|
|
|
|
|
|
|
}, |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
'KZT' => { |
3906
|
|
|
|
|
|
|
symbol => 'KZT', |
3907
|
|
|
|
|
|
|
display_name => { |
3908
|
|
|
|
|
|
|
'currency' => q(Kazakse tenge), |
3909
|
|
|
|
|
|
|
'one' => q(Kazakse tenge), |
3910
|
|
|
|
|
|
|
'other' => q(Kazakse tenge), |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
'LAK' => { |
3914
|
|
|
|
|
|
|
symbol => 'LAK', |
3915
|
|
|
|
|
|
|
display_name => { |
3916
|
|
|
|
|
|
|
'currency' => q(Laosiaanse kip), |
3917
|
|
|
|
|
|
|
'one' => q(Laosiaanse kip), |
3918
|
|
|
|
|
|
|
'other' => q(Laosiaanse kip), |
3919
|
|
|
|
|
|
|
}, |
3920
|
|
|
|
|
|
|
}, |
3921
|
|
|
|
|
|
|
'LBP' => { |
3922
|
|
|
|
|
|
|
symbol => 'LBP', |
3923
|
|
|
|
|
|
|
display_name => { |
3924
|
|
|
|
|
|
|
'currency' => q(Lebanese pond), |
3925
|
|
|
|
|
|
|
'one' => q(Lebanese pond), |
3926
|
|
|
|
|
|
|
'other' => q(Lebanese pond), |
3927
|
|
|
|
|
|
|
}, |
3928
|
|
|
|
|
|
|
}, |
3929
|
|
|
|
|
|
|
'LKR' => { |
3930
|
|
|
|
|
|
|
symbol => 'LKR', |
3931
|
|
|
|
|
|
|
display_name => { |
3932
|
|
|
|
|
|
|
'currency' => q(Sri Lankaanse roepee), |
3933
|
|
|
|
|
|
|
'one' => q(Sri Lankaanse roepee), |
3934
|
|
|
|
|
|
|
'other' => q(Sri Lankaanse roepee), |
3935
|
|
|
|
|
|
|
}, |
3936
|
|
|
|
|
|
|
}, |
3937
|
|
|
|
|
|
|
'LRD' => { |
3938
|
|
|
|
|
|
|
symbol => 'LRD', |
3939
|
|
|
|
|
|
|
display_name => { |
3940
|
|
|
|
|
|
|
'currency' => q(Liberiese dollar), |
3941
|
|
|
|
|
|
|
'one' => q(Liberiese dollar), |
3942
|
|
|
|
|
|
|
'other' => q(Liberiese dollar), |
3943
|
|
|
|
|
|
|
}, |
3944
|
|
|
|
|
|
|
}, |
3945
|
|
|
|
|
|
|
'LSL' => { |
3946
|
|
|
|
|
|
|
display_name => { |
3947
|
|
|
|
|
|
|
'currency' => q(Lesotho loti), |
3948
|
|
|
|
|
|
|
}, |
3949
|
|
|
|
|
|
|
}, |
3950
|
|
|
|
|
|
|
'LTL' => { |
3951
|
|
|
|
|
|
|
symbol => 'LTL', |
3952
|
|
|
|
|
|
|
display_name => { |
3953
|
|
|
|
|
|
|
'currency' => q(Litause litas), |
3954
|
|
|
|
|
|
|
'one' => q(Litause litas), |
3955
|
|
|
|
|
|
|
'other' => q(Litause litas), |
3956
|
|
|
|
|
|
|
}, |
3957
|
|
|
|
|
|
|
}, |
3958
|
|
|
|
|
|
|
'LVL' => { |
3959
|
|
|
|
|
|
|
display_name => { |
3960
|
|
|
|
|
|
|
'currency' => q(Lettiese lats), |
3961
|
|
|
|
|
|
|
}, |
3962
|
|
|
|
|
|
|
}, |
3963
|
|
|
|
|
|
|
'LYD' => { |
3964
|
|
|
|
|
|
|
symbol => 'LYD', |
3965
|
|
|
|
|
|
|
display_name => { |
3966
|
|
|
|
|
|
|
'currency' => q(Libiese dinar), |
3967
|
|
|
|
|
|
|
'one' => q(Libiese dinar), |
3968
|
|
|
|
|
|
|
'other' => q(Libiese dinar), |
3969
|
|
|
|
|
|
|
}, |
3970
|
|
|
|
|
|
|
}, |
3971
|
|
|
|
|
|
|
'MAD' => { |
3972
|
|
|
|
|
|
|
symbol => 'MAD', |
3973
|
|
|
|
|
|
|
display_name => { |
3974
|
|
|
|
|
|
|
'currency' => q(Marokkaanse dirham), |
3975
|
|
|
|
|
|
|
'one' => q(Marokkaanse dirham), |
3976
|
|
|
|
|
|
|
'other' => q(Marokkaanse dirham), |
3977
|
|
|
|
|
|
|
}, |
3978
|
|
|
|
|
|
|
}, |
3979
|
|
|
|
|
|
|
'MDL' => { |
3980
|
|
|
|
|
|
|
symbol => 'MDL', |
3981
|
|
|
|
|
|
|
display_name => { |
3982
|
|
|
|
|
|
|
'currency' => q(Moldowiese leu), |
3983
|
|
|
|
|
|
|
'one' => q(Moldowiese leu), |
3984
|
|
|
|
|
|
|
'other' => q(Moldowiese leu), |
3985
|
|
|
|
|
|
|
}, |
3986
|
|
|
|
|
|
|
}, |
3987
|
|
|
|
|
|
|
'MGA' => { |
3988
|
|
|
|
|
|
|
symbol => 'MGA', |
3989
|
|
|
|
|
|
|
display_name => { |
3990
|
|
|
|
|
|
|
'currency' => q(Malgassiese ariary), |
3991
|
|
|
|
|
|
|
'one' => q(Malgassiese ariary), |
3992
|
|
|
|
|
|
|
'other' => q(Malgassiese ariary), |
3993
|
|
|
|
|
|
|
}, |
3994
|
|
|
|
|
|
|
}, |
3995
|
|
|
|
|
|
|
'MKD' => { |
3996
|
|
|
|
|
|
|
symbol => 'MKD', |
3997
|
|
|
|
|
|
|
display_name => { |
3998
|
|
|
|
|
|
|
'currency' => q(Macedoniese denar), |
3999
|
|
|
|
|
|
|
'one' => q(Macedoniese denar), |
4000
|
|
|
|
|
|
|
'other' => q(Macedoniese denar), |
4001
|
|
|
|
|
|
|
}, |
4002
|
|
|
|
|
|
|
}, |
4003
|
|
|
|
|
|
|
'MMK' => { |
4004
|
|
|
|
|
|
|
symbol => 'MMK', |
4005
|
|
|
|
|
|
|
display_name => { |
4006
|
|
|
|
|
|
|
'currency' => q(Mianmese kyat), |
4007
|
|
|
|
|
|
|
'one' => q(Mianmese kyat), |
4008
|
|
|
|
|
|
|
'other' => q(Mianmese kyat), |
4009
|
|
|
|
|
|
|
}, |
4010
|
|
|
|
|
|
|
}, |
4011
|
|
|
|
|
|
|
'MNT' => { |
4012
|
|
|
|
|
|
|
symbol => 'MNT', |
4013
|
|
|
|
|
|
|
display_name => { |
4014
|
|
|
|
|
|
|
'currency' => q(Mongoolse toegrik), |
4015
|
|
|
|
|
|
|
'one' => q(Mongoolse toegrik), |
4016
|
|
|
|
|
|
|
'other' => q(Mongoolse toegrik), |
4017
|
|
|
|
|
|
|
}, |
4018
|
|
|
|
|
|
|
}, |
4019
|
|
|
|
|
|
|
'MOP' => { |
4020
|
|
|
|
|
|
|
symbol => 'MOP', |
4021
|
|
|
|
|
|
|
display_name => { |
4022
|
|
|
|
|
|
|
'currency' => q(Macaose pataca), |
4023
|
|
|
|
|
|
|
'one' => q(Macaose pataca), |
4024
|
|
|
|
|
|
|
'other' => q(Macaose pataca), |
4025
|
|
|
|
|
|
|
}, |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
'MRO' => { |
4028
|
|
|
|
|
|
|
symbol => 'MRO', |
4029
|
|
|
|
|
|
|
display_name => { |
4030
|
|
|
|
|
|
|
'currency' => q(Mauritaniese ouguiya), |
4031
|
|
|
|
|
|
|
'one' => q(Mauritaniese ouguiya), |
4032
|
|
|
|
|
|
|
'other' => q(Mauritaniese ouguiya), |
4033
|
|
|
|
|
|
|
}, |
4034
|
|
|
|
|
|
|
}, |
4035
|
|
|
|
|
|
|
'MUR' => { |
4036
|
|
|
|
|
|
|
symbol => 'MUR', |
4037
|
|
|
|
|
|
|
display_name => { |
4038
|
|
|
|
|
|
|
'currency' => q(Mauritiaanse rupee), |
4039
|
|
|
|
|
|
|
'one' => q(Mauritiaanse rupee), |
4040
|
|
|
|
|
|
|
'other' => q(Mauritiaanse rupee), |
4041
|
|
|
|
|
|
|
}, |
4042
|
|
|
|
|
|
|
}, |
4043
|
|
|
|
|
|
|
'MVR' => { |
4044
|
|
|
|
|
|
|
symbol => 'MVR', |
4045
|
|
|
|
|
|
|
display_name => { |
4046
|
|
|
|
|
|
|
'currency' => q(Malediviese rufia), |
4047
|
|
|
|
|
|
|
'one' => q(Malediviese rufia), |
4048
|
|
|
|
|
|
|
'other' => q(Malediviese rufia), |
4049
|
|
|
|
|
|
|
}, |
4050
|
|
|
|
|
|
|
}, |
4051
|
|
|
|
|
|
|
'MWK' => { |
4052
|
|
|
|
|
|
|
symbol => 'MWK', |
4053
|
|
|
|
|
|
|
display_name => { |
4054
|
|
|
|
|
|
|
'currency' => q(Malawiese kwacha), |
4055
|
|
|
|
|
|
|
'one' => q(Malawiese kwacha), |
4056
|
|
|
|
|
|
|
'other' => q(Malawiese kwacha), |
4057
|
|
|
|
|
|
|
}, |
4058
|
|
|
|
|
|
|
}, |
4059
|
|
|
|
|
|
|
'MXN' => { |
4060
|
|
|
|
|
|
|
symbol => 'MXN', |
4061
|
|
|
|
|
|
|
display_name => { |
4062
|
|
|
|
|
|
|
'currency' => q(Meksikaanse peso), |
4063
|
|
|
|
|
|
|
'one' => q(Meksikaanse peso), |
4064
|
|
|
|
|
|
|
'other' => q(Meksikaanse peso), |
4065
|
|
|
|
|
|
|
}, |
4066
|
|
|
|
|
|
|
}, |
4067
|
|
|
|
|
|
|
'MYR' => { |
4068
|
|
|
|
|
|
|
symbol => 'MYR', |
4069
|
|
|
|
|
|
|
display_name => { |
4070
|
|
|
|
|
|
|
'currency' => q(Maleisiese ringgit), |
4071
|
|
|
|
|
|
|
'one' => q(Maleisiese ringgit), |
4072
|
|
|
|
|
|
|
'other' => q(Maleisiese ringgit), |
4073
|
|
|
|
|
|
|
}, |
4074
|
|
|
|
|
|
|
}, |
4075
|
|
|
|
|
|
|
'MZM' => { |
4076
|
|
|
|
|
|
|
display_name => { |
4077
|
|
|
|
|
|
|
'currency' => q(Mosambiekse metical \(1980â2006\)), |
4078
|
|
|
|
|
|
|
}, |
4079
|
|
|
|
|
|
|
}, |
4080
|
|
|
|
|
|
|
'MZN' => { |
4081
|
|
|
|
|
|
|
symbol => 'MZN', |
4082
|
|
|
|
|
|
|
display_name => { |
4083
|
|
|
|
|
|
|
'currency' => q(Mosambiekse metical), |
4084
|
|
|
|
|
|
|
'one' => q(Mosambiekse metical), |
4085
|
|
|
|
|
|
|
'other' => q(Mosambiekse metical), |
4086
|
|
|
|
|
|
|
}, |
4087
|
|
|
|
|
|
|
}, |
4088
|
|
|
|
|
|
|
'NAD' => { |
4089
|
|
|
|
|
|
|
symbol => 'NAD', |
4090
|
|
|
|
|
|
|
display_name => { |
4091
|
|
|
|
|
|
|
'currency' => q(Namibiese dollar), |
4092
|
|
|
|
|
|
|
'one' => q(Namibiese dollar), |
4093
|
|
|
|
|
|
|
'other' => q(Namibiese dollar), |
4094
|
|
|
|
|
|
|
}, |
4095
|
|
|
|
|
|
|
}, |
4096
|
|
|
|
|
|
|
'NGN' => { |
4097
|
|
|
|
|
|
|
symbol => 'NGN', |
4098
|
|
|
|
|
|
|
display_name => { |
4099
|
|
|
|
|
|
|
'currency' => q(Nigeriese naira), |
4100
|
|
|
|
|
|
|
'one' => q(Nigeriese naira), |
4101
|
|
|
|
|
|
|
'other' => q(Nigeriese naira), |
4102
|
|
|
|
|
|
|
}, |
4103
|
|
|
|
|
|
|
}, |
4104
|
|
|
|
|
|
|
'NIO' => { |
4105
|
|
|
|
|
|
|
symbol => 'NIO', |
4106
|
|
|
|
|
|
|
display_name => { |
4107
|
|
|
|
|
|
|
'currency' => q(Nicaraguaanse córdoba), |
4108
|
|
|
|
|
|
|
'one' => q(Nicaraguaanse córdoba), |
4109
|
|
|
|
|
|
|
'other' => q(Nicaraguaanse córdoba), |
4110
|
|
|
|
|
|
|
}, |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
'NOK' => { |
4113
|
|
|
|
|
|
|
symbol => 'NOK', |
4114
|
|
|
|
|
|
|
display_name => { |
4115
|
|
|
|
|
|
|
'currency' => q(Noorse kroon), |
4116
|
|
|
|
|
|
|
'one' => q(Noorse kroon), |
4117
|
|
|
|
|
|
|
'other' => q(Noorse kroon), |
4118
|
|
|
|
|
|
|
}, |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
'NPR' => { |
4121
|
|
|
|
|
|
|
symbol => 'NPR', |
4122
|
|
|
|
|
|
|
display_name => { |
4123
|
|
|
|
|
|
|
'currency' => q(Nepalese roepee), |
4124
|
|
|
|
|
|
|
'one' => q(Nepalese roepee), |
4125
|
|
|
|
|
|
|
'other' => q(Nepalese roepee), |
4126
|
|
|
|
|
|
|
}, |
4127
|
|
|
|
|
|
|
}, |
4128
|
|
|
|
|
|
|
'NZD' => { |
4129
|
|
|
|
|
|
|
symbol => 'NZ$', |
4130
|
|
|
|
|
|
|
display_name => { |
4131
|
|
|
|
|
|
|
'currency' => q(Nieu-Seeland dollar), |
4132
|
|
|
|
|
|
|
'one' => q(Nieu-Seeland dollar), |
4133
|
|
|
|
|
|
|
'other' => q(Nieu-Seeland dollar), |
4134
|
|
|
|
|
|
|
}, |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
'OMR' => { |
4137
|
|
|
|
|
|
|
symbol => 'OMR', |
4138
|
|
|
|
|
|
|
display_name => { |
4139
|
|
|
|
|
|
|
'currency' => q(Omaanse rial), |
4140
|
|
|
|
|
|
|
'one' => q(Omaanse rial), |
4141
|
|
|
|
|
|
|
'other' => q(Omaanse rial), |
4142
|
|
|
|
|
|
|
}, |
4143
|
|
|
|
|
|
|
}, |
4144
|
|
|
|
|
|
|
'PAB' => { |
4145
|
|
|
|
|
|
|
symbol => 'PAB', |
4146
|
|
|
|
|
|
|
display_name => { |
4147
|
|
|
|
|
|
|
'currency' => q(Panamese balboa), |
4148
|
|
|
|
|
|
|
'one' => q(Panamese balboa), |
4149
|
|
|
|
|
|
|
'other' => q(Panamese balboa), |
4150
|
|
|
|
|
|
|
}, |
4151
|
|
|
|
|
|
|
}, |
4152
|
|
|
|
|
|
|
'PEN' => { |
4153
|
|
|
|
|
|
|
symbol => 'PEN', |
4154
|
|
|
|
|
|
|
display_name => { |
4155
|
|
|
|
|
|
|
'currency' => q(Peruaanse nuwe sol), |
4156
|
|
|
|
|
|
|
'one' => q(Peruaanse nuwe sol), |
4157
|
|
|
|
|
|
|
'other' => q(Peruaanse nuwe sol), |
4158
|
|
|
|
|
|
|
}, |
4159
|
|
|
|
|
|
|
}, |
4160
|
|
|
|
|
|
|
'PGK' => { |
4161
|
|
|
|
|
|
|
symbol => 'PGK', |
4162
|
|
|
|
|
|
|
display_name => { |
4163
|
|
|
|
|
|
|
'currency' => q(Papoea-Nieu-Guinese kina), |
4164
|
|
|
|
|
|
|
'one' => q(Papoea-Nieu-Guinese kina), |
4165
|
|
|
|
|
|
|
'other' => q(Papoea-Nieu-Guinese kina), |
4166
|
|
|
|
|
|
|
}, |
4167
|
|
|
|
|
|
|
}, |
4168
|
|
|
|
|
|
|
'PHP' => { |
4169
|
|
|
|
|
|
|
symbol => 'PHP', |
4170
|
|
|
|
|
|
|
display_name => { |
4171
|
|
|
|
|
|
|
'currency' => q(Filippynse peso), |
4172
|
|
|
|
|
|
|
'one' => q(Filippynse peso), |
4173
|
|
|
|
|
|
|
'other' => q(Filippynse peso), |
4174
|
|
|
|
|
|
|
}, |
4175
|
|
|
|
|
|
|
}, |
4176
|
|
|
|
|
|
|
'PKR' => { |
4177
|
|
|
|
|
|
|
symbol => 'PKR', |
4178
|
|
|
|
|
|
|
display_name => { |
4179
|
|
|
|
|
|
|
'currency' => q(Pakistanse roepee), |
4180
|
|
|
|
|
|
|
'one' => q(Pakistanse roepee), |
4181
|
|
|
|
|
|
|
'other' => q(Pakistanse roepee), |
4182
|
|
|
|
|
|
|
}, |
4183
|
|
|
|
|
|
|
}, |
4184
|
|
|
|
|
|
|
'PLN' => { |
4185
|
|
|
|
|
|
|
symbol => 'PLN', |
4186
|
|
|
|
|
|
|
display_name => { |
4187
|
|
|
|
|
|
|
'currency' => q(Poolse zloty), |
4188
|
|
|
|
|
|
|
'one' => q(Poolse zloty), |
4189
|
|
|
|
|
|
|
'other' => q(Poolse zloty), |
4190
|
|
|
|
|
|
|
}, |
4191
|
|
|
|
|
|
|
}, |
4192
|
|
|
|
|
|
|
'PYG' => { |
4193
|
|
|
|
|
|
|
symbol => 'PYG', |
4194
|
|
|
|
|
|
|
display_name => { |
4195
|
|
|
|
|
|
|
'currency' => q(Paraguaanse guarani), |
4196
|
|
|
|
|
|
|
'one' => q(Paraguaanse guarani), |
4197
|
|
|
|
|
|
|
'other' => q(Paraguaanse guarani), |
4198
|
|
|
|
|
|
|
}, |
4199
|
|
|
|
|
|
|
}, |
4200
|
|
|
|
|
|
|
'QAR' => { |
4201
|
|
|
|
|
|
|
symbol => 'QAR', |
4202
|
|
|
|
|
|
|
display_name => { |
4203
|
|
|
|
|
|
|
'currency' => q(Katarrese rial), |
4204
|
|
|
|
|
|
|
'one' => q(Katarese rial), |
4205
|
|
|
|
|
|
|
'other' => q(Katarese rial), |
4206
|
|
|
|
|
|
|
}, |
4207
|
|
|
|
|
|
|
}, |
4208
|
|
|
|
|
|
|
'RON' => { |
4209
|
|
|
|
|
|
|
symbol => 'RON', |
4210
|
|
|
|
|
|
|
display_name => { |
4211
|
|
|
|
|
|
|
'currency' => q(Roemeense leu), |
4212
|
|
|
|
|
|
|
'one' => q(Roemeense leu), |
4213
|
|
|
|
|
|
|
'other' => q(Roemeense leu), |
4214
|
|
|
|
|
|
|
}, |
4215
|
|
|
|
|
|
|
}, |
4216
|
|
|
|
|
|
|
'RSD' => { |
4217
|
|
|
|
|
|
|
symbol => 'RSD', |
4218
|
|
|
|
|
|
|
display_name => { |
4219
|
|
|
|
|
|
|
'currency' => q(Serbiese dinar), |
4220
|
|
|
|
|
|
|
'one' => q(Serbiese dinar), |
4221
|
|
|
|
|
|
|
'other' => q(Serbiese dinar), |
4222
|
|
|
|
|
|
|
}, |
4223
|
|
|
|
|
|
|
}, |
4224
|
|
|
|
|
|
|
'RUB' => { |
4225
|
|
|
|
|
|
|
symbol => 'RUB', |
4226
|
|
|
|
|
|
|
display_name => { |
4227
|
|
|
|
|
|
|
'currency' => q(Russiese roebel), |
4228
|
|
|
|
|
|
|
'one' => q(Russiese roebel), |
4229
|
|
|
|
|
|
|
'other' => q(Russiese roebel), |
4230
|
|
|
|
|
|
|
}, |
4231
|
|
|
|
|
|
|
}, |
4232
|
|
|
|
|
|
|
'RWF' => { |
4233
|
|
|
|
|
|
|
symbol => 'RWF', |
4234
|
|
|
|
|
|
|
display_name => { |
4235
|
|
|
|
|
|
|
'currency' => q(Rwandiese frank), |
4236
|
|
|
|
|
|
|
'one' => q(Rwandiese frank), |
4237
|
|
|
|
|
|
|
'other' => q(Rwandiese frank), |
4238
|
|
|
|
|
|
|
}, |
4239
|
|
|
|
|
|
|
}, |
4240
|
|
|
|
|
|
|
'SAR' => { |
4241
|
|
|
|
|
|
|
symbol => 'SAR', |
4242
|
|
|
|
|
|
|
display_name => { |
4243
|
|
|
|
|
|
|
'currency' => q(Saoedi-Arabiese riyal), |
4244
|
|
|
|
|
|
|
'one' => q(Saoedi-Arabiese riyal), |
4245
|
|
|
|
|
|
|
'other' => q(Saoedi-Arabiese riyal), |
4246
|
|
|
|
|
|
|
}, |
4247
|
|
|
|
|
|
|
}, |
4248
|
|
|
|
|
|
|
'SBD' => { |
4249
|
|
|
|
|
|
|
symbol => 'SBD', |
4250
|
|
|
|
|
|
|
display_name => { |
4251
|
|
|
|
|
|
|
'currency' => q(Salomonseilande dollar), |
4252
|
|
|
|
|
|
|
'one' => q(Salomonseilande dollar), |
4253
|
|
|
|
|
|
|
'other' => q(Salomonseilande dollar), |
4254
|
|
|
|
|
|
|
}, |
4255
|
|
|
|
|
|
|
}, |
4256
|
|
|
|
|
|
|
'SCR' => { |
4257
|
|
|
|
|
|
|
symbol => 'SCR', |
4258
|
|
|
|
|
|
|
display_name => { |
4259
|
|
|
|
|
|
|
'currency' => q(Seychellese rupee), |
4260
|
|
|
|
|
|
|
'one' => q(Seychellese rupee), |
4261
|
|
|
|
|
|
|
'other' => q(Seychellese rupee), |
4262
|
|
|
|
|
|
|
}, |
4263
|
|
|
|
|
|
|
}, |
4264
|
|
|
|
|
|
|
'SDG' => { |
4265
|
|
|
|
|
|
|
symbol => 'SDG', |
4266
|
|
|
|
|
|
|
display_name => { |
4267
|
|
|
|
|
|
|
'currency' => q(Soedannese pond), |
4268
|
|
|
|
|
|
|
'one' => q(Soedannese pond), |
4269
|
|
|
|
|
|
|
'other' => q(Soedannese pond), |
4270
|
|
|
|
|
|
|
}, |
4271
|
|
|
|
|
|
|
}, |
4272
|
|
|
|
|
|
|
'SDP' => { |
4273
|
|
|
|
|
|
|
display_name => { |
4274
|
|
|
|
|
|
|
'currency' => q(Soedannese pond \(1957â1998\)), |
4275
|
|
|
|
|
|
|
}, |
4276
|
|
|
|
|
|
|
}, |
4277
|
|
|
|
|
|
|
'SEK' => { |
4278
|
|
|
|
|
|
|
symbol => 'SEK', |
4279
|
|
|
|
|
|
|
display_name => { |
4280
|
|
|
|
|
|
|
'currency' => q(Sweedse kroon), |
4281
|
|
|
|
|
|
|
'one' => q(Sweedse kroon), |
4282
|
|
|
|
|
|
|
'other' => q(Sweedse kroon), |
4283
|
|
|
|
|
|
|
}, |
4284
|
|
|
|
|
|
|
}, |
4285
|
|
|
|
|
|
|
'SGD' => { |
4286
|
|
|
|
|
|
|
symbol => 'SGD', |
4287
|
|
|
|
|
|
|
display_name => { |
4288
|
|
|
|
|
|
|
'currency' => q(Singapoer dollar), |
4289
|
|
|
|
|
|
|
'one' => q(Singapoer dollar), |
4290
|
|
|
|
|
|
|
'other' => q(Singapoer dollar), |
4291
|
|
|
|
|
|
|
}, |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
'SHP' => { |
4294
|
|
|
|
|
|
|
symbol => 'SHP', |
4295
|
|
|
|
|
|
|
display_name => { |
4296
|
|
|
|
|
|
|
'currency' => q(Sint Helena pond), |
4297
|
|
|
|
|
|
|
'one' => q(Sint Helena pond), |
4298
|
|
|
|
|
|
|
'other' => q(Sint Helena pond), |
4299
|
|
|
|
|
|
|
}, |
4300
|
|
|
|
|
|
|
}, |
4301
|
|
|
|
|
|
|
'SLL' => { |
4302
|
|
|
|
|
|
|
symbol => 'SLL', |
4303
|
|
|
|
|
|
|
display_name => { |
4304
|
|
|
|
|
|
|
'currency' => q(Sierra Leoniese leone), |
4305
|
|
|
|
|
|
|
'one' => q(Sierra Leoniese leone), |
4306
|
|
|
|
|
|
|
'other' => q(Sierra Leoniese leone), |
4307
|
|
|
|
|
|
|
}, |
4308
|
|
|
|
|
|
|
}, |
4309
|
|
|
|
|
|
|
'SOS' => { |
4310
|
|
|
|
|
|
|
symbol => 'SOS', |
4311
|
|
|
|
|
|
|
display_name => { |
4312
|
|
|
|
|
|
|
'currency' => q(Somaliese sjieling), |
4313
|
|
|
|
|
|
|
'one' => q(Somaliese sjieling), |
4314
|
|
|
|
|
|
|
'other' => q(Somaliese sjieling), |
4315
|
|
|
|
|
|
|
}, |
4316
|
|
|
|
|
|
|
}, |
4317
|
|
|
|
|
|
|
'SRD' => { |
4318
|
|
|
|
|
|
|
symbol => 'SRD', |
4319
|
|
|
|
|
|
|
display_name => { |
4320
|
|
|
|
|
|
|
'currency' => q(Surinaamse dollar), |
4321
|
|
|
|
|
|
|
'one' => q(Surinaamse dollar), |
4322
|
|
|
|
|
|
|
'other' => q(Surinaamse dollar), |
4323
|
|
|
|
|
|
|
}, |
4324
|
|
|
|
|
|
|
}, |
4325
|
|
|
|
|
|
|
'SSP' => { |
4326
|
|
|
|
|
|
|
symbol => 'SSP', |
4327
|
|
|
|
|
|
|
display_name => { |
4328
|
|
|
|
|
|
|
'currency' => q(Suid-Soedanese pond), |
4329
|
|
|
|
|
|
|
'one' => q(Suid-Soedanese pond), |
4330
|
|
|
|
|
|
|
'other' => q(Suid-Soedanese pond), |
4331
|
|
|
|
|
|
|
}, |
4332
|
|
|
|
|
|
|
}, |
4333
|
|
|
|
|
|
|
'STD' => { |
4334
|
|
|
|
|
|
|
symbol => 'STD', |
4335
|
|
|
|
|
|
|
display_name => { |
4336
|
|
|
|
|
|
|
'currency' => q(São Tomé en PrÃncipe dobra), |
4337
|
|
|
|
|
|
|
'one' => q(São Tomé en PrÃncipe dobra), |
4338
|
|
|
|
|
|
|
'other' => q(São Tomé en PrÃncipe dobra), |
4339
|
|
|
|
|
|
|
}, |
4340
|
|
|
|
|
|
|
}, |
4341
|
|
|
|
|
|
|
'SYP' => { |
4342
|
|
|
|
|
|
|
symbol => 'SYP', |
4343
|
|
|
|
|
|
|
display_name => { |
4344
|
|
|
|
|
|
|
'currency' => q(Siriese pond), |
4345
|
|
|
|
|
|
|
'one' => q(Siriese pond), |
4346
|
|
|
|
|
|
|
'other' => q(Siriese pond), |
4347
|
|
|
|
|
|
|
}, |
4348
|
|
|
|
|
|
|
}, |
4349
|
|
|
|
|
|
|
'SZL' => { |
4350
|
|
|
|
|
|
|
symbol => 'SZL', |
4351
|
|
|
|
|
|
|
display_name => { |
4352
|
|
|
|
|
|
|
'currency' => q(Swazilandse lilangeni), |
4353
|
|
|
|
|
|
|
'one' => q(Swazilandse lilangeni), |
4354
|
|
|
|
|
|
|
'other' => q(Swazilandse lilangeni), |
4355
|
|
|
|
|
|
|
}, |
4356
|
|
|
|
|
|
|
}, |
4357
|
|
|
|
|
|
|
'THB' => { |
4358
|
|
|
|
|
|
|
symbol => '฿', |
4359
|
|
|
|
|
|
|
display_name => { |
4360
|
|
|
|
|
|
|
'currency' => q(Thaise baht), |
4361
|
|
|
|
|
|
|
'one' => q(Thaise baht), |
4362
|
|
|
|
|
|
|
'other' => q(Thaise baht), |
4363
|
|
|
|
|
|
|
}, |
4364
|
|
|
|
|
|
|
}, |
4365
|
|
|
|
|
|
|
'TJS' => { |
4366
|
|
|
|
|
|
|
symbol => 'TJS', |
4367
|
|
|
|
|
|
|
display_name => { |
4368
|
|
|
|
|
|
|
'currency' => q(Tadjikse roebel), |
4369
|
|
|
|
|
|
|
'one' => q(Tadjikse roebel), |
4370
|
|
|
|
|
|
|
'other' => q(Tadjikse roebel), |
4371
|
|
|
|
|
|
|
}, |
4372
|
|
|
|
|
|
|
}, |
4373
|
|
|
|
|
|
|
'TMT' => { |
4374
|
|
|
|
|
|
|
symbol => 'TMT', |
4375
|
|
|
|
|
|
|
display_name => { |
4376
|
|
|
|
|
|
|
'currency' => q(Turkmeense manat), |
4377
|
|
|
|
|
|
|
'one' => q(Turkmeense manat), |
4378
|
|
|
|
|
|
|
'other' => q(Turkmeense manat), |
4379
|
|
|
|
|
|
|
}, |
4380
|
|
|
|
|
|
|
}, |
4381
|
|
|
|
|
|
|
'TND' => { |
4382
|
|
|
|
|
|
|
symbol => 'TND', |
4383
|
|
|
|
|
|
|
display_name => { |
4384
|
|
|
|
|
|
|
'currency' => q(Tunisiese dinar), |
4385
|
|
|
|
|
|
|
'one' => q(Tunisiese dinar), |
4386
|
|
|
|
|
|
|
'other' => q(Tunisiese dinar), |
4387
|
|
|
|
|
|
|
}, |
4388
|
|
|
|
|
|
|
}, |
4389
|
|
|
|
|
|
|
'TOP' => { |
4390
|
|
|
|
|
|
|
symbol => 'TOP', |
4391
|
|
|
|
|
|
|
display_name => { |
4392
|
|
|
|
|
|
|
'currency' => q(Tongaanse paâanga), |
4393
|
|
|
|
|
|
|
'one' => q(Tongaanse paâanga), |
4394
|
|
|
|
|
|
|
'other' => q(Tongaanse paâanga), |
4395
|
|
|
|
|
|
|
}, |
4396
|
|
|
|
|
|
|
}, |
4397
|
|
|
|
|
|
|
'TRL' => { |
4398
|
|
|
|
|
|
|
display_name => { |
4399
|
|
|
|
|
|
|
'currency' => q(Turkse lier \(1922â2005\)), |
4400
|
|
|
|
|
|
|
}, |
4401
|
|
|
|
|
|
|
}, |
4402
|
|
|
|
|
|
|
'TRY' => { |
4403
|
|
|
|
|
|
|
symbol => 'TRY', |
4404
|
|
|
|
|
|
|
display_name => { |
4405
|
|
|
|
|
|
|
'currency' => q(Turkse lier), |
4406
|
|
|
|
|
|
|
'one' => q(Turkse lier), |
4407
|
|
|
|
|
|
|
'other' => q(Turkse lier), |
4408
|
|
|
|
|
|
|
}, |
4409
|
|
|
|
|
|
|
}, |
4410
|
|
|
|
|
|
|
'TTD' => { |
4411
|
|
|
|
|
|
|
symbol => 'TTD', |
4412
|
|
|
|
|
|
|
display_name => { |
4413
|
|
|
|
|
|
|
'currency' => q(Trinidad en Tobago dollar), |
4414
|
|
|
|
|
|
|
'one' => q(Trinidad en Tobago dollar), |
4415
|
|
|
|
|
|
|
'other' => q(Trinidad en Tobago dollar), |
4416
|
|
|
|
|
|
|
}, |
4417
|
|
|
|
|
|
|
}, |
4418
|
|
|
|
|
|
|
'TWD' => { |
4419
|
|
|
|
|
|
|
symbol => 'NT$', |
4420
|
|
|
|
|
|
|
display_name => { |
4421
|
|
|
|
|
|
|
'currency' => q(Nuwe Taiwanese dollar), |
4422
|
|
|
|
|
|
|
'one' => q(Nuwe Taiwanese dollar), |
4423
|
|
|
|
|
|
|
'other' => q(Nuwe Taiwanese dollar), |
4424
|
|
|
|
|
|
|
}, |
4425
|
|
|
|
|
|
|
}, |
4426
|
|
|
|
|
|
|
'TZS' => { |
4427
|
|
|
|
|
|
|
symbol => 'TZS', |
4428
|
|
|
|
|
|
|
display_name => { |
4429
|
|
|
|
|
|
|
'currency' => q(Tanzaniese sjieling), |
4430
|
|
|
|
|
|
|
'one' => q(Tanzaniese sjieling), |
4431
|
|
|
|
|
|
|
'other' => q(Tanzaniese sjieling), |
4432
|
|
|
|
|
|
|
}, |
4433
|
|
|
|
|
|
|
}, |
4434
|
|
|
|
|
|
|
'UAH' => { |
4435
|
|
|
|
|
|
|
symbol => 'UAH', |
4436
|
|
|
|
|
|
|
display_name => { |
4437
|
|
|
|
|
|
|
'currency' => q(Oekraïnse hriwna), |
4438
|
|
|
|
|
|
|
'one' => q(Oekraïnse hriwna), |
4439
|
|
|
|
|
|
|
'other' => q(Oekraïnse hriwna), |
4440
|
|
|
|
|
|
|
}, |
4441
|
|
|
|
|
|
|
}, |
4442
|
|
|
|
|
|
|
'UGX' => { |
4443
|
|
|
|
|
|
|
symbol => 'UGX', |
4444
|
|
|
|
|
|
|
display_name => { |
4445
|
|
|
|
|
|
|
'currency' => q(Ugandese sjieling), |
4446
|
|
|
|
|
|
|
'one' => q(Ugandese sjieling), |
4447
|
|
|
|
|
|
|
'other' => q(Ugandese sjieling), |
4448
|
|
|
|
|
|
|
}, |
4449
|
|
|
|
|
|
|
}, |
4450
|
|
|
|
|
|
|
'USD' => { |
4451
|
|
|
|
|
|
|
symbol => 'US$', |
4452
|
|
|
|
|
|
|
display_name => { |
4453
|
|
|
|
|
|
|
'currency' => q(Amerikaanse dollar), |
4454
|
|
|
|
|
|
|
'one' => q(Amerikaanse dollar), |
4455
|
|
|
|
|
|
|
'other' => q(Amerikaanse dollar), |
4456
|
|
|
|
|
|
|
}, |
4457
|
|
|
|
|
|
|
}, |
4458
|
|
|
|
|
|
|
'UYU' => { |
4459
|
|
|
|
|
|
|
symbol => 'UYU', |
4460
|
|
|
|
|
|
|
display_name => { |
4461
|
|
|
|
|
|
|
'currency' => q(Uruguaanse peso), |
4462
|
|
|
|
|
|
|
'one' => q(Uruguaanse peso), |
4463
|
|
|
|
|
|
|
'other' => q(Uruguaanse peso), |
4464
|
|
|
|
|
|
|
}, |
4465
|
|
|
|
|
|
|
}, |
4466
|
|
|
|
|
|
|
'UZS' => { |
4467
|
|
|
|
|
|
|
symbol => 'UZS', |
4468
|
|
|
|
|
|
|
display_name => { |
4469
|
|
|
|
|
|
|
'currency' => q(Oezbekiese som), |
4470
|
|
|
|
|
|
|
'one' => q(Oezbekiese som), |
4471
|
|
|
|
|
|
|
'other' => q(Oezbekiese som), |
4472
|
|
|
|
|
|
|
}, |
4473
|
|
|
|
|
|
|
}, |
4474
|
|
|
|
|
|
|
'VEF' => { |
4475
|
|
|
|
|
|
|
symbol => 'VEF', |
4476
|
|
|
|
|
|
|
display_name => { |
4477
|
|
|
|
|
|
|
'currency' => q(Venezolaanse bolivar), |
4478
|
|
|
|
|
|
|
'one' => q(Venezolaanse bolivar), |
4479
|
|
|
|
|
|
|
'other' => q(Venezolaanse bolivar), |
4480
|
|
|
|
|
|
|
}, |
4481
|
|
|
|
|
|
|
}, |
4482
|
|
|
|
|
|
|
'VND' => { |
4483
|
|
|
|
|
|
|
symbol => 'â«', |
4484
|
|
|
|
|
|
|
display_name => { |
4485
|
|
|
|
|
|
|
'currency' => q(Viëtnamese dong), |
4486
|
|
|
|
|
|
|
'one' => q(Viëtnamese dong), |
4487
|
|
|
|
|
|
|
'other' => q(Viëtnamese dong), |
4488
|
|
|
|
|
|
|
}, |
4489
|
|
|
|
|
|
|
}, |
4490
|
|
|
|
|
|
|
'VUV' => { |
4491
|
|
|
|
|
|
|
symbol => 'VUV', |
4492
|
|
|
|
|
|
|
display_name => { |
4493
|
|
|
|
|
|
|
'currency' => q(Vanuatuse vatu), |
4494
|
|
|
|
|
|
|
'one' => q(Vanuatuse vatu), |
4495
|
|
|
|
|
|
|
'other' => q(Vanuatuse vatu), |
4496
|
|
|
|
|
|
|
}, |
4497
|
|
|
|
|
|
|
}, |
4498
|
|
|
|
|
|
|
'WST' => { |
4499
|
|
|
|
|
|
|
symbol => 'WST', |
4500
|
|
|
|
|
|
|
display_name => { |
4501
|
|
|
|
|
|
|
'currency' => q(Samoaanse tala), |
4502
|
|
|
|
|
|
|
'one' => q(Samoaanse tala), |
4503
|
|
|
|
|
|
|
'other' => q(Samoaanse tala), |
4504
|
|
|
|
|
|
|
}, |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
'XAF' => { |
4507
|
|
|
|
|
|
|
symbol => 'FCFA', |
4508
|
|
|
|
|
|
|
display_name => { |
4509
|
|
|
|
|
|
|
'currency' => q(CFA frank BEAC), |
4510
|
|
|
|
|
|
|
'one' => q(CFA frank BEAC), |
4511
|
|
|
|
|
|
|
'other' => q(CFA frank BEAC), |
4512
|
|
|
|
|
|
|
}, |
4513
|
|
|
|
|
|
|
}, |
4514
|
|
|
|
|
|
|
'XCD' => { |
4515
|
|
|
|
|
|
|
symbol => 'EC$', |
4516
|
|
|
|
|
|
|
display_name => { |
4517
|
|
|
|
|
|
|
'currency' => q(Oos-Karibbiese dollar), |
4518
|
|
|
|
|
|
|
'one' => q(Oos-Karibbiese dollar), |
4519
|
|
|
|
|
|
|
'other' => q(Oos-Karibbiese dollar), |
4520
|
|
|
|
|
|
|
}, |
4521
|
|
|
|
|
|
|
}, |
4522
|
|
|
|
|
|
|
'XOF' => { |
4523
|
|
|
|
|
|
|
symbol => 'CFA', |
4524
|
|
|
|
|
|
|
display_name => { |
4525
|
|
|
|
|
|
|
'currency' => q(CFA frank BCEAO), |
4526
|
|
|
|
|
|
|
'one' => q(CFA frank BCEAO), |
4527
|
|
|
|
|
|
|
'other' => q(CFA frank BCEAO), |
4528
|
|
|
|
|
|
|
}, |
4529
|
|
|
|
|
|
|
}, |
4530
|
|
|
|
|
|
|
'XPF' => { |
4531
|
|
|
|
|
|
|
symbol => 'CFPF', |
4532
|
|
|
|
|
|
|
display_name => { |
4533
|
|
|
|
|
|
|
'currency' => q(CFP-frank), |
4534
|
|
|
|
|
|
|
'one' => q(CFP-frank), |
4535
|
|
|
|
|
|
|
'other' => q(CFP-frank), |
4536
|
|
|
|
|
|
|
}, |
4537
|
|
|
|
|
|
|
}, |
4538
|
|
|
|
|
|
|
'XXX' => { |
4539
|
|
|
|
|
|
|
display_name => { |
4540
|
|
|
|
|
|
|
'currency' => q(Onbekende geldeenheid), |
4541
|
|
|
|
|
|
|
'one' => q(\(onbekende geldeenheid\)), |
4542
|
|
|
|
|
|
|
'other' => q(\(onbekende geldeenheid\)), |
4543
|
|
|
|
|
|
|
}, |
4544
|
|
|
|
|
|
|
}, |
4545
|
|
|
|
|
|
|
'YER' => { |
4546
|
|
|
|
|
|
|
symbol => 'YER', |
4547
|
|
|
|
|
|
|
display_name => { |
4548
|
|
|
|
|
|
|
'currency' => q(Jemenitiese rial), |
4549
|
|
|
|
|
|
|
'one' => q(Jemenitiese rial), |
4550
|
|
|
|
|
|
|
'other' => q(Jemenitiese rial), |
4551
|
|
|
|
|
|
|
}, |
4552
|
|
|
|
|
|
|
}, |
4553
|
|
|
|
|
|
|
'ZAR' => { |
4554
|
|
|
|
|
|
|
symbol => 'R', |
4555
|
|
|
|
|
|
|
display_name => { |
4556
|
|
|
|
|
|
|
'currency' => q(Suid-Afrikaanse rand), |
4557
|
|
|
|
|
|
|
'one' => q(Suid-Afrikaanse rand), |
4558
|
|
|
|
|
|
|
'other' => q(Suid-Afrikaanse rand), |
4559
|
|
|
|
|
|
|
}, |
4560
|
|
|
|
|
|
|
}, |
4561
|
|
|
|
|
|
|
'ZMK' => { |
4562
|
|
|
|
|
|
|
display_name => { |
4563
|
|
|
|
|
|
|
'currency' => q(Zambiese kwacha \(1968â2012\)), |
4564
|
|
|
|
|
|
|
}, |
4565
|
|
|
|
|
|
|
}, |
4566
|
|
|
|
|
|
|
'ZMW' => { |
4567
|
|
|
|
|
|
|
symbol => 'ZMW', |
4568
|
|
|
|
|
|
|
display_name => { |
4569
|
|
|
|
|
|
|
'currency' => q(Zambiese kwacha), |
4570
|
|
|
|
|
|
|
'one' => q(Zambiese kwacha), |
4571
|
|
|
|
|
|
|
'other' => q(Zambiese kwacha), |
4572
|
|
|
|
|
|
|
}, |
4573
|
|
|
|
|
|
|
}, |
4574
|
|
|
|
|
|
|
'ZWD' => { |
4575
|
|
|
|
|
|
|
display_name => { |
4576
|
|
|
|
|
|
|
'currency' => q(Zimbabwiese dollar), |
4577
|
|
|
|
|
|
|
}, |
4578
|
|
|
|
|
|
|
}, |
4579
|
|
|
|
|
|
|
} }, |
4580
|
|
|
|
|
|
|
); |
4581
|
|
|
|
|
|
|
|
4582
|
|
|
|
|
|
|
|
4583
|
|
|
|
|
|
|
has 'calendar_months' => ( |
4584
|
|
|
|
|
|
|
is => 'ro', |
4585
|
|
|
|
|
|
|
isa => HashRef, |
4586
|
|
|
|
|
|
|
init_arg => undef, |
4587
|
|
|
|
|
|
|
default => sub { { |
4588
|
|
|
|
|
|
|
'gregorian' => { |
4589
|
|
|
|
|
|
|
'format' => { |
4590
|
|
|
|
|
|
|
abbreviated => { |
4591
|
|
|
|
|
|
|
nonleap => [ |
4592
|
|
|
|
|
|
|
'Jan.', |
4593
|
|
|
|
|
|
|
'Feb.', |
4594
|
|
|
|
|
|
|
'Mrt.', |
4595
|
|
|
|
|
|
|
'Apr.', |
4596
|
|
|
|
|
|
|
'Mei', |
4597
|
|
|
|
|
|
|
'Jun.', |
4598
|
|
|
|
|
|
|
'Jul.', |
4599
|
|
|
|
|
|
|
'Aug.', |
4600
|
|
|
|
|
|
|
'Sep.', |
4601
|
|
|
|
|
|
|
'Okt.', |
4602
|
|
|
|
|
|
|
'Nov.', |
4603
|
|
|
|
|
|
|
'Des.' |
4604
|
|
|
|
|
|
|
], |
4605
|
|
|
|
|
|
|
leap => [ |
4606
|
|
|
|
|
|
|
|
4607
|
|
|
|
|
|
|
], |
4608
|
|
|
|
|
|
|
}, |
4609
|
|
|
|
|
|
|
narrow => { |
4610
|
|
|
|
|
|
|
nonleap => [ |
4611
|
|
|
|
|
|
|
'J', |
4612
|
|
|
|
|
|
|
'F', |
4613
|
|
|
|
|
|
|
'M', |
4614
|
|
|
|
|
|
|
'A', |
4615
|
|
|
|
|
|
|
'M', |
4616
|
|
|
|
|
|
|
'J', |
4617
|
|
|
|
|
|
|
'J', |
4618
|
|
|
|
|
|
|
'A', |
4619
|
|
|
|
|
|
|
'S', |
4620
|
|
|
|
|
|
|
'O', |
4621
|
|
|
|
|
|
|
'N', |
4622
|
|
|
|
|
|
|
'D' |
4623
|
|
|
|
|
|
|
], |
4624
|
|
|
|
|
|
|
leap => [ |
4625
|
|
|
|
|
|
|
|
4626
|
|
|
|
|
|
|
], |
4627
|
|
|
|
|
|
|
}, |
4628
|
|
|
|
|
|
|
wide => { |
4629
|
|
|
|
|
|
|
nonleap => [ |
4630
|
|
|
|
|
|
|
'Januarie', |
4631
|
|
|
|
|
|
|
'Februarie', |
4632
|
|
|
|
|
|
|
'Maart', |
4633
|
|
|
|
|
|
|
'April', |
4634
|
|
|
|
|
|
|
'Mei', |
4635
|
|
|
|
|
|
|
'Junie', |
4636
|
|
|
|
|
|
|
'Julie', |
4637
|
|
|
|
|
|
|
'Augustus', |
4638
|
|
|
|
|
|
|
'September', |
4639
|
|
|
|
|
|
|
'Oktober', |
4640
|
|
|
|
|
|
|
'November', |
4641
|
|
|
|
|
|
|
'Desember' |
4642
|
|
|
|
|
|
|
], |
4643
|
|
|
|
|
|
|
leap => [ |
4644
|
|
|
|
|
|
|
|
4645
|
|
|
|
|
|
|
], |
4646
|
|
|
|
|
|
|
}, |
4647
|
|
|
|
|
|
|
}, |
4648
|
|
|
|
|
|
|
'stand-alone' => { |
4649
|
|
|
|
|
|
|
abbreviated => { |
4650
|
|
|
|
|
|
|
nonleap => [ |
4651
|
|
|
|
|
|
|
'Jan.', |
4652
|
|
|
|
|
|
|
'Feb.', |
4653
|
|
|
|
|
|
|
'Mrt.', |
4654
|
|
|
|
|
|
|
'Apr.', |
4655
|
|
|
|
|
|
|
'Mei', |
4656
|
|
|
|
|
|
|
'Jun.', |
4657
|
|
|
|
|
|
|
'Jul.', |
4658
|
|
|
|
|
|
|
'Aug.', |
4659
|
|
|
|
|
|
|
'Sep.', |
4660
|
|
|
|
|
|
|
'Okt.', |
4661
|
|
|
|
|
|
|
'Nov.', |
4662
|
|
|
|
|
|
|
'Des.' |
4663
|
|
|
|
|
|
|
], |
4664
|
|
|
|
|
|
|
leap => [ |
4665
|
|
|
|
|
|
|
|
4666
|
|
|
|
|
|
|
], |
4667
|
|
|
|
|
|
|
}, |
4668
|
|
|
|
|
|
|
narrow => { |
4669
|
|
|
|
|
|
|
nonleap => [ |
4670
|
|
|
|
|
|
|
'J', |
4671
|
|
|
|
|
|
|
'F', |
4672
|
|
|
|
|
|
|
'M', |
4673
|
|
|
|
|
|
|
'A', |
4674
|
|
|
|
|
|
|
'M', |
4675
|
|
|
|
|
|
|
'J', |
4676
|
|
|
|
|
|
|
'J', |
4677
|
|
|
|
|
|
|
'A', |
4678
|
|
|
|
|
|
|
'S', |
4679
|
|
|
|
|
|
|
'O', |
4680
|
|
|
|
|
|
|
'N', |
4681
|
|
|
|
|
|
|
'D' |
4682
|
|
|
|
|
|
|
], |
4683
|
|
|
|
|
|
|
leap => [ |
4684
|
|
|
|
|
|
|
|
4685
|
|
|
|
|
|
|
], |
4686
|
|
|
|
|
|
|
}, |
4687
|
|
|
|
|
|
|
wide => { |
4688
|
|
|
|
|
|
|
nonleap => [ |
4689
|
|
|
|
|
|
|
'Januarie', |
4690
|
|
|
|
|
|
|
'Februarie', |
4691
|
|
|
|
|
|
|
'Maart', |
4692
|
|
|
|
|
|
|
'April', |
4693
|
|
|
|
|
|
|
'Mei', |
4694
|
|
|
|
|
|
|
'Junie', |
4695
|
|
|
|
|
|
|
'Julie', |
4696
|
|
|
|
|
|
|
'Augustus', |
4697
|
|
|
|
|
|
|
'September', |
4698
|
|
|
|
|
|
|
'Oktober', |
4699
|
|
|
|
|
|
|
'November', |
4700
|
|
|
|
|
|
|
'Desember' |
4701
|
|
|
|
|
|
|
], |
4702
|
|
|
|
|
|
|
leap => [ |
4703
|
|
|
|
|
|
|
|
4704
|
|
|
|
|
|
|
], |
4705
|
|
|
|
|
|
|
}, |
4706
|
|
|
|
|
|
|
}, |
4707
|
|
|
|
|
|
|
}, |
4708
|
|
|
|
|
|
|
} }, |
4709
|
|
|
|
|
|
|
); |
4710
|
|
|
|
|
|
|
|
4711
|
|
|
|
|
|
|
has 'calendar_days' => ( |
4712
|
|
|
|
|
|
|
is => 'ro', |
4713
|
|
|
|
|
|
|
isa => HashRef, |
4714
|
|
|
|
|
|
|
init_arg => undef, |
4715
|
|
|
|
|
|
|
default => sub { { |
4716
|
|
|
|
|
|
|
'gregorian' => { |
4717
|
|
|
|
|
|
|
'format' => { |
4718
|
|
|
|
|
|
|
abbreviated => { |
4719
|
|
|
|
|
|
|
mon => 'Ma.', |
4720
|
|
|
|
|
|
|
tue => 'Di.', |
4721
|
|
|
|
|
|
|
wed => 'Wo.', |
4722
|
|
|
|
|
|
|
thu => 'Do.', |
4723
|
|
|
|
|
|
|
fri => 'Vr.', |
4724
|
|
|
|
|
|
|
sat => 'Sa.', |
4725
|
|
|
|
|
|
|
sun => 'So.' |
4726
|
|
|
|
|
|
|
}, |
4727
|
|
|
|
|
|
|
narrow => { |
4728
|
|
|
|
|
|
|
mon => 'M', |
4729
|
|
|
|
|
|
|
tue => 'D', |
4730
|
|
|
|
|
|
|
wed => 'W', |
4731
|
|
|
|
|
|
|
thu => 'D', |
4732
|
|
|
|
|
|
|
fri => 'V', |
4733
|
|
|
|
|
|
|
sat => 'S', |
4734
|
|
|
|
|
|
|
sun => 'S' |
4735
|
|
|
|
|
|
|
}, |
4736
|
|
|
|
|
|
|
short => { |
4737
|
|
|
|
|
|
|
mon => 'Ma.', |
4738
|
|
|
|
|
|
|
tue => 'Di.', |
4739
|
|
|
|
|
|
|
wed => 'Wo.', |
4740
|
|
|
|
|
|
|
thu => 'Do.', |
4741
|
|
|
|
|
|
|
fri => 'Vr.', |
4742
|
|
|
|
|
|
|
sat => 'Sa.', |
4743
|
|
|
|
|
|
|
sun => 'So.' |
4744
|
|
|
|
|
|
|
}, |
4745
|
|
|
|
|
|
|
wide => { |
4746
|
|
|
|
|
|
|
mon => 'Maandag', |
4747
|
|
|
|
|
|
|
tue => 'Dinsdag', |
4748
|
|
|
|
|
|
|
wed => 'Woensdag', |
4749
|
|
|
|
|
|
|
thu => 'Donderdag', |
4750
|
|
|
|
|
|
|
fri => 'Vrydag', |
4751
|
|
|
|
|
|
|
sat => 'Saterdag', |
4752
|
|
|
|
|
|
|
sun => 'Sondag' |
4753
|
|
|
|
|
|
|
}, |
4754
|
|
|
|
|
|
|
}, |
4755
|
|
|
|
|
|
|
'stand-alone' => { |
4756
|
|
|
|
|
|
|
abbreviated => { |
4757
|
|
|
|
|
|
|
mon => 'Ma.', |
4758
|
|
|
|
|
|
|
tue => 'Di.', |
4759
|
|
|
|
|
|
|
wed => 'Wo.', |
4760
|
|
|
|
|
|
|
thu => 'Do.', |
4761
|
|
|
|
|
|
|
fri => 'Vr.', |
4762
|
|
|
|
|
|
|
sat => 'Sa.', |
4763
|
|
|
|
|
|
|
sun => 'So.' |
4764
|
|
|
|
|
|
|
}, |
4765
|
|
|
|
|
|
|
narrow => { |
4766
|
|
|
|
|
|
|
mon => 'M', |
4767
|
|
|
|
|
|
|
tue => 'D', |
4768
|
|
|
|
|
|
|
wed => 'W', |
4769
|
|
|
|
|
|
|
thu => 'D', |
4770
|
|
|
|
|
|
|
fri => 'V', |
4771
|
|
|
|
|
|
|
sat => 'S', |
4772
|
|
|
|
|
|
|
sun => 'S' |
4773
|
|
|
|
|
|
|
}, |
4774
|
|
|
|
|
|
|
short => { |
4775
|
|
|
|
|
|
|
mon => 'Ma.', |
4776
|
|
|
|
|
|
|
tue => 'Di.', |
4777
|
|
|
|
|
|
|
wed => 'Wo.', |
4778
|
|
|
|
|
|
|
thu => 'Do.', |
4779
|
|
|
|
|
|
|
fri => 'Vr.', |
4780
|
|
|
|
|
|
|
sat => 'Sa.', |
4781
|
|
|
|
|
|
|
sun => 'So.' |
4782
|
|
|
|
|
|
|
}, |
4783
|
|
|
|
|
|
|
wide => { |
4784
|
|
|
|
|
|
|
mon => 'Maandag', |
4785
|
|
|
|
|
|
|
tue => 'Dinsdag', |
4786
|
|
|
|
|
|
|
wed => 'Woensdag', |
4787
|
|
|
|
|
|
|
thu => 'Donderdag', |
4788
|
|
|
|
|
|
|
fri => 'Vrydag', |
4789
|
|
|
|
|
|
|
sat => 'Saterdag', |
4790
|
|
|
|
|
|
|
sun => 'Sondag' |
4791
|
|
|
|
|
|
|
}, |
4792
|
|
|
|
|
|
|
}, |
4793
|
|
|
|
|
|
|
}, |
4794
|
|
|
|
|
|
|
} }, |
4795
|
|
|
|
|
|
|
); |
4796
|
|
|
|
|
|
|
|
4797
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
4798
|
|
|
|
|
|
|
is => 'ro', |
4799
|
|
|
|
|
|
|
isa => HashRef, |
4800
|
|
|
|
|
|
|
init_arg => undef, |
4801
|
|
|
|
|
|
|
default => sub { { |
4802
|
|
|
|
|
|
|
'gregorian' => { |
4803
|
|
|
|
|
|
|
'format' => { |
4804
|
|
|
|
|
|
|
abbreviated => {0 => 'K1', |
4805
|
|
|
|
|
|
|
1 => 'K2', |
4806
|
|
|
|
|
|
|
2 => 'K3', |
4807
|
|
|
|
|
|
|
3 => 'K4' |
4808
|
|
|
|
|
|
|
}, |
4809
|
|
|
|
|
|
|
narrow => {0 => '1', |
4810
|
|
|
|
|
|
|
1 => '2', |
4811
|
|
|
|
|
|
|
2 => '3', |
4812
|
|
|
|
|
|
|
3 => '4' |
4813
|
|
|
|
|
|
|
}, |
4814
|
|
|
|
|
|
|
wide => {0 => '1ste kwartaal', |
4815
|
|
|
|
|
|
|
1 => '2de kwartaal', |
4816
|
|
|
|
|
|
|
2 => '3de kwartaal', |
4817
|
|
|
|
|
|
|
3 => '4de kwartaal' |
4818
|
|
|
|
|
|
|
}, |
4819
|
|
|
|
|
|
|
}, |
4820
|
|
|
|
|
|
|
'stand-alone' => { |
4821
|
|
|
|
|
|
|
abbreviated => {0 => 'K1', |
4822
|
|
|
|
|
|
|
1 => 'K2', |
4823
|
|
|
|
|
|
|
2 => 'K3', |
4824
|
|
|
|
|
|
|
3 => 'K4' |
4825
|
|
|
|
|
|
|
}, |
4826
|
|
|
|
|
|
|
narrow => {0 => '1', |
4827
|
|
|
|
|
|
|
1 => '2', |
4828
|
|
|
|
|
|
|
2 => '3', |
4829
|
|
|
|
|
|
|
3 => '4' |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
wide => {0 => '1ste kwartaal', |
4832
|
|
|
|
|
|
|
1 => '2de kwartaal', |
4833
|
|
|
|
|
|
|
2 => '3de kwartaal', |
4834
|
|
|
|
|
|
|
3 => '4de kwartaal' |
4835
|
|
|
|
|
|
|
}, |
4836
|
|
|
|
|
|
|
}, |
4837
|
|
|
|
|
|
|
}, |
4838
|
|
|
|
|
|
|
} }, |
4839
|
|
|
|
|
|
|
); |
4840
|
|
|
|
|
|
|
|
4841
|
|
|
|
|
|
|
has 'day_period_data' => ( |
4842
|
|
|
|
|
|
|
is => 'ro', |
4843
|
|
|
|
|
|
|
isa => CodeRef, |
4844
|
|
|
|
|
|
|
init_arg => undef, |
4845
|
|
|
|
|
|
|
default => sub { sub { |
4846
|
|
|
|
|
|
|
# Time in hhmm format |
4847
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
4848
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
4849
|
|
|
|
|
|
|
SWITCH: |
4850
|
|
|
|
|
|
|
for ($type) { |
4851
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
4852
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
4853
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
4854
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
4855
|
|
|
|
|
|
|
&& $time < 2400; |
4856
|
|
|
|
|
|
|
return 'night1' if $time >= 0 |
4857
|
|
|
|
|
|
|
&& $time < 500; |
4858
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
4859
|
|
|
|
|
|
|
&& $time < 1200; |
4860
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4861
|
|
|
|
|
|
|
&& $time < 1800; |
4862
|
|
|
|
|
|
|
} |
4863
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
4864
|
|
|
|
|
|
|
return 'night1' if $time >= 0 |
4865
|
|
|
|
|
|
|
&& $time < 500; |
4866
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
4867
|
|
|
|
|
|
|
&& $time < 1200; |
4868
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4869
|
|
|
|
|
|
|
&& $time < 1800; |
4870
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
4871
|
|
|
|
|
|
|
&& $time < 2400; |
4872
|
|
|
|
|
|
|
} |
4873
|
|
|
|
|
|
|
last SWITCH; |
4874
|
|
|
|
|
|
|
} |
4875
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
4876
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
4877
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
4878
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
4879
|
|
|
|
|
|
|
&& $time < 2400; |
4880
|
|
|
|
|
|
|
return 'night1' if $time >= 0 |
4881
|
|
|
|
|
|
|
&& $time < 500; |
4882
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
4883
|
|
|
|
|
|
|
&& $time < 1200; |
4884
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4885
|
|
|
|
|
|
|
&& $time < 1800; |
4886
|
|
|
|
|
|
|
} |
4887
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
4888
|
|
|
|
|
|
|
return 'night1' if $time >= 0 |
4889
|
|
|
|
|
|
|
&& $time < 500; |
4890
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
4891
|
|
|
|
|
|
|
&& $time < 1200; |
4892
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4893
|
|
|
|
|
|
|
&& $time < 1800; |
4894
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
4895
|
|
|
|
|
|
|
&& $time < 2400; |
4896
|
|
|
|
|
|
|
} |
4897
|
|
|
|
|
|
|
last SWITCH; |
4898
|
|
|
|
|
|
|
} |
4899
|
|
|
|
|
|
|
} |
4900
|
|
|
|
|
|
|
} }, |
4901
|
|
|
|
|
|
|
); |
4902
|
|
|
|
|
|
|
|
4903
|
|
|
|
|
|
|
around day_period_data => sub { |
4904
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
4905
|
|
|
|
|
|
|
return $self->$orig; |
4906
|
|
|
|
|
|
|
}; |
4907
|
|
|
|
|
|
|
|
4908
|
|
|
|
|
|
|
has 'day_periods' => ( |
4909
|
|
|
|
|
|
|
is => 'ro', |
4910
|
|
|
|
|
|
|
isa => HashRef, |
4911
|
|
|
|
|
|
|
init_arg => undef, |
4912
|
|
|
|
|
|
|
default => sub { { |
4913
|
|
|
|
|
|
|
'gregorian' => { |
4914
|
|
|
|
|
|
|
'format' => { |
4915
|
|
|
|
|
|
|
'abbreviated' => { |
4916
|
|
|
|
|
|
|
'am' => q{vm.}, |
4917
|
|
|
|
|
|
|
'midnight' => q{middernag}, |
4918
|
|
|
|
|
|
|
'evening1' => q{die aand}, |
4919
|
|
|
|
|
|
|
'night1' => q{die nag}, |
4920
|
|
|
|
|
|
|
'morning1' => q{die oggend}, |
4921
|
|
|
|
|
|
|
'afternoon1' => q{die middag}, |
4922
|
|
|
|
|
|
|
'pm' => q{nm.}, |
4923
|
|
|
|
|
|
|
}, |
4924
|
|
|
|
|
|
|
'narrow' => { |
4925
|
|
|
|
|
|
|
'am' => q{v}, |
4926
|
|
|
|
|
|
|
'midnight' => q{mn}, |
4927
|
|
|
|
|
|
|
'evening1' => q{a}, |
4928
|
|
|
|
|
|
|
'night1' => q{n}, |
4929
|
|
|
|
|
|
|
'morning1' => q{o}, |
4930
|
|
|
|
|
|
|
'pm' => q{n}, |
4931
|
|
|
|
|
|
|
'afternoon1' => q{m}, |
4932
|
|
|
|
|
|
|
}, |
4933
|
|
|
|
|
|
|
'wide' => { |
4934
|
|
|
|
|
|
|
'night1' => q{die nag}, |
4935
|
|
|
|
|
|
|
'afternoon1' => q{die middag}, |
4936
|
|
|
|
|
|
|
'pm' => q{nm.}, |
4937
|
|
|
|
|
|
|
'morning1' => q{die oggend}, |
4938
|
|
|
|
|
|
|
'midnight' => q{middernag}, |
4939
|
|
|
|
|
|
|
'am' => q{vm.}, |
4940
|
|
|
|
|
|
|
'evening1' => q{die aand}, |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
}, |
4943
|
|
|
|
|
|
|
'stand-alone' => { |
4944
|
|
|
|
|
|
|
'abbreviated' => { |
4945
|
|
|
|
|
|
|
'am' => q{vm.}, |
4946
|
|
|
|
|
|
|
'midnight' => q{middernag}, |
4947
|
|
|
|
|
|
|
'evening1' => q{aand}, |
4948
|
|
|
|
|
|
|
'night1' => q{nag}, |
4949
|
|
|
|
|
|
|
'morning1' => q{oggend}, |
4950
|
|
|
|
|
|
|
'pm' => q{nm.}, |
4951
|
|
|
|
|
|
|
'afternoon1' => q{middag}, |
4952
|
|
|
|
|
|
|
}, |
4953
|
|
|
|
|
|
|
'narrow' => { |
4954
|
|
|
|
|
|
|
'afternoon1' => q{m}, |
4955
|
|
|
|
|
|
|
'pm' => q{n}, |
4956
|
|
|
|
|
|
|
'morning1' => q{o}, |
4957
|
|
|
|
|
|
|
'night1' => q{n}, |
4958
|
|
|
|
|
|
|
'evening1' => q{a}, |
4959
|
|
|
|
|
|
|
'midnight' => q{mn}, |
4960
|
|
|
|
|
|
|
'am' => q{v}, |
4961
|
|
|
|
|
|
|
}, |
4962
|
|
|
|
|
|
|
'wide' => { |
4963
|
|
|
|
|
|
|
'am' => q{vm.}, |
4964
|
|
|
|
|
|
|
'midnight' => q{middernag}, |
4965
|
|
|
|
|
|
|
'evening1' => q{aand}, |
4966
|
|
|
|
|
|
|
'night1' => q{nag}, |
4967
|
|
|
|
|
|
|
'morning1' => q{oggend}, |
4968
|
|
|
|
|
|
|
'afternoon1' => q{middag}, |
4969
|
|
|
|
|
|
|
'pm' => q{nm.}, |
4970
|
|
|
|
|
|
|
}, |
4971
|
|
|
|
|
|
|
}, |
4972
|
|
|
|
|
|
|
}, |
4973
|
|
|
|
|
|
|
} }, |
4974
|
|
|
|
|
|
|
); |
4975
|
|
|
|
|
|
|
|
4976
|
|
|
|
|
|
|
has 'eras' => ( |
4977
|
|
|
|
|
|
|
is => 'ro', |
4978
|
|
|
|
|
|
|
isa => HashRef, |
4979
|
|
|
|
|
|
|
init_arg => undef, |
4980
|
|
|
|
|
|
|
default => sub { { |
4981
|
|
|
|
|
|
|
'generic' => { |
4982
|
|
|
|
|
|
|
}, |
4983
|
|
|
|
|
|
|
'gregorian' => { |
4984
|
|
|
|
|
|
|
abbreviated => { |
4985
|
|
|
|
|
|
|
'0' => 'v.C.', |
4986
|
|
|
|
|
|
|
'1' => 'n.C.' |
4987
|
|
|
|
|
|
|
}, |
4988
|
|
|
|
|
|
|
narrow => { |
4989
|
|
|
|
|
|
|
'0' => 'v.C.', |
4990
|
|
|
|
|
|
|
'1' => 'n.C.' |
4991
|
|
|
|
|
|
|
}, |
4992
|
|
|
|
|
|
|
wide => { |
4993
|
|
|
|
|
|
|
'0' => 'voor Christus', |
4994
|
|
|
|
|
|
|
'1' => 'na Christus' |
4995
|
|
|
|
|
|
|
}, |
4996
|
|
|
|
|
|
|
}, |
4997
|
|
|
|
|
|
|
} }, |
4998
|
|
|
|
|
|
|
); |
4999
|
|
|
|
|
|
|
|
5000
|
|
|
|
|
|
|
has 'date_formats' => ( |
5001
|
|
|
|
|
|
|
is => 'ro', |
5002
|
|
|
|
|
|
|
isa => HashRef, |
5003
|
|
|
|
|
|
|
init_arg => undef, |
5004
|
|
|
|
|
|
|
default => sub { { |
5005
|
|
|
|
|
|
|
'generic' => { |
5006
|
|
|
|
|
|
|
'full' => q{EEEE dd MMMM y G}, |
5007
|
|
|
|
|
|
|
'long' => q{dd MMMM y G}, |
5008
|
|
|
|
|
|
|
'medium' => q{dd MMM y G}, |
5009
|
|
|
|
|
|
|
'short' => q{GGGGG y-MM-dd}, |
5010
|
|
|
|
|
|
|
}, |
5011
|
|
|
|
|
|
|
'gregorian' => { |
5012
|
|
|
|
|
|
|
'full' => q{EEEE, dd MMMM y}, |
5013
|
|
|
|
|
|
|
'long' => q{dd MMMM y}, |
5014
|
|
|
|
|
|
|
'medium' => q{dd MMM y}, |
5015
|
|
|
|
|
|
|
'short' => q{y-MM-dd}, |
5016
|
|
|
|
|
|
|
}, |
5017
|
|
|
|
|
|
|
} }, |
5018
|
|
|
|
|
|
|
); |
5019
|
|
|
|
|
|
|
|
5020
|
|
|
|
|
|
|
has 'time_formats' => ( |
5021
|
|
|
|
|
|
|
is => 'ro', |
5022
|
|
|
|
|
|
|
isa => HashRef, |
5023
|
|
|
|
|
|
|
init_arg => undef, |
5024
|
|
|
|
|
|
|
default => sub { { |
5025
|
|
|
|
|
|
|
'generic' => { |
5026
|
|
|
|
|
|
|
}, |
5027
|
|
|
|
|
|
|
'gregorian' => { |
5028
|
|
|
|
|
|
|
'full' => q{h:mm:ss a zzzz}, |
5029
|
|
|
|
|
|
|
'long' => q{h:mm:ss a z}, |
5030
|
|
|
|
|
|
|
'medium' => q{h:mm:ss a}, |
5031
|
|
|
|
|
|
|
'short' => q{h:mm a}, |
5032
|
|
|
|
|
|
|
}, |
5033
|
|
|
|
|
|
|
} }, |
5034
|
|
|
|
|
|
|
); |
5035
|
|
|
|
|
|
|
|
5036
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
5037
|
|
|
|
|
|
|
is => 'ro', |
5038
|
|
|
|
|
|
|
isa => HashRef, |
5039
|
|
|
|
|
|
|
init_arg => undef, |
5040
|
|
|
|
|
|
|
default => sub { { |
5041
|
|
|
|
|
|
|
'generic' => { |
5042
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
5043
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
5044
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
5045
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
5046
|
|
|
|
|
|
|
}, |
5047
|
|
|
|
|
|
|
'gregorian' => { |
5048
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
5049
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
5050
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
5051
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
5052
|
|
|
|
|
|
|
}, |
5053
|
|
|
|
|
|
|
} }, |
5054
|
|
|
|
|
|
|
); |
5055
|
|
|
|
|
|
|
|
5056
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
5057
|
|
|
|
|
|
|
is => 'ro', |
5058
|
|
|
|
|
|
|
isa => HashRef, |
5059
|
|
|
|
|
|
|
init_arg => undef, |
5060
|
|
|
|
|
|
|
default => sub { { |
5061
|
|
|
|
|
|
|
'gregorian' => { |
5062
|
|
|
|
|
|
|
E => q{ccc}, |
5063
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
5064
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
5065
|
|
|
|
|
|
|
Ed => q{E d}, |
5066
|
|
|
|
|
|
|
Ehm => q{E hh:mm a}, |
5067
|
|
|
|
|
|
|
Ehms => q{E hh:mm:ss a}, |
5068
|
|
|
|
|
|
|
Gy => q{y G}, |
5069
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
5070
|
|
|
|
|
|
|
GyMMMEd => q{E, dd MMM y G}, |
5071
|
|
|
|
|
|
|
GyMMMd => q{dd MMM y G}, |
5072
|
|
|
|
|
|
|
H => q{HH}, |
5073
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
5074
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
5075
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
5076
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
5077
|
|
|
|
|
|
|
M => q{L}, |
5078
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
5079
|
|
|
|
|
|
|
MMM => q{LLL}, |
5080
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
5081
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
5082
|
|
|
|
|
|
|
MMMMd => q{d MMM}, |
5083
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
5084
|
|
|
|
|
|
|
Md => q{dd-MM}, |
5085
|
|
|
|
|
|
|
d => q{d}, |
5086
|
|
|
|
|
|
|
h => q{h a}, |
5087
|
|
|
|
|
|
|
hm => q{h:mm a}, |
5088
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
5089
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
5090
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
5091
|
|
|
|
|
|
|
ms => q{mm:ss}, |
5092
|
|
|
|
|
|
|
y => q{y}, |
5093
|
|
|
|
|
|
|
yM => q{MM-y}, |
5094
|
|
|
|
|
|
|
yMEd => q{E y-MM-dd}, |
5095
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
5096
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
5097
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
5098
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
5099
|
|
|
|
|
|
|
yMd => q{y-MM-dd}, |
5100
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
5101
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
5102
|
|
|
|
|
|
|
}, |
5103
|
|
|
|
|
|
|
'generic' => { |
5104
|
|
|
|
|
|
|
E => q{ccc}, |
5105
|
|
|
|
|
|
|
Ed => q{E d}, |
5106
|
|
|
|
|
|
|
Gy => q{y G}, |
5107
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
5108
|
|
|
|
|
|
|
GyMMMEd => q{E d MMM y G}, |
5109
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
5110
|
|
|
|
|
|
|
H => q{HH}, |
5111
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
5112
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
5113
|
|
|
|
|
|
|
M => q{L}, |
5114
|
|
|
|
|
|
|
MEd => q{E, d/M}, |
5115
|
|
|
|
|
|
|
MMM => q{LLL}, |
5116
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
5117
|
|
|
|
|
|
|
MMMMEd => q{E, d MMMM}, |
5118
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
5119
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
5120
|
|
|
|
|
|
|
Md => q{d/M}, |
5121
|
|
|
|
|
|
|
d => q{d}, |
5122
|
|
|
|
|
|
|
h => q{h a}, |
5123
|
|
|
|
|
|
|
hm => q{h:mm a}, |
5124
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
5125
|
|
|
|
|
|
|
ms => q{mm:ss}, |
5126
|
|
|
|
|
|
|
y => q{y G}, |
5127
|
|
|
|
|
|
|
yyyy => q{y G}, |
5128
|
|
|
|
|
|
|
yyyyM => q{M/y GGGGG}, |
5129
|
|
|
|
|
|
|
yyyyMEd => q{E, d/M/y G}, |
5130
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
5131
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM y G}, |
5132
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
5133
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
5134
|
|
|
|
|
|
|
yyyyMd => q{d/M/y GGGGG}, |
5135
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
5136
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
5137
|
|
|
|
|
|
|
}, |
5138
|
|
|
|
|
|
|
} }, |
5139
|
|
|
|
|
|
|
); |
5140
|
|
|
|
|
|
|
|
5141
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
5142
|
|
|
|
|
|
|
is => 'ro', |
5143
|
|
|
|
|
|
|
isa => HashRef, |
5144
|
|
|
|
|
|
|
init_arg => undef, |
5145
|
|
|
|
|
|
|
default => sub { { |
5146
|
|
|
|
|
|
|
'gregorian' => { |
5147
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
5148
|
|
|
|
|
|
|
}, |
5149
|
|
|
|
|
|
|
} }, |
5150
|
|
|
|
|
|
|
); |
5151
|
|
|
|
|
|
|
|
5152
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
5153
|
|
|
|
|
|
|
is => 'ro', |
5154
|
|
|
|
|
|
|
isa => HashRef, |
5155
|
|
|
|
|
|
|
init_arg => undef, |
5156
|
|
|
|
|
|
|
default => sub { { |
5157
|
|
|
|
|
|
|
'gregorian' => { |
5158
|
|
|
|
|
|
|
H => { |
5159
|
|
|
|
|
|
|
H => q{HHâHH}, |
5160
|
|
|
|
|
|
|
}, |
5161
|
|
|
|
|
|
|
Hm => { |
5162
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
5163
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
5164
|
|
|
|
|
|
|
}, |
5165
|
|
|
|
|
|
|
Hmv => { |
5166
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
5167
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
5168
|
|
|
|
|
|
|
}, |
5169
|
|
|
|
|
|
|
Hv => { |
5170
|
|
|
|
|
|
|
H => q{HHâHH v}, |
5171
|
|
|
|
|
|
|
}, |
5172
|
|
|
|
|
|
|
M => { |
5173
|
|
|
|
|
|
|
M => q{MâM}, |
5174
|
|
|
|
|
|
|
}, |
5175
|
|
|
|
|
|
|
MEd => { |
5176
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
5177
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
5178
|
|
|
|
|
|
|
}, |
5179
|
|
|
|
|
|
|
MMM => { |
5180
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
5181
|
|
|
|
|
|
|
}, |
5182
|
|
|
|
|
|
|
MMMEd => { |
5183
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
5184
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
5185
|
|
|
|
|
|
|
}, |
5186
|
|
|
|
|
|
|
MMMd => { |
5187
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
5188
|
|
|
|
|
|
|
d => q{dâd MMM}, |
5189
|
|
|
|
|
|
|
}, |
5190
|
|
|
|
|
|
|
Md => { |
5191
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
5192
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
5193
|
|
|
|
|
|
|
}, |
5194
|
|
|
|
|
|
|
d => { |
5195
|
|
|
|
|
|
|
d => q{dâd}, |
5196
|
|
|
|
|
|
|
}, |
5197
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
5198
|
|
|
|
|
|
|
h => { |
5199
|
|
|
|
|
|
|
a => q{h a â h a}, |
5200
|
|
|
|
|
|
|
h => q{h â h a}, |
5201
|
|
|
|
|
|
|
}, |
5202
|
|
|
|
|
|
|
hm => { |
5203
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
5204
|
|
|
|
|
|
|
h => q{h:mm â h:mm a}, |
5205
|
|
|
|
|
|
|
m => q{h:mm â h:mm a}, |
5206
|
|
|
|
|
|
|
}, |
5207
|
|
|
|
|
|
|
hmv => { |
5208
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
5209
|
|
|
|
|
|
|
h => q{h:mm a â h:mm a v}, |
5210
|
|
|
|
|
|
|
m => q{h:mm a â h:mm a v}, |
5211
|
|
|
|
|
|
|
}, |
5212
|
|
|
|
|
|
|
hv => { |
5213
|
|
|
|
|
|
|
a => q{h a â h a v}, |
5214
|
|
|
|
|
|
|
h => q{h â h a v}, |
5215
|
|
|
|
|
|
|
}, |
5216
|
|
|
|
|
|
|
y => { |
5217
|
|
|
|
|
|
|
y => q{yây}, |
5218
|
|
|
|
|
|
|
}, |
5219
|
|
|
|
|
|
|
yM => { |
5220
|
|
|
|
|
|
|
M => q{M/y â M/y}, |
5221
|
|
|
|
|
|
|
y => q{M/y â M/y}, |
5222
|
|
|
|
|
|
|
}, |
5223
|
|
|
|
|
|
|
yMEd => { |
5224
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y}, |
5225
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y}, |
5226
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y}, |
5227
|
|
|
|
|
|
|
}, |
5228
|
|
|
|
|
|
|
yMMM => { |
5229
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
5230
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
5231
|
|
|
|
|
|
|
}, |
5232
|
|
|
|
|
|
|
yMMMEd => { |
5233
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM, y}, |
5234
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM y}, |
5235
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y}, |
5236
|
|
|
|
|
|
|
}, |
5237
|
|
|
|
|
|
|
yMMMM => { |
5238
|
|
|
|
|
|
|
M => q{MMMM â MMMM y}, |
5239
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
5240
|
|
|
|
|
|
|
}, |
5241
|
|
|
|
|
|
|
yMMMd => { |
5242
|
|
|
|
|
|
|
M => q{d MMM â d MMM y}, |
5243
|
|
|
|
|
|
|
d => q{dâd MMM y}, |
5244
|
|
|
|
|
|
|
y => q{d MMM y â d MMM y}, |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
yMd => { |
5247
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y}, |
5248
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y}, |
5249
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y}, |
5250
|
|
|
|
|
|
|
}, |
5251
|
|
|
|
|
|
|
}, |
5252
|
|
|
|
|
|
|
'generic' => { |
5253
|
|
|
|
|
|
|
H => { |
5254
|
|
|
|
|
|
|
H => q{HHâHH}, |
5255
|
|
|
|
|
|
|
}, |
5256
|
|
|
|
|
|
|
Hm => { |
5257
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
5258
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
5259
|
|
|
|
|
|
|
}, |
5260
|
|
|
|
|
|
|
Hmv => { |
5261
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
5262
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
5263
|
|
|
|
|
|
|
}, |
5264
|
|
|
|
|
|
|
Hv => { |
5265
|
|
|
|
|
|
|
H => q{HHâHH v}, |
5266
|
|
|
|
|
|
|
}, |
5267
|
|
|
|
|
|
|
M => { |
5268
|
|
|
|
|
|
|
M => q{M â M}, |
5269
|
|
|
|
|
|
|
}, |
5270
|
|
|
|
|
|
|
MEd => { |
5271
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
5272
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
5273
|
|
|
|
|
|
|
}, |
5274
|
|
|
|
|
|
|
MMM => { |
5275
|
|
|
|
|
|
|
M => q{MMM â MMM}, |
5276
|
|
|
|
|
|
|
}, |
5277
|
|
|
|
|
|
|
MMMEd => { |
5278
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
5279
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
MMMd => { |
5282
|
|
|
|
|
|
|
M => q{d MMM â d MMM}, |
5283
|
|
|
|
|
|
|
d => q{d â d MMM}, |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
Md => { |
5286
|
|
|
|
|
|
|
M => q{d/M â d/M}, |
5287
|
|
|
|
|
|
|
d => q{d/M â d/M}, |
5288
|
|
|
|
|
|
|
}, |
5289
|
|
|
|
|
|
|
d => { |
5290
|
|
|
|
|
|
|
d => q{d â d}, |
5291
|
|
|
|
|
|
|
}, |
5292
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
5293
|
|
|
|
|
|
|
h => { |
5294
|
|
|
|
|
|
|
a => q{h a â h a}, |
5295
|
|
|
|
|
|
|
h => q{hâh a}, |
5296
|
|
|
|
|
|
|
}, |
5297
|
|
|
|
|
|
|
hm => { |
5298
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
5299
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
5300
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
5301
|
|
|
|
|
|
|
}, |
5302
|
|
|
|
|
|
|
hmv => { |
5303
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
5304
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
5305
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
5306
|
|
|
|
|
|
|
}, |
5307
|
|
|
|
|
|
|
hv => { |
5308
|
|
|
|
|
|
|
a => q{h a â h a v}, |
5309
|
|
|
|
|
|
|
h => q{hâh a v}, |
5310
|
|
|
|
|
|
|
}, |
5311
|
|
|
|
|
|
|
y => { |
5312
|
|
|
|
|
|
|
y => q{y â y G}, |
5313
|
|
|
|
|
|
|
}, |
5314
|
|
|
|
|
|
|
yM => { |
5315
|
|
|
|
|
|
|
M => q{M/y â M/y GGGGG}, |
5316
|
|
|
|
|
|
|
y => q{M/y â M/y GGGGG}, |
5317
|
|
|
|
|
|
|
}, |
5318
|
|
|
|
|
|
|
yMEd => { |
5319
|
|
|
|
|
|
|
M => q{E, d/M/y â E, d/M/y GGGGG}, |
5320
|
|
|
|
|
|
|
d => q{E, d/M/y â E, d/M/y GGGGG}, |
5321
|
|
|
|
|
|
|
y => q{E, d/M/y â E, d/M/y GGGGG}, |
5322
|
|
|
|
|
|
|
}, |
5323
|
|
|
|
|
|
|
yMMM => { |
5324
|
|
|
|
|
|
|
M => q{MMMâMMM y G}, |
5325
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
5326
|
|
|
|
|
|
|
}, |
5327
|
|
|
|
|
|
|
yMMMEd => { |
5328
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM, y G}, |
5329
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM, y G}, |
5330
|
|
|
|
|
|
|
y => q{E, d MMM y â E, d MMM y G}, |
5331
|
|
|
|
|
|
|
}, |
5332
|
|
|
|
|
|
|
yMMMM => { |
5333
|
|
|
|
|
|
|
M => q{MMMMâMMMM y G}, |
5334
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y G}, |
5335
|
|
|
|
|
|
|
}, |
5336
|
|
|
|
|
|
|
yMMMd => { |
5337
|
|
|
|
|
|
|
M => q{d MMM â d MMM y G}, |
5338
|
|
|
|
|
|
|
d => q{dâd MMM, y G}, |
5339
|
|
|
|
|
|
|
y => q{d MMM, y â d MMM, y G}, |
5340
|
|
|
|
|
|
|
}, |
5341
|
|
|
|
|
|
|
yMd => { |
5342
|
|
|
|
|
|
|
M => q{d/M/y â d/M/y GGGGG}, |
5343
|
|
|
|
|
|
|
d => q{d/M/y â d/M/y GGGGG}, |
5344
|
|
|
|
|
|
|
y => q{d/M/y â d/M/y GGGGG}, |
5345
|
|
|
|
|
|
|
}, |
5346
|
|
|
|
|
|
|
}, |
5347
|
|
|
|
|
|
|
} }, |
5348
|
|
|
|
|
|
|
); |
5349
|
|
|
|
|
|
|
|
5350
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
5351
|
|
|
|
|
|
|
is => 'ro', |
5352
|
|
|
|
|
|
|
isa => HashRef, |
5353
|
|
|
|
|
|
|
init_arg => undef, |
5354
|
|
|
|
|
|
|
default => sub { { |
5355
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
5356
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
5357
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
5358
|
|
|
|
|
|
|
regionFormat => q({0}-tyd), |
5359
|
|
|
|
|
|
|
regionFormat => q({0}-dagligtyd), |
5360
|
|
|
|
|
|
|
regionFormat => q({0}-standaardtyd), |
5361
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
5362
|
|
|
|
|
|
|
'Afghanistan' => { |
5363
|
|
|
|
|
|
|
long => { |
5364
|
|
|
|
|
|
|
'standard' => q(Afghanistan-tyd), |
5365
|
|
|
|
|
|
|
}, |
5366
|
|
|
|
|
|
|
}, |
5367
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
5368
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
5369
|
|
|
|
|
|
|
}, |
5370
|
|
|
|
|
|
|
'Africa/Accra' => { |
5371
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
5372
|
|
|
|
|
|
|
}, |
5373
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
5374
|
|
|
|
|
|
|
exemplarCity => q#Addis Abeba#, |
5375
|
|
|
|
|
|
|
}, |
5376
|
|
|
|
|
|
|
'Africa/Algiers' => { |
5377
|
|
|
|
|
|
|
exemplarCity => q#Algiers#, |
5378
|
|
|
|
|
|
|
}, |
5379
|
|
|
|
|
|
|
'Africa/Asmera' => { |
5380
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
5381
|
|
|
|
|
|
|
}, |
5382
|
|
|
|
|
|
|
'Africa/Bamako' => { |
5383
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
5384
|
|
|
|
|
|
|
}, |
5385
|
|
|
|
|
|
|
'Africa/Bangui' => { |
5386
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
5387
|
|
|
|
|
|
|
}, |
5388
|
|
|
|
|
|
|
'Africa/Banjul' => { |
5389
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
5390
|
|
|
|
|
|
|
}, |
5391
|
|
|
|
|
|
|
'Africa/Bissau' => { |
5392
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
5393
|
|
|
|
|
|
|
}, |
5394
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
5395
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
5396
|
|
|
|
|
|
|
}, |
5397
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
5398
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
5399
|
|
|
|
|
|
|
}, |
5400
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
5401
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
'Africa/Cairo' => { |
5404
|
|
|
|
|
|
|
exemplarCity => q#Kaïro#, |
5405
|
|
|
|
|
|
|
}, |
5406
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
5407
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
5408
|
|
|
|
|
|
|
}, |
5409
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
5410
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
5411
|
|
|
|
|
|
|
}, |
5412
|
|
|
|
|
|
|
'Africa/Conakry' => { |
5413
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
5414
|
|
|
|
|
|
|
}, |
5415
|
|
|
|
|
|
|
'Africa/Dakar' => { |
5416
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
5417
|
|
|
|
|
|
|
}, |
5418
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
5419
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
5420
|
|
|
|
|
|
|
}, |
5421
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
5422
|
|
|
|
|
|
|
exemplarCity => q#Djiboeti#, |
5423
|
|
|
|
|
|
|
}, |
5424
|
|
|
|
|
|
|
'Africa/Douala' => { |
5425
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
5426
|
|
|
|
|
|
|
}, |
5427
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
5428
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
5429
|
|
|
|
|
|
|
}, |
5430
|
|
|
|
|
|
|
'Africa/Freetown' => { |
5431
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
5432
|
|
|
|
|
|
|
}, |
5433
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
5434
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
5435
|
|
|
|
|
|
|
}, |
5436
|
|
|
|
|
|
|
'Africa/Harare' => { |
5437
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
5438
|
|
|
|
|
|
|
}, |
5439
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
5440
|
|
|
|
|
|
|
exemplarCity => q#Johannesburg#, |
5441
|
|
|
|
|
|
|
}, |
5442
|
|
|
|
|
|
|
'Africa/Juba' => { |
5443
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
5444
|
|
|
|
|
|
|
}, |
5445
|
|
|
|
|
|
|
'Africa/Kampala' => { |
5446
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
5447
|
|
|
|
|
|
|
}, |
5448
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
5449
|
|
|
|
|
|
|
exemplarCity => q#Kartoem#, |
5450
|
|
|
|
|
|
|
}, |
5451
|
|
|
|
|
|
|
'Africa/Kigali' => { |
5452
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
5453
|
|
|
|
|
|
|
}, |
5454
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
5455
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
5456
|
|
|
|
|
|
|
}, |
5457
|
|
|
|
|
|
|
'Africa/Lagos' => { |
5458
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
5459
|
|
|
|
|
|
|
}, |
5460
|
|
|
|
|
|
|
'Africa/Libreville' => { |
5461
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
5462
|
|
|
|
|
|
|
}, |
5463
|
|
|
|
|
|
|
'Africa/Lome' => { |
5464
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
5465
|
|
|
|
|
|
|
}, |
5466
|
|
|
|
|
|
|
'Africa/Luanda' => { |
5467
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
5468
|
|
|
|
|
|
|
}, |
5469
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
5470
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
5471
|
|
|
|
|
|
|
}, |
5472
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
5473
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
5474
|
|
|
|
|
|
|
}, |
5475
|
|
|
|
|
|
|
'Africa/Malabo' => { |
5476
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
5477
|
|
|
|
|
|
|
}, |
5478
|
|
|
|
|
|
|
'Africa/Maputo' => { |
5479
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
5480
|
|
|
|
|
|
|
}, |
5481
|
|
|
|
|
|
|
'Africa/Maseru' => { |
5482
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
5483
|
|
|
|
|
|
|
}, |
5484
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
5485
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
5486
|
|
|
|
|
|
|
}, |
5487
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
5488
|
|
|
|
|
|
|
exemplarCity => q#Mogadisjoe#, |
5489
|
|
|
|
|
|
|
}, |
5490
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
5491
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
5492
|
|
|
|
|
|
|
}, |
5493
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
5494
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
5495
|
|
|
|
|
|
|
}, |
5496
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
5497
|
|
|
|
|
|
|
exemplarCity => q#Ndjamena#, |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
'Africa/Niamey' => { |
5500
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
5501
|
|
|
|
|
|
|
}, |
5502
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
5503
|
|
|
|
|
|
|
exemplarCity => q#Nouakchott#, |
5504
|
|
|
|
|
|
|
}, |
5505
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
5506
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
5507
|
|
|
|
|
|
|
}, |
5508
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
5509
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
5510
|
|
|
|
|
|
|
}, |
5511
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
5512
|
|
|
|
|
|
|
exemplarCity => q#São Tomé#, |
5513
|
|
|
|
|
|
|
}, |
5514
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
5515
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
5516
|
|
|
|
|
|
|
}, |
5517
|
|
|
|
|
|
|
'Africa/Tunis' => { |
5518
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
5519
|
|
|
|
|
|
|
}, |
5520
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
5521
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
5522
|
|
|
|
|
|
|
}, |
5523
|
|
|
|
|
|
|
'Africa_Central' => { |
5524
|
|
|
|
|
|
|
long => { |
5525
|
|
|
|
|
|
|
'standard' => q(Sentraal-Afrika-tyd), |
5526
|
|
|
|
|
|
|
}, |
5527
|
|
|
|
|
|
|
short => { |
5528
|
|
|
|
|
|
|
'standard' => q(CAT), |
5529
|
|
|
|
|
|
|
}, |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
'Africa_Eastern' => { |
5532
|
|
|
|
|
|
|
long => { |
5533
|
|
|
|
|
|
|
'standard' => q(Oos-Afrika-tyd), |
5534
|
|
|
|
|
|
|
}, |
5535
|
|
|
|
|
|
|
short => { |
5536
|
|
|
|
|
|
|
'standard' => q(EAT), |
5537
|
|
|
|
|
|
|
}, |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
'Africa_Southern' => { |
5540
|
|
|
|
|
|
|
long => { |
5541
|
|
|
|
|
|
|
'standard' => q(Suid-Afrika-standaardtyd), |
5542
|
|
|
|
|
|
|
}, |
5543
|
|
|
|
|
|
|
short => { |
5544
|
|
|
|
|
|
|
'standard' => q(SAST), |
5545
|
|
|
|
|
|
|
}, |
5546
|
|
|
|
|
|
|
}, |
5547
|
|
|
|
|
|
|
'Africa_Western' => { |
5548
|
|
|
|
|
|
|
long => { |
5549
|
|
|
|
|
|
|
'daylight' => q(Wes-Afrika-somertyd), |
5550
|
|
|
|
|
|
|
'generic' => q(Wes-Afrika-tyd), |
5551
|
|
|
|
|
|
|
'standard' => q(Wes-Afrika-standaardtyd), |
5552
|
|
|
|
|
|
|
}, |
5553
|
|
|
|
|
|
|
short => { |
5554
|
|
|
|
|
|
|
'daylight' => q(WAST), |
5555
|
|
|
|
|
|
|
'generic' => q(WAT), |
5556
|
|
|
|
|
|
|
'standard' => q(WAT), |
5557
|
|
|
|
|
|
|
}, |
5558
|
|
|
|
|
|
|
}, |
5559
|
|
|
|
|
|
|
'Alaska' => { |
5560
|
|
|
|
|
|
|
long => { |
5561
|
|
|
|
|
|
|
'daylight' => q(Alaska-dagligtyd), |
5562
|
|
|
|
|
|
|
'generic' => q(Alaska-tyd), |
5563
|
|
|
|
|
|
|
'standard' => q(Alaska-standaardtyd), |
5564
|
|
|
|
|
|
|
}, |
5565
|
|
|
|
|
|
|
}, |
5566
|
|
|
|
|
|
|
'Amazon' => { |
5567
|
|
|
|
|
|
|
long => { |
5568
|
|
|
|
|
|
|
'daylight' => q(Amasone-somertyd), |
5569
|
|
|
|
|
|
|
'generic' => q(Amasone-tyd), |
5570
|
|
|
|
|
|
|
'standard' => q(Amasone-standaardtyd), |
5571
|
|
|
|
|
|
|
}, |
5572
|
|
|
|
|
|
|
}, |
5573
|
|
|
|
|
|
|
'America/Adak' => { |
5574
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
5575
|
|
|
|
|
|
|
}, |
5576
|
|
|
|
|
|
|
'America/Anchorage' => { |
5577
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
5578
|
|
|
|
|
|
|
}, |
5579
|
|
|
|
|
|
|
'America/Anguilla' => { |
5580
|
|
|
|
|
|
|
exemplarCity => q#Anguilla#, |
5581
|
|
|
|
|
|
|
}, |
5582
|
|
|
|
|
|
|
'America/Antigua' => { |
5583
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
5584
|
|
|
|
|
|
|
}, |
5585
|
|
|
|
|
|
|
'America/Araguaina' => { |
5586
|
|
|
|
|
|
|
exemplarCity => q#Araguaina#, |
5587
|
|
|
|
|
|
|
}, |
5588
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
5589
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
5590
|
|
|
|
|
|
|
}, |
5591
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
5592
|
|
|
|
|
|
|
exemplarCity => q#Rio Gallegos#, |
5593
|
|
|
|
|
|
|
}, |
5594
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
5595
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
5598
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
5599
|
|
|
|
|
|
|
}, |
5600
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
5601
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
5602
|
|
|
|
|
|
|
}, |
5603
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
5604
|
|
|
|
|
|
|
exemplarCity => q#Tucuman#, |
5605
|
|
|
|
|
|
|
}, |
5606
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
5607
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
5608
|
|
|
|
|
|
|
}, |
5609
|
|
|
|
|
|
|
'America/Aruba' => { |
5610
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
5611
|
|
|
|
|
|
|
}, |
5612
|
|
|
|
|
|
|
'America/Asuncion' => { |
5613
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
'America/Bahia' => { |
5616
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
5617
|
|
|
|
|
|
|
}, |
5618
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
5619
|
|
|
|
|
|
|
exemplarCity => q#Bahia Banderas#, |
5620
|
|
|
|
|
|
|
}, |
5621
|
|
|
|
|
|
|
'America/Barbados' => { |
5622
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
5623
|
|
|
|
|
|
|
}, |
5624
|
|
|
|
|
|
|
'America/Belem' => { |
5625
|
|
|
|
|
|
|
exemplarCity => q#Belem#, |
5626
|
|
|
|
|
|
|
}, |
5627
|
|
|
|
|
|
|
'America/Belize' => { |
5628
|
|
|
|
|
|
|
exemplarCity => q#Belize#, |
5629
|
|
|
|
|
|
|
}, |
5630
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
5631
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
5632
|
|
|
|
|
|
|
}, |
5633
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
5634
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
5635
|
|
|
|
|
|
|
}, |
5636
|
|
|
|
|
|
|
'America/Bogota' => { |
5637
|
|
|
|
|
|
|
exemplarCity => q#Bogota#, |
5638
|
|
|
|
|
|
|
}, |
5639
|
|
|
|
|
|
|
'America/Boise' => { |
5640
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
5641
|
|
|
|
|
|
|
}, |
5642
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
5643
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
5646
|
|
|
|
|
|
|
exemplarCity => q#Cambridgebaai#, |
5647
|
|
|
|
|
|
|
}, |
5648
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
5649
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
5650
|
|
|
|
|
|
|
}, |
5651
|
|
|
|
|
|
|
'America/Cancun' => { |
5652
|
|
|
|
|
|
|
exemplarCity => q#Cancun#, |
5653
|
|
|
|
|
|
|
}, |
5654
|
|
|
|
|
|
|
'America/Caracas' => { |
5655
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
5656
|
|
|
|
|
|
|
}, |
5657
|
|
|
|
|
|
|
'America/Catamarca' => { |
5658
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
5659
|
|
|
|
|
|
|
}, |
5660
|
|
|
|
|
|
|
'America/Cayenne' => { |
5661
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
5662
|
|
|
|
|
|
|
}, |
5663
|
|
|
|
|
|
|
'America/Cayman' => { |
5664
|
|
|
|
|
|
|
exemplarCity => q#Kaaiman#, |
5665
|
|
|
|
|
|
|
}, |
5666
|
|
|
|
|
|
|
'America/Chicago' => { |
5667
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
5668
|
|
|
|
|
|
|
}, |
5669
|
|
|
|
|
|
|
'America/Chihuahua' => { |
5670
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
5671
|
|
|
|
|
|
|
}, |
5672
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
5673
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
5674
|
|
|
|
|
|
|
}, |
5675
|
|
|
|
|
|
|
'America/Cordoba' => { |
5676
|
|
|
|
|
|
|
exemplarCity => q#Cordoba#, |
5677
|
|
|
|
|
|
|
}, |
5678
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
5679
|
|
|
|
|
|
|
exemplarCity => q#Costa Rica#, |
5680
|
|
|
|
|
|
|
}, |
5681
|
|
|
|
|
|
|
'America/Creston' => { |
5682
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
5683
|
|
|
|
|
|
|
}, |
5684
|
|
|
|
|
|
|
'America/Cuiaba' => { |
5685
|
|
|
|
|
|
|
exemplarCity => q#Cuiaba#, |
5686
|
|
|
|
|
|
|
}, |
5687
|
|
|
|
|
|
|
'America/Curacao' => { |
5688
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
5689
|
|
|
|
|
|
|
}, |
5690
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
5691
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
5692
|
|
|
|
|
|
|
}, |
5693
|
|
|
|
|
|
|
'America/Dawson' => { |
5694
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
5697
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
5698
|
|
|
|
|
|
|
}, |
5699
|
|
|
|
|
|
|
'America/Denver' => { |
5700
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
5701
|
|
|
|
|
|
|
}, |
5702
|
|
|
|
|
|
|
'America/Detroit' => { |
5703
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
'America/Dominica' => { |
5706
|
|
|
|
|
|
|
exemplarCity => q#Dominica#, |
5707
|
|
|
|
|
|
|
}, |
5708
|
|
|
|
|
|
|
'America/Edmonton' => { |
5709
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
5710
|
|
|
|
|
|
|
}, |
5711
|
|
|
|
|
|
|
'America/Eirunepe' => { |
5712
|
|
|
|
|
|
|
exemplarCity => q#Eirunepe#, |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'America/El_Salvador' => { |
5715
|
|
|
|
|
|
|
exemplarCity => q#El Salvador#, |
5716
|
|
|
|
|
|
|
}, |
5717
|
|
|
|
|
|
|
'America/Fortaleza' => { |
5718
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
5719
|
|
|
|
|
|
|
}, |
5720
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
5721
|
|
|
|
|
|
|
exemplarCity => q#Glacebaai#, |
5722
|
|
|
|
|
|
|
}, |
5723
|
|
|
|
|
|
|
'America/Godthab' => { |
5724
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
5725
|
|
|
|
|
|
|
}, |
5726
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
5727
|
|
|
|
|
|
|
exemplarCity => q#Goosebaai#, |
5728
|
|
|
|
|
|
|
}, |
5729
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
5730
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
'America/Grenada' => { |
5733
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
5734
|
|
|
|
|
|
|
}, |
5735
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
5736
|
|
|
|
|
|
|
exemplarCity => q#Guadeloupe#, |
5737
|
|
|
|
|
|
|
}, |
5738
|
|
|
|
|
|
|
'America/Guatemala' => { |
5739
|
|
|
|
|
|
|
exemplarCity => q#Guatemala#, |
5740
|
|
|
|
|
|
|
}, |
5741
|
|
|
|
|
|
|
'America/Guayaquil' => { |
5742
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
5743
|
|
|
|
|
|
|
}, |
5744
|
|
|
|
|
|
|
'America/Guyana' => { |
5745
|
|
|
|
|
|
|
exemplarCity => q#Guyana#, |
5746
|
|
|
|
|
|
|
}, |
5747
|
|
|
|
|
|
|
'America/Halifax' => { |
5748
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
5749
|
|
|
|
|
|
|
}, |
5750
|
|
|
|
|
|
|
'America/Havana' => { |
5751
|
|
|
|
|
|
|
exemplarCity => q#Havana#, |
5752
|
|
|
|
|
|
|
}, |
5753
|
|
|
|
|
|
|
'America/Hermosillo' => { |
5754
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
5757
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
5758
|
|
|
|
|
|
|
}, |
5759
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
5760
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
5761
|
|
|
|
|
|
|
}, |
5762
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
5763
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
5766
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
5767
|
|
|
|
|
|
|
}, |
5768
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
5769
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
5770
|
|
|
|
|
|
|
}, |
5771
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
5772
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
5773
|
|
|
|
|
|
|
}, |
5774
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
5775
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
5776
|
|
|
|
|
|
|
}, |
5777
|
|
|
|
|
|
|
'America/Indianapolis' => { |
5778
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
5779
|
|
|
|
|
|
|
}, |
5780
|
|
|
|
|
|
|
'America/Inuvik' => { |
5781
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
'America/Iqaluit' => { |
5784
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
5785
|
|
|
|
|
|
|
}, |
5786
|
|
|
|
|
|
|
'America/Jamaica' => { |
5787
|
|
|
|
|
|
|
exemplarCity => q#Jamaika#, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
'America/Jujuy' => { |
5790
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
5791
|
|
|
|
|
|
|
}, |
5792
|
|
|
|
|
|
|
'America/Juneau' => { |
5793
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
5794
|
|
|
|
|
|
|
}, |
5795
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
5796
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
5797
|
|
|
|
|
|
|
}, |
5798
|
|
|
|
|
|
|
'America/Kralendijk' => { |
5799
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
5800
|
|
|
|
|
|
|
}, |
5801
|
|
|
|
|
|
|
'America/La_Paz' => { |
5802
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
'America/Lima' => { |
5805
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
5806
|
|
|
|
|
|
|
}, |
5807
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
5808
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
5809
|
|
|
|
|
|
|
}, |
5810
|
|
|
|
|
|
|
'America/Louisville' => { |
5811
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
5812
|
|
|
|
|
|
|
}, |
5813
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
5814
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
5815
|
|
|
|
|
|
|
}, |
5816
|
|
|
|
|
|
|
'America/Maceio' => { |
5817
|
|
|
|
|
|
|
exemplarCity => q#Maceio#, |
5818
|
|
|
|
|
|
|
}, |
5819
|
|
|
|
|
|
|
'America/Managua' => { |
5820
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
5821
|
|
|
|
|
|
|
}, |
5822
|
|
|
|
|
|
|
'America/Manaus' => { |
5823
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
5824
|
|
|
|
|
|
|
}, |
5825
|
|
|
|
|
|
|
'America/Marigot' => { |
5826
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
5827
|
|
|
|
|
|
|
}, |
5828
|
|
|
|
|
|
|
'America/Martinique' => { |
5829
|
|
|
|
|
|
|
exemplarCity => q#Martinique#, |
5830
|
|
|
|
|
|
|
}, |
5831
|
|
|
|
|
|
|
'America/Matamoros' => { |
5832
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
'America/Mazatlan' => { |
5835
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
5836
|
|
|
|
|
|
|
}, |
5837
|
|
|
|
|
|
|
'America/Mendoza' => { |
5838
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
5839
|
|
|
|
|
|
|
}, |
5840
|
|
|
|
|
|
|
'America/Menominee' => { |
5841
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
5842
|
|
|
|
|
|
|
}, |
5843
|
|
|
|
|
|
|
'America/Merida' => { |
5844
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
5845
|
|
|
|
|
|
|
}, |
5846
|
|
|
|
|
|
|
'America/Metlakatla' => { |
5847
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
5848
|
|
|
|
|
|
|
}, |
5849
|
|
|
|
|
|
|
'America/Mexico_City' => { |
5850
|
|
|
|
|
|
|
exemplarCity => q#Meksikostad#, |
5851
|
|
|
|
|
|
|
}, |
5852
|
|
|
|
|
|
|
'America/Miquelon' => { |
5853
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
5854
|
|
|
|
|
|
|
}, |
5855
|
|
|
|
|
|
|
'America/Moncton' => { |
5856
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
5857
|
|
|
|
|
|
|
}, |
5858
|
|
|
|
|
|
|
'America/Monterrey' => { |
5859
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
5860
|
|
|
|
|
|
|
}, |
5861
|
|
|
|
|
|
|
'America/Montevideo' => { |
5862
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
'America/Montserrat' => { |
5865
|
|
|
|
|
|
|
exemplarCity => q#Montserrat#, |
5866
|
|
|
|
|
|
|
}, |
5867
|
|
|
|
|
|
|
'America/Nassau' => { |
5868
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
5869
|
|
|
|
|
|
|
}, |
5870
|
|
|
|
|
|
|
'America/New_York' => { |
5871
|
|
|
|
|
|
|
exemplarCity => q#New York#, |
5872
|
|
|
|
|
|
|
}, |
5873
|
|
|
|
|
|
|
'America/Nipigon' => { |
5874
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
5875
|
|
|
|
|
|
|
}, |
5876
|
|
|
|
|
|
|
'America/Nome' => { |
5877
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
5878
|
|
|
|
|
|
|
}, |
5879
|
|
|
|
|
|
|
'America/Noronha' => { |
5880
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
5881
|
|
|
|
|
|
|
}, |
5882
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
5883
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
5884
|
|
|
|
|
|
|
}, |
5885
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
5886
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
5887
|
|
|
|
|
|
|
}, |
5888
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
5889
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
5890
|
|
|
|
|
|
|
}, |
5891
|
|
|
|
|
|
|
'America/Ojinaga' => { |
5892
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
5893
|
|
|
|
|
|
|
}, |
5894
|
|
|
|
|
|
|
'America/Panama' => { |
5895
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
5896
|
|
|
|
|
|
|
}, |
5897
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
5898
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
5899
|
|
|
|
|
|
|
}, |
5900
|
|
|
|
|
|
|
'America/Paramaribo' => { |
5901
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
5902
|
|
|
|
|
|
|
}, |
5903
|
|
|
|
|
|
|
'America/Phoenix' => { |
5904
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
5905
|
|
|
|
|
|
|
}, |
5906
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
5907
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
5908
|
|
|
|
|
|
|
}, |
5909
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
5910
|
|
|
|
|
|
|
exemplarCity => q#Port of Spain#, |
5911
|
|
|
|
|
|
|
}, |
5912
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
5913
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
5914
|
|
|
|
|
|
|
}, |
5915
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
5916
|
|
|
|
|
|
|
exemplarCity => q#Puerto Rico#, |
5917
|
|
|
|
|
|
|
}, |
5918
|
|
|
|
|
|
|
'America/Rainy_River' => { |
5919
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
5920
|
|
|
|
|
|
|
}, |
5921
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
5922
|
|
|
|
|
|
|
exemplarCity => q#Rankin Inlet#, |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
'America/Recife' => { |
5925
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
5926
|
|
|
|
|
|
|
}, |
5927
|
|
|
|
|
|
|
'America/Regina' => { |
5928
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
5929
|
|
|
|
|
|
|
}, |
5930
|
|
|
|
|
|
|
'America/Resolute' => { |
5931
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
5932
|
|
|
|
|
|
|
}, |
5933
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
5934
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
5935
|
|
|
|
|
|
|
}, |
5936
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
5937
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
5938
|
|
|
|
|
|
|
}, |
5939
|
|
|
|
|
|
|
'America/Santarem' => { |
5940
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
5941
|
|
|
|
|
|
|
}, |
5942
|
|
|
|
|
|
|
'America/Santiago' => { |
5943
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
5944
|
|
|
|
|
|
|
}, |
5945
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
5946
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
5947
|
|
|
|
|
|
|
}, |
5948
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
5949
|
|
|
|
|
|
|
exemplarCity => q#Sao Paulo#, |
5950
|
|
|
|
|
|
|
}, |
5951
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
5952
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
5953
|
|
|
|
|
|
|
}, |
5954
|
|
|
|
|
|
|
'America/Sitka' => { |
5955
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
5956
|
|
|
|
|
|
|
}, |
5957
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
5958
|
|
|
|
|
|
|
exemplarCity => q#Sint Barthélemy#, |
5959
|
|
|
|
|
|
|
}, |
5960
|
|
|
|
|
|
|
'America/St_Johns' => { |
5961
|
|
|
|
|
|
|
exemplarCity => q#Sint Johnâs#, |
5962
|
|
|
|
|
|
|
}, |
5963
|
|
|
|
|
|
|
'America/St_Kitts' => { |
5964
|
|
|
|
|
|
|
exemplarCity => q#Sint Kitts#, |
5965
|
|
|
|
|
|
|
}, |
5966
|
|
|
|
|
|
|
'America/St_Lucia' => { |
5967
|
|
|
|
|
|
|
exemplarCity => q#Sint Lucia#, |
5968
|
|
|
|
|
|
|
}, |
5969
|
|
|
|
|
|
|
'America/St_Thomas' => { |
5970
|
|
|
|
|
|
|
exemplarCity => q#Sint Thomas#, |
5971
|
|
|
|
|
|
|
}, |
5972
|
|
|
|
|
|
|
'America/St_Vincent' => { |
5973
|
|
|
|
|
|
|
exemplarCity => q#Sint Vincent#, |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
'America/Swift_Current' => { |
5976
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
5977
|
|
|
|
|
|
|
}, |
5978
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
5979
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
5980
|
|
|
|
|
|
|
}, |
5981
|
|
|
|
|
|
|
'America/Thule' => { |
5982
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
5983
|
|
|
|
|
|
|
}, |
5984
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
5985
|
|
|
|
|
|
|
exemplarCity => q#Thunderbaai#, |
5986
|
|
|
|
|
|
|
}, |
5987
|
|
|
|
|
|
|
'America/Tijuana' => { |
5988
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
5989
|
|
|
|
|
|
|
}, |
5990
|
|
|
|
|
|
|
'America/Toronto' => { |
5991
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
5992
|
|
|
|
|
|
|
}, |
5993
|
|
|
|
|
|
|
'America/Tortola' => { |
5994
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
5995
|
|
|
|
|
|
|
}, |
5996
|
|
|
|
|
|
|
'America/Vancouver' => { |
5997
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
5998
|
|
|
|
|
|
|
}, |
5999
|
|
|
|
|
|
|
'America/Whitehorse' => { |
6000
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
6001
|
|
|
|
|
|
|
}, |
6002
|
|
|
|
|
|
|
'America/Winnipeg' => { |
6003
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
'America/Yakutat' => { |
6006
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
6007
|
|
|
|
|
|
|
}, |
6008
|
|
|
|
|
|
|
'America/Yellowknife' => { |
6009
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
6010
|
|
|
|
|
|
|
}, |
6011
|
|
|
|
|
|
|
'America_Central' => { |
6012
|
|
|
|
|
|
|
long => { |
6013
|
|
|
|
|
|
|
'daylight' => q(Sentrale dagligtyd), |
6014
|
|
|
|
|
|
|
'generic' => q(Sentrale tyd), |
6015
|
|
|
|
|
|
|
'standard' => q(Sentrale standaardtyd), |
6016
|
|
|
|
|
|
|
}, |
6017
|
|
|
|
|
|
|
}, |
6018
|
|
|
|
|
|
|
'America_Eastern' => { |
6019
|
|
|
|
|
|
|
long => { |
6020
|
|
|
|
|
|
|
'daylight' => q(Oostelike dagligtyd), |
6021
|
|
|
|
|
|
|
'generic' => q(Oostelike tyd), |
6022
|
|
|
|
|
|
|
'standard' => q(Oostelike standaardtyd), |
6023
|
|
|
|
|
|
|
}, |
6024
|
|
|
|
|
|
|
}, |
6025
|
|
|
|
|
|
|
'America_Mountain' => { |
6026
|
|
|
|
|
|
|
long => { |
6027
|
|
|
|
|
|
|
'daylight' => q(Berg-dagligtyd), |
6028
|
|
|
|
|
|
|
'generic' => q(Bergtyd), |
6029
|
|
|
|
|
|
|
'standard' => q(Berg-standaardtyd), |
6030
|
|
|
|
|
|
|
}, |
6031
|
|
|
|
|
|
|
}, |
6032
|
|
|
|
|
|
|
'America_Pacific' => { |
6033
|
|
|
|
|
|
|
long => { |
6034
|
|
|
|
|
|
|
'daylight' => q(Pasifiese dagligtyd), |
6035
|
|
|
|
|
|
|
'generic' => q(Pasifiese tyd), |
6036
|
|
|
|
|
|
|
'standard' => q(Pasifiese standaardtyd), |
6037
|
|
|
|
|
|
|
}, |
6038
|
|
|
|
|
|
|
}, |
6039
|
|
|
|
|
|
|
'Anadyr' => { |
6040
|
|
|
|
|
|
|
long => { |
6041
|
|
|
|
|
|
|
'daylight' => q(Anadyr-somertyd), |
6042
|
|
|
|
|
|
|
'generic' => q(Anadyr-tyd), |
6043
|
|
|
|
|
|
|
'standard' => q(Anadyr-standaardtyd), |
6044
|
|
|
|
|
|
|
}, |
6045
|
|
|
|
|
|
|
}, |
6046
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
6047
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
6048
|
|
|
|
|
|
|
}, |
6049
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
6050
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
6051
|
|
|
|
|
|
|
}, |
6052
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
6053
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
6054
|
|
|
|
|
|
|
}, |
6055
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
6056
|
|
|
|
|
|
|
exemplarCity => q#Macquarie#, |
6057
|
|
|
|
|
|
|
}, |
6058
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
6059
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
6060
|
|
|
|
|
|
|
}, |
6061
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
6062
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
6063
|
|
|
|
|
|
|
}, |
6064
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
6065
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
6066
|
|
|
|
|
|
|
}, |
6067
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
6068
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
6069
|
|
|
|
|
|
|
}, |
6070
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
6071
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
6072
|
|
|
|
|
|
|
}, |
6073
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
6074
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
6075
|
|
|
|
|
|
|
}, |
6076
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
6077
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
6078
|
|
|
|
|
|
|
}, |
6079
|
|
|
|
|
|
|
'Apia' => { |
6080
|
|
|
|
|
|
|
long => { |
6081
|
|
|
|
|
|
|
'daylight' => q(Apia-dagligtyd), |
6082
|
|
|
|
|
|
|
'generic' => q(Apia-tyd), |
6083
|
|
|
|
|
|
|
'standard' => q(Apia-standaardtyd), |
6084
|
|
|
|
|
|
|
}, |
6085
|
|
|
|
|
|
|
}, |
6086
|
|
|
|
|
|
|
'Arabian' => { |
6087
|
|
|
|
|
|
|
long => { |
6088
|
|
|
|
|
|
|
'daylight' => q(Arabiese dagligtyd), |
6089
|
|
|
|
|
|
|
'generic' => q(Arabiese tyd), |
6090
|
|
|
|
|
|
|
'standard' => q(Arabiese standaardtyd), |
6091
|
|
|
|
|
|
|
}, |
6092
|
|
|
|
|
|
|
}, |
6093
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
6094
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
6095
|
|
|
|
|
|
|
}, |
6096
|
|
|
|
|
|
|
'Argentina' => { |
6097
|
|
|
|
|
|
|
long => { |
6098
|
|
|
|
|
|
|
'daylight' => q(Argentinië-somertyd), |
6099
|
|
|
|
|
|
|
'generic' => q(Argentinië-tyd), |
6100
|
|
|
|
|
|
|
'standard' => q(Argentinië-standaardtyd), |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
}, |
6103
|
|
|
|
|
|
|
'Argentina_Western' => { |
6104
|
|
|
|
|
|
|
long => { |
6105
|
|
|
|
|
|
|
'daylight' => q(Wes-Argentinië-somertyd), |
6106
|
|
|
|
|
|
|
'generic' => q(Wes-Argentinië-tyd), |
6107
|
|
|
|
|
|
|
'standard' => q(Wes-Argentinië-standaardtyd), |
6108
|
|
|
|
|
|
|
}, |
6109
|
|
|
|
|
|
|
}, |
6110
|
|
|
|
|
|
|
'Armenia' => { |
6111
|
|
|
|
|
|
|
long => { |
6112
|
|
|
|
|
|
|
'daylight' => q(Armenië-somertyd), |
6113
|
|
|
|
|
|
|
'generic' => q(Armenië-tyd), |
6114
|
|
|
|
|
|
|
'standard' => q(Armenië-standaardtyd), |
6115
|
|
|
|
|
|
|
}, |
6116
|
|
|
|
|
|
|
}, |
6117
|
|
|
|
|
|
|
'Asia/Aden' => { |
6118
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
6119
|
|
|
|
|
|
|
}, |
6120
|
|
|
|
|
|
|
'Asia/Almaty' => { |
6121
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
6122
|
|
|
|
|
|
|
}, |
6123
|
|
|
|
|
|
|
'Asia/Amman' => { |
6124
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
6125
|
|
|
|
|
|
|
}, |
6126
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
6127
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
6128
|
|
|
|
|
|
|
}, |
6129
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
6130
|
|
|
|
|
|
|
exemplarCity => q#Aqtau#, |
6131
|
|
|
|
|
|
|
}, |
6132
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
6133
|
|
|
|
|
|
|
exemplarCity => q#Aqtobe#, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
6136
|
|
|
|
|
|
|
exemplarCity => q#Asjchabad#, |
6137
|
|
|
|
|
|
|
}, |
6138
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
6139
|
|
|
|
|
|
|
exemplarCity => q#Bagdad#, |
6140
|
|
|
|
|
|
|
}, |
6141
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
6142
|
|
|
|
|
|
|
exemplarCity => q#Bahrein#, |
6143
|
|
|
|
|
|
|
}, |
6144
|
|
|
|
|
|
|
'Asia/Baku' => { |
6145
|
|
|
|
|
|
|
exemplarCity => q#Bakoe#, |
6146
|
|
|
|
|
|
|
}, |
6147
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
6148
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
6149
|
|
|
|
|
|
|
}, |
6150
|
|
|
|
|
|
|
'Asia/Beirut' => { |
6151
|
|
|
|
|
|
|
exemplarCity => q#Beiroet#, |
6152
|
|
|
|
|
|
|
}, |
6153
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
6154
|
|
|
|
|
|
|
exemplarCity => q#Bisjkek#, |
6155
|
|
|
|
|
|
|
}, |
6156
|
|
|
|
|
|
|
'Asia/Brunei' => { |
6157
|
|
|
|
|
|
|
exemplarCity => q#Broenei#, |
6158
|
|
|
|
|
|
|
}, |
6159
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
6160
|
|
|
|
|
|
|
exemplarCity => q#Kolkata#, |
6161
|
|
|
|
|
|
|
}, |
6162
|
|
|
|
|
|
|
'Asia/Chita' => { |
6163
|
|
|
|
|
|
|
exemplarCity => q#Chita#, |
6164
|
|
|
|
|
|
|
}, |
6165
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
6166
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
6167
|
|
|
|
|
|
|
}, |
6168
|
|
|
|
|
|
|
'Asia/Colombo' => { |
6169
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
6170
|
|
|
|
|
|
|
}, |
6171
|
|
|
|
|
|
|
'Asia/Damascus' => { |
6172
|
|
|
|
|
|
|
exemplarCity => q#Damaskus#, |
6173
|
|
|
|
|
|
|
}, |
6174
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
6175
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
6176
|
|
|
|
|
|
|
}, |
6177
|
|
|
|
|
|
|
'Asia/Dili' => { |
6178
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
6179
|
|
|
|
|
|
|
}, |
6180
|
|
|
|
|
|
|
'Asia/Dubai' => { |
6181
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
6182
|
|
|
|
|
|
|
}, |
6183
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
6184
|
|
|
|
|
|
|
exemplarCity => q#Dushanbe#, |
6185
|
|
|
|
|
|
|
}, |
6186
|
|
|
|
|
|
|
'Asia/Gaza' => { |
6187
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
6188
|
|
|
|
|
|
|
}, |
6189
|
|
|
|
|
|
|
'Asia/Hebron' => { |
6190
|
|
|
|
|
|
|
exemplarCity => q#Hebron#, |
6191
|
|
|
|
|
|
|
}, |
6192
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
6193
|
|
|
|
|
|
|
exemplarCity => q#Hongkong#, |
6194
|
|
|
|
|
|
|
}, |
6195
|
|
|
|
|
|
|
'Asia/Hovd' => { |
6196
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
6197
|
|
|
|
|
|
|
}, |
6198
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
6199
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
6200
|
|
|
|
|
|
|
}, |
6201
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
6202
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
6203
|
|
|
|
|
|
|
}, |
6204
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
6205
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
6206
|
|
|
|
|
|
|
}, |
6207
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
6208
|
|
|
|
|
|
|
exemplarCity => q#Jerusalem#, |
6209
|
|
|
|
|
|
|
}, |
6210
|
|
|
|
|
|
|
'Asia/Kabul' => { |
6211
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
6212
|
|
|
|
|
|
|
}, |
6213
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
6214
|
|
|
|
|
|
|
exemplarCity => q#Kamchatka#, |
6215
|
|
|
|
|
|
|
}, |
6216
|
|
|
|
|
|
|
'Asia/Karachi' => { |
6217
|
|
|
|
|
|
|
exemplarCity => q#Karatsji#, |
6218
|
|
|
|
|
|
|
}, |
6219
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
6220
|
|
|
|
|
|
|
exemplarCity => q#Katmandoe#, |
6221
|
|
|
|
|
|
|
}, |
6222
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
6223
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
6224
|
|
|
|
|
|
|
}, |
6225
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
6226
|
|
|
|
|
|
|
exemplarCity => q#Krasnoyarsk#, |
6227
|
|
|
|
|
|
|
}, |
6228
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
6229
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
6230
|
|
|
|
|
|
|
}, |
6231
|
|
|
|
|
|
|
'Asia/Kuching' => { |
6232
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
6233
|
|
|
|
|
|
|
}, |
6234
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
6235
|
|
|
|
|
|
|
exemplarCity => q#Koeweit#, |
6236
|
|
|
|
|
|
|
}, |
6237
|
|
|
|
|
|
|
'Asia/Macau' => { |
6238
|
|
|
|
|
|
|
exemplarCity => q#Macau#, |
6239
|
|
|
|
|
|
|
}, |
6240
|
|
|
|
|
|
|
'Asia/Magadan' => { |
6241
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
6242
|
|
|
|
|
|
|
}, |
6243
|
|
|
|
|
|
|
'Asia/Makassar' => { |
6244
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
6245
|
|
|
|
|
|
|
}, |
6246
|
|
|
|
|
|
|
'Asia/Manila' => { |
6247
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
6248
|
|
|
|
|
|
|
}, |
6249
|
|
|
|
|
|
|
'Asia/Muscat' => { |
6250
|
|
|
|
|
|
|
exemplarCity => q#Muskat#, |
6251
|
|
|
|
|
|
|
}, |
6252
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
6253
|
|
|
|
|
|
|
exemplarCity => q#Nicosia#, |
6254
|
|
|
|
|
|
|
}, |
6255
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
6256
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
6257
|
|
|
|
|
|
|
}, |
6258
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
6259
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
6260
|
|
|
|
|
|
|
}, |
6261
|
|
|
|
|
|
|
'Asia/Omsk' => { |
6262
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
6263
|
|
|
|
|
|
|
}, |
6264
|
|
|
|
|
|
|
'Asia/Oral' => { |
6265
|
|
|
|
|
|
|
exemplarCity => q#Oeral#, |
6266
|
|
|
|
|
|
|
}, |
6267
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
6268
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
6269
|
|
|
|
|
|
|
}, |
6270
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
6271
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
6272
|
|
|
|
|
|
|
}, |
6273
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
6274
|
|
|
|
|
|
|
exemplarCity => q#Pyongyang#, |
6275
|
|
|
|
|
|
|
}, |
6276
|
|
|
|
|
|
|
'Asia/Qatar' => { |
6277
|
|
|
|
|
|
|
exemplarCity => q#Katar#, |
6278
|
|
|
|
|
|
|
}, |
6279
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
6280
|
|
|
|
|
|
|
exemplarCity => q#Qyzylorda#, |
6281
|
|
|
|
|
|
|
}, |
6282
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
6283
|
|
|
|
|
|
|
exemplarCity => q#Rangoen#, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
6286
|
|
|
|
|
|
|
exemplarCity => q#Riaad#, |
6287
|
|
|
|
|
|
|
}, |
6288
|
|
|
|
|
|
|
'Asia/Saigon' => { |
6289
|
|
|
|
|
|
|
exemplarCity => q#Ho Tsji Minhstad#, |
6290
|
|
|
|
|
|
|
}, |
6291
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
6292
|
|
|
|
|
|
|
exemplarCity => q#Sakhalin#, |
6293
|
|
|
|
|
|
|
}, |
6294
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
6295
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
6296
|
|
|
|
|
|
|
}, |
6297
|
|
|
|
|
|
|
'Asia/Seoul' => { |
6298
|
|
|
|
|
|
|
exemplarCity => q#Seoel#, |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
6301
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
6302
|
|
|
|
|
|
|
}, |
6303
|
|
|
|
|
|
|
'Asia/Singapore' => { |
6304
|
|
|
|
|
|
|
exemplarCity => q#Singapoer#, |
6305
|
|
|
|
|
|
|
}, |
6306
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
6307
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
6308
|
|
|
|
|
|
|
}, |
6309
|
|
|
|
|
|
|
'Asia/Taipei' => { |
6310
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
6311
|
|
|
|
|
|
|
}, |
6312
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
6313
|
|
|
|
|
|
|
exemplarCity => q#Tashkent#, |
6314
|
|
|
|
|
|
|
}, |
6315
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
6316
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
6317
|
|
|
|
|
|
|
}, |
6318
|
|
|
|
|
|
|
'Asia/Tehran' => { |
6319
|
|
|
|
|
|
|
exemplarCity => q#Tehran#, |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
6322
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
6323
|
|
|
|
|
|
|
}, |
6324
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
6325
|
|
|
|
|
|
|
exemplarCity => q#Tokyo#, |
6326
|
|
|
|
|
|
|
}, |
6327
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
6328
|
|
|
|
|
|
|
exemplarCity => q#Ulaanbatar#, |
6329
|
|
|
|
|
|
|
}, |
6330
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
6331
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
6332
|
|
|
|
|
|
|
}, |
6333
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
6334
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
6335
|
|
|
|
|
|
|
}, |
6336
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
6337
|
|
|
|
|
|
|
exemplarCity => q#Vientiane#, |
6338
|
|
|
|
|
|
|
}, |
6339
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
6340
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
6341
|
|
|
|
|
|
|
}, |
6342
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
6343
|
|
|
|
|
|
|
exemplarCity => q#Jakoetsk#, |
6344
|
|
|
|
|
|
|
}, |
6345
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
6346
|
|
|
|
|
|
|
exemplarCity => q#Jekaterinburg#, |
6347
|
|
|
|
|
|
|
}, |
6348
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
6349
|
|
|
|
|
|
|
exemplarCity => q#Yerevan#, |
6350
|
|
|
|
|
|
|
}, |
6351
|
|
|
|
|
|
|
'Atlantic' => { |
6352
|
|
|
|
|
|
|
long => { |
6353
|
|
|
|
|
|
|
'daylight' => q(Atlantiese dagligtyd), |
6354
|
|
|
|
|
|
|
'generic' => q(Atlantiese tyd), |
6355
|
|
|
|
|
|
|
'standard' => q(Atlantiese standaardtyd), |
6356
|
|
|
|
|
|
|
}, |
6357
|
|
|
|
|
|
|
}, |
6358
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
6359
|
|
|
|
|
|
|
exemplarCity => q#Asore#, |
6360
|
|
|
|
|
|
|
}, |
6361
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
6362
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
6363
|
|
|
|
|
|
|
}, |
6364
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
6365
|
|
|
|
|
|
|
exemplarCity => q#Kanarie#, |
6366
|
|
|
|
|
|
|
}, |
6367
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
6368
|
|
|
|
|
|
|
exemplarCity => q#Kaap Verde#, |
6369
|
|
|
|
|
|
|
}, |
6370
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
6371
|
|
|
|
|
|
|
exemplarCity => q#Faroe#, |
6372
|
|
|
|
|
|
|
}, |
6373
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
6374
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
6375
|
|
|
|
|
|
|
}, |
6376
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
6377
|
|
|
|
|
|
|
exemplarCity => q#Reykjavik#, |
6378
|
|
|
|
|
|
|
}, |
6379
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
6380
|
|
|
|
|
|
|
exemplarCity => q#Suid-Georgië#, |
6381
|
|
|
|
|
|
|
}, |
6382
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
6383
|
|
|
|
|
|
|
exemplarCity => q#St. Helena#, |
6384
|
|
|
|
|
|
|
}, |
6385
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
6386
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
6387
|
|
|
|
|
|
|
}, |
6388
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
6389
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
6390
|
|
|
|
|
|
|
}, |
6391
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
6392
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
6393
|
|
|
|
|
|
|
}, |
6394
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
6395
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
6396
|
|
|
|
|
|
|
}, |
6397
|
|
|
|
|
|
|
'Australia/Currie' => { |
6398
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
6399
|
|
|
|
|
|
|
}, |
6400
|
|
|
|
|
|
|
'Australia/Darwin' => { |
6401
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
6402
|
|
|
|
|
|
|
}, |
6403
|
|
|
|
|
|
|
'Australia/Eucla' => { |
6404
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
6405
|
|
|
|
|
|
|
}, |
6406
|
|
|
|
|
|
|
'Australia/Hobart' => { |
6407
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
6408
|
|
|
|
|
|
|
}, |
6409
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
6410
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
6411
|
|
|
|
|
|
|
}, |
6412
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
6413
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
6414
|
|
|
|
|
|
|
}, |
6415
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
6416
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
6417
|
|
|
|
|
|
|
}, |
6418
|
|
|
|
|
|
|
'Australia/Perth' => { |
6419
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
6420
|
|
|
|
|
|
|
}, |
6421
|
|
|
|
|
|
|
'Australia/Sydney' => { |
6422
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
6423
|
|
|
|
|
|
|
}, |
6424
|
|
|
|
|
|
|
'Australia_Central' => { |
6425
|
|
|
|
|
|
|
long => { |
6426
|
|
|
|
|
|
|
'daylight' => q(Australiese sentrale dagligtyd), |
6427
|
|
|
|
|
|
|
'generic' => q(Sentraal-Australië-tyd), |
6428
|
|
|
|
|
|
|
'standard' => q(Australiese sentraal-standaardtyd), |
6429
|
|
|
|
|
|
|
}, |
6430
|
|
|
|
|
|
|
}, |
6431
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
6432
|
|
|
|
|
|
|
long => { |
6433
|
|
|
|
|
|
|
'daylight' => q(Australiese sentraal-Westelike dagligtyd), |
6434
|
|
|
|
|
|
|
'generic' => q(Australiese sentraal-Westelike tyd), |
6435
|
|
|
|
|
|
|
'standard' => q(Australiese sentraal-Westelike standaard-tyd), |
6436
|
|
|
|
|
|
|
}, |
6437
|
|
|
|
|
|
|
}, |
6438
|
|
|
|
|
|
|
'Australia_Eastern' => { |
6439
|
|
|
|
|
|
|
long => { |
6440
|
|
|
|
|
|
|
'daylight' => q(Australiese Oostelike dagligtyd), |
6441
|
|
|
|
|
|
|
'generic' => q(Oostelike Australiese tyd), |
6442
|
|
|
|
|
|
|
'standard' => q(Australiese Oostelike standaardtyd), |
6443
|
|
|
|
|
|
|
}, |
6444
|
|
|
|
|
|
|
}, |
6445
|
|
|
|
|
|
|
'Australia_Western' => { |
6446
|
|
|
|
|
|
|
long => { |
6447
|
|
|
|
|
|
|
'daylight' => q(Australiese Westelike dagligtyd), |
6448
|
|
|
|
|
|
|
'generic' => q(Westelike Australië-tyd), |
6449
|
|
|
|
|
|
|
'standard' => q(Australiese Westelike standaardtyd), |
6450
|
|
|
|
|
|
|
}, |
6451
|
|
|
|
|
|
|
}, |
6452
|
|
|
|
|
|
|
'Azerbaijan' => { |
6453
|
|
|
|
|
|
|
long => { |
6454
|
|
|
|
|
|
|
'daylight' => q(Aserbeidjan-somertyd), |
6455
|
|
|
|
|
|
|
'generic' => q(Aserbeidjan-tyd), |
6456
|
|
|
|
|
|
|
'standard' => q(Aserbeidjan-standaardtyd), |
6457
|
|
|
|
|
|
|
}, |
6458
|
|
|
|
|
|
|
}, |
6459
|
|
|
|
|
|
|
'Azores' => { |
6460
|
|
|
|
|
|
|
long => { |
6461
|
|
|
|
|
|
|
'daylight' => q(Asore-somertyd), |
6462
|
|
|
|
|
|
|
'generic' => q(Asore-tyd), |
6463
|
|
|
|
|
|
|
'standard' => q(Asore-standaardtyd), |
6464
|
|
|
|
|
|
|
}, |
6465
|
|
|
|
|
|
|
}, |
6466
|
|
|
|
|
|
|
'Bangladesh' => { |
6467
|
|
|
|
|
|
|
long => { |
6468
|
|
|
|
|
|
|
'daylight' => q(Bangladesj-somertyd), |
6469
|
|
|
|
|
|
|
'generic' => q(Bangladesj-tyd), |
6470
|
|
|
|
|
|
|
'standard' => q(Bangladesj-standaardtyd), |
6471
|
|
|
|
|
|
|
}, |
6472
|
|
|
|
|
|
|
}, |
6473
|
|
|
|
|
|
|
'Bhutan' => { |
6474
|
|
|
|
|
|
|
long => { |
6475
|
|
|
|
|
|
|
'standard' => q(Bhoetan-tyd), |
6476
|
|
|
|
|
|
|
}, |
6477
|
|
|
|
|
|
|
}, |
6478
|
|
|
|
|
|
|
'Bolivia' => { |
6479
|
|
|
|
|
|
|
long => { |
6480
|
|
|
|
|
|
|
'standard' => q(Bolivia-tyd), |
6481
|
|
|
|
|
|
|
}, |
6482
|
|
|
|
|
|
|
}, |
6483
|
|
|
|
|
|
|
'Brasilia' => { |
6484
|
|
|
|
|
|
|
long => { |
6485
|
|
|
|
|
|
|
'daylight' => q(Brasilië somertyd), |
6486
|
|
|
|
|
|
|
'generic' => q(Brasilië-tyd), |
6487
|
|
|
|
|
|
|
'standard' => q(Brasilië-standaardtyd), |
6488
|
|
|
|
|
|
|
}, |
6489
|
|
|
|
|
|
|
}, |
6490
|
|
|
|
|
|
|
'Brunei' => { |
6491
|
|
|
|
|
|
|
long => { |
6492
|
|
|
|
|
|
|
'standard' => q(Broenei Darussalam-tyd), |
6493
|
|
|
|
|
|
|
}, |
6494
|
|
|
|
|
|
|
}, |
6495
|
|
|
|
|
|
|
'Cape_Verde' => { |
6496
|
|
|
|
|
|
|
long => { |
6497
|
|
|
|
|
|
|
'daylight' => q(Kaap Verde-somertyd), |
6498
|
|
|
|
|
|
|
'generic' => q(Kaap Verde-tyd), |
6499
|
|
|
|
|
|
|
'standard' => q(Kaap Verde-standaardtyd), |
6500
|
|
|
|
|
|
|
}, |
6501
|
|
|
|
|
|
|
}, |
6502
|
|
|
|
|
|
|
'Chamorro' => { |
6503
|
|
|
|
|
|
|
long => { |
6504
|
|
|
|
|
|
|
'standard' => q(Chamorro-standaardtyd), |
6505
|
|
|
|
|
|
|
}, |
6506
|
|
|
|
|
|
|
}, |
6507
|
|
|
|
|
|
|
'Chatham' => { |
6508
|
|
|
|
|
|
|
long => { |
6509
|
|
|
|
|
|
|
'daylight' => q(Chatham-dagligtyd), |
6510
|
|
|
|
|
|
|
'generic' => q(Chatham-tyd), |
6511
|
|
|
|
|
|
|
'standard' => q(Chatham-standaardtyd), |
6512
|
|
|
|
|
|
|
}, |
6513
|
|
|
|
|
|
|
}, |
6514
|
|
|
|
|
|
|
'Chile' => { |
6515
|
|
|
|
|
|
|
long => { |
6516
|
|
|
|
|
|
|
'daylight' => q(Chili-somertyd), |
6517
|
|
|
|
|
|
|
'generic' => q(Chili-tyd), |
6518
|
|
|
|
|
|
|
'standard' => q(Chili-standaardtyd), |
6519
|
|
|
|
|
|
|
}, |
6520
|
|
|
|
|
|
|
}, |
6521
|
|
|
|
|
|
|
'China' => { |
6522
|
|
|
|
|
|
|
long => { |
6523
|
|
|
|
|
|
|
'daylight' => q(China-dagligtyd), |
6524
|
|
|
|
|
|
|
'generic' => q(China-tyd), |
6525
|
|
|
|
|
|
|
'standard' => q(China-standaardtyd), |
6526
|
|
|
|
|
|
|
}, |
6527
|
|
|
|
|
|
|
}, |
6528
|
|
|
|
|
|
|
'Choibalsan' => { |
6529
|
|
|
|
|
|
|
long => { |
6530
|
|
|
|
|
|
|
'daylight' => q(Choibalsan-somertyd), |
6531
|
|
|
|
|
|
|
'generic' => q(Choibalsan-tyd), |
6532
|
|
|
|
|
|
|
'standard' => q(Choibalsan-standaardtyd), |
6533
|
|
|
|
|
|
|
}, |
6534
|
|
|
|
|
|
|
}, |
6535
|
|
|
|
|
|
|
'Christmas' => { |
6536
|
|
|
|
|
|
|
long => { |
6537
|
|
|
|
|
|
|
'standard' => q(Kersfeeseiland-tyd), |
6538
|
|
|
|
|
|
|
}, |
6539
|
|
|
|
|
|
|
}, |
6540
|
|
|
|
|
|
|
'Cocos' => { |
6541
|
|
|
|
|
|
|
long => { |
6542
|
|
|
|
|
|
|
'standard' => q(Cocoseilande-tyd), |
6543
|
|
|
|
|
|
|
}, |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
'Colombia' => { |
6546
|
|
|
|
|
|
|
long => { |
6547
|
|
|
|
|
|
|
'daylight' => q(Colombië-somertyd), |
6548
|
|
|
|
|
|
|
'generic' => q(Colombië-tyd), |
6549
|
|
|
|
|
|
|
'standard' => q(Colombië-standaardtyd), |
6550
|
|
|
|
|
|
|
}, |
6551
|
|
|
|
|
|
|
}, |
6552
|
|
|
|
|
|
|
'Cook' => { |
6553
|
|
|
|
|
|
|
long => { |
6554
|
|
|
|
|
|
|
'daylight' => q(Cookeilande-halfsomertyd), |
6555
|
|
|
|
|
|
|
'generic' => q(Cookeilande-tyd), |
6556
|
|
|
|
|
|
|
'standard' => q(Cookeilande-standaardtyd), |
6557
|
|
|
|
|
|
|
}, |
6558
|
|
|
|
|
|
|
}, |
6559
|
|
|
|
|
|
|
'Cuba' => { |
6560
|
|
|
|
|
|
|
long => { |
6561
|
|
|
|
|
|
|
'daylight' => q(Kuba-dagligtyd), |
6562
|
|
|
|
|
|
|
'generic' => q(Kuba-tyd), |
6563
|
|
|
|
|
|
|
'standard' => q(Kuba-standaardtyd), |
6564
|
|
|
|
|
|
|
}, |
6565
|
|
|
|
|
|
|
}, |
6566
|
|
|
|
|
|
|
'Davis' => { |
6567
|
|
|
|
|
|
|
long => { |
6568
|
|
|
|
|
|
|
'standard' => q(Davis-tyd), |
6569
|
|
|
|
|
|
|
}, |
6570
|
|
|
|
|
|
|
}, |
6571
|
|
|
|
|
|
|
'DumontDUrville' => { |
6572
|
|
|
|
|
|
|
long => { |
6573
|
|
|
|
|
|
|
'standard' => q(Dumont-dâUrville-tyd), |
6574
|
|
|
|
|
|
|
}, |
6575
|
|
|
|
|
|
|
}, |
6576
|
|
|
|
|
|
|
'East_Timor' => { |
6577
|
|
|
|
|
|
|
long => { |
6578
|
|
|
|
|
|
|
'standard' => q(Oos-Timor-tyd), |
6579
|
|
|
|
|
|
|
}, |
6580
|
|
|
|
|
|
|
}, |
6581
|
|
|
|
|
|
|
'Easter' => { |
6582
|
|
|
|
|
|
|
long => { |
6583
|
|
|
|
|
|
|
'daylight' => q(Paaseiland-somertyd), |
6584
|
|
|
|
|
|
|
'generic' => q(Paaseiland-tyd), |
6585
|
|
|
|
|
|
|
'standard' => q(Paaseiland-standaardtyd), |
6586
|
|
|
|
|
|
|
}, |
6587
|
|
|
|
|
|
|
}, |
6588
|
|
|
|
|
|
|
'Ecuador' => { |
6589
|
|
|
|
|
|
|
long => { |
6590
|
|
|
|
|
|
|
'standard' => q(Ecuador-tyd), |
6591
|
|
|
|
|
|
|
}, |
6592
|
|
|
|
|
|
|
}, |
6593
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6594
|
|
|
|
|
|
|
exemplarCity => q#Onbekende stad#, |
6595
|
|
|
|
|
|
|
}, |
6596
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
6597
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
6598
|
|
|
|
|
|
|
}, |
6599
|
|
|
|
|
|
|
'Europe/Andorra' => { |
6600
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
6601
|
|
|
|
|
|
|
}, |
6602
|
|
|
|
|
|
|
'Europe/Athens' => { |
6603
|
|
|
|
|
|
|
exemplarCity => q#Athene#, |
6604
|
|
|
|
|
|
|
}, |
6605
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6606
|
|
|
|
|
|
|
exemplarCity => q#Belgrade#, |
6607
|
|
|
|
|
|
|
}, |
6608
|
|
|
|
|
|
|
'Europe/Berlin' => { |
6609
|
|
|
|
|
|
|
exemplarCity => q#Berlyn#, |
6610
|
|
|
|
|
|
|
}, |
6611
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
6612
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
6613
|
|
|
|
|
|
|
}, |
6614
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6615
|
|
|
|
|
|
|
exemplarCity => q#Brussel#, |
6616
|
|
|
|
|
|
|
}, |
6617
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6618
|
|
|
|
|
|
|
exemplarCity => q#Boekarest#, |
6619
|
|
|
|
|
|
|
}, |
6620
|
|
|
|
|
|
|
'Europe/Budapest' => { |
6621
|
|
|
|
|
|
|
exemplarCity => q#Boedapest#, |
6622
|
|
|
|
|
|
|
}, |
6623
|
|
|
|
|
|
|
'Europe/Busingen' => { |
6624
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
6625
|
|
|
|
|
|
|
}, |
6626
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6627
|
|
|
|
|
|
|
exemplarCity => q#Chisinau#, |
6628
|
|
|
|
|
|
|
}, |
6629
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6630
|
|
|
|
|
|
|
exemplarCity => q#Kopenhagen#, |
6631
|
|
|
|
|
|
|
}, |
6632
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6633
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
6634
|
|
|
|
|
|
|
long => { |
6635
|
|
|
|
|
|
|
'daylight' => q(Ierse standaardtyd), |
6636
|
|
|
|
|
|
|
}, |
6637
|
|
|
|
|
|
|
}, |
6638
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
6639
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
6640
|
|
|
|
|
|
|
}, |
6641
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
6642
|
|
|
|
|
|
|
exemplarCity => q#Guernsey#, |
6643
|
|
|
|
|
|
|
}, |
6644
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
6645
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
6646
|
|
|
|
|
|
|
}, |
6647
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
6648
|
|
|
|
|
|
|
exemplarCity => q#Eiland Man#, |
6649
|
|
|
|
|
|
|
}, |
6650
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
6651
|
|
|
|
|
|
|
exemplarCity => q#Istanbul#, |
6652
|
|
|
|
|
|
|
}, |
6653
|
|
|
|
|
|
|
'Europe/Jersey' => { |
6654
|
|
|
|
|
|
|
exemplarCity => q#Jersey#, |
6655
|
|
|
|
|
|
|
}, |
6656
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
6657
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
6658
|
|
|
|
|
|
|
}, |
6659
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6660
|
|
|
|
|
|
|
exemplarCity => q#Kiëf#, |
6661
|
|
|
|
|
|
|
}, |
6662
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6663
|
|
|
|
|
|
|
exemplarCity => q#Lissabon#, |
6664
|
|
|
|
|
|
|
}, |
6665
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
6666
|
|
|
|
|
|
|
exemplarCity => q#Ljubljana#, |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
'Europe/London' => { |
6669
|
|
|
|
|
|
|
exemplarCity => q#Londen#, |
6670
|
|
|
|
|
|
|
long => { |
6671
|
|
|
|
|
|
|
'daylight' => q(Britse somertyd), |
6672
|
|
|
|
|
|
|
}, |
6673
|
|
|
|
|
|
|
}, |
6674
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6675
|
|
|
|
|
|
|
exemplarCity => q#Luxemburg#, |
6676
|
|
|
|
|
|
|
}, |
6677
|
|
|
|
|
|
|
'Europe/Madrid' => { |
6678
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
6679
|
|
|
|
|
|
|
}, |
6680
|
|
|
|
|
|
|
'Europe/Malta' => { |
6681
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
6682
|
|
|
|
|
|
|
}, |
6683
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
6684
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
6685
|
|
|
|
|
|
|
}, |
6686
|
|
|
|
|
|
|
'Europe/Minsk' => { |
6687
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
6688
|
|
|
|
|
|
|
}, |
6689
|
|
|
|
|
|
|
'Europe/Monaco' => { |
6690
|
|
|
|
|
|
|
exemplarCity => q#Monaco#, |
6691
|
|
|
|
|
|
|
}, |
6692
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6693
|
|
|
|
|
|
|
exemplarCity => q#Moskou#, |
6694
|
|
|
|
|
|
|
}, |
6695
|
|
|
|
|
|
|
'Europe/Oslo' => { |
6696
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
6697
|
|
|
|
|
|
|
}, |
6698
|
|
|
|
|
|
|
'Europe/Paris' => { |
6699
|
|
|
|
|
|
|
exemplarCity => q#Parys#, |
6700
|
|
|
|
|
|
|
}, |
6701
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
6702
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
6703
|
|
|
|
|
|
|
}, |
6704
|
|
|
|
|
|
|
'Europe/Prague' => { |
6705
|
|
|
|
|
|
|
exemplarCity => q#Praag#, |
6706
|
|
|
|
|
|
|
}, |
6707
|
|
|
|
|
|
|
'Europe/Riga' => { |
6708
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
6709
|
|
|
|
|
|
|
}, |
6710
|
|
|
|
|
|
|
'Europe/Rome' => { |
6711
|
|
|
|
|
|
|
exemplarCity => q#Rome#, |
6712
|
|
|
|
|
|
|
}, |
6713
|
|
|
|
|
|
|
'Europe/Samara' => { |
6714
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
6715
|
|
|
|
|
|
|
}, |
6716
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
6717
|
|
|
|
|
|
|
exemplarCity => q#San Marino#, |
6718
|
|
|
|
|
|
|
}, |
6719
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
6720
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
6721
|
|
|
|
|
|
|
}, |
6722
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
6723
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
6724
|
|
|
|
|
|
|
}, |
6725
|
|
|
|
|
|
|
'Europe/Skopje' => { |
6726
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
6727
|
|
|
|
|
|
|
}, |
6728
|
|
|
|
|
|
|
'Europe/Sofia' => { |
6729
|
|
|
|
|
|
|
exemplarCity => q#Sofia#, |
6730
|
|
|
|
|
|
|
}, |
6731
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
6732
|
|
|
|
|
|
|
exemplarCity => q#Stockholm#, |
6733
|
|
|
|
|
|
|
}, |
6734
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
6735
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
6736
|
|
|
|
|
|
|
}, |
6737
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6738
|
|
|
|
|
|
|
exemplarCity => q#Tirane#, |
6739
|
|
|
|
|
|
|
}, |
6740
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6741
|
|
|
|
|
|
|
exemplarCity => q#Uzhgorod#, |
6742
|
|
|
|
|
|
|
}, |
6743
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
6744
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
6745
|
|
|
|
|
|
|
}, |
6746
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6747
|
|
|
|
|
|
|
exemplarCity => q#Vatikaanstad#, |
6748
|
|
|
|
|
|
|
}, |
6749
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6750
|
|
|
|
|
|
|
exemplarCity => q#Wene#, |
6751
|
|
|
|
|
|
|
}, |
6752
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6753
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
6754
|
|
|
|
|
|
|
}, |
6755
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6756
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
6757
|
|
|
|
|
|
|
}, |
6758
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6759
|
|
|
|
|
|
|
exemplarCity => q#Warskou#, |
6760
|
|
|
|
|
|
|
}, |
6761
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
6762
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
6763
|
|
|
|
|
|
|
}, |
6764
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6765
|
|
|
|
|
|
|
exemplarCity => q#Zaporozhye#, |
6766
|
|
|
|
|
|
|
}, |
6767
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6768
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
6769
|
|
|
|
|
|
|
}, |
6770
|
|
|
|
|
|
|
'Europe_Central' => { |
6771
|
|
|
|
|
|
|
long => { |
6772
|
|
|
|
|
|
|
'daylight' => q(Sentraal-Europese somertyd), |
6773
|
|
|
|
|
|
|
'generic' => q(Sentraal-Europese tyd), |
6774
|
|
|
|
|
|
|
'standard' => q(Sentraal-Europese standaardtyd), |
6775
|
|
|
|
|
|
|
}, |
6776
|
|
|
|
|
|
|
}, |
6777
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6778
|
|
|
|
|
|
|
long => { |
6779
|
|
|
|
|
|
|
'daylight' => q(Oos-Europese somertyd), |
6780
|
|
|
|
|
|
|
'generic' => q(Oos-Europese tyd), |
6781
|
|
|
|
|
|
|
'standard' => q(Oos-Europese standaardtyd), |
6782
|
|
|
|
|
|
|
}, |
6783
|
|
|
|
|
|
|
}, |
6784
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
6785
|
|
|
|
|
|
|
long => { |
6786
|
|
|
|
|
|
|
'standard' => q(Verder-oosterse Europese Tyd), |
6787
|
|
|
|
|
|
|
}, |
6788
|
|
|
|
|
|
|
}, |
6789
|
|
|
|
|
|
|
'Europe_Western' => { |
6790
|
|
|
|
|
|
|
long => { |
6791
|
|
|
|
|
|
|
'daylight' => q(Wes-Europese somertyd), |
6792
|
|
|
|
|
|
|
'generic' => q(Wes-Europese tyd), |
6793
|
|
|
|
|
|
|
'standard' => q(Wes-Europese standaardtyd), |
6794
|
|
|
|
|
|
|
}, |
6795
|
|
|
|
|
|
|
}, |
6796
|
|
|
|
|
|
|
'Falkland' => { |
6797
|
|
|
|
|
|
|
long => { |
6798
|
|
|
|
|
|
|
'daylight' => q(Falklandeilande-somertyd), |
6799
|
|
|
|
|
|
|
'generic' => q(Falklandeilande-tyd), |
6800
|
|
|
|
|
|
|
'standard' => q(Falklandeilande-standaardtyd), |
6801
|
|
|
|
|
|
|
}, |
6802
|
|
|
|
|
|
|
}, |
6803
|
|
|
|
|
|
|
'Fiji' => { |
6804
|
|
|
|
|
|
|
long => { |
6805
|
|
|
|
|
|
|
'daylight' => q(Fidji-somertyd), |
6806
|
|
|
|
|
|
|
'generic' => q(Fidji-tyd), |
6807
|
|
|
|
|
|
|
'standard' => q(Fidji-standaardtyd), |
6808
|
|
|
|
|
|
|
}, |
6809
|
|
|
|
|
|
|
}, |
6810
|
|
|
|
|
|
|
'French_Guiana' => { |
6811
|
|
|
|
|
|
|
long => { |
6812
|
|
|
|
|
|
|
'standard' => q(Frans-Guiana-tyd), |
6813
|
|
|
|
|
|
|
}, |
6814
|
|
|
|
|
|
|
}, |
6815
|
|
|
|
|
|
|
'French_Southern' => { |
6816
|
|
|
|
|
|
|
long => { |
6817
|
|
|
|
|
|
|
'standard' => q(Franse Suider- en Antarktiese tyd), |
6818
|
|
|
|
|
|
|
}, |
6819
|
|
|
|
|
|
|
}, |
6820
|
|
|
|
|
|
|
'GMT' => { |
6821
|
|
|
|
|
|
|
long => { |
6822
|
|
|
|
|
|
|
'standard' => q(Greenwich-mediaantyd), |
6823
|
|
|
|
|
|
|
}, |
6824
|
|
|
|
|
|
|
}, |
6825
|
|
|
|
|
|
|
'Galapagos' => { |
6826
|
|
|
|
|
|
|
long => { |
6827
|
|
|
|
|
|
|
'standard' => q(Galapagos-tyd), |
6828
|
|
|
|
|
|
|
}, |
6829
|
|
|
|
|
|
|
}, |
6830
|
|
|
|
|
|
|
'Gambier' => { |
6831
|
|
|
|
|
|
|
long => { |
6832
|
|
|
|
|
|
|
'standard' => q(Gambier-tyd), |
6833
|
|
|
|
|
|
|
}, |
6834
|
|
|
|
|
|
|
}, |
6835
|
|
|
|
|
|
|
'Georgia' => { |
6836
|
|
|
|
|
|
|
long => { |
6837
|
|
|
|
|
|
|
'daylight' => q(Georgië-somertyd), |
6838
|
|
|
|
|
|
|
'generic' => q(Georgië-tyd), |
6839
|
|
|
|
|
|
|
'standard' => q(Georgië-standaardtyd), |
6840
|
|
|
|
|
|
|
}, |
6841
|
|
|
|
|
|
|
}, |
6842
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6843
|
|
|
|
|
|
|
long => { |
6844
|
|
|
|
|
|
|
'standard' => q(Gilberteilande-tyd), |
6845
|
|
|
|
|
|
|
}, |
6846
|
|
|
|
|
|
|
}, |
6847
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6848
|
|
|
|
|
|
|
long => { |
6849
|
|
|
|
|
|
|
'daylight' => q(Oos-Groenland-somertyd), |
6850
|
|
|
|
|
|
|
'generic' => q(Oos-Groenland-tyd), |
6851
|
|
|
|
|
|
|
'standard' => q(Oos-Groenland-standaardtyd), |
6852
|
|
|
|
|
|
|
}, |
6853
|
|
|
|
|
|
|
}, |
6854
|
|
|
|
|
|
|
'Greenland_Western' => { |
6855
|
|
|
|
|
|
|
long => { |
6856
|
|
|
|
|
|
|
'daylight' => q(Wes-Groenland-somertyd), |
6857
|
|
|
|
|
|
|
'generic' => q(Wes-Groenland-tyd), |
6858
|
|
|
|
|
|
|
'standard' => q(Wes-Groenland-standaardtyd), |
6859
|
|
|
|
|
|
|
}, |
6860
|
|
|
|
|
|
|
}, |
6861
|
|
|
|
|
|
|
'Gulf' => { |
6862
|
|
|
|
|
|
|
long => { |
6863
|
|
|
|
|
|
|
'standard' => q(Golf-standaardtyd), |
6864
|
|
|
|
|
|
|
}, |
6865
|
|
|
|
|
|
|
}, |
6866
|
|
|
|
|
|
|
'Guyana' => { |
6867
|
|
|
|
|
|
|
long => { |
6868
|
|
|
|
|
|
|
'standard' => q(Guyana-tyd), |
6869
|
|
|
|
|
|
|
}, |
6870
|
|
|
|
|
|
|
}, |
6871
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6872
|
|
|
|
|
|
|
long => { |
6873
|
|
|
|
|
|
|
'daylight' => q(Hawaii-Aleusiër-dagligtyd), |
6874
|
|
|
|
|
|
|
'generic' => q(Hawaii-Aleusiër-tyd), |
6875
|
|
|
|
|
|
|
'standard' => q(Hawaii-Aleusiër-standaardtyd), |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
}, |
6878
|
|
|
|
|
|
|
'Hong_Kong' => { |
6879
|
|
|
|
|
|
|
long => { |
6880
|
|
|
|
|
|
|
'daylight' => q(Hongkong-somertyd), |
6881
|
|
|
|
|
|
|
'generic' => q(Hongkong-tyd), |
6882
|
|
|
|
|
|
|
'standard' => q(Hongkong-standaardtyd), |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
}, |
6885
|
|
|
|
|
|
|
'Hovd' => { |
6886
|
|
|
|
|
|
|
long => { |
6887
|
|
|
|
|
|
|
'daylight' => q(Hovd-somertyd), |
6888
|
|
|
|
|
|
|
'generic' => q(Hovd-tyd), |
6889
|
|
|
|
|
|
|
'standard' => q(Hovd-standaardtyd), |
6890
|
|
|
|
|
|
|
}, |
6891
|
|
|
|
|
|
|
}, |
6892
|
|
|
|
|
|
|
'India' => { |
6893
|
|
|
|
|
|
|
long => { |
6894
|
|
|
|
|
|
|
'standard' => q(Indië-standaardtyd), |
6895
|
|
|
|
|
|
|
}, |
6896
|
|
|
|
|
|
|
}, |
6897
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
6898
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
6899
|
|
|
|
|
|
|
}, |
6900
|
|
|
|
|
|
|
'Indian/Chagos' => { |
6901
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
6902
|
|
|
|
|
|
|
}, |
6903
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6904
|
|
|
|
|
|
|
exemplarCity => q#Kers#, |
6905
|
|
|
|
|
|
|
}, |
6906
|
|
|
|
|
|
|
'Indian/Cocos' => { |
6907
|
|
|
|
|
|
|
exemplarCity => q#Kokos#, |
6908
|
|
|
|
|
|
|
}, |
6909
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6910
|
|
|
|
|
|
|
exemplarCity => q#Comore#, |
6911
|
|
|
|
|
|
|
}, |
6912
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
6913
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
6914
|
|
|
|
|
|
|
}, |
6915
|
|
|
|
|
|
|
'Indian/Mahe' => { |
6916
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
6917
|
|
|
|
|
|
|
}, |
6918
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6919
|
|
|
|
|
|
|
exemplarCity => q#Maledive#, |
6920
|
|
|
|
|
|
|
}, |
6921
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
6922
|
|
|
|
|
|
|
exemplarCity => q#Mauritius#, |
6923
|
|
|
|
|
|
|
}, |
6924
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
6925
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
6926
|
|
|
|
|
|
|
}, |
6927
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6928
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
6929
|
|
|
|
|
|
|
}, |
6930
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6931
|
|
|
|
|
|
|
long => { |
6932
|
|
|
|
|
|
|
'standard' => q(Indiese Oseaan-tyd), |
6933
|
|
|
|
|
|
|
}, |
6934
|
|
|
|
|
|
|
}, |
6935
|
|
|
|
|
|
|
'Indochina' => { |
6936
|
|
|
|
|
|
|
long => { |
6937
|
|
|
|
|
|
|
'standard' => q(Indosjina-tyd), |
6938
|
|
|
|
|
|
|
}, |
6939
|
|
|
|
|
|
|
}, |
6940
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6941
|
|
|
|
|
|
|
long => { |
6942
|
|
|
|
|
|
|
'standard' => q(Sentraal Indonesië-tyd), |
6943
|
|
|
|
|
|
|
}, |
6944
|
|
|
|
|
|
|
}, |
6945
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6946
|
|
|
|
|
|
|
long => { |
6947
|
|
|
|
|
|
|
'standard' => q(Oos-Indonesië-tyd), |
6948
|
|
|
|
|
|
|
}, |
6949
|
|
|
|
|
|
|
}, |
6950
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6951
|
|
|
|
|
|
|
long => { |
6952
|
|
|
|
|
|
|
'standard' => q(Wes-Indonesië-tyd), |
6953
|
|
|
|
|
|
|
}, |
6954
|
|
|
|
|
|
|
}, |
6955
|
|
|
|
|
|
|
'Iran' => { |
6956
|
|
|
|
|
|
|
long => { |
6957
|
|
|
|
|
|
|
'daylight' => q(Iran-dagligtyd), |
6958
|
|
|
|
|
|
|
'generic' => q(Iran-tyd), |
6959
|
|
|
|
|
|
|
'standard' => q(Iran-standaardtyd), |
6960
|
|
|
|
|
|
|
}, |
6961
|
|
|
|
|
|
|
}, |
6962
|
|
|
|
|
|
|
'Irkutsk' => { |
6963
|
|
|
|
|
|
|
long => { |
6964
|
|
|
|
|
|
|
'daylight' => q(Irkutsk-somertyd), |
6965
|
|
|
|
|
|
|
'generic' => q(Irkutsk-tyd), |
6966
|
|
|
|
|
|
|
'standard' => q(Irkutsk-standaardtyd), |
6967
|
|
|
|
|
|
|
}, |
6968
|
|
|
|
|
|
|
}, |
6969
|
|
|
|
|
|
|
'Israel' => { |
6970
|
|
|
|
|
|
|
long => { |
6971
|
|
|
|
|
|
|
'daylight' => q(Israel-dagligtyd), |
6972
|
|
|
|
|
|
|
'generic' => q(Israel-tyd), |
6973
|
|
|
|
|
|
|
'standard' => q(Israel-standaardtyd), |
6974
|
|
|
|
|
|
|
}, |
6975
|
|
|
|
|
|
|
}, |
6976
|
|
|
|
|
|
|
'Japan' => { |
6977
|
|
|
|
|
|
|
long => { |
6978
|
|
|
|
|
|
|
'daylight' => q(Japan-dagligtyd), |
6979
|
|
|
|
|
|
|
'generic' => q(Japan-tyd), |
6980
|
|
|
|
|
|
|
'standard' => q(Japan-standaardtyd), |
6981
|
|
|
|
|
|
|
}, |
6982
|
|
|
|
|
|
|
}, |
6983
|
|
|
|
|
|
|
'Kamchatka' => { |
6984
|
|
|
|
|
|
|
long => { |
6985
|
|
|
|
|
|
|
'daylight' => q(Petropavlovsk-Kamchatski-somertyd), |
6986
|
|
|
|
|
|
|
'generic' => q(Petropavlovsk-Kamchatski-tyd), |
6987
|
|
|
|
|
|
|
'standard' => q(Petropavlovsk-Kamchatski-standaardtyd), |
6988
|
|
|
|
|
|
|
}, |
6989
|
|
|
|
|
|
|
}, |
6990
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6991
|
|
|
|
|
|
|
long => { |
6992
|
|
|
|
|
|
|
'standard' => q(Oos-Kazakstan-tyd), |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
}, |
6995
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6996
|
|
|
|
|
|
|
long => { |
6997
|
|
|
|
|
|
|
'standard' => q(Wes-Kazakstan-tyd), |
6998
|
|
|
|
|
|
|
}, |
6999
|
|
|
|
|
|
|
}, |
7000
|
|
|
|
|
|
|
'Korea' => { |
7001
|
|
|
|
|
|
|
long => { |
7002
|
|
|
|
|
|
|
'daylight' => q(Koreaanse dagligtyd), |
7003
|
|
|
|
|
|
|
'generic' => q(Koreaanse tyd), |
7004
|
|
|
|
|
|
|
'standard' => q(Koreaanse standaardtyd), |
7005
|
|
|
|
|
|
|
}, |
7006
|
|
|
|
|
|
|
}, |
7007
|
|
|
|
|
|
|
'Kosrae' => { |
7008
|
|
|
|
|
|
|
long => { |
7009
|
|
|
|
|
|
|
'standard' => q(Kosrae-tyd), |
7010
|
|
|
|
|
|
|
}, |
7011
|
|
|
|
|
|
|
}, |
7012
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
7013
|
|
|
|
|
|
|
long => { |
7014
|
|
|
|
|
|
|
'daylight' => q(Krasnojarsk-somertyd), |
7015
|
|
|
|
|
|
|
'generic' => q(Krasnojarsk-tyd), |
7016
|
|
|
|
|
|
|
'standard' => q(Krasnojarsk-standaardtyd), |
7017
|
|
|
|
|
|
|
}, |
7018
|
|
|
|
|
|
|
}, |
7019
|
|
|
|
|
|
|
'Kyrgystan' => { |
7020
|
|
|
|
|
|
|
long => { |
7021
|
|
|
|
|
|
|
'standard' => q(Kirgistan-tyd), |
7022
|
|
|
|
|
|
|
}, |
7023
|
|
|
|
|
|
|
}, |
7024
|
|
|
|
|
|
|
'Line_Islands' => { |
7025
|
|
|
|
|
|
|
long => { |
7026
|
|
|
|
|
|
|
'standard' => q(Line-eilande-tyd), |
7027
|
|
|
|
|
|
|
}, |
7028
|
|
|
|
|
|
|
}, |
7029
|
|
|
|
|
|
|
'Lord_Howe' => { |
7030
|
|
|
|
|
|
|
long => { |
7031
|
|
|
|
|
|
|
'daylight' => q(Lord Howe-dagligtyd), |
7032
|
|
|
|
|
|
|
'generic' => q(Lord Howe-tyd), |
7033
|
|
|
|
|
|
|
'standard' => q(Lord Howe-standaardtyd), |
7034
|
|
|
|
|
|
|
}, |
7035
|
|
|
|
|
|
|
}, |
7036
|
|
|
|
|
|
|
'Macquarie' => { |
7037
|
|
|
|
|
|
|
long => { |
7038
|
|
|
|
|
|
|
'standard' => q(Macquarie-eiland-tyd), |
7039
|
|
|
|
|
|
|
}, |
7040
|
|
|
|
|
|
|
}, |
7041
|
|
|
|
|
|
|
'Magadan' => { |
7042
|
|
|
|
|
|
|
long => { |
7043
|
|
|
|
|
|
|
'daylight' => q(Magadan-somertyd), |
7044
|
|
|
|
|
|
|
'generic' => q(Magadan-tyd), |
7045
|
|
|
|
|
|
|
'standard' => q(Magadan-standaardtyd), |
7046
|
|
|
|
|
|
|
}, |
7047
|
|
|
|
|
|
|
}, |
7048
|
|
|
|
|
|
|
'Malaysia' => { |
7049
|
|
|
|
|
|
|
long => { |
7050
|
|
|
|
|
|
|
'standard' => q(Maleisië-tyd), |
7051
|
|
|
|
|
|
|
}, |
7052
|
|
|
|
|
|
|
}, |
7053
|
|
|
|
|
|
|
'Maldives' => { |
7054
|
|
|
|
|
|
|
long => { |
7055
|
|
|
|
|
|
|
'standard' => q(Maledive-tyd), |
7056
|
|
|
|
|
|
|
}, |
7057
|
|
|
|
|
|
|
}, |
7058
|
|
|
|
|
|
|
'Marquesas' => { |
7059
|
|
|
|
|
|
|
long => { |
7060
|
|
|
|
|
|
|
'standard' => q(Marquesas-tyd), |
7061
|
|
|
|
|
|
|
}, |
7062
|
|
|
|
|
|
|
}, |
7063
|
|
|
|
|
|
|
'Marshall_Islands' => { |
7064
|
|
|
|
|
|
|
long => { |
7065
|
|
|
|
|
|
|
'standard' => q(Marshalleilande-tyd), |
7066
|
|
|
|
|
|
|
}, |
7067
|
|
|
|
|
|
|
}, |
7068
|
|
|
|
|
|
|
'Mauritius' => { |
7069
|
|
|
|
|
|
|
long => { |
7070
|
|
|
|
|
|
|
'daylight' => q(Mauritius-somertyd), |
7071
|
|
|
|
|
|
|
'generic' => q(Mauritius-tyd), |
7072
|
|
|
|
|
|
|
'standard' => q(Mauritius-standaardtyd), |
7073
|
|
|
|
|
|
|
}, |
7074
|
|
|
|
|
|
|
}, |
7075
|
|
|
|
|
|
|
'Mawson' => { |
7076
|
|
|
|
|
|
|
long => { |
7077
|
|
|
|
|
|
|
'standard' => q(Mawson-tyd), |
7078
|
|
|
|
|
|
|
}, |
7079
|
|
|
|
|
|
|
}, |
7080
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
7081
|
|
|
|
|
|
|
long => { |
7082
|
|
|
|
|
|
|
'daylight' => q(Noordwes-Meksiko-dagligtyd), |
7083
|
|
|
|
|
|
|
'generic' => q(Noordwes-Meksiko-tyd), |
7084
|
|
|
|
|
|
|
'standard' => q(Noordwes-Meksiko-standaardtyd), |
7085
|
|
|
|
|
|
|
}, |
7086
|
|
|
|
|
|
|
}, |
7087
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
7088
|
|
|
|
|
|
|
long => { |
7089
|
|
|
|
|
|
|
'daylight' => q(Meksikaanse Pasifiese dagligtyd), |
7090
|
|
|
|
|
|
|
'generic' => q(Meksikaanse Pasifiese tyd), |
7091
|
|
|
|
|
|
|
'standard' => q(Meksikaanse Pasifiese standaardtyd), |
7092
|
|
|
|
|
|
|
}, |
7093
|
|
|
|
|
|
|
}, |
7094
|
|
|
|
|
|
|
'Mongolia' => { |
7095
|
|
|
|
|
|
|
long => { |
7096
|
|
|
|
|
|
|
'daylight' => q(Ulaanbatar-somertyd), |
7097
|
|
|
|
|
|
|
'generic' => q(Ulaanbatar-tyd), |
7098
|
|
|
|
|
|
|
'standard' => q(Ulaanbatar-standaardtyd), |
7099
|
|
|
|
|
|
|
}, |
7100
|
|
|
|
|
|
|
}, |
7101
|
|
|
|
|
|
|
'Moscow' => { |
7102
|
|
|
|
|
|
|
long => { |
7103
|
|
|
|
|
|
|
'daylight' => q(Moskou-somertyd), |
7104
|
|
|
|
|
|
|
'generic' => q(Moskou-tyd), |
7105
|
|
|
|
|
|
|
'standard' => q(Moskou-standaardtyd), |
7106
|
|
|
|
|
|
|
}, |
7107
|
|
|
|
|
|
|
}, |
7108
|
|
|
|
|
|
|
'Myanmar' => { |
7109
|
|
|
|
|
|
|
long => { |
7110
|
|
|
|
|
|
|
'standard' => q(Mianmar-tyd), |
7111
|
|
|
|
|
|
|
}, |
7112
|
|
|
|
|
|
|
}, |
7113
|
|
|
|
|
|
|
'Nauru' => { |
7114
|
|
|
|
|
|
|
long => { |
7115
|
|
|
|
|
|
|
'standard' => q(Nauru-tyd), |
7116
|
|
|
|
|
|
|
}, |
7117
|
|
|
|
|
|
|
}, |
7118
|
|
|
|
|
|
|
'Nepal' => { |
7119
|
|
|
|
|
|
|
long => { |
7120
|
|
|
|
|
|
|
'standard' => q(Nepal-tyd), |
7121
|
|
|
|
|
|
|
}, |
7122
|
|
|
|
|
|
|
}, |
7123
|
|
|
|
|
|
|
'New_Caledonia' => { |
7124
|
|
|
|
|
|
|
long => { |
7125
|
|
|
|
|
|
|
'daylight' => q(Nieu-Kaledonië-somertyd), |
7126
|
|
|
|
|
|
|
'generic' => q(Nieu-Kaledonië-tyd), |
7127
|
|
|
|
|
|
|
'standard' => q(Nieu-Kaledonië-standaardtyd), |
7128
|
|
|
|
|
|
|
}, |
7129
|
|
|
|
|
|
|
}, |
7130
|
|
|
|
|
|
|
'New_Zealand' => { |
7131
|
|
|
|
|
|
|
long => { |
7132
|
|
|
|
|
|
|
'daylight' => q(Nieu-Seeland-dagligtyd), |
7133
|
|
|
|
|
|
|
'generic' => q(Nieu-Seeland-tyd), |
7134
|
|
|
|
|
|
|
'standard' => q(Nieu-Seeland-standaardtyd), |
7135
|
|
|
|
|
|
|
}, |
7136
|
|
|
|
|
|
|
}, |
7137
|
|
|
|
|
|
|
'Newfoundland' => { |
7138
|
|
|
|
|
|
|
long => { |
7139
|
|
|
|
|
|
|
'daylight' => q(Newfoundland-dagligtyd), |
7140
|
|
|
|
|
|
|
'generic' => q(Newfoundland-tyd), |
7141
|
|
|
|
|
|
|
'standard' => q(Newfoundland-standaardtyd), |
7142
|
|
|
|
|
|
|
}, |
7143
|
|
|
|
|
|
|
}, |
7144
|
|
|
|
|
|
|
'Niue' => { |
7145
|
|
|
|
|
|
|
long => { |
7146
|
|
|
|
|
|
|
'standard' => q(Niue-tyd), |
7147
|
|
|
|
|
|
|
}, |
7148
|
|
|
|
|
|
|
}, |
7149
|
|
|
|
|
|
|
'Norfolk' => { |
7150
|
|
|
|
|
|
|
long => { |
7151
|
|
|
|
|
|
|
'standard' => q(Norfolkeilande-tyd), |
7152
|
|
|
|
|
|
|
}, |
7153
|
|
|
|
|
|
|
}, |
7154
|
|
|
|
|
|
|
'Noronha' => { |
7155
|
|
|
|
|
|
|
long => { |
7156
|
|
|
|
|
|
|
'daylight' => q(Fernando de Noronha-somertyd), |
7157
|
|
|
|
|
|
|
'generic' => q(Fernando de Noronha-tyd), |
7158
|
|
|
|
|
|
|
'standard' => q(Fernando de Noronha-standaardtyd), |
7159
|
|
|
|
|
|
|
}, |
7160
|
|
|
|
|
|
|
}, |
7161
|
|
|
|
|
|
|
'Novosibirsk' => { |
7162
|
|
|
|
|
|
|
long => { |
7163
|
|
|
|
|
|
|
'daylight' => q(Novosibirsk-somertyd), |
7164
|
|
|
|
|
|
|
'generic' => q(Novosibirsk-tyd), |
7165
|
|
|
|
|
|
|
'standard' => q(Novosibirsk-standaardtyd), |
7166
|
|
|
|
|
|
|
}, |
7167
|
|
|
|
|
|
|
}, |
7168
|
|
|
|
|
|
|
'Omsk' => { |
7169
|
|
|
|
|
|
|
long => { |
7170
|
|
|
|
|
|
|
'daylight' => q(Omsk-somertyd), |
7171
|
|
|
|
|
|
|
'generic' => q(Omsk-tyd), |
7172
|
|
|
|
|
|
|
'standard' => q(Omsk-standaardtyd), |
7173
|
|
|
|
|
|
|
}, |
7174
|
|
|
|
|
|
|
}, |
7175
|
|
|
|
|
|
|
'Pacific/Apia' => { |
7176
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
7177
|
|
|
|
|
|
|
}, |
7178
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
7179
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
7180
|
|
|
|
|
|
|
}, |
7181
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
7182
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
7183
|
|
|
|
|
|
|
}, |
7184
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
7185
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
7186
|
|
|
|
|
|
|
}, |
7187
|
|
|
|
|
|
|
'Pacific/Easter' => { |
7188
|
|
|
|
|
|
|
exemplarCity => q#Paas#, |
7189
|
|
|
|
|
|
|
}, |
7190
|
|
|
|
|
|
|
'Pacific/Efate' => { |
7191
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
7192
|
|
|
|
|
|
|
}, |
7193
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
7194
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
7195
|
|
|
|
|
|
|
}, |
7196
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
7197
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
7198
|
|
|
|
|
|
|
}, |
7199
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
7200
|
|
|
|
|
|
|
exemplarCity => q#Fidji#, |
7201
|
|
|
|
|
|
|
}, |
7202
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
7203
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
7204
|
|
|
|
|
|
|
}, |
7205
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
7206
|
|
|
|
|
|
|
exemplarCity => q#Galapagos#, |
7207
|
|
|
|
|
|
|
}, |
7208
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
7209
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
7210
|
|
|
|
|
|
|
}, |
7211
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
7212
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
7213
|
|
|
|
|
|
|
}, |
7214
|
|
|
|
|
|
|
'Pacific/Guam' => { |
7215
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
7216
|
|
|
|
|
|
|
}, |
7217
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
7218
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
7219
|
|
|
|
|
|
|
}, |
7220
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
7221
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
7222
|
|
|
|
|
|
|
}, |
7223
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
7224
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
7225
|
|
|
|
|
|
|
}, |
7226
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
7227
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
7228
|
|
|
|
|
|
|
}, |
7229
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
7230
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
7231
|
|
|
|
|
|
|
}, |
7232
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
7233
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
7234
|
|
|
|
|
|
|
}, |
7235
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
7236
|
|
|
|
|
|
|
exemplarCity => q#Marquesas#, |
7237
|
|
|
|
|
|
|
}, |
7238
|
|
|
|
|
|
|
'Pacific/Midway' => { |
7239
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
7240
|
|
|
|
|
|
|
}, |
7241
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
7242
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
7243
|
|
|
|
|
|
|
}, |
7244
|
|
|
|
|
|
|
'Pacific/Niue' => { |
7245
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
7246
|
|
|
|
|
|
|
}, |
7247
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
7248
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
7249
|
|
|
|
|
|
|
}, |
7250
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
7251
|
|
|
|
|
|
|
exemplarCity => q#Nouméa#, |
7252
|
|
|
|
|
|
|
}, |
7253
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
7254
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
7255
|
|
|
|
|
|
|
}, |
7256
|
|
|
|
|
|
|
'Pacific/Palau' => { |
7257
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
7258
|
|
|
|
|
|
|
}, |
7259
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
7260
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
7261
|
|
|
|
|
|
|
}, |
7262
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
7263
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
7264
|
|
|
|
|
|
|
}, |
7265
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
7266
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
7267
|
|
|
|
|
|
|
}, |
7268
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
7269
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
7270
|
|
|
|
|
|
|
}, |
7271
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
7272
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
7273
|
|
|
|
|
|
|
}, |
7274
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
7275
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
7276
|
|
|
|
|
|
|
}, |
7277
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
7278
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
7279
|
|
|
|
|
|
|
}, |
7280
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
7281
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
7282
|
|
|
|
|
|
|
}, |
7283
|
|
|
|
|
|
|
'Pacific/Truk' => { |
7284
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
7285
|
|
|
|
|
|
|
}, |
7286
|
|
|
|
|
|
|
'Pacific/Wake' => { |
7287
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
7288
|
|
|
|
|
|
|
}, |
7289
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
7290
|
|
|
|
|
|
|
exemplarCity => q#Wallis#, |
7291
|
|
|
|
|
|
|
}, |
7292
|
|
|
|
|
|
|
'Pakistan' => { |
7293
|
|
|
|
|
|
|
long => { |
7294
|
|
|
|
|
|
|
'daylight' => q(Pakistan-somertyd), |
7295
|
|
|
|
|
|
|
'generic' => q(Pakistan-tyd), |
7296
|
|
|
|
|
|
|
'standard' => q(Pakistan-standaardtyd), |
7297
|
|
|
|
|
|
|
}, |
7298
|
|
|
|
|
|
|
}, |
7299
|
|
|
|
|
|
|
'Palau' => { |
7300
|
|
|
|
|
|
|
long => { |
7301
|
|
|
|
|
|
|
'standard' => q(Palau-tyd), |
7302
|
|
|
|
|
|
|
}, |
7303
|
|
|
|
|
|
|
}, |
7304
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
7305
|
|
|
|
|
|
|
long => { |
7306
|
|
|
|
|
|
|
'standard' => q(Papoea-Nieu-Guinee-tyd), |
7307
|
|
|
|
|
|
|
}, |
7308
|
|
|
|
|
|
|
}, |
7309
|
|
|
|
|
|
|
'Paraguay' => { |
7310
|
|
|
|
|
|
|
long => { |
7311
|
|
|
|
|
|
|
'daylight' => q(Paraguay-somertyd), |
7312
|
|
|
|
|
|
|
'generic' => q(Paraguay-tyd), |
7313
|
|
|
|
|
|
|
'standard' => q(Paraguay-standaardtyd), |
7314
|
|
|
|
|
|
|
}, |
7315
|
|
|
|
|
|
|
}, |
7316
|
|
|
|
|
|
|
'Peru' => { |
7317
|
|
|
|
|
|
|
long => { |
7318
|
|
|
|
|
|
|
'daylight' => q(Peru-somertyd), |
7319
|
|
|
|
|
|
|
'generic' => q(Peru-tyd), |
7320
|
|
|
|
|
|
|
'standard' => q(Peru-standaardtyd), |
7321
|
|
|
|
|
|
|
}, |
7322
|
|
|
|
|
|
|
}, |
7323
|
|
|
|
|
|
|
'Philippines' => { |
7324
|
|
|
|
|
|
|
long => { |
7325
|
|
|
|
|
|
|
'daylight' => q(Filippynse somertyd), |
7326
|
|
|
|
|
|
|
'generic' => q(Filippynse tyd), |
7327
|
|
|
|
|
|
|
'standard' => q(Filippynse standaardtyd), |
7328
|
|
|
|
|
|
|
}, |
7329
|
|
|
|
|
|
|
}, |
7330
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
7331
|
|
|
|
|
|
|
long => { |
7332
|
|
|
|
|
|
|
'standard' => q(Fenikseilande-tyd), |
7333
|
|
|
|
|
|
|
}, |
7334
|
|
|
|
|
|
|
}, |
7335
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
7336
|
|
|
|
|
|
|
long => { |
7337
|
|
|
|
|
|
|
'daylight' => q(Sint-Pierre en Miquelon-dagligtyd), |
7338
|
|
|
|
|
|
|
'generic' => q(Sint-Pierre en Miquelon-tyd), |
7339
|
|
|
|
|
|
|
'standard' => q(Sint-Pierre en Miquelon-standaardtyd), |
7340
|
|
|
|
|
|
|
}, |
7341
|
|
|
|
|
|
|
}, |
7342
|
|
|
|
|
|
|
'Pitcairn' => { |
7343
|
|
|
|
|
|
|
long => { |
7344
|
|
|
|
|
|
|
'standard' => q(Pitcairn-tyd), |
7345
|
|
|
|
|
|
|
}, |
7346
|
|
|
|
|
|
|
}, |
7347
|
|
|
|
|
|
|
'Ponape' => { |
7348
|
|
|
|
|
|
|
long => { |
7349
|
|
|
|
|
|
|
'standard' => q(Ponape-tyd), |
7350
|
|
|
|
|
|
|
}, |
7351
|
|
|
|
|
|
|
}, |
7352
|
|
|
|
|
|
|
'Reunion' => { |
7353
|
|
|
|
|
|
|
long => { |
7354
|
|
|
|
|
|
|
'standard' => q(Reunion-tyd), |
7355
|
|
|
|
|
|
|
}, |
7356
|
|
|
|
|
|
|
}, |
7357
|
|
|
|
|
|
|
'Rothera' => { |
7358
|
|
|
|
|
|
|
long => { |
7359
|
|
|
|
|
|
|
'standard' => q(Rothera-tyd), |
7360
|
|
|
|
|
|
|
}, |
7361
|
|
|
|
|
|
|
}, |
7362
|
|
|
|
|
|
|
'Sakhalin' => { |
7363
|
|
|
|
|
|
|
long => { |
7364
|
|
|
|
|
|
|
'daylight' => q(Sakhalin-somertyd), |
7365
|
|
|
|
|
|
|
'generic' => q(Sakhalin-tyd), |
7366
|
|
|
|
|
|
|
'standard' => q(Sakhalin-standaardtyd), |
7367
|
|
|
|
|
|
|
}, |
7368
|
|
|
|
|
|
|
}, |
7369
|
|
|
|
|
|
|
'Samara' => { |
7370
|
|
|
|
|
|
|
long => { |
7371
|
|
|
|
|
|
|
'daylight' => q(Samara-dagligtyd), |
7372
|
|
|
|
|
|
|
'generic' => q(Samara-tyd), |
7373
|
|
|
|
|
|
|
'standard' => q(Samara-standaardtyd), |
7374
|
|
|
|
|
|
|
}, |
7375
|
|
|
|
|
|
|
}, |
7376
|
|
|
|
|
|
|
'Samoa' => { |
7377
|
|
|
|
|
|
|
long => { |
7378
|
|
|
|
|
|
|
'daylight' => q(Samoa-dagligtyd), |
7379
|
|
|
|
|
|
|
'generic' => q(Samoa-tyd), |
7380
|
|
|
|
|
|
|
'standard' => q(Samoa-standaardtyd), |
7381
|
|
|
|
|
|
|
}, |
7382
|
|
|
|
|
|
|
}, |
7383
|
|
|
|
|
|
|
'Seychelles' => { |
7384
|
|
|
|
|
|
|
long => { |
7385
|
|
|
|
|
|
|
'standard' => q(Seychelle-tyd), |
7386
|
|
|
|
|
|
|
}, |
7387
|
|
|
|
|
|
|
}, |
7388
|
|
|
|
|
|
|
'Singapore' => { |
7389
|
|
|
|
|
|
|
long => { |
7390
|
|
|
|
|
|
|
'standard' => q(Singapoer-standaardtyd), |
7391
|
|
|
|
|
|
|
}, |
7392
|
|
|
|
|
|
|
}, |
7393
|
|
|
|
|
|
|
'Solomon' => { |
7394
|
|
|
|
|
|
|
long => { |
7395
|
|
|
|
|
|
|
'standard' => q(Solomoneilande-tyd), |
7396
|
|
|
|
|
|
|
}, |
7397
|
|
|
|
|
|
|
}, |
7398
|
|
|
|
|
|
|
'South_Georgia' => { |
7399
|
|
|
|
|
|
|
long => { |
7400
|
|
|
|
|
|
|
'standard' => q(Suid-Georgië-tyd), |
7401
|
|
|
|
|
|
|
}, |
7402
|
|
|
|
|
|
|
}, |
7403
|
|
|
|
|
|
|
'Suriname' => { |
7404
|
|
|
|
|
|
|
long => { |
7405
|
|
|
|
|
|
|
'standard' => q(Suriname-tyd), |
7406
|
|
|
|
|
|
|
}, |
7407
|
|
|
|
|
|
|
}, |
7408
|
|
|
|
|
|
|
'Syowa' => { |
7409
|
|
|
|
|
|
|
long => { |
7410
|
|
|
|
|
|
|
'standard' => q(Syowa-tyd), |
7411
|
|
|
|
|
|
|
}, |
7412
|
|
|
|
|
|
|
}, |
7413
|
|
|
|
|
|
|
'Tahiti' => { |
7414
|
|
|
|
|
|
|
long => { |
7415
|
|
|
|
|
|
|
'standard' => q(Tahiti-tyd), |
7416
|
|
|
|
|
|
|
}, |
7417
|
|
|
|
|
|
|
}, |
7418
|
|
|
|
|
|
|
'Taipei' => { |
7419
|
|
|
|
|
|
|
long => { |
7420
|
|
|
|
|
|
|
'daylight' => q(Taipei-dagligtyd), |
7421
|
|
|
|
|
|
|
'generic' => q(Taipei-tyd), |
7422
|
|
|
|
|
|
|
'standard' => q(Taipei-standaardtyd), |
7423
|
|
|
|
|
|
|
}, |
7424
|
|
|
|
|
|
|
}, |
7425
|
|
|
|
|
|
|
'Tajikistan' => { |
7426
|
|
|
|
|
|
|
long => { |
7427
|
|
|
|
|
|
|
'standard' => q(Tadjikistan-tyd), |
7428
|
|
|
|
|
|
|
}, |
7429
|
|
|
|
|
|
|
}, |
7430
|
|
|
|
|
|
|
'Tokelau' => { |
7431
|
|
|
|
|
|
|
long => { |
7432
|
|
|
|
|
|
|
'standard' => q(Tokelau-tyd), |
7433
|
|
|
|
|
|
|
}, |
7434
|
|
|
|
|
|
|
}, |
7435
|
|
|
|
|
|
|
'Tonga' => { |
7436
|
|
|
|
|
|
|
long => { |
7437
|
|
|
|
|
|
|
'daylight' => q(Tonga-somertyd), |
7438
|
|
|
|
|
|
|
'generic' => q(Tonga-tyd), |
7439
|
|
|
|
|
|
|
'standard' => q(Tonga-standaardtyd), |
7440
|
|
|
|
|
|
|
}, |
7441
|
|
|
|
|
|
|
}, |
7442
|
|
|
|
|
|
|
'Truk' => { |
7443
|
|
|
|
|
|
|
long => { |
7444
|
|
|
|
|
|
|
'standard' => q(Chuuk-tyd), |
7445
|
|
|
|
|
|
|
}, |
7446
|
|
|
|
|
|
|
}, |
7447
|
|
|
|
|
|
|
'Turkmenistan' => { |
7448
|
|
|
|
|
|
|
long => { |
7449
|
|
|
|
|
|
|
'daylight' => q(Turkmenistan-somertyd), |
7450
|
|
|
|
|
|
|
'generic' => q(Turkmenistan-tyd), |
7451
|
|
|
|
|
|
|
'standard' => q(Turkmenistan-standaardtyd), |
7452
|
|
|
|
|
|
|
}, |
7453
|
|
|
|
|
|
|
}, |
7454
|
|
|
|
|
|
|
'Tuvalu' => { |
7455
|
|
|
|
|
|
|
long => { |
7456
|
|
|
|
|
|
|
'standard' => q(Tuvalu-tyd), |
7457
|
|
|
|
|
|
|
}, |
7458
|
|
|
|
|
|
|
}, |
7459
|
|
|
|
|
|
|
'Uruguay' => { |
7460
|
|
|
|
|
|
|
long => { |
7461
|
|
|
|
|
|
|
'daylight' => q(Uruguay-somertyd), |
7462
|
|
|
|
|
|
|
'generic' => q(Uruguay-tyd), |
7463
|
|
|
|
|
|
|
'standard' => q(Uruguay-standaardtyd), |
7464
|
|
|
|
|
|
|
}, |
7465
|
|
|
|
|
|
|
}, |
7466
|
|
|
|
|
|
|
'Uzbekistan' => { |
7467
|
|
|
|
|
|
|
long => { |
7468
|
|
|
|
|
|
|
'daylight' => q(Oesbekistan-somertyd), |
7469
|
|
|
|
|
|
|
'generic' => q(Oesbekistan-tyd), |
7470
|
|
|
|
|
|
|
'standard' => q(Oesbekistan-standaardtyd), |
7471
|
|
|
|
|
|
|
}, |
7472
|
|
|
|
|
|
|
}, |
7473
|
|
|
|
|
|
|
'Vanuatu' => { |
7474
|
|
|
|
|
|
|
long => { |
7475
|
|
|
|
|
|
|
'daylight' => q(Vanuatu-somertyd), |
7476
|
|
|
|
|
|
|
'generic' => q(Vanuatu-tyd), |
7477
|
|
|
|
|
|
|
'standard' => q(Vanuatu-standaardtyd), |
7478
|
|
|
|
|
|
|
}, |
7479
|
|
|
|
|
|
|
}, |
7480
|
|
|
|
|
|
|
'Venezuela' => { |
7481
|
|
|
|
|
|
|
long => { |
7482
|
|
|
|
|
|
|
'standard' => q(Venezuela-tyd), |
7483
|
|
|
|
|
|
|
}, |
7484
|
|
|
|
|
|
|
}, |
7485
|
|
|
|
|
|
|
'Vladivostok' => { |
7486
|
|
|
|
|
|
|
long => { |
7487
|
|
|
|
|
|
|
'daylight' => q(Vladivostok-somertyd), |
7488
|
|
|
|
|
|
|
'generic' => q(Vladivostok-tyd), |
7489
|
|
|
|
|
|
|
'standard' => q(Vladivostok-standaardtyd), |
7490
|
|
|
|
|
|
|
}, |
7491
|
|
|
|
|
|
|
}, |
7492
|
|
|
|
|
|
|
'Volgograd' => { |
7493
|
|
|
|
|
|
|
long => { |
7494
|
|
|
|
|
|
|
'daylight' => q(Volgograd-somertyd), |
7495
|
|
|
|
|
|
|
'generic' => q(Volgograd-tyd), |
7496
|
|
|
|
|
|
|
'standard' => q(Volgograd-standaardtyd), |
7497
|
|
|
|
|
|
|
}, |
7498
|
|
|
|
|
|
|
}, |
7499
|
|
|
|
|
|
|
'Vostok' => { |
7500
|
|
|
|
|
|
|
long => { |
7501
|
|
|
|
|
|
|
'standard' => q(Vostok-tyd), |
7502
|
|
|
|
|
|
|
}, |
7503
|
|
|
|
|
|
|
}, |
7504
|
|
|
|
|
|
|
'Wake' => { |
7505
|
|
|
|
|
|
|
long => { |
7506
|
|
|
|
|
|
|
'standard' => q(Wake-eiland-tyd), |
7507
|
|
|
|
|
|
|
}, |
7508
|
|
|
|
|
|
|
}, |
7509
|
|
|
|
|
|
|
'Wallis' => { |
7510
|
|
|
|
|
|
|
long => { |
7511
|
|
|
|
|
|
|
'standard' => q(Wallis en Futuna-tyd), |
7512
|
|
|
|
|
|
|
}, |
7513
|
|
|
|
|
|
|
}, |
7514
|
|
|
|
|
|
|
'Yakutsk' => { |
7515
|
|
|
|
|
|
|
long => { |
7516
|
|
|
|
|
|
|
'daylight' => q(Jakoetsk-somertyd), |
7517
|
|
|
|
|
|
|
'generic' => q(Jakoetsk-tyd), |
7518
|
|
|
|
|
|
|
'standard' => q(Jakoetsk-standaardtyd), |
7519
|
|
|
|
|
|
|
}, |
7520
|
|
|
|
|
|
|
}, |
7521
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7522
|
|
|
|
|
|
|
long => { |
7523
|
|
|
|
|
|
|
'daylight' => q(Jekaterinburg-somertyd), |
7524
|
|
|
|
|
|
|
'generic' => q(Jekaterinburg-tyd), |
7525
|
|
|
|
|
|
|
'standard' => q(Jekaterinburg-standaardtyd), |
7526
|
|
|
|
|
|
|
}, |
7527
|
|
|
|
|
|
|
}, |
7528
|
|
|
|
|
|
|
} } |
7529
|
|
|
|
|
|
|
); |
7530
|
1
|
|
|
1
|
|
12208
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
7531
|
|
|
|
|
|
|
|
7532
|
|
|
|
|
|
|
1; |
7533
|
|
|
|
|
|
|
|
7534
|
|
|
|
|
|
|
# vim: tabstop=4 |