line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ro - Package for language Romanian |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/ro.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:36:53 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
1
|
|
|
1
|
|
866317
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
24
|
|
14
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
21
|
|
15
|
1
|
|
|
1
|
|
4
|
|
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
1
|
|
|
1
|
|
92
|
use mro 'c3'; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
3
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
21
|
1
|
|
|
1
|
|
20
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
36
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
21
|
|
23
|
1
|
|
|
1
|
|
100
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
24
|
1
|
|
|
1
|
|
891
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
26
|
|
|
|
|
|
|
has 'valid_algorithmic_formats' => ( |
27
|
|
|
|
|
|
|
is => 'ro', |
28
|
|
|
|
|
|
|
isa => ArrayRef, |
29
|
|
|
|
|
|
|
init_arg => undef, |
30
|
|
|
|
|
|
|
default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal-masculine','spellout-cardinal-feminine','spellout-cardinal-neuter','digits-ordinal' ]}, |
31
|
|
|
|
|
|
|
); |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
has 'algorithmic_number_format_data' => ( |
34
|
|
|
|
|
|
|
is => 'ro', |
35
|
|
|
|
|
|
|
isa => HashRef, |
36
|
|
|
|
|
|
|
init_arg => undef, |
37
|
|
|
|
|
|
|
default => sub { |
38
|
|
|
|
|
|
|
use bignum; |
39
|
1
|
|
|
1
|
|
375
|
return { |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
40
|
|
|
|
|
|
|
'digits-ordinal' => { |
41
|
|
|
|
|
|
|
'public' => { |
42
|
|
|
|
|
|
|
'-x' => { |
43
|
|
|
|
|
|
|
divisor => q(1), |
44
|
|
|
|
|
|
|
rule => q(−→→), |
45
|
|
|
|
|
|
|
}, |
46
|
|
|
|
|
|
|
'0' => { |
47
|
|
|
|
|
|
|
base_value => q(0), |
48
|
|
|
|
|
|
|
divisor => q(1), |
49
|
|
|
|
|
|
|
rule => q(=#,##0=a), |
50
|
|
|
|
|
|
|
}, |
51
|
|
|
|
|
|
|
'max' => { |
52
|
|
|
|
|
|
|
base_value => q(0), |
53
|
|
|
|
|
|
|
divisor => q(1), |
54
|
|
|
|
|
|
|
rule => q(=#,##0=a), |
55
|
|
|
|
|
|
|
}, |
56
|
|
|
|
|
|
|
}, |
57
|
|
|
|
|
|
|
}, |
58
|
|
|
|
|
|
|
'spellout-cardinal-feminine' => { |
59
|
|
|
|
|
|
|
'public' => { |
60
|
|
|
|
|
|
|
'-x' => { |
61
|
|
|
|
|
|
|
divisor => q(1), |
62
|
|
|
|
|
|
|
rule => q(minus →→), |
63
|
|
|
|
|
|
|
}, |
64
|
|
|
|
|
|
|
'0' => { |
65
|
|
|
|
|
|
|
base_value => q(0), |
66
|
|
|
|
|
|
|
divisor => q(1), |
67
|
|
|
|
|
|
|
rule => q(zero), |
68
|
|
|
|
|
|
|
}, |
69
|
|
|
|
|
|
|
'x.x' => { |
70
|
|
|
|
|
|
|
divisor => q(1), |
71
|
|
|
|
|
|
|
rule => q(←← virgulă →→), |
72
|
|
|
|
|
|
|
}, |
73
|
|
|
|
|
|
|
'1' => { |
74
|
|
|
|
|
|
|
base_value => q(1), |
75
|
|
|
|
|
|
|
divisor => q(1), |
76
|
|
|
|
|
|
|
rule => q(una), |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
'2' => { |
79
|
|
|
|
|
|
|
base_value => q(2), |
80
|
|
|
|
|
|
|
divisor => q(1), |
81
|
|
|
|
|
|
|
rule => q(două), |
82
|
|
|
|
|
|
|
}, |
83
|
|
|
|
|
|
|
'3' => { |
84
|
|
|
|
|
|
|
base_value => q(3), |
85
|
|
|
|
|
|
|
divisor => q(1), |
86
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal-masculine=), |
87
|
|
|
|
|
|
|
}, |
88
|
|
|
|
|
|
|
'12' => { |
89
|
|
|
|
|
|
|
base_value => q(12), |
90
|
|
|
|
|
|
|
divisor => q(10), |
91
|
|
|
|
|
|
|
rule => q(→→sprezece), |
92
|
|
|
|
|
|
|
}, |
93
|
|
|
|
|
|
|
'20' => { |
94
|
|
|
|
|
|
|
base_value => q(20), |
95
|
|
|
|
|
|
|
divisor => q(10), |
96
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine←zeci[ şi →→]), |
97
|
|
|
|
|
|
|
}, |
98
|
|
|
|
|
|
|
'100' => { |
99
|
|
|
|
|
|
|
base_value => q(100), |
100
|
|
|
|
|
|
|
divisor => q(100), |
101
|
|
|
|
|
|
|
rule => q(una sută[ →→]), |
102
|
|
|
|
|
|
|
}, |
103
|
|
|
|
|
|
|
'200' => { |
104
|
|
|
|
|
|
|
base_value => q(200), |
105
|
|
|
|
|
|
|
divisor => q(100), |
106
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← sute[ →→]), |
107
|
|
|
|
|
|
|
}, |
108
|
|
|
|
|
|
|
'1000' => { |
109
|
|
|
|
|
|
|
base_value => q(1000), |
110
|
|
|
|
|
|
|
divisor => q(1000), |
111
|
|
|
|
|
|
|
rule => q(una mie[ →→]), |
112
|
|
|
|
|
|
|
}, |
113
|
|
|
|
|
|
|
'2000' => { |
114
|
|
|
|
|
|
|
base_value => q(2000), |
115
|
|
|
|
|
|
|
divisor => q(1000), |
116
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← mii[ →→]), |
117
|
|
|
|
|
|
|
}, |
118
|
|
|
|
|
|
|
'1000000' => { |
119
|
|
|
|
|
|
|
base_value => q(1000000), |
120
|
|
|
|
|
|
|
divisor => q(1000000), |
121
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milion[ →→]), |
122
|
|
|
|
|
|
|
}, |
123
|
|
|
|
|
|
|
'2000000' => { |
124
|
|
|
|
|
|
|
base_value => q(2000000), |
125
|
|
|
|
|
|
|
divisor => q(1000000), |
126
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milioane[ →→]), |
127
|
|
|
|
|
|
|
}, |
128
|
|
|
|
|
|
|
'1000000000' => { |
129
|
|
|
|
|
|
|
base_value => q(1000000000), |
130
|
|
|
|
|
|
|
divisor => q(1000000000), |
131
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliard[ →→]), |
132
|
|
|
|
|
|
|
}, |
133
|
|
|
|
|
|
|
'2000000000' => { |
134
|
|
|
|
|
|
|
base_value => q(2000000000), |
135
|
|
|
|
|
|
|
divisor => q(1000000000), |
136
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliarde[ →→]), |
137
|
|
|
|
|
|
|
}, |
138
|
|
|
|
|
|
|
'1000000000000' => { |
139
|
|
|
|
|
|
|
base_value => q(1000000000000), |
140
|
|
|
|
|
|
|
divisor => q(1000000000000), |
141
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilion[ →→]), |
142
|
|
|
|
|
|
|
}, |
143
|
|
|
|
|
|
|
'2000000000000' => { |
144
|
|
|
|
|
|
|
base_value => q(2000000000000), |
145
|
|
|
|
|
|
|
divisor => q(1000000000000), |
146
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilioane[ →→]), |
147
|
|
|
|
|
|
|
}, |
148
|
|
|
|
|
|
|
'1000000000000000' => { |
149
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
150
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
151
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliard[ →→]), |
152
|
|
|
|
|
|
|
}, |
153
|
|
|
|
|
|
|
'2000000000000000' => { |
154
|
|
|
|
|
|
|
base_value => q(2000000000000000), |
155
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
156
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliarde[ →→]), |
157
|
|
|
|
|
|
|
}, |
158
|
|
|
|
|
|
|
'1000000000000000000' => { |
159
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
160
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
161
|
|
|
|
|
|
|
rule => q(=#,##0=), |
162
|
|
|
|
|
|
|
}, |
163
|
|
|
|
|
|
|
'max' => { |
164
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
165
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
166
|
|
|
|
|
|
|
rule => q(=#,##0=), |
167
|
|
|
|
|
|
|
}, |
168
|
|
|
|
|
|
|
}, |
169
|
|
|
|
|
|
|
}, |
170
|
|
|
|
|
|
|
'spellout-cardinal-masculine' => { |
171
|
|
|
|
|
|
|
'public' => { |
172
|
|
|
|
|
|
|
'-x' => { |
173
|
|
|
|
|
|
|
divisor => q(1), |
174
|
|
|
|
|
|
|
rule => q(minus →→), |
175
|
|
|
|
|
|
|
}, |
176
|
|
|
|
|
|
|
'0' => { |
177
|
|
|
|
|
|
|
base_value => q(0), |
178
|
|
|
|
|
|
|
divisor => q(1), |
179
|
|
|
|
|
|
|
rule => q(zero), |
180
|
|
|
|
|
|
|
}, |
181
|
|
|
|
|
|
|
'x.x' => { |
182
|
|
|
|
|
|
|
divisor => q(1), |
183
|
|
|
|
|
|
|
rule => q(←← virgulă →→), |
184
|
|
|
|
|
|
|
}, |
185
|
|
|
|
|
|
|
'1' => { |
186
|
|
|
|
|
|
|
base_value => q(1), |
187
|
|
|
|
|
|
|
divisor => q(1), |
188
|
|
|
|
|
|
|
rule => q(unu), |
189
|
|
|
|
|
|
|
}, |
190
|
|
|
|
|
|
|
'2' => { |
191
|
|
|
|
|
|
|
base_value => q(2), |
192
|
|
|
|
|
|
|
divisor => q(1), |
193
|
|
|
|
|
|
|
rule => q(doi), |
194
|
|
|
|
|
|
|
}, |
195
|
|
|
|
|
|
|
'3' => { |
196
|
|
|
|
|
|
|
base_value => q(3), |
197
|
|
|
|
|
|
|
divisor => q(1), |
198
|
|
|
|
|
|
|
rule => q(trei), |
199
|
|
|
|
|
|
|
}, |
200
|
|
|
|
|
|
|
'4' => { |
201
|
|
|
|
|
|
|
base_value => q(4), |
202
|
|
|
|
|
|
|
divisor => q(1), |
203
|
|
|
|
|
|
|
rule => q(patru), |
204
|
|
|
|
|
|
|
}, |
205
|
|
|
|
|
|
|
'5' => { |
206
|
|
|
|
|
|
|
base_value => q(5), |
207
|
|
|
|
|
|
|
divisor => q(1), |
208
|
|
|
|
|
|
|
rule => q(cinci), |
209
|
|
|
|
|
|
|
}, |
210
|
|
|
|
|
|
|
'6' => { |
211
|
|
|
|
|
|
|
base_value => q(6), |
212
|
|
|
|
|
|
|
divisor => q(1), |
213
|
|
|
|
|
|
|
rule => q(şase), |
214
|
|
|
|
|
|
|
}, |
215
|
|
|
|
|
|
|
'7' => { |
216
|
|
|
|
|
|
|
base_value => q(7), |
217
|
|
|
|
|
|
|
divisor => q(1), |
218
|
|
|
|
|
|
|
rule => q(şapte), |
219
|
|
|
|
|
|
|
}, |
220
|
|
|
|
|
|
|
'8' => { |
221
|
|
|
|
|
|
|
base_value => q(8), |
222
|
|
|
|
|
|
|
divisor => q(1), |
223
|
|
|
|
|
|
|
rule => q(opt), |
224
|
|
|
|
|
|
|
}, |
225
|
|
|
|
|
|
|
'9' => { |
226
|
|
|
|
|
|
|
base_value => q(9), |
227
|
|
|
|
|
|
|
divisor => q(1), |
228
|
|
|
|
|
|
|
rule => q(nouă), |
229
|
|
|
|
|
|
|
}, |
230
|
|
|
|
|
|
|
'10' => { |
231
|
|
|
|
|
|
|
base_value => q(10), |
232
|
|
|
|
|
|
|
divisor => q(10), |
233
|
|
|
|
|
|
|
rule => q(zece), |
234
|
|
|
|
|
|
|
}, |
235
|
|
|
|
|
|
|
'11' => { |
236
|
|
|
|
|
|
|
base_value => q(11), |
237
|
|
|
|
|
|
|
divisor => q(10), |
238
|
|
|
|
|
|
|
rule => q(unsprezece), |
239
|
|
|
|
|
|
|
}, |
240
|
|
|
|
|
|
|
'12' => { |
241
|
|
|
|
|
|
|
base_value => q(12), |
242
|
|
|
|
|
|
|
divisor => q(10), |
243
|
|
|
|
|
|
|
rule => q(→→sprezece), |
244
|
|
|
|
|
|
|
}, |
245
|
|
|
|
|
|
|
'20' => { |
246
|
|
|
|
|
|
|
base_value => q(20), |
247
|
|
|
|
|
|
|
divisor => q(10), |
248
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine←zeci[ şi →→]), |
249
|
|
|
|
|
|
|
}, |
250
|
|
|
|
|
|
|
'100' => { |
251
|
|
|
|
|
|
|
base_value => q(100), |
252
|
|
|
|
|
|
|
divisor => q(100), |
253
|
|
|
|
|
|
|
rule => q(una sută[ →→]), |
254
|
|
|
|
|
|
|
}, |
255
|
|
|
|
|
|
|
'200' => { |
256
|
|
|
|
|
|
|
base_value => q(200), |
257
|
|
|
|
|
|
|
divisor => q(100), |
258
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← sute[ →→]), |
259
|
|
|
|
|
|
|
}, |
260
|
|
|
|
|
|
|
'1000' => { |
261
|
|
|
|
|
|
|
base_value => q(1000), |
262
|
|
|
|
|
|
|
divisor => q(1000), |
263
|
|
|
|
|
|
|
rule => q(una mie[ →→]), |
264
|
|
|
|
|
|
|
}, |
265
|
|
|
|
|
|
|
'2000' => { |
266
|
|
|
|
|
|
|
base_value => q(2000), |
267
|
|
|
|
|
|
|
divisor => q(1000), |
268
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← mii[ →→]), |
269
|
|
|
|
|
|
|
}, |
270
|
|
|
|
|
|
|
'1000000' => { |
271
|
|
|
|
|
|
|
base_value => q(1000000), |
272
|
|
|
|
|
|
|
divisor => q(1000000), |
273
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milion[ →→]), |
274
|
|
|
|
|
|
|
}, |
275
|
|
|
|
|
|
|
'2000000' => { |
276
|
|
|
|
|
|
|
base_value => q(2000000), |
277
|
|
|
|
|
|
|
divisor => q(1000000), |
278
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milioane[ →→]), |
279
|
|
|
|
|
|
|
}, |
280
|
|
|
|
|
|
|
'1000000000' => { |
281
|
|
|
|
|
|
|
base_value => q(1000000000), |
282
|
|
|
|
|
|
|
divisor => q(1000000000), |
283
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliard[ →→]), |
284
|
|
|
|
|
|
|
}, |
285
|
|
|
|
|
|
|
'2000000000' => { |
286
|
|
|
|
|
|
|
base_value => q(2000000000), |
287
|
|
|
|
|
|
|
divisor => q(1000000000), |
288
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliarde[ →→]), |
289
|
|
|
|
|
|
|
}, |
290
|
|
|
|
|
|
|
'1000000000000' => { |
291
|
|
|
|
|
|
|
base_value => q(1000000000000), |
292
|
|
|
|
|
|
|
divisor => q(1000000000000), |
293
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilion[ →→]), |
294
|
|
|
|
|
|
|
}, |
295
|
|
|
|
|
|
|
'2000000000000' => { |
296
|
|
|
|
|
|
|
base_value => q(2000000000000), |
297
|
|
|
|
|
|
|
divisor => q(1000000000000), |
298
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilioane[ →→]), |
299
|
|
|
|
|
|
|
}, |
300
|
|
|
|
|
|
|
'1000000000000000' => { |
301
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
302
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
303
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliard[ →→]), |
304
|
|
|
|
|
|
|
}, |
305
|
|
|
|
|
|
|
'2000000000000000' => { |
306
|
|
|
|
|
|
|
base_value => q(2000000000000000), |
307
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
308
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliarde[ →→]), |
309
|
|
|
|
|
|
|
}, |
310
|
|
|
|
|
|
|
'1000000000000000000' => { |
311
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
312
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
313
|
|
|
|
|
|
|
rule => q(=#,##0=), |
314
|
|
|
|
|
|
|
}, |
315
|
|
|
|
|
|
|
'max' => { |
316
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
317
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
318
|
|
|
|
|
|
|
rule => q(=#,##0=), |
319
|
|
|
|
|
|
|
}, |
320
|
|
|
|
|
|
|
}, |
321
|
|
|
|
|
|
|
}, |
322
|
|
|
|
|
|
|
'spellout-cardinal-neuter' => { |
323
|
|
|
|
|
|
|
'public' => { |
324
|
|
|
|
|
|
|
'-x' => { |
325
|
|
|
|
|
|
|
divisor => q(1), |
326
|
|
|
|
|
|
|
rule => q(minus →→), |
327
|
|
|
|
|
|
|
}, |
328
|
|
|
|
|
|
|
'0' => { |
329
|
|
|
|
|
|
|
base_value => q(0), |
330
|
|
|
|
|
|
|
divisor => q(1), |
331
|
|
|
|
|
|
|
rule => q(zero), |
332
|
|
|
|
|
|
|
}, |
333
|
|
|
|
|
|
|
'x.x' => { |
334
|
|
|
|
|
|
|
divisor => q(1), |
335
|
|
|
|
|
|
|
rule => q(←← virgulă →→), |
336
|
|
|
|
|
|
|
}, |
337
|
|
|
|
|
|
|
'1' => { |
338
|
|
|
|
|
|
|
base_value => q(1), |
339
|
|
|
|
|
|
|
divisor => q(1), |
340
|
|
|
|
|
|
|
rule => q(unu), |
341
|
|
|
|
|
|
|
}, |
342
|
|
|
|
|
|
|
'2' => { |
343
|
|
|
|
|
|
|
base_value => q(2), |
344
|
|
|
|
|
|
|
divisor => q(1), |
345
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal-feminine=), |
346
|
|
|
|
|
|
|
}, |
347
|
|
|
|
|
|
|
'20' => { |
348
|
|
|
|
|
|
|
base_value => q(20), |
349
|
|
|
|
|
|
|
divisor => q(10), |
350
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine←zeci[ şi →→]), |
351
|
|
|
|
|
|
|
}, |
352
|
|
|
|
|
|
|
'100' => { |
353
|
|
|
|
|
|
|
base_value => q(100), |
354
|
|
|
|
|
|
|
divisor => q(100), |
355
|
|
|
|
|
|
|
rule => q(una sută[ →→]), |
356
|
|
|
|
|
|
|
}, |
357
|
|
|
|
|
|
|
'200' => { |
358
|
|
|
|
|
|
|
base_value => q(200), |
359
|
|
|
|
|
|
|
divisor => q(100), |
360
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← sute[ →→]), |
361
|
|
|
|
|
|
|
}, |
362
|
|
|
|
|
|
|
'1000' => { |
363
|
|
|
|
|
|
|
base_value => q(1000), |
364
|
|
|
|
|
|
|
divisor => q(1000), |
365
|
|
|
|
|
|
|
rule => q(una mie[ →→]), |
366
|
|
|
|
|
|
|
}, |
367
|
|
|
|
|
|
|
'2000' => { |
368
|
|
|
|
|
|
|
base_value => q(2000), |
369
|
|
|
|
|
|
|
divisor => q(1000), |
370
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-feminine← mii[ →→]), |
371
|
|
|
|
|
|
|
}, |
372
|
|
|
|
|
|
|
'1000000' => { |
373
|
|
|
|
|
|
|
base_value => q(1000000), |
374
|
|
|
|
|
|
|
divisor => q(1000000), |
375
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milion[ →→]), |
376
|
|
|
|
|
|
|
}, |
377
|
|
|
|
|
|
|
'2000000' => { |
378
|
|
|
|
|
|
|
base_value => q(2000000), |
379
|
|
|
|
|
|
|
divisor => q(1000000), |
380
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← milioane[ →→]), |
381
|
|
|
|
|
|
|
}, |
382
|
|
|
|
|
|
|
'1000000000' => { |
383
|
|
|
|
|
|
|
base_value => q(1000000000), |
384
|
|
|
|
|
|
|
divisor => q(1000000000), |
385
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliard[ →→]), |
386
|
|
|
|
|
|
|
}, |
387
|
|
|
|
|
|
|
'2000000000' => { |
388
|
|
|
|
|
|
|
base_value => q(2000000000), |
389
|
|
|
|
|
|
|
divisor => q(1000000000), |
390
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← miliarde[ →→]), |
391
|
|
|
|
|
|
|
}, |
392
|
|
|
|
|
|
|
'1000000000000' => { |
393
|
|
|
|
|
|
|
base_value => q(1000000000000), |
394
|
|
|
|
|
|
|
divisor => q(1000000000000), |
395
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilion[ →→]), |
396
|
|
|
|
|
|
|
}, |
397
|
|
|
|
|
|
|
'2000000000000' => { |
398
|
|
|
|
|
|
|
base_value => q(2000000000000), |
399
|
|
|
|
|
|
|
divisor => q(1000000000000), |
400
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← bilioane[ →→]), |
401
|
|
|
|
|
|
|
}, |
402
|
|
|
|
|
|
|
'1000000000000000' => { |
403
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
404
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
405
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliard[ →→]), |
406
|
|
|
|
|
|
|
}, |
407
|
|
|
|
|
|
|
'2000000000000000' => { |
408
|
|
|
|
|
|
|
base_value => q(2000000000000000), |
409
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
410
|
|
|
|
|
|
|
rule => q(←%spellout-cardinal-neuter← biliarde[ →→]), |
411
|
|
|
|
|
|
|
}, |
412
|
|
|
|
|
|
|
'1000000000000000000' => { |
413
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
414
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
415
|
|
|
|
|
|
|
rule => q(=#,##0=), |
416
|
|
|
|
|
|
|
}, |
417
|
|
|
|
|
|
|
'max' => { |
418
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
419
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
420
|
|
|
|
|
|
|
rule => q(=#,##0=), |
421
|
|
|
|
|
|
|
}, |
422
|
|
|
|
|
|
|
}, |
423
|
|
|
|
|
|
|
}, |
424
|
|
|
|
|
|
|
'spellout-numbering' => { |
425
|
|
|
|
|
|
|
'public' => { |
426
|
|
|
|
|
|
|
'0' => { |
427
|
|
|
|
|
|
|
base_value => q(0), |
428
|
|
|
|
|
|
|
divisor => q(1), |
429
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal-masculine=), |
430
|
|
|
|
|
|
|
}, |
431
|
|
|
|
|
|
|
'max' => { |
432
|
|
|
|
|
|
|
base_value => q(0), |
433
|
|
|
|
|
|
|
divisor => q(1), |
434
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal-masculine=), |
435
|
|
|
|
|
|
|
}, |
436
|
|
|
|
|
|
|
}, |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
'spellout-numbering-year' => { |
439
|
|
|
|
|
|
|
'public' => { |
440
|
|
|
|
|
|
|
'0' => { |
441
|
|
|
|
|
|
|
base_value => q(0), |
442
|
|
|
|
|
|
|
divisor => q(1), |
443
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
444
|
|
|
|
|
|
|
}, |
445
|
|
|
|
|
|
|
'x.x' => { |
446
|
|
|
|
|
|
|
divisor => q(1), |
447
|
|
|
|
|
|
|
rule => q(=0.0=), |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
'max' => { |
450
|
|
|
|
|
|
|
divisor => q(1), |
451
|
|
|
|
|
|
|
rule => q(=0.0=), |
452
|
|
|
|
|
|
|
}, |
453
|
|
|
|
|
|
|
}, |
454
|
|
|
|
|
|
|
}, |
455
|
|
|
|
|
|
|
} }, |
456
|
|
|
|
|
|
|
); |
457
|
|
|
|
|
|
|
|
458
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
459
|
|
|
|
|
|
|
my ($self, $name, $region, $script, $variant) = @_; |
460
|
|
|
|
|
|
|
|
461
|
0
|
|
|
0
|
0
|
|
my $display_pattern = '{0} ({1})'; |
462
|
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
463
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
464
|
0
|
|
|
|
|
|
$region, |
465
|
0
|
|
|
|
|
|
$script, |
|
0
|
|
|
|
|
|
|
466
|
|
|
|
|
|
|
$variant, |
467
|
|
|
|
|
|
|
); |
468
|
|
|
|
|
|
|
|
469
|
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
470
|
|
|
|
|
|
|
return $display_pattern; |
471
|
0
|
|
|
|
|
|
} |
472
|
0
|
|
|
|
|
|
|
473
|
|
|
|
|
|
|
has 'display_name_language' => ( |
474
|
|
|
|
|
|
|
is => 'ro', |
475
|
|
|
|
|
|
|
isa => CodeRef, |
476
|
|
|
|
|
|
|
init_arg => undef, |
477
|
|
|
|
|
|
|
default => sub { |
478
|
|
|
|
|
|
|
sub { |
479
|
|
|
|
|
|
|
my %languages = ( |
480
|
|
|
|
|
|
|
'aa' => 'afar', |
481
|
|
|
|
|
|
|
'ab' => 'abhază', |
482
|
|
|
|
|
|
|
'ace' => 'aceh', |
483
|
|
|
|
|
|
|
'ach' => 'acoli', |
484
|
|
|
|
|
|
|
'ada' => 'adangme', |
485
|
|
|
|
|
|
|
'ady' => 'adyghe', |
486
|
|
|
|
|
|
|
'ae' => 'avestană', |
487
|
|
|
|
|
|
|
'af' => 'afrikaans', |
488
|
|
|
|
|
|
|
'afh' => 'afrihili', |
489
|
|
|
|
|
|
|
'agq' => 'aghem', |
490
|
|
|
|
|
|
|
'ain' => 'ainu', |
491
|
|
|
|
|
|
|
'ak' => 'akan', |
492
|
|
|
|
|
|
|
'akk' => 'akkadiană', |
493
|
|
|
|
|
|
|
'ale' => 'aleută', |
494
|
|
|
|
|
|
|
'alt' => 'altaică meridională', |
495
|
|
|
|
|
|
|
'am' => 'amharică', |
496
|
|
|
|
|
|
|
'an' => 'aragoneză', |
497
|
|
|
|
|
|
|
'ang' => 'engleză veche', |
498
|
|
|
|
|
|
|
'anp' => 'angika', |
499
|
|
|
|
|
|
|
'ar' => 'arabă', |
500
|
|
|
|
|
|
|
'ar_001' => 'arabă standard modernă', |
501
|
|
|
|
|
|
|
'arc' => 'aramaică', |
502
|
|
|
|
|
|
|
'arn' => 'mapuche', |
503
|
|
|
|
|
|
|
'arp' => 'arapaho', |
504
|
|
|
|
|
|
|
'ars' => 'arabă najdi', |
505
|
|
|
|
|
|
|
'arw' => 'arawak', |
506
|
|
|
|
|
|
|
'as' => 'asameză', |
507
|
|
|
|
|
|
|
'asa' => 'asu', |
508
|
|
|
|
|
|
|
'ast' => 'asturiană', |
509
|
|
|
|
|
|
|
'av' => 'avară', |
510
|
|
|
|
|
|
|
'awa' => 'awadhi', |
511
|
|
|
|
|
|
|
'ay' => 'aymara', |
512
|
|
|
|
|
|
|
'az' => 'azeră', |
513
|
|
|
|
|
|
|
'az@alt=short' => 'azeră', |
514
|
|
|
|
|
|
|
'ba' => 'bașkiră', |
515
|
|
|
|
|
|
|
'bal' => 'baluchi', |
516
|
|
|
|
|
|
|
'ban' => 'balineză', |
517
|
|
|
|
|
|
|
'bas' => 'basaa', |
518
|
|
|
|
|
|
|
'bax' => 'bamun', |
519
|
|
|
|
|
|
|
'bbj' => 'ghomala', |
520
|
|
|
|
|
|
|
'be' => 'belarusă', |
521
|
|
|
|
|
|
|
'bej' => 'beja', |
522
|
|
|
|
|
|
|
'bem' => 'bemba', |
523
|
|
|
|
|
|
|
'bez' => 'bena', |
524
|
|
|
|
|
|
|
'bfd' => 'bafut', |
525
|
|
|
|
|
|
|
'bg' => 'bulgară', |
526
|
|
|
|
|
|
|
'bgn' => 'baluchi occidentală', |
527
|
|
|
|
|
|
|
'bho' => 'bhojpuri', |
528
|
|
|
|
|
|
|
'bi' => 'bislama', |
529
|
|
|
|
|
|
|
'bik' => 'bikol', |
530
|
|
|
|
|
|
|
'bin' => 'bini', |
531
|
|
|
|
|
|
|
'bkm' => 'kom', |
532
|
|
|
|
|
|
|
'bla' => 'siksika', |
533
|
|
|
|
|
|
|
'bm' => 'bambara', |
534
|
|
|
|
|
|
|
'bn' => 'bengaleză', |
535
|
|
|
|
|
|
|
'bo' => 'tibetană', |
536
|
|
|
|
|
|
|
'br' => 'bretonă', |
537
|
|
|
|
|
|
|
'bra' => 'braj', |
538
|
|
|
|
|
|
|
'brx' => 'bodo', |
539
|
|
|
|
|
|
|
'bs' => 'bosniacă', |
540
|
|
|
|
|
|
|
'bss' => 'akoose', |
541
|
|
|
|
|
|
|
'bua' => 'buriat', |
542
|
|
|
|
|
|
|
'bug' => 'bugineză', |
543
|
|
|
|
|
|
|
'bum' => 'bulu', |
544
|
|
|
|
|
|
|
'byn' => 'blin', |
545
|
|
|
|
|
|
|
'byv' => 'medumba', |
546
|
|
|
|
|
|
|
'ca' => 'catalană', |
547
|
|
|
|
|
|
|
'cad' => 'caddo', |
548
|
|
|
|
|
|
|
'car' => 'carib', |
549
|
|
|
|
|
|
|
'cay' => 'cayuga', |
550
|
|
|
|
|
|
|
'cch' => 'atsam', |
551
|
|
|
|
|
|
|
'ce' => 'cecenă', |
552
|
|
|
|
|
|
|
'ceb' => 'cebuană', |
553
|
|
|
|
|
|
|
'cgg' => 'chiga', |
554
|
|
|
|
|
|
|
'ch' => 'chamorro', |
555
|
|
|
|
|
|
|
'chb' => 'chibcha', |
556
|
|
|
|
|
|
|
'chg' => 'chagatai', |
557
|
|
|
|
|
|
|
'chk' => 'chuukese', |
558
|
|
|
|
|
|
|
'chm' => 'mari', |
559
|
|
|
|
|
|
|
'chn' => 'jargon chinook', |
560
|
|
|
|
|
|
|
'cho' => 'choctaw', |
561
|
|
|
|
|
|
|
'chp' => 'chipewyan', |
562
|
|
|
|
|
|
|
'chr' => 'cherokee', |
563
|
|
|
|
|
|
|
'chy' => 'cheyenne', |
564
|
|
|
|
|
|
|
'ckb' => 'kurdă centrală', |
565
|
|
|
|
|
|
|
'co' => 'corsicană', |
566
|
|
|
|
|
|
|
'cop' => 'coptă', |
567
|
|
|
|
|
|
|
'cr' => 'cree', |
568
|
|
|
|
|
|
|
'crh' => 'turcă crimeeană', |
569
|
|
|
|
|
|
|
'crs' => 'creolă franceză seselwa', |
570
|
|
|
|
|
|
|
'cs' => 'cehă', |
571
|
|
|
|
|
|
|
'csb' => 'cașubiană', |
572
|
|
|
|
|
|
|
'cu' => 'slavonă', |
573
|
|
|
|
|
|
|
'cv' => 'ciuvașă', |
574
|
|
|
|
|
|
|
'cy' => 'galeză', |
575
|
|
|
|
|
|
|
'da' => 'daneză', |
576
|
|
|
|
|
|
|
'dak' => 'dakota', |
577
|
|
|
|
|
|
|
'dar' => 'dargwa', |
578
|
|
|
|
|
|
|
'dav' => 'taita', |
579
|
|
|
|
|
|
|
'de' => 'germană', |
580
|
|
|
|
|
|
|
'de_CH' => 'germană standard (Elveția)', |
581
|
|
|
|
|
|
|
'del' => 'delaware', |
582
|
|
|
|
|
|
|
'den' => 'slave', |
583
|
|
|
|
|
|
|
'dgr' => 'dogrib', |
584
|
|
|
|
|
|
|
'din' => 'dinka', |
585
|
|
|
|
|
|
|
'dje' => 'zarma', |
586
|
|
|
|
|
|
|
'doi' => 'dogri', |
587
|
|
|
|
|
|
|
'dsb' => 'sorabă de jos', |
588
|
|
|
|
|
|
|
'dua' => 'duala', |
589
|
|
|
|
|
|
|
'dum' => 'neerlandeză medie', |
590
|
|
|
|
|
|
|
'dv' => 'divehi', |
591
|
|
|
|
|
|
|
'dyo' => 'jola-fonyi', |
592
|
|
|
|
|
|
|
'dyu' => 'dyula', |
593
|
|
|
|
|
|
|
'dz' => 'dzongkha', |
594
|
|
|
|
|
|
|
'dzg' => 'dazaga', |
595
|
|
|
|
|
|
|
'ebu' => 'embu', |
596
|
|
|
|
|
|
|
'ee' => 'ewe', |
597
|
|
|
|
|
|
|
'efi' => 'efik', |
598
|
|
|
|
|
|
|
'egy' => 'egipteană veche', |
599
|
|
|
|
|
|
|
'eka' => 'ekajuk', |
600
|
|
|
|
|
|
|
'el' => 'greacă', |
601
|
|
|
|
|
|
|
'elx' => 'elamită', |
602
|
|
|
|
|
|
|
'en' => 'engleză', |
603
|
|
|
|
|
|
|
'en_US@alt=short' => 'engleză (S.U.A)', |
604
|
|
|
|
|
|
|
'enm' => 'engleză medie', |
605
|
|
|
|
|
|
|
'eo' => 'esperanto', |
606
|
|
|
|
|
|
|
'es' => 'spaniolă', |
607
|
|
|
|
|
|
|
'es_ES' => 'spaniolă (Europa)', |
608
|
|
|
|
|
|
|
'et' => 'estonă', |
609
|
|
|
|
|
|
|
'eu' => 'bască', |
610
|
|
|
|
|
|
|
'ewo' => 'ewondo', |
611
|
|
|
|
|
|
|
'fa' => 'persană', |
612
|
|
|
|
|
|
|
'fan' => 'fang', |
613
|
|
|
|
|
|
|
'fat' => 'fanti', |
614
|
|
|
|
|
|
|
'ff' => 'fulah', |
615
|
|
|
|
|
|
|
'fi' => 'finlandeză', |
616
|
|
|
|
|
|
|
'fil' => 'filipineză', |
617
|
|
|
|
|
|
|
'fj' => 'fijiană', |
618
|
|
|
|
|
|
|
'fo' => 'faroeză', |
619
|
|
|
|
|
|
|
'fon' => 'fon', |
620
|
|
|
|
|
|
|
'fr' => 'franceză', |
621
|
|
|
|
|
|
|
'frc' => 'franceză cajun', |
622
|
|
|
|
|
|
|
'frm' => 'franceză medie', |
623
|
|
|
|
|
|
|
'fro' => 'franceză veche', |
624
|
|
|
|
|
|
|
'frr' => 'frizonă nordică', |
625
|
|
|
|
|
|
|
'frs' => 'frizonă orientală', |
626
|
|
|
|
|
|
|
'fur' => 'friulană', |
627
|
|
|
|
|
|
|
'fy' => 'frizonă occidentală', |
628
|
|
|
|
|
|
|
'ga' => 'irlandeză', |
629
|
|
|
|
|
|
|
'gaa' => 'ga', |
630
|
|
|
|
|
|
|
'gag' => 'găgăuză', |
631
|
|
|
|
|
|
|
'gan' => 'chineză gan', |
632
|
|
|
|
|
|
|
'gay' => 'gayo', |
633
|
|
|
|
|
|
|
'gba' => 'gbaya', |
634
|
|
|
|
|
|
|
'gd' => 'gaelică scoțiană', |
635
|
|
|
|
|
|
|
'gez' => 'geez', |
636
|
|
|
|
|
|
|
'gil' => 'gilbertină', |
637
|
|
|
|
|
|
|
'gl' => 'galiciană', |
638
|
|
|
|
|
|
|
'gmh' => 'germană înaltă medie', |
639
|
|
|
|
|
|
|
'gn' => 'guarani', |
640
|
|
|
|
|
|
|
'goh' => 'germană înaltă veche', |
641
|
|
|
|
|
|
|
'gon' => 'gondi', |
642
|
|
|
|
|
|
|
'gor' => 'gorontalo', |
643
|
|
|
|
|
|
|
'got' => 'gotică', |
644
|
|
|
|
|
|
|
'grb' => 'grebo', |
645
|
|
|
|
|
|
|
'grc' => 'greacă veche', |
646
|
|
|
|
|
|
|
'gsw' => 'germană (Elveția)', |
647
|
|
|
|
|
|
|
'gu' => 'gujarati', |
648
|
|
|
|
|
|
|
'guz' => 'gusii', |
649
|
|
|
|
|
|
|
'gv' => 'manx', |
650
|
|
|
|
|
|
|
'gwi' => 'gwichʼin', |
651
|
|
|
|
|
|
|
'ha' => 'hausa', |
652
|
|
|
|
|
|
|
'hai' => 'haida', |
653
|
|
|
|
|
|
|
'hak' => 'chineză hakka', |
654
|
|
|
|
|
|
|
'haw' => 'hawaiiană', |
655
|
|
|
|
|
|
|
'he' => 'ebraică', |
656
|
|
|
|
|
|
|
'hi' => 'hindi', |
657
|
|
|
|
|
|
|
'hil' => 'hiligaynon', |
658
|
|
|
|
|
|
|
'hit' => 'hitită', |
659
|
|
|
|
|
|
|
'hmn' => 'hmong', |
660
|
|
|
|
|
|
|
'ho' => 'hiri motu', |
661
|
|
|
|
|
|
|
'hr' => 'croată', |
662
|
|
|
|
|
|
|
'hsb' => 'sorabă de sus', |
663
|
|
|
|
|
|
|
'hsn' => 'chineză xiang', |
664
|
|
|
|
|
|
|
'ht' => 'haitiană', |
665
|
|
|
|
|
|
|
'hu' => 'maghiară', |
666
|
|
|
|
|
|
|
'hup' => 'hupa', |
667
|
|
|
|
|
|
|
'hy' => 'armeană', |
668
|
|
|
|
|
|
|
'hz' => 'herero', |
669
|
|
|
|
|
|
|
'ia' => 'interlingua', |
670
|
|
|
|
|
|
|
'iba' => 'iban', |
671
|
|
|
|
|
|
|
'ibb' => 'ibibio', |
672
|
|
|
|
|
|
|
'id' => 'indoneziană', |
673
|
|
|
|
|
|
|
'ie' => 'interlingue', |
674
|
|
|
|
|
|
|
'ig' => 'igbo', |
675
|
|
|
|
|
|
|
'ii' => 'yi din Sichuan', |
676
|
|
|
|
|
|
|
'ik' => 'inupiak', |
677
|
|
|
|
|
|
|
'ilo' => 'iloko', |
678
|
|
|
|
|
|
|
'inh' => 'ingușă', |
679
|
|
|
|
|
|
|
'io' => 'ido', |
680
|
|
|
|
|
|
|
'is' => 'islandeză', |
681
|
|
|
|
|
|
|
'it' => 'italiană', |
682
|
|
|
|
|
|
|
'iu' => 'inuktitut', |
683
|
|
|
|
|
|
|
'ja' => 'japoneză', |
684
|
|
|
|
|
|
|
'jbo' => 'lojban', |
685
|
|
|
|
|
|
|
'jgo' => 'ngomba', |
686
|
|
|
|
|
|
|
'jmc' => 'machame', |
687
|
|
|
|
|
|
|
'jpr' => 'iudeo-persană', |
688
|
|
|
|
|
|
|
'jrb' => 'iudeo-arabă', |
689
|
|
|
|
|
|
|
'jv' => 'javaneză', |
690
|
|
|
|
|
|
|
'ka' => 'georgiană', |
691
|
|
|
|
|
|
|
'kaa' => 'karakalpak', |
692
|
|
|
|
|
|
|
'kab' => 'kabyle', |
693
|
|
|
|
|
|
|
'kac' => 'kachin', |
694
|
|
|
|
|
|
|
'kaj' => 'jju', |
695
|
|
|
|
|
|
|
'kam' => 'kamba', |
696
|
|
|
|
|
|
|
'kaw' => 'kawi', |
697
|
|
|
|
|
|
|
'kbd' => 'kabardian', |
698
|
|
|
|
|
|
|
'kbl' => 'kanembu', |
699
|
|
|
|
|
|
|
'kcg' => 'tyap', |
700
|
|
|
|
|
|
|
'kde' => 'makonde', |
701
|
|
|
|
|
|
|
'kea' => 'kabuverdianu', |
702
|
|
|
|
|
|
|
'kfo' => 'koro', |
703
|
|
|
|
|
|
|
'kg' => 'congoleză', |
704
|
|
|
|
|
|
|
'kha' => 'khasi', |
705
|
|
|
|
|
|
|
'kho' => 'khotaneză', |
706
|
|
|
|
|
|
|
'khq' => 'koyra chiini', |
707
|
|
|
|
|
|
|
'ki' => 'kikuyu', |
708
|
|
|
|
|
|
|
'kj' => 'kuanyama', |
709
|
|
|
|
|
|
|
'kk' => 'kazahă', |
710
|
|
|
|
|
|
|
'kkj' => 'kako', |
711
|
|
|
|
|
|
|
'kl' => 'kalaallisut', |
712
|
|
|
|
|
|
|
'kln' => 'kalenjin', |
713
|
|
|
|
|
|
|
'km' => 'khmeră', |
714
|
|
|
|
|
|
|
'kmb' => 'kimbundu', |
715
|
|
|
|
|
|
|
'kn' => 'kannada', |
716
|
|
|
|
|
|
|
'ko' => 'coreeană', |
717
|
|
|
|
|
|
|
'koi' => 'komi-permiak', |
718
|
|
|
|
|
|
|
'kok' => 'konkani', |
719
|
|
|
|
|
|
|
'kos' => 'kosrae', |
720
|
|
|
|
|
|
|
'kpe' => 'kpelle', |
721
|
|
|
|
|
|
|
'kr' => 'kanuri', |
722
|
|
|
|
|
|
|
'krc' => 'karaceai-balkar', |
723
|
|
|
|
|
|
|
'krl' => 'kareliană', |
724
|
|
|
|
|
|
|
'kru' => 'kurukh', |
725
|
|
|
|
|
|
|
'ks' => 'cașmiră', |
726
|
|
|
|
|
|
|
'ksb' => 'shambala', |
727
|
|
|
|
|
|
|
'ksf' => 'bafia', |
728
|
|
|
|
|
|
|
'ksh' => 'kölsch', |
729
|
|
|
|
|
|
|
'ku' => 'kurdă', |
730
|
|
|
|
|
|
|
'kum' => 'kumyk', |
731
|
|
|
|
|
|
|
'kut' => 'kutenai', |
732
|
|
|
|
|
|
|
'kv' => 'komi', |
733
|
|
|
|
|
|
|
'kw' => 'cornică', |
734
|
|
|
|
|
|
|
'ky' => 'kârgâză', |
735
|
|
|
|
|
|
|
'la' => 'latină', |
736
|
|
|
|
|
|
|
'lad' => 'ladino', |
737
|
|
|
|
|
|
|
'lag' => 'langi', |
738
|
|
|
|
|
|
|
'lah' => 'lahnda', |
739
|
|
|
|
|
|
|
'lam' => 'lamba', |
740
|
|
|
|
|
|
|
'lb' => 'luxemburgheză', |
741
|
|
|
|
|
|
|
'lez' => 'lezghian', |
742
|
|
|
|
|
|
|
'lg' => 'ganda', |
743
|
|
|
|
|
|
|
'li' => 'limburgheză', |
744
|
|
|
|
|
|
|
'lkt' => 'lakota', |
745
|
|
|
|
|
|
|
'ln' => 'lingala', |
746
|
|
|
|
|
|
|
'lo' => 'laoțiană', |
747
|
|
|
|
|
|
|
'lol' => 'mongo', |
748
|
|
|
|
|
|
|
'lou' => 'creolă (Louisiana)', |
749
|
|
|
|
|
|
|
'loz' => 'lozi', |
750
|
|
|
|
|
|
|
'lrc' => 'luri de nord', |
751
|
|
|
|
|
|
|
'lt' => 'lituaniană', |
752
|
|
|
|
|
|
|
'lu' => 'luba-katanga', |
753
|
|
|
|
|
|
|
'lua' => 'luba-lulua', |
754
|
|
|
|
|
|
|
'lui' => 'luiseno', |
755
|
|
|
|
|
|
|
'lun' => 'lunda', |
756
|
|
|
|
|
|
|
'luo' => 'luo', |
757
|
|
|
|
|
|
|
'lus' => 'mizo', |
758
|
|
|
|
|
|
|
'luy' => 'luyia', |
759
|
|
|
|
|
|
|
'lv' => 'letonă', |
760
|
|
|
|
|
|
|
'mad' => 'madureză', |
761
|
|
|
|
|
|
|
'maf' => 'mafa', |
762
|
|
|
|
|
|
|
'mag' => 'magahi', |
763
|
|
|
|
|
|
|
'mai' => 'maithili', |
764
|
|
|
|
|
|
|
'mak' => 'makasar', |
765
|
|
|
|
|
|
|
'man' => 'mandingo', |
766
|
|
|
|
|
|
|
'mas' => 'masai', |
767
|
|
|
|
|
|
|
'mde' => 'maba', |
768
|
|
|
|
|
|
|
'mdf' => 'moksha', |
769
|
|
|
|
|
|
|
'mdr' => 'mandar', |
770
|
|
|
|
|
|
|
'men' => 'mende', |
771
|
|
|
|
|
|
|
'mer' => 'meru', |
772
|
|
|
|
|
|
|
'mfe' => 'morisyen', |
773
|
|
|
|
|
|
|
'mg' => 'malgașă', |
774
|
|
|
|
|
|
|
'mga' => 'irlandeză medie', |
775
|
|
|
|
|
|
|
'mgh' => 'makhuwa-meetto', |
776
|
|
|
|
|
|
|
'mgo' => 'meta’', |
777
|
|
|
|
|
|
|
'mh' => 'marshalleză', |
778
|
|
|
|
|
|
|
'mi' => 'maori', |
779
|
|
|
|
|
|
|
'mic' => 'micmac', |
780
|
|
|
|
|
|
|
'min' => 'minangkabau', |
781
|
|
|
|
|
|
|
'mk' => 'macedoneană', |
782
|
|
|
|
|
|
|
'ml' => 'malayalam', |
783
|
|
|
|
|
|
|
'mn' => 'mongolă', |
784
|
|
|
|
|
|
|
'mnc' => 'manciuriană', |
785
|
|
|
|
|
|
|
'mni' => 'manipuri', |
786
|
|
|
|
|
|
|
'moh' => 'mohawk', |
787
|
|
|
|
|
|
|
'mos' => 'mossi', |
788
|
|
|
|
|
|
|
'mr' => 'marathi', |
789
|
|
|
|
|
|
|
'ms' => 'malaeză', |
790
|
|
|
|
|
|
|
'mt' => 'malteză', |
791
|
|
|
|
|
|
|
'mua' => 'mundang', |
792
|
|
|
|
|
|
|
'mul' => 'mai multe limbi', |
793
|
|
|
|
|
|
|
'mus' => 'creek', |
794
|
|
|
|
|
|
|
'mwl' => 'mirandeză', |
795
|
|
|
|
|
|
|
'mwr' => 'marwari', |
796
|
|
|
|
|
|
|
'my' => 'birmană', |
797
|
|
|
|
|
|
|
'mye' => 'myene', |
798
|
|
|
|
|
|
|
'myv' => 'erzya', |
799
|
|
|
|
|
|
|
'mzn' => 'mazanderani', |
800
|
|
|
|
|
|
|
'na' => 'nauru', |
801
|
|
|
|
|
|
|
'nan' => 'chineză min nan', |
802
|
|
|
|
|
|
|
'nap' => 'napolitană', |
803
|
|
|
|
|
|
|
'naq' => 'nama', |
804
|
|
|
|
|
|
|
'nb' => 'norvegiană bokmål', |
805
|
|
|
|
|
|
|
'nd' => 'ndebele de nord', |
806
|
|
|
|
|
|
|
'nds' => 'germana de jos', |
807
|
|
|
|
|
|
|
'nds_NL' => 'saxona de jos', |
808
|
|
|
|
|
|
|
'ne' => 'nepaleză', |
809
|
|
|
|
|
|
|
'new' => 'newari', |
810
|
|
|
|
|
|
|
'ng' => 'ndonga', |
811
|
|
|
|
|
|
|
'nia' => 'nias', |
812
|
|
|
|
|
|
|
'niu' => 'niueană', |
813
|
|
|
|
|
|
|
'nl' => 'neerlandeză', |
814
|
|
|
|
|
|
|
'nl_BE' => 'flamandă', |
815
|
|
|
|
|
|
|
'nmg' => 'kwasio', |
816
|
|
|
|
|
|
|
'nn' => 'norvegiană nynorsk', |
817
|
|
|
|
|
|
|
'nnh' => 'ngiemboon', |
818
|
|
|
|
|
|
|
'no' => 'norvegiană', |
819
|
|
|
|
|
|
|
'nog' => 'nogai', |
820
|
|
|
|
|
|
|
'non' => 'nordică veche', |
821
|
|
|
|
|
|
|
'nqo' => 'n’ko', |
822
|
|
|
|
|
|
|
'nr' => 'ndebele de sud', |
823
|
|
|
|
|
|
|
'nso' => 'sotho de nord', |
824
|
|
|
|
|
|
|
'nus' => 'nuer', |
825
|
|
|
|
|
|
|
'nv' => 'navajo', |
826
|
|
|
|
|
|
|
'nwc' => 'newari clasică', |
827
|
|
|
|
|
|
|
'ny' => 'nyanja', |
828
|
|
|
|
|
|
|
'nym' => 'nyamwezi', |
829
|
|
|
|
|
|
|
'nyn' => 'nyankole', |
830
|
|
|
|
|
|
|
'nyo' => 'nyoro', |
831
|
|
|
|
|
|
|
'nzi' => 'nzima', |
832
|
|
|
|
|
|
|
'oc' => 'occitană', |
833
|
|
|
|
|
|
|
'oj' => 'ojibwa', |
834
|
|
|
|
|
|
|
'om' => 'oromo', |
835
|
|
|
|
|
|
|
'or' => 'odia', |
836
|
|
|
|
|
|
|
'os' => 'osetă', |
837
|
|
|
|
|
|
|
'osa' => 'osage', |
838
|
|
|
|
|
|
|
'ota' => 'turcă otomană', |
839
|
|
|
|
|
|
|
'pa' => 'punjabi', |
840
|
|
|
|
|
|
|
'pag' => 'pangasinan', |
841
|
|
|
|
|
|
|
'pal' => 'pahlavi', |
842
|
|
|
|
|
|
|
'pam' => 'pampanga', |
843
|
|
|
|
|
|
|
'pap' => 'papiamento', |
844
|
|
|
|
|
|
|
'pau' => 'palauană', |
845
|
|
|
|
|
|
|
'pcm' => 'pidgin nigerian', |
846
|
|
|
|
|
|
|
'peo' => 'persană veche', |
847
|
|
|
|
|
|
|
'phn' => 'feniciană', |
848
|
|
|
|
|
|
|
'pi' => 'pali', |
849
|
|
|
|
|
|
|
'pl' => 'poloneză', |
850
|
|
|
|
|
|
|
'pon' => 'pohnpeiană', |
851
|
|
|
|
|
|
|
'prg' => 'prusacă', |
852
|
|
|
|
|
|
|
'pro' => 'provensală veche', |
853
|
|
|
|
|
|
|
'ps' => 'paștună', |
854
|
|
|
|
|
|
|
'ps@alt=variant' => 'pushto', |
855
|
|
|
|
|
|
|
'pt' => 'portugheză', |
856
|
|
|
|
|
|
|
'pt_PT' => 'portugheză (Europa)', |
857
|
|
|
|
|
|
|
'qu' => 'quechua', |
858
|
|
|
|
|
|
|
'quc' => 'quiché', |
859
|
|
|
|
|
|
|
'raj' => 'rajasthani', |
860
|
|
|
|
|
|
|
'rap' => 'rapanui', |
861
|
|
|
|
|
|
|
'rar' => 'rarotongan', |
862
|
|
|
|
|
|
|
'rm' => 'romanșă', |
863
|
|
|
|
|
|
|
'rn' => 'kirundi', |
864
|
|
|
|
|
|
|
'ro' => 'română', |
865
|
|
|
|
|
|
|
'rof' => 'rombo', |
866
|
|
|
|
|
|
|
'rom' => 'romani', |
867
|
|
|
|
|
|
|
'root' => 'root', |
868
|
|
|
|
|
|
|
'ru' => 'rusă', |
869
|
|
|
|
|
|
|
'rup' => 'aromână', |
870
|
|
|
|
|
|
|
'rw' => 'kinyarwanda', |
871
|
|
|
|
|
|
|
'rwk' => 'rwa', |
872
|
|
|
|
|
|
|
'sa' => 'sanscrită', |
873
|
|
|
|
|
|
|
'sad' => 'sandawe', |
874
|
|
|
|
|
|
|
'sah' => 'sakha', |
875
|
|
|
|
|
|
|
'sam' => 'aramaică samariteană', |
876
|
|
|
|
|
|
|
'saq' => 'samburu', |
877
|
|
|
|
|
|
|
'sas' => 'sasak', |
878
|
|
|
|
|
|
|
'sat' => 'santali', |
879
|
|
|
|
|
|
|
'sba' => 'ngambay', |
880
|
|
|
|
|
|
|
'sbp' => 'sangu', |
881
|
|
|
|
|
|
|
'sc' => 'sardiniană', |
882
|
|
|
|
|
|
|
'scn' => 'siciliană', |
883
|
|
|
|
|
|
|
'sco' => 'scots', |
884
|
|
|
|
|
|
|
'sd' => 'sindhi', |
885
|
|
|
|
|
|
|
'sdh' => 'kurdă de sud', |
886
|
|
|
|
|
|
|
'se' => 'sami de nord', |
887
|
|
|
|
|
|
|
'see' => 'seneca', |
888
|
|
|
|
|
|
|
'seh' => 'sena', |
889
|
|
|
|
|
|
|
'sel' => 'selkup', |
890
|
|
|
|
|
|
|
'ses' => 'koyraboro Senni', |
891
|
|
|
|
|
|
|
'sg' => 'sango', |
892
|
|
|
|
|
|
|
'sga' => 'irlandeză veche', |
893
|
|
|
|
|
|
|
'sh' => 'sârbo-croată', |
894
|
|
|
|
|
|
|
'shi' => 'tachelhit', |
895
|
|
|
|
|
|
|
'shn' => 'shan', |
896
|
|
|
|
|
|
|
'shu' => 'arabă ciadiană', |
897
|
|
|
|
|
|
|
'si' => 'singhaleză', |
898
|
|
|
|
|
|
|
'sid' => 'sidamo', |
899
|
|
|
|
|
|
|
'sk' => 'slovacă', |
900
|
|
|
|
|
|
|
'sl' => 'slovenă', |
901
|
|
|
|
|
|
|
'sm' => 'samoană', |
902
|
|
|
|
|
|
|
'sma' => 'sami de sud', |
903
|
|
|
|
|
|
|
'smj' => 'sami lule', |
904
|
|
|
|
|
|
|
'smn' => 'sami inari', |
905
|
|
|
|
|
|
|
'sms' => 'sami skolt', |
906
|
|
|
|
|
|
|
'sn' => 'shona', |
907
|
|
|
|
|
|
|
'snk' => 'soninke', |
908
|
|
|
|
|
|
|
'so' => 'somaleză', |
909
|
|
|
|
|
|
|
'sog' => 'sogdien', |
910
|
|
|
|
|
|
|
'sq' => 'albaneză', |
911
|
|
|
|
|
|
|
'sr' => 'sârbă', |
912
|
|
|
|
|
|
|
'srn' => 'sranan tongo', |
913
|
|
|
|
|
|
|
'srr' => 'serer', |
914
|
|
|
|
|
|
|
'ss' => 'swati', |
915
|
|
|
|
|
|
|
'ssy' => 'saho', |
916
|
|
|
|
|
|
|
'st' => 'sesotho', |
917
|
|
|
|
|
|
|
'su' => 'sundaneză', |
918
|
|
|
|
|
|
|
'suk' => 'sukuma', |
919
|
|
|
|
|
|
|
'sus' => 'susu', |
920
|
|
|
|
|
|
|
'sux' => 'sumeriană', |
921
|
|
|
|
|
|
|
'sv' => 'suedeză', |
922
|
|
|
|
|
|
|
'sw' => 'swahili', |
923
|
|
|
|
|
|
|
'sw_CD' => 'swahili (R.D. Congo)', |
924
|
|
|
|
|
|
|
'swb' => 'comoreză', |
925
|
|
|
|
|
|
|
'syc' => 'siriacă clasică', |
926
|
|
|
|
|
|
|
'syr' => 'siriacă', |
927
|
|
|
|
|
|
|
'ta' => 'tamilă', |
928
|
|
|
|
|
|
|
'te' => 'telugu', |
929
|
|
|
|
|
|
|
'tem' => 'timne', |
930
|
|
|
|
|
|
|
'teo' => 'teso', |
931
|
|
|
|
|
|
|
'ter' => 'tereno', |
932
|
|
|
|
|
|
|
'tet' => 'tetum', |
933
|
|
|
|
|
|
|
'tg' => 'tadjică', |
934
|
|
|
|
|
|
|
'th' => 'thailandeză', |
935
|
|
|
|
|
|
|
'ti' => 'tigrină', |
936
|
|
|
|
|
|
|
'tig' => 'tigre', |
937
|
|
|
|
|
|
|
'tiv' => 'tiv', |
938
|
|
|
|
|
|
|
'tk' => 'turkmenă', |
939
|
|
|
|
|
|
|
'tkl' => 'tokelau', |
940
|
|
|
|
|
|
|
'tl' => 'tagalog', |
941
|
|
|
|
|
|
|
'tlh' => 'klingoniană', |
942
|
|
|
|
|
|
|
'tli' => 'tlingit', |
943
|
|
|
|
|
|
|
'tmh' => 'tamashek', |
944
|
|
|
|
|
|
|
'tn' => 'setswana', |
945
|
|
|
|
|
|
|
'to' => 'tongană', |
946
|
|
|
|
|
|
|
'tog' => 'nyasa tonga', |
947
|
|
|
|
|
|
|
'tpi' => 'tok pisin', |
948
|
|
|
|
|
|
|
'tr' => 'turcă', |
949
|
|
|
|
|
|
|
'trv' => 'taroko', |
950
|
|
|
|
|
|
|
'ts' => 'tsonga', |
951
|
|
|
|
|
|
|
'tsi' => 'tsimshian', |
952
|
|
|
|
|
|
|
'tt' => 'tătară', |
953
|
|
|
|
|
|
|
'tum' => 'tumbuka', |
954
|
|
|
|
|
|
|
'tvl' => 'tuvalu', |
955
|
|
|
|
|
|
|
'tw' => 'twi', |
956
|
|
|
|
|
|
|
'twq' => 'tasawaq', |
957
|
|
|
|
|
|
|
'ty' => 'tahitiană', |
958
|
|
|
|
|
|
|
'tyv' => 'tuvană', |
959
|
|
|
|
|
|
|
'tzm' => 'tamazight din Altasul Central', |
960
|
|
|
|
|
|
|
'udm' => 'udmurt', |
961
|
|
|
|
|
|
|
'ug' => 'uigură', |
962
|
|
|
|
|
|
|
'uga' => 'ugaritică', |
963
|
|
|
|
|
|
|
'uk' => 'ucraineană', |
964
|
|
|
|
|
|
|
'umb' => 'umbundu', |
965
|
|
|
|
|
|
|
'und' => 'limbă necunoscută', |
966
|
|
|
|
|
|
|
'ur' => 'urdu', |
967
|
|
|
|
|
|
|
'uz' => 'uzbecă', |
968
|
|
|
|
|
|
|
'vai' => 'vai', |
969
|
|
|
|
|
|
|
've' => 'venda', |
970
|
|
|
|
|
|
|
'vi' => 'vietnameză', |
971
|
|
|
|
|
|
|
'vo' => 'volapuk', |
972
|
|
|
|
|
|
|
'vot' => 'votică', |
973
|
|
|
|
|
|
|
'vun' => 'vunjo', |
974
|
|
|
|
|
|
|
'wa' => 'valonă', |
975
|
|
|
|
|
|
|
'wae' => 'walser', |
976
|
|
|
|
|
|
|
'wal' => 'wolaita', |
977
|
|
|
|
|
|
|
'war' => 'waray', |
978
|
|
|
|
|
|
|
'was' => 'washo', |
979
|
|
|
|
|
|
|
'wbp' => 'warlpiri', |
980
|
|
|
|
|
|
|
'wo' => 'wolof', |
981
|
|
|
|
|
|
|
'wuu' => 'chineză wu', |
982
|
|
|
|
|
|
|
'xal' => 'calmucă', |
983
|
|
|
|
|
|
|
'xh' => 'xhosa', |
984
|
|
|
|
|
|
|
'xog' => 'soga', |
985
|
|
|
|
|
|
|
'yao' => 'yao', |
986
|
|
|
|
|
|
|
'yap' => 'yapeză', |
987
|
|
|
|
|
|
|
'yav' => 'yangben', |
988
|
|
|
|
|
|
|
'ybb' => 'yemba', |
989
|
|
|
|
|
|
|
'yi' => 'idiș', |
990
|
|
|
|
|
|
|
'yo' => 'yoruba', |
991
|
|
|
|
|
|
|
'yue' => 'cantoneză', |
992
|
|
|
|
|
|
|
'za' => 'zhuang', |
993
|
|
|
|
|
|
|
'zap' => 'zapotecă', |
994
|
|
|
|
|
|
|
'zbl' => 'simboluri Bilss', |
995
|
|
|
|
|
|
|
'zen' => 'zenaga', |
996
|
|
|
|
|
|
|
'zgh' => 'tamazight standard marocană', |
997
|
|
|
|
|
|
|
'zh' => 'chineză', |
998
|
|
|
|
|
|
|
'zh_Hans' => 'chineză simplificată', |
999
|
|
|
|
|
|
|
'zh_Hant' => 'chineză tradițională', |
1000
|
|
|
|
|
|
|
'zu' => 'zulu', |
1001
|
|
|
|
|
|
|
'zun' => 'zuni', |
1002
|
|
|
|
|
|
|
'zxx' => 'fară conținut lingvistic', |
1003
|
|
|
|
|
|
|
'zza' => 'zaza', |
1004
|
|
|
|
|
|
|
|
1005
|
|
|
|
|
|
|
); |
1006
|
|
|
|
|
|
|
if (@_) { |
1007
|
|
|
|
|
|
|
return $languages{$_[0]}; |
1008
|
|
|
|
|
|
|
} |
1009
|
|
|
|
|
|
|
return \%languages; |
1010
|
|
|
|
|
|
|
} |
1011
|
|
|
|
|
|
|
}, |
1012
|
|
|
|
|
|
|
); |
1013
|
|
|
|
|
|
|
|
1014
|
|
|
|
|
|
|
has 'display_name_script' => ( |
1015
|
|
|
|
|
|
|
is => 'ro', |
1016
|
|
|
|
|
|
|
isa => CodeRef, |
1017
|
|
|
|
|
|
|
init_arg => undef, |
1018
|
|
|
|
|
|
|
default => sub { |
1019
|
|
|
|
|
|
|
sub { |
1020
|
|
|
|
|
|
|
my %scripts = ( |
1021
|
|
|
|
|
|
|
'Arab' => 'arabă', |
1022
|
|
|
|
|
|
|
'Arab@alt=variant' => 'persano-arabă', |
1023
|
|
|
|
|
|
|
'Armn' => 'armeană', |
1024
|
|
|
|
|
|
|
'Bali' => 'balineză', |
1025
|
|
|
|
|
|
|
'Beng' => 'bengaleză', |
1026
|
|
|
|
|
|
|
'Bopo' => 'bopomofo', |
1027
|
|
|
|
|
|
|
'Brai' => 'braille', |
1028
|
|
|
|
|
|
|
'Cans' => 'silabică aborigenă canadiană unificată', |
1029
|
|
|
|
|
|
|
'Copt' => 'coptă', |
1030
|
|
|
|
|
|
|
'Cprt' => 'cipriotă', |
1031
|
|
|
|
|
|
|
'Cyrl' => 'chirilică', |
1032
|
|
|
|
|
|
|
'Cyrs' => 'chirilică slavonă bisericească veche', |
1033
|
|
|
|
|
|
|
'Deva' => 'devanagari', |
1034
|
|
|
|
|
|
|
'Dsrt' => 'mormonă', |
1035
|
|
|
|
|
|
|
'Egyd' => 'demotică egipteană', |
1036
|
|
|
|
|
|
|
'Egyh' => 'hieratică egipteană', |
1037
|
|
|
|
|
|
|
'Egyp' => 'hieroglife egiptene', |
1038
|
|
|
|
|
|
|
'Ethi' => 'etiopiană', |
1039
|
|
|
|
|
|
|
'Geok' => 'georgiană bisericească', |
1040
|
|
|
|
|
|
|
'Geor' => 'georgiană', |
1041
|
|
|
|
|
|
|
'Glag' => 'glagolitică', |
1042
|
|
|
|
|
|
|
'Goth' => 'gotică', |
1043
|
|
|
|
|
|
|
'Grek' => 'greacă', |
1044
|
|
|
|
|
|
|
'Gujr' => 'gujarati', |
1045
|
|
|
|
|
|
|
'Guru' => 'gurmukhi', |
1046
|
|
|
|
|
|
|
'Hanb' => 'hanb', |
1047
|
|
|
|
|
|
|
'Hang' => 'hangul', |
1048
|
|
|
|
|
|
|
'Hani' => 'han', |
1049
|
|
|
|
|
|
|
'Hans' => 'simplificată', |
1050
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'han simplificată', |
1051
|
|
|
|
|
|
|
'Hant' => 'tradițională', |
1052
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'han tradițională', |
1053
|
|
|
|
|
|
|
'Hebr' => 'ebraică', |
1054
|
|
|
|
|
|
|
'Hira' => 'hiragana', |
1055
|
|
|
|
|
|
|
'Hrkt' => 'silabică japoneză', |
1056
|
|
|
|
|
|
|
'Hung' => 'maghiară veche', |
1057
|
|
|
|
|
|
|
'Inds' => 'indus', |
1058
|
|
|
|
|
|
|
'Ital' => 'italică veche', |
1059
|
|
|
|
|
|
|
'Jamo' => 'jamo', |
1060
|
|
|
|
|
|
|
'Java' => 'javaneză', |
1061
|
|
|
|
|
|
|
'Jpan' => 'japoneză', |
1062
|
|
|
|
|
|
|
'Kana' => 'katakana', |
1063
|
|
|
|
|
|
|
'Khmr' => 'khmeră', |
1064
|
|
|
|
|
|
|
'Knda' => 'kannada', |
1065
|
|
|
|
|
|
|
'Kore' => 'coreeană', |
1066
|
|
|
|
|
|
|
'Laoo' => 'laoțiană', |
1067
|
|
|
|
|
|
|
'Latf' => 'latină Fraktur', |
1068
|
|
|
|
|
|
|
'Latg' => 'latină gaelică', |
1069
|
|
|
|
|
|
|
'Latn' => 'latină', |
1070
|
|
|
|
|
|
|
'Lina' => 'lineară A', |
1071
|
|
|
|
|
|
|
'Linb' => 'lineară B', |
1072
|
|
|
|
|
|
|
'Lydi' => 'lidiană', |
1073
|
|
|
|
|
|
|
'Maya' => 'hieroglife maya', |
1074
|
|
|
|
|
|
|
'Mlym' => 'malayalam', |
1075
|
|
|
|
|
|
|
'Mong' => 'mongolă', |
1076
|
|
|
|
|
|
|
'Mymr' => 'birmană', |
1077
|
|
|
|
|
|
|
'Orya' => 'oriya', |
1078
|
|
|
|
|
|
|
'Phnx' => 'feniciană', |
1079
|
|
|
|
|
|
|
'Runr' => 'runică', |
1080
|
|
|
|
|
|
|
'Sinh' => 'singaleză', |
1081
|
|
|
|
|
|
|
'Syrc' => 'siriacă', |
1082
|
|
|
|
|
|
|
'Syrj' => 'siriacă occidentală', |
1083
|
|
|
|
|
|
|
'Syrn' => 'siriacă orientală', |
1084
|
|
|
|
|
|
|
'Taml' => 'tamilă', |
1085
|
|
|
|
|
|
|
'Telu' => 'telugu', |
1086
|
|
|
|
|
|
|
'Tfng' => 'berberă', |
1087
|
|
|
|
|
|
|
'Thaa' => 'thaana', |
1088
|
|
|
|
|
|
|
'Thai' => 'thailandeză', |
1089
|
|
|
|
|
|
|
'Tibt' => 'tibetană', |
1090
|
|
|
|
|
|
|
'Xpeo' => 'persană veche', |
1091
|
|
|
|
|
|
|
'Xsux' => 'cuneiformă sumero-akkadiană', |
1092
|
|
|
|
|
|
|
'Zinh' => 'moștenită', |
1093
|
|
|
|
|
|
|
'Zmth' => 'notație matematică', |
1094
|
|
|
|
|
|
|
'Zsye' => 'emoji', |
1095
|
|
|
|
|
|
|
'Zsym' => 'simboluri', |
1096
|
|
|
|
|
|
|
'Zxxx' => 'nescrisă', |
1097
|
|
|
|
|
|
|
'Zyyy' => 'comună', |
1098
|
|
|
|
|
|
|
'Zzzz' => 'scriere necunoscută', |
1099
|
|
|
|
|
|
|
|
1100
|
|
|
|
|
|
|
); |
1101
|
|
|
|
|
|
|
if ( @_ ) { |
1102
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
1103
|
|
|
|
|
|
|
} |
1104
|
|
|
|
|
|
|
return \%scripts; |
1105
|
|
|
|
|
|
|
} |
1106
|
|
|
|
|
|
|
} |
1107
|
|
|
|
|
|
|
); |
1108
|
|
|
|
|
|
|
|
1109
|
|
|
|
|
|
|
has 'display_name_region' => ( |
1110
|
|
|
|
|
|
|
is => 'ro', |
1111
|
|
|
|
|
|
|
isa => HashRef[Str], |
1112
|
|
|
|
|
|
|
init_arg => undef, |
1113
|
|
|
|
|
|
|
default => sub { |
1114
|
|
|
|
|
|
|
{ |
1115
|
|
|
|
|
|
|
'001' => 'Lume', |
1116
|
|
|
|
|
|
|
'002' => 'Africa', |
1117
|
|
|
|
|
|
|
'003' => 'America de Nord', |
1118
|
|
|
|
|
|
|
'005' => 'America de Sud', |
1119
|
|
|
|
|
|
|
'009' => 'Oceania', |
1120
|
|
|
|
|
|
|
'011' => 'Africa Occidentală', |
1121
|
|
|
|
|
|
|
'013' => 'America Centrală', |
1122
|
|
|
|
|
|
|
'014' => 'Africa Orientală', |
1123
|
|
|
|
|
|
|
'015' => 'Africa Septentrională', |
1124
|
|
|
|
|
|
|
'017' => 'Africa Centrală', |
1125
|
|
|
|
|
|
|
'018' => 'Africa Meridională', |
1126
|
|
|
|
|
|
|
'019' => 'Americi', |
1127
|
|
|
|
|
|
|
'021' => 'America Septentrională', |
1128
|
|
|
|
|
|
|
'029' => 'Caraibe', |
1129
|
|
|
|
|
|
|
'030' => 'Asia Orientală', |
1130
|
|
|
|
|
|
|
'034' => 'Asia Meridională', |
1131
|
|
|
|
|
|
|
'035' => 'Asia de Sud-Est', |
1132
|
|
|
|
|
|
|
'039' => 'Europa Meridională', |
1133
|
|
|
|
|
|
|
'053' => 'Australasia', |
1134
|
|
|
|
|
|
|
'054' => 'Melanezia', |
1135
|
|
|
|
|
|
|
'057' => 'Regiunea Micronezia', |
1136
|
|
|
|
|
|
|
'061' => 'Polinezia', |
1137
|
|
|
|
|
|
|
'142' => 'Asia', |
1138
|
|
|
|
|
|
|
'143' => 'Asia Centrală', |
1139
|
|
|
|
|
|
|
'145' => 'Asia Occidentală', |
1140
|
|
|
|
|
|
|
'150' => 'Europa', |
1141
|
|
|
|
|
|
|
'151' => 'Europa Orientală', |
1142
|
|
|
|
|
|
|
'154' => 'Europa Septentrională', |
1143
|
|
|
|
|
|
|
'155' => 'Europa Occidentală', |
1144
|
|
|
|
|
|
|
'202' => 'Africa Subsahariană', |
1145
|
|
|
|
|
|
|
'419' => 'America Latină', |
1146
|
|
|
|
|
|
|
'AC' => 'Insula Ascension', |
1147
|
|
|
|
|
|
|
'AD' => 'Andorra', |
1148
|
|
|
|
|
|
|
'AE' => 'Emiratele Arabe Unite', |
1149
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
1150
|
|
|
|
|
|
|
'AG' => 'Antigua și Barbuda', |
1151
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
1152
|
|
|
|
|
|
|
'AL' => 'Albania', |
1153
|
|
|
|
|
|
|
'AM' => 'Armenia', |
1154
|
|
|
|
|
|
|
'AO' => 'Angola', |
1155
|
|
|
|
|
|
|
'AQ' => 'Antarctica', |
1156
|
|
|
|
|
|
|
'AR' => 'Argentina', |
1157
|
|
|
|
|
|
|
'AS' => 'Samoa Americană', |
1158
|
|
|
|
|
|
|
'AT' => 'Austria', |
1159
|
|
|
|
|
|
|
'AU' => 'Australia', |
1160
|
|
|
|
|
|
|
'AW' => 'Aruba', |
1161
|
|
|
|
|
|
|
'AX' => 'Insulele Åland', |
1162
|
|
|
|
|
|
|
'AZ' => 'Azerbaidjan', |
1163
|
|
|
|
|
|
|
'BA' => 'Bosnia și Herțegovina', |
1164
|
|
|
|
|
|
|
'BB' => 'Barbados', |
1165
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
1166
|
|
|
|
|
|
|
'BE' => 'Belgia', |
1167
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
1168
|
|
|
|
|
|
|
'BG' => 'Bulgaria', |
1169
|
|
|
|
|
|
|
'BH' => 'Bahrain', |
1170
|
|
|
|
|
|
|
'BI' => 'Burundi', |
1171
|
|
|
|
|
|
|
'BJ' => 'Benin', |
1172
|
|
|
|
|
|
|
'BL' => 'Saint-Barthélemy', |
1173
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
1174
|
|
|
|
|
|
|
'BN' => 'Brunei', |
1175
|
|
|
|
|
|
|
'BO' => 'Bolivia', |
1176
|
|
|
|
|
|
|
'BQ' => 'Insulele Caraibe Olandeze', |
1177
|
|
|
|
|
|
|
'BR' => 'Brazilia', |
1178
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
1179
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
1180
|
|
|
|
|
|
|
'BV' => 'Insula Bouvet', |
1181
|
|
|
|
|
|
|
'BW' => 'Botswana', |
1182
|
|
|
|
|
|
|
'BY' => 'Belarus', |
1183
|
|
|
|
|
|
|
'BZ' => 'Belize', |
1184
|
|
|
|
|
|
|
'CA' => 'Canada', |
1185
|
|
|
|
|
|
|
'CC' => 'Insulele Cocos (Keeling)', |
1186
|
|
|
|
|
|
|
'CD' => 'Congo - Kinshasa', |
1187
|
|
|
|
|
|
|
'CD@alt=variant' => 'Congo (Republica Democrată Congo)', |
1188
|
|
|
|
|
|
|
'CF' => 'Republica Centrafricană', |
1189
|
|
|
|
|
|
|
'CG' => 'Congo - Brazzaville', |
1190
|
|
|
|
|
|
|
'CG@alt=variant' => 'Congo (Republica)', |
1191
|
|
|
|
|
|
|
'CH' => 'Elveția', |
1192
|
|
|
|
|
|
|
'CI' => 'Côte d’Ivoire', |
1193
|
|
|
|
|
|
|
'CI@alt=variant' => 'Coasta de Fildeș', |
1194
|
|
|
|
|
|
|
'CK' => 'Insulele Cook', |
1195
|
|
|
|
|
|
|
'CL' => 'Chile', |
1196
|
|
|
|
|
|
|
'CM' => 'Camerun', |
1197
|
|
|
|
|
|
|
'CN' => 'China', |
1198
|
|
|
|
|
|
|
'CO' => 'Columbia', |
1199
|
|
|
|
|
|
|
'CP' => 'Insula Clipperton', |
1200
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
1201
|
|
|
|
|
|
|
'CU' => 'Cuba', |
1202
|
|
|
|
|
|
|
'CV' => 'Capul Verde', |
1203
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
1204
|
|
|
|
|
|
|
'CX' => 'Insula Christmas', |
1205
|
|
|
|
|
|
|
'CY' => 'Cipru', |
1206
|
|
|
|
|
|
|
'CZ' => 'Cehia', |
1207
|
|
|
|
|
|
|
'CZ@alt=variant' => 'Republica Cehă', |
1208
|
|
|
|
|
|
|
'DE' => 'Germania', |
1209
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
1210
|
|
|
|
|
|
|
'DJ' => 'Djibouti', |
1211
|
|
|
|
|
|
|
'DK' => 'Danemarca', |
1212
|
|
|
|
|
|
|
'DM' => 'Dominica', |
1213
|
|
|
|
|
|
|
'DO' => 'Republica Dominicană', |
1214
|
|
|
|
|
|
|
'DZ' => 'Algeria', |
1215
|
|
|
|
|
|
|
'EA' => 'Ceuta și Melilla', |
1216
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
1217
|
|
|
|
|
|
|
'EE' => 'Estonia', |
1218
|
|
|
|
|
|
|
'EG' => 'Egipt', |
1219
|
|
|
|
|
|
|
'EH' => 'Sahara Occidentală', |
1220
|
|
|
|
|
|
|
'ER' => 'Eritreea', |
1221
|
|
|
|
|
|
|
'ES' => 'Spania', |
1222
|
|
|
|
|
|
|
'ET' => 'Etiopia', |
1223
|
|
|
|
|
|
|
'EU' => 'Uniunea Europeană', |
1224
|
|
|
|
|
|
|
'EZ' => 'Zona euro', |
1225
|
|
|
|
|
|
|
'FI' => 'Finlanda', |
1226
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
1227
|
|
|
|
|
|
|
'FK' => 'Insulele Falkland', |
1228
|
|
|
|
|
|
|
'FK@alt=variant' => 'Insulele Falkland (Insulele Malvine)', |
1229
|
|
|
|
|
|
|
'FM' => 'Micronezia', |
1230
|
|
|
|
|
|
|
'FO' => 'Insulele Feroe', |
1231
|
|
|
|
|
|
|
'FR' => 'Franța', |
1232
|
|
|
|
|
|
|
'GA' => 'Gabon', |
1233
|
|
|
|
|
|
|
'GB' => 'Regatul Unit', |
1234
|
|
|
|
|
|
|
'GB@alt=short' => 'Regatul Unit', |
1235
|
|
|
|
|
|
|
'GD' => 'Grenada', |
1236
|
|
|
|
|
|
|
'GE' => 'Georgia', |
1237
|
|
|
|
|
|
|
'GF' => 'Guyana Franceză', |
1238
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
1239
|
|
|
|
|
|
|
'GH' => 'Ghana', |
1240
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
1241
|
|
|
|
|
|
|
'GL' => 'Groenlanda', |
1242
|
|
|
|
|
|
|
'GM' => 'Gambia', |
1243
|
|
|
|
|
|
|
'GN' => 'Guineea', |
1244
|
|
|
|
|
|
|
'GP' => 'Guadelupa', |
1245
|
|
|
|
|
|
|
'GQ' => 'Guineea Ecuatorială', |
1246
|
|
|
|
|
|
|
'GR' => 'Grecia', |
1247
|
|
|
|
|
|
|
'GS' => 'Georgia de Sud și Insulele Sandwich de Sud', |
1248
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
1249
|
|
|
|
|
|
|
'GU' => 'Guam', |
1250
|
|
|
|
|
|
|
'GW' => 'Guineea-Bissau', |
1251
|
|
|
|
|
|
|
'GY' => 'Guyana', |
1252
|
|
|
|
|
|
|
'HK' => 'R.A.S. Hong Kong a Chinei', |
1253
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Kong', |
1254
|
|
|
|
|
|
|
'HM' => 'Insula Heard și Insulele McDonald', |
1255
|
|
|
|
|
|
|
'HN' => 'Honduras', |
1256
|
|
|
|
|
|
|
'HR' => 'Croația', |
1257
|
|
|
|
|
|
|
'HT' => 'Haiti', |
1258
|
|
|
|
|
|
|
'HU' => 'Ungaria', |
1259
|
|
|
|
|
|
|
'IC' => 'Insulele Canare', |
1260
|
|
|
|
|
|
|
'ID' => 'Indonezia', |
1261
|
|
|
|
|
|
|
'IE' => 'Irlanda', |
1262
|
|
|
|
|
|
|
'IL' => 'Israel', |
1263
|
|
|
|
|
|
|
'IM' => 'Insula Man', |
1264
|
|
|
|
|
|
|
'IN' => 'India', |
1265
|
|
|
|
|
|
|
'IO' => 'Teritoriul Britanic din Oceanul Indian', |
1266
|
|
|
|
|
|
|
'IQ' => 'Irak', |
1267
|
|
|
|
|
|
|
'IR' => 'Iran', |
1268
|
|
|
|
|
|
|
'IS' => 'Islanda', |
1269
|
|
|
|
|
|
|
'IT' => 'Italia', |
1270
|
|
|
|
|
|
|
'JE' => 'Jersey', |
1271
|
|
|
|
|
|
|
'JM' => 'Jamaica', |
1272
|
|
|
|
|
|
|
'JO' => 'Iordania', |
1273
|
|
|
|
|
|
|
'JP' => 'Japonia', |
1274
|
|
|
|
|
|
|
'KE' => 'Kenya', |
1275
|
|
|
|
|
|
|
'KG' => 'Kârgâzstan', |
1276
|
|
|
|
|
|
|
'KH' => 'Cambodgia', |
1277
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
1278
|
|
|
|
|
|
|
'KM' => 'Comore', |
1279
|
|
|
|
|
|
|
'KN' => 'Saint Kitts și Nevis', |
1280
|
|
|
|
|
|
|
'KP' => 'Coreea de Nord', |
1281
|
|
|
|
|
|
|
'KR' => 'Coreea de Sud', |
1282
|
|
|
|
|
|
|
'KW' => 'Kuweit', |
1283
|
|
|
|
|
|
|
'KY' => 'Insulele Cayman', |
1284
|
|
|
|
|
|
|
'KZ' => 'Kazahstan', |
1285
|
|
|
|
|
|
|
'LA' => 'Laos', |
1286
|
|
|
|
|
|
|
'LB' => 'Liban', |
1287
|
|
|
|
|
|
|
'LC' => 'Sfânta Lucia', |
1288
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
1289
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
1290
|
|
|
|
|
|
|
'LR' => 'Liberia', |
1291
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
1292
|
|
|
|
|
|
|
'LT' => 'Lituania', |
1293
|
|
|
|
|
|
|
'LU' => 'Luxemburg', |
1294
|
|
|
|
|
|
|
'LV' => 'Letonia', |
1295
|
|
|
|
|
|
|
'LY' => 'Libia', |
1296
|
|
|
|
|
|
|
'MA' => 'Maroc', |
1297
|
|
|
|
|
|
|
'MC' => 'Monaco', |
1298
|
|
|
|
|
|
|
'MD' => 'Republica Moldova', |
1299
|
|
|
|
|
|
|
'ME' => 'Muntenegru', |
1300
|
|
|
|
|
|
|
'MF' => 'Sfântul Martin', |
1301
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
1302
|
|
|
|
|
|
|
'MH' => 'Insulele Marshall', |
1303
|
|
|
|
|
|
|
'MK' => 'Republica Macedonia', |
1304
|
|
|
|
|
|
|
'MK@alt=variant' => 'Republica Macedonia (FRIM)', |
1305
|
|
|
|
|
|
|
'ML' => 'Mali', |
1306
|
|
|
|
|
|
|
'MM' => 'Myanmar (Birmania)', |
1307
|
|
|
|
|
|
|
'MN' => 'Mongolia', |
1308
|
|
|
|
|
|
|
'MO' => 'R.A.S. Macao a Chinei', |
1309
|
|
|
|
|
|
|
'MO@alt=short' => 'Macao', |
1310
|
|
|
|
|
|
|
'MP' => 'Insulele Mariane de Nord', |
1311
|
|
|
|
|
|
|
'MQ' => 'Martinica', |
1312
|
|
|
|
|
|
|
'MR' => 'Mauritania', |
1313
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
1314
|
|
|
|
|
|
|
'MT' => 'Malta', |
1315
|
|
|
|
|
|
|
'MU' => 'Mauritius', |
1316
|
|
|
|
|
|
|
'MV' => 'Maldive', |
1317
|
|
|
|
|
|
|
'MW' => 'Malawi', |
1318
|
|
|
|
|
|
|
'MX' => 'Mexic', |
1319
|
|
|
|
|
|
|
'MY' => 'Malaysia', |
1320
|
|
|
|
|
|
|
'MZ' => 'Mozambic', |
1321
|
|
|
|
|
|
|
'NA' => 'Namibia', |
1322
|
|
|
|
|
|
|
'NC' => 'Noua Caledonie', |
1323
|
|
|
|
|
|
|
'NE' => 'Niger', |
1324
|
|
|
|
|
|
|
'NF' => 'Insula Norfolk', |
1325
|
|
|
|
|
|
|
'NG' => 'Nigeria', |
1326
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
1327
|
|
|
|
|
|
|
'NL' => 'Țările de Jos', |
1328
|
|
|
|
|
|
|
'NO' => 'Norvegia', |
1329
|
|
|
|
|
|
|
'NP' => 'Nepal', |
1330
|
|
|
|
|
|
|
'NR' => 'Nauru', |
1331
|
|
|
|
|
|
|
'NU' => 'Niue', |
1332
|
|
|
|
|
|
|
'NZ' => 'Noua Zeelandă', |
1333
|
|
|
|
|
|
|
'OM' => 'Oman', |
1334
|
|
|
|
|
|
|
'PA' => 'Panama', |
1335
|
|
|
|
|
|
|
'PE' => 'Peru', |
1336
|
|
|
|
|
|
|
'PF' => 'Polinezia Franceză', |
1337
|
|
|
|
|
|
|
'PG' => 'Papua-Noua Guinee', |
1338
|
|
|
|
|
|
|
'PH' => 'Filipine', |
1339
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
1340
|
|
|
|
|
|
|
'PL' => 'Polonia', |
1341
|
|
|
|
|
|
|
'PM' => 'Saint-Pierre și Miquelon', |
1342
|
|
|
|
|
|
|
'PN' => 'Insulele Pitcairn', |
1343
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
1344
|
|
|
|
|
|
|
'PS' => 'Teritoriile Palestiniene', |
1345
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
1346
|
|
|
|
|
|
|
'PT' => 'Portugalia', |
1347
|
|
|
|
|
|
|
'PW' => 'Palau', |
1348
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
1349
|
|
|
|
|
|
|
'QA' => 'Qatar', |
1350
|
|
|
|
|
|
|
'QO' => 'Oceania Periferică', |
1351
|
|
|
|
|
|
|
'RE' => 'Réunion', |
1352
|
|
|
|
|
|
|
'RO' => 'România', |
1353
|
|
|
|
|
|
|
'RS' => 'Serbia', |
1354
|
|
|
|
|
|
|
'RU' => 'Rusia', |
1355
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
1356
|
|
|
|
|
|
|
'SA' => 'Arabia Saudită', |
1357
|
|
|
|
|
|
|
'SB' => 'Insulele Solomon', |
1358
|
|
|
|
|
|
|
'SC' => 'Seychelles', |
1359
|
|
|
|
|
|
|
'SD' => 'Sudan', |
1360
|
|
|
|
|
|
|
'SE' => 'Suedia', |
1361
|
|
|
|
|
|
|
'SG' => 'Singapore', |
1362
|
|
|
|
|
|
|
'SH' => 'Sfânta Elena', |
1363
|
|
|
|
|
|
|
'SI' => 'Slovenia', |
1364
|
|
|
|
|
|
|
'SJ' => 'Svalbard și Jan Mayen', |
1365
|
|
|
|
|
|
|
'SK' => 'Slovacia', |
1366
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
1367
|
|
|
|
|
|
|
'SM' => 'San Marino', |
1368
|
|
|
|
|
|
|
'SN' => 'Senegal', |
1369
|
|
|
|
|
|
|
'SO' => 'Somalia', |
1370
|
|
|
|
|
|
|
'SR' => 'Suriname', |
1371
|
|
|
|
|
|
|
'SS' => 'Sudanul de Sud', |
1372
|
|
|
|
|
|
|
'ST' => 'Sao Tome și Principe', |
1373
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
1374
|
|
|
|
|
|
|
'SX' => 'Sint-Maarten', |
1375
|
|
|
|
|
|
|
'SY' => 'Siria', |
1376
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
1377
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
1378
|
|
|
|
|
|
|
'TC' => 'Insulele Turks și Caicos', |
1379
|
|
|
|
|
|
|
'TD' => 'Ciad', |
1380
|
|
|
|
|
|
|
'TF' => 'Teritoriile Australe și Antarctice Franceze', |
1381
|
|
|
|
|
|
|
'TG' => 'Togo', |
1382
|
|
|
|
|
|
|
'TH' => 'Thailanda', |
1383
|
|
|
|
|
|
|
'TJ' => 'Tadjikistan', |
1384
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
1385
|
|
|
|
|
|
|
'TL' => 'Timor-Leste', |
1386
|
|
|
|
|
|
|
'TL@alt=variant' => 'Timorul de Est', |
1387
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
1388
|
|
|
|
|
|
|
'TN' => 'Tunisia', |
1389
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1390
|
|
|
|
|
|
|
'TR' => 'Turcia', |
1391
|
|
|
|
|
|
|
'TT' => 'Trinidad și Tobago', |
1392
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
1393
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
1394
|
|
|
|
|
|
|
'TZ' => 'Tanzania', |
1395
|
|
|
|
|
|
|
'UA' => 'Ucraina', |
1396
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1397
|
|
|
|
|
|
|
'UM' => 'Insulele Îndepărtate ale S.U.A.', |
1398
|
|
|
|
|
|
|
'UN' => 'Națiunile Unite', |
1399
|
|
|
|
|
|
|
'UN@alt=short' => 'ONU', |
1400
|
|
|
|
|
|
|
'US' => 'Statele Unite ale Americii', |
1401
|
|
|
|
|
|
|
'US@alt=short' => 'S.U.A.', |
1402
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
1403
|
|
|
|
|
|
|
'UZ' => 'Uzbekistan', |
1404
|
|
|
|
|
|
|
'VA' => 'Statul Cetății Vaticanului', |
1405
|
|
|
|
|
|
|
'VC' => 'Saint Vincent și Grenadinele', |
1406
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
1407
|
|
|
|
|
|
|
'VG' => 'Insulele Virgine Britanice', |
1408
|
|
|
|
|
|
|
'VI' => 'Insulele Virgine Americane', |
1409
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
1410
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1411
|
|
|
|
|
|
|
'WF' => 'Wallis și Futuna', |
1412
|
|
|
|
|
|
|
'WS' => 'Samoa', |
1413
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
1414
|
|
|
|
|
|
|
'YE' => 'Yemen', |
1415
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1416
|
|
|
|
|
|
|
'ZA' => 'Africa de Sud', |
1417
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
1418
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
1419
|
|
|
|
|
|
|
'ZZ' => 'Regiune necunoscută', |
1420
|
|
|
|
|
|
|
|
1421
|
|
|
|
|
|
|
} |
1422
|
|
|
|
|
|
|
}, |
1423
|
|
|
|
|
|
|
); |
1424
|
|
|
|
|
|
|
|
1425
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1426
|
|
|
|
|
|
|
is => 'ro', |
1427
|
|
|
|
|
|
|
isa => HashRef[Str], |
1428
|
|
|
|
|
|
|
init_arg => undef, |
1429
|
|
|
|
|
|
|
default => sub { |
1430
|
|
|
|
|
|
|
{ |
1431
|
|
|
|
|
|
|
'1901' => 'ortografie germană tradițională', |
1432
|
|
|
|
|
|
|
'1994' => 'ortografie resiană standardizată', |
1433
|
|
|
|
|
|
|
'1996' => 'ortografie germană de la 1996', |
1434
|
|
|
|
|
|
|
'1606NICT' => 'franceză medievală târzie până la 1606', |
1435
|
|
|
|
|
|
|
'1694ACAD' => 'franceză modernă veche', |
1436
|
|
|
|
|
|
|
'1959ACAD' => 'belarusă academică', |
1437
|
|
|
|
|
|
|
'AREVELA' => 'armeană orientală', |
1438
|
|
|
|
|
|
|
'AREVMDA' => 'armeană occidentală', |
1439
|
|
|
|
|
|
|
'BAKU1926' => 'alfabet latin altaic unificat', |
1440
|
|
|
|
|
|
|
'BISKE' => 'dialect San Giorgio/Bila', |
1441
|
|
|
|
|
|
|
'BOONT' => 'boontling', |
1442
|
|
|
|
|
|
|
'FONIPA' => 'alfabet fonetic internațional', |
1443
|
|
|
|
|
|
|
'FONUPA' => 'alfabet fonetic uralic', |
1444
|
|
|
|
|
|
|
'KKCOR' => 'ortografie comuna cornish', |
1445
|
|
|
|
|
|
|
'LIPAW' => 'dialect lipovaz din resiană', |
1446
|
|
|
|
|
|
|
'MONOTON' => 'monotonică', |
1447
|
|
|
|
|
|
|
'NEDIS' => 'dialect Natisone', |
1448
|
|
|
|
|
|
|
'NJIVA' => 'dialect Gniva/Njiva', |
1449
|
|
|
|
|
|
|
'OSOJS' => 'dialect Oseacco/Osojane', |
1450
|
|
|
|
|
|
|
'PINYIN' => 'pinyin', |
1451
|
|
|
|
|
|
|
'POLYTON' => 'politonică', |
1452
|
|
|
|
|
|
|
'POSIX' => 'informantică', |
1453
|
|
|
|
|
|
|
'REVISED' => 'ortografie revizuită', |
1454
|
|
|
|
|
|
|
'ROZAJ' => 'dialect resian', |
1455
|
|
|
|
|
|
|
'SAAHO' => 'dialect saho', |
1456
|
|
|
|
|
|
|
'SCOTLAND' => 'engleză standard scoțiană', |
1457
|
|
|
|
|
|
|
'SCOUSE' => 'dialect scouse', |
1458
|
|
|
|
|
|
|
'SOLBA' => 'dialet Stolvizza/Solbica', |
1459
|
|
|
|
|
|
|
'TARASK' => 'ortografie taraskievica', |
1460
|
|
|
|
|
|
|
'UCCOR' => 'ortografie unificată cornish', |
1461
|
|
|
|
|
|
|
'UCRCOR' => 'ortografie revizuită unificată cornish', |
1462
|
|
|
|
|
|
|
'VALENCIA' => 'valenciană', |
1463
|
|
|
|
|
|
|
'WADEGILE' => 'Wade-Giles', |
1464
|
|
|
|
|
|
|
|
1465
|
|
|
|
|
|
|
} |
1466
|
|
|
|
|
|
|
}, |
1467
|
|
|
|
|
|
|
); |
1468
|
|
|
|
|
|
|
|
1469
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1470
|
|
|
|
|
|
|
is => 'ro', |
1471
|
|
|
|
|
|
|
isa => HashRef[Str], |
1472
|
|
|
|
|
|
|
init_arg => undef, |
1473
|
|
|
|
|
|
|
default => sub { |
1474
|
|
|
|
|
|
|
{ |
1475
|
|
|
|
|
|
|
'calendar' => 'calendar', |
1476
|
|
|
|
|
|
|
'cf' => 'Format monedă', |
1477
|
|
|
|
|
|
|
'colalternate' => 'Ordonare cu simbolurile ignorate', |
1478
|
|
|
|
|
|
|
'colbackwards' => 'Ordonare inversă după accent', |
1479
|
|
|
|
|
|
|
'colcasefirst' => 'Ordonare după majuscule/minuscule', |
1480
|
|
|
|
|
|
|
'colcaselevel' => 'Ordonare care ține seama de majuscule/minuscule', |
1481
|
|
|
|
|
|
|
'collation' => 'ordine de sortare', |
1482
|
|
|
|
|
|
|
'colnormalization' => 'Ordonare normalizată', |
1483
|
|
|
|
|
|
|
'colnumeric' => 'Ordonare numerică', |
1484
|
|
|
|
|
|
|
'colstrength' => 'Puterea ordonării', |
1485
|
|
|
|
|
|
|
'currency' => 'monedă', |
1486
|
|
|
|
|
|
|
'hc' => 'ciclu orar (12 sau 24)', |
1487
|
|
|
|
|
|
|
'lb' => 'stil de întrerupere a liniei', |
1488
|
|
|
|
|
|
|
'ms' => 'sistem de unități de măsură', |
1489
|
|
|
|
|
|
|
'numbers' => 'numere', |
1490
|
|
|
|
|
|
|
'timezone' => 'Fusul orar', |
1491
|
|
|
|
|
|
|
'va' => 'Varianta locală', |
1492
|
|
|
|
|
|
|
'x' => 'Utilizare privată', |
1493
|
|
|
|
|
|
|
|
1494
|
|
|
|
|
|
|
} |
1495
|
|
|
|
|
|
|
}, |
1496
|
|
|
|
|
|
|
); |
1497
|
|
|
|
|
|
|
|
1498
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1499
|
|
|
|
|
|
|
is => 'ro', |
1500
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1501
|
|
|
|
|
|
|
init_arg => undef, |
1502
|
|
|
|
|
|
|
default => sub { |
1503
|
|
|
|
|
|
|
{ |
1504
|
|
|
|
|
|
|
'calendar' => { |
1505
|
|
|
|
|
|
|
'buddhist' => q{calendar budist}, |
1506
|
|
|
|
|
|
|
'chinese' => q{calendar chinezesc}, |
1507
|
|
|
|
|
|
|
'coptic' => q{calendar copt}, |
1508
|
|
|
|
|
|
|
'dangi' => q{calendar dangi}, |
1509
|
|
|
|
|
|
|
'ethiopic' => q{calendar etiopian}, |
1510
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Calendarul etiopian amete alem}, |
1511
|
|
|
|
|
|
|
'gregorian' => q{calendar gregorian}, |
1512
|
|
|
|
|
|
|
'hebrew' => q{calendar ebraic}, |
1513
|
|
|
|
|
|
|
'indian' => q{calendar național indian}, |
1514
|
|
|
|
|
|
|
'islamic' => q{calendar islamic}, |
1515
|
|
|
|
|
|
|
'islamic-civil' => q{calendar islamic civil}, |
1516
|
|
|
|
|
|
|
'islamic-umalqura' => q{calendar islamic (Umm al-Qura)}, |
1517
|
|
|
|
|
|
|
'iso8601' => q{calendar ISO-8601}, |
1518
|
|
|
|
|
|
|
'japanese' => q{calendar japonez}, |
1519
|
|
|
|
|
|
|
'persian' => q{calendar persan}, |
1520
|
|
|
|
|
|
|
'roc' => q{calendarul Republicii Chineze}, |
1521
|
|
|
|
|
|
|
}, |
1522
|
|
|
|
|
|
|
'cf' => { |
1523
|
|
|
|
|
|
|
'account' => q{Format monedă contabilitate}, |
1524
|
|
|
|
|
|
|
'standard' => q{Format monedă standard}, |
1525
|
|
|
|
|
|
|
}, |
1526
|
|
|
|
|
|
|
'colalternate' => { |
1527
|
|
|
|
|
|
|
'non-ignorable' => q{Ordonați simbolurile}, |
1528
|
|
|
|
|
|
|
'shifted' => q{Ordonați ignorând simbolurile}, |
1529
|
|
|
|
|
|
|
}, |
1530
|
|
|
|
|
|
|
'colbackwards' => { |
1531
|
|
|
|
|
|
|
'no' => q{Ordonați accentele în mod normal}, |
1532
|
|
|
|
|
|
|
'yes' => q{Ordonați după accente în ordine inversă}, |
1533
|
|
|
|
|
|
|
}, |
1534
|
|
|
|
|
|
|
'colcasefirst' => { |
1535
|
|
|
|
|
|
|
'lower' => q{Ordonați întâi minusculele}, |
1536
|
|
|
|
|
|
|
'no' => q{Ordonați după dimensiunea normală a literei}, |
1537
|
|
|
|
|
|
|
'upper' => q{Ordonați mai întâi majusculele}, |
1538
|
|
|
|
|
|
|
}, |
1539
|
|
|
|
|
|
|
'colcaselevel' => { |
1540
|
|
|
|
|
|
|
'no' => q{Ordonați neținând seama de diferența dintre majuscule/minuscule}, |
1541
|
|
|
|
|
|
|
'yes' => q{Ordonați ținând seama de diferența dintre majuscule/minuscule}, |
1542
|
|
|
|
|
|
|
}, |
1543
|
|
|
|
|
|
|
'collation' => { |
1544
|
|
|
|
|
|
|
'big5han' => q{sortare pentru chineza tradițională - Big5}, |
1545
|
|
|
|
|
|
|
'compat' => q{ordine de sortare anterioară, pentru compatibilitate}, |
1546
|
|
|
|
|
|
|
'dictionary' => q{Ordine de sortare a dicționarului}, |
1547
|
|
|
|
|
|
|
'ducet' => q{ordine de sortare Unicode implicită}, |
1548
|
|
|
|
|
|
|
'eor' => q{regulile europene de sortare}, |
1549
|
|
|
|
|
|
|
'gb2312han' => q{sortare pentru chineza simplificată - GB2312}, |
1550
|
|
|
|
|
|
|
'phonebook' => q{sortare după cartea de telefon}, |
1551
|
|
|
|
|
|
|
'phonetic' => q{Tip de ordonare fonetică}, |
1552
|
|
|
|
|
|
|
'pinyin' => q{sortare pinyin}, |
1553
|
|
|
|
|
|
|
'reformed' => q{Ordine de sortare reformată}, |
1554
|
|
|
|
|
|
|
'search' => q{căutare cu scop general}, |
1555
|
|
|
|
|
|
|
'searchjl' => q{Căutați în funcție de consoana inițială hangul}, |
1556
|
|
|
|
|
|
|
'standard' => q{ordine de sortare standard}, |
1557
|
|
|
|
|
|
|
'stroke' => q{ordine de sortare după trasare}, |
1558
|
|
|
|
|
|
|
'traditional' => q{sortare tradițională}, |
1559
|
|
|
|
|
|
|
'unihan' => q{Ordine de sortare a liniilor ideogramelor}, |
1560
|
|
|
|
|
|
|
}, |
1561
|
|
|
|
|
|
|
'colnormalization' => { |
1562
|
|
|
|
|
|
|
'no' => q{Ordonați fără normalizare}, |
1563
|
|
|
|
|
|
|
'yes' => q{Ordonați caracterele unicode normalizat}, |
1564
|
|
|
|
|
|
|
}, |
1565
|
|
|
|
|
|
|
'colnumeric' => { |
1566
|
|
|
|
|
|
|
'no' => q{Ordonați cifrele individual}, |
1567
|
|
|
|
|
|
|
'yes' => q{Ordonați cifrele în ordine numerică}, |
1568
|
|
|
|
|
|
|
}, |
1569
|
|
|
|
|
|
|
'colstrength' => { |
1570
|
|
|
|
|
|
|
'identical' => q{Ordonați-le pe toate}, |
1571
|
|
|
|
|
|
|
'primary' => q{Ordonați numai literele de bază}, |
1572
|
|
|
|
|
|
|
'quaternary' => q{Ordonați după accente/dimensiunea literei/lățime/kana}, |
1573
|
|
|
|
|
|
|
'secondary' => q{Ordonați după accent}, |
1574
|
|
|
|
|
|
|
'tertiary' => q{Ordonați după accente/dimensiunea literei/lățime}, |
1575
|
|
|
|
|
|
|
}, |
1576
|
|
|
|
|
|
|
'd0' => { |
1577
|
|
|
|
|
|
|
'fwidth' => q{Cu lățime întreagă}, |
1578
|
|
|
|
|
|
|
'hwidth' => q{Cu jumătate de lățime}, |
1579
|
|
|
|
|
|
|
'npinyin' => q{Numeric}, |
1580
|
|
|
|
|
|
|
}, |
1581
|
|
|
|
|
|
|
'hc' => { |
1582
|
|
|
|
|
|
|
'h11' => q{sistem cu 12 ore (0–11)}, |
1583
|
|
|
|
|
|
|
'h12' => q{sistem cu 12 ore (1–12)}, |
1584
|
|
|
|
|
|
|
'h23' => q{sistem cu 24 de ore (0–23)}, |
1585
|
|
|
|
|
|
|
'h24' => q{sistem cu 24 de ore (1–24)}, |
1586
|
|
|
|
|
|
|
}, |
1587
|
|
|
|
|
|
|
'lb' => { |
1588
|
|
|
|
|
|
|
'loose' => q{stil liber de întrerupere a liniei}, |
1589
|
|
|
|
|
|
|
'normal' => q{stil normal de întrerupere a liniei}, |
1590
|
|
|
|
|
|
|
'strict' => q{stil strict de întrerupere a liniei}, |
1591
|
|
|
|
|
|
|
}, |
1592
|
|
|
|
|
|
|
'm0' => { |
1593
|
|
|
|
|
|
|
'bgn' => q{transliterare BGN SUA}, |
1594
|
|
|
|
|
|
|
'ungegn' => q{transliterare GEGN ONU}, |
1595
|
|
|
|
|
|
|
}, |
1596
|
|
|
|
|
|
|
'ms' => { |
1597
|
|
|
|
|
|
|
'metric' => q{sistemul metric}, |
1598
|
|
|
|
|
|
|
'uksystem' => q{sistemul imperial de unități de măsură}, |
1599
|
|
|
|
|
|
|
'ussystem' => q{sistemul american de unități de măsură}, |
1600
|
|
|
|
|
|
|
}, |
1601
|
|
|
|
|
|
|
'numbers' => { |
1602
|
|
|
|
|
|
|
'arab' => q{cifre indo-arabe}, |
1603
|
|
|
|
|
|
|
'arabext' => q{cifre indo-arabe extinse}, |
1604
|
|
|
|
|
|
|
'armn' => q{numerale armenești}, |
1605
|
|
|
|
|
|
|
'armnlow' => q{numerale armenești cu minuscule}, |
1606
|
|
|
|
|
|
|
'beng' => q{cifre bengaleze}, |
1607
|
|
|
|
|
|
|
'deva' => q{cifre devanagari}, |
1608
|
|
|
|
|
|
|
'ethi' => q{numerale etiopiene}, |
1609
|
|
|
|
|
|
|
'finance' => q{Sistemul numeric financiar}, |
1610
|
|
|
|
|
|
|
'fullwide' => q{cifre cu lățimea întreagă}, |
1611
|
|
|
|
|
|
|
'geor' => q{numerale georgiene}, |
1612
|
|
|
|
|
|
|
'grek' => q{numerale grecești}, |
1613
|
|
|
|
|
|
|
'greklow' => q{numerale grecești cu minuscule}, |
1614
|
|
|
|
|
|
|
'gujr' => q{cifre gujarati}, |
1615
|
|
|
|
|
|
|
'guru' => q{cifre gurmukhi}, |
1616
|
|
|
|
|
|
|
'hanidec' => q{numerale zecimale chinezești}, |
1617
|
|
|
|
|
|
|
'hans' => q{numerale chinezești simplificate}, |
1618
|
|
|
|
|
|
|
'hansfin' => q{numerale financiare chinezești simplificate}, |
1619
|
|
|
|
|
|
|
'hant' => q{numerale chinezești tradiționale}, |
1620
|
|
|
|
|
|
|
'hantfin' => q{numerale financiare chinezești tradiționale}, |
1621
|
|
|
|
|
|
|
'hebr' => q{numerale ebraice}, |
1622
|
|
|
|
|
|
|
'jpan' => q{numerale japoneze}, |
1623
|
|
|
|
|
|
|
'jpanfin' => q{numerale financiare japoneze}, |
1624
|
|
|
|
|
|
|
'khmr' => q{cifre khmere}, |
1625
|
|
|
|
|
|
|
'knda' => q{cifre kannada}, |
1626
|
|
|
|
|
|
|
'laoo' => q{cifre laoțiene}, |
1627
|
|
|
|
|
|
|
'latn' => q{cifre occidentale}, |
1628
|
|
|
|
|
|
|
'mlym' => q{cifre malayalam}, |
1629
|
|
|
|
|
|
|
'mong' => q{Cifre mongole}, |
1630
|
|
|
|
|
|
|
'mymr' => q{cifre birmaneze}, |
1631
|
|
|
|
|
|
|
'native' => q{Cifre native}, |
1632
|
|
|
|
|
|
|
'orya' => q{cifre oriya}, |
1633
|
|
|
|
|
|
|
'roman' => q{numerale romane}, |
1634
|
|
|
|
|
|
|
'romanlow' => q{numerale romane cu minuscule}, |
1635
|
|
|
|
|
|
|
'taml' => q{numerale tradiționale tamile}, |
1636
|
|
|
|
|
|
|
'tamldec' => q{cifre tamile}, |
1637
|
|
|
|
|
|
|
'telu' => q{cifre telugu}, |
1638
|
|
|
|
|
|
|
'thai' => q{cifre thailandeze}, |
1639
|
|
|
|
|
|
|
'tibt' => q{cifre tibetane}, |
1640
|
|
|
|
|
|
|
'traditional' => q{Numere tradiționale}, |
1641
|
|
|
|
|
|
|
'vaii' => q{Cifre Vai}, |
1642
|
|
|
|
|
|
|
}, |
1643
|
|
|
|
|
|
|
|
1644
|
|
|
|
|
|
|
} |
1645
|
|
|
|
|
|
|
}, |
1646
|
|
|
|
|
|
|
); |
1647
|
|
|
|
|
|
|
|
1648
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1649
|
|
|
|
|
|
|
is => 'ro', |
1650
|
|
|
|
|
|
|
isa => HashRef[Str], |
1651
|
|
|
|
|
|
|
init_arg => undef, |
1652
|
|
|
|
|
|
|
default => sub { |
1653
|
|
|
|
|
|
|
{ |
1654
|
|
|
|
|
|
|
'metric' => q{metric}, |
1655
|
|
|
|
|
|
|
'UK' => q{britanic}, |
1656
|
|
|
|
|
|
|
'US' => q{american}, |
1657
|
|
|
|
|
|
|
|
1658
|
|
|
|
|
|
|
} |
1659
|
|
|
|
|
|
|
}, |
1660
|
|
|
|
|
|
|
); |
1661
|
|
|
|
|
|
|
|
1662
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1663
|
|
|
|
|
|
|
is => 'ro', |
1664
|
|
|
|
|
|
|
isa => HashRef[Str], |
1665
|
|
|
|
|
|
|
init_arg => undef, |
1666
|
|
|
|
|
|
|
default => sub { |
1667
|
|
|
|
|
|
|
{ |
1668
|
|
|
|
|
|
|
'language' => 'Limbă: {0}', |
1669
|
|
|
|
|
|
|
'script' => 'Scriere: {0}', |
1670
|
|
|
|
|
|
|
'region' => 'Regiune: {0}', |
1671
|
|
|
|
|
|
|
|
1672
|
|
|
|
|
|
|
} |
1673
|
|
|
|
|
|
|
}, |
1674
|
|
|
|
|
|
|
); |
1675
|
|
|
|
|
|
|
|
1676
|
|
|
|
|
|
|
has 'characters' => ( |
1677
|
|
|
|
|
|
|
is => 'ro', |
1678
|
|
|
|
|
|
|
isa => HashRef, |
1679
|
|
|
|
|
|
|
init_arg => undef, |
1680
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1681
|
|
|
|
|
|
|
? eval <<'EOT' |
1682
|
|
|
|
|
|
|
sub { |
1683
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1684
|
|
|
|
|
|
|
return { |
1685
|
|
|
|
|
|
|
auxiliary => qr{[á à å ä ç é è ê ë ñ ö q ş ţ ü]}, |
1686
|
|
|
|
|
|
|
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'], |
1687
|
|
|
|
|
|
|
main => qr{[a ă â b c d e f g h i î j k l m n o p r s ș t ț u v w x y z]}, |
1688
|
|
|
|
|
|
|
numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
1689
|
|
|
|
|
|
|
punctuation => qr{[\- ‐ – — , ; \: ! ? . … ' ‘ " “ ” „ « » ( ) \[ \] @ * /]}, |
1690
|
|
|
|
|
|
|
}; |
1691
|
|
|
|
|
|
|
}, |
1692
|
|
|
|
|
|
|
EOT |
1693
|
|
|
|
|
|
|
: sub { |
1694
|
|
|
|
|
|
|
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'], }; |
1695
|
|
|
|
|
|
|
}, |
1696
|
|
|
|
|
|
|
); |
1697
|
|
|
|
|
|
|
|
1698
|
1
|
|
|
1
|
|
95
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
167
|
|
1699
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1700
|
|
|
|
|
|
|
is => 'ro', |
1701
|
|
|
|
|
|
|
isa => HashRef, |
1702
|
|
|
|
|
|
|
init_arg => undef, |
1703
|
|
|
|
|
|
|
default => sub { |
1704
|
|
|
|
|
|
|
return { |
1705
|
|
|
|
|
|
|
'final' => '{0}…', |
1706
|
|
|
|
|
|
|
'initial' => '…{0}', |
1707
|
|
|
|
|
|
|
'medial' => '{0}…{1}', |
1708
|
|
|
|
|
|
|
'word-final' => '{0}…', |
1709
|
|
|
|
|
|
|
'word-initial' => '…{0}', |
1710
|
|
|
|
|
|
|
'word-medial' => '{0} … {1}', |
1711
|
|
|
|
|
|
|
}; |
1712
|
|
|
|
|
|
|
}, |
1713
|
|
|
|
|
|
|
); |
1714
|
|
|
|
|
|
|
|
1715
|
|
|
|
|
|
|
has 'more_information' => ( |
1716
|
|
|
|
|
|
|
is => 'ro', |
1717
|
|
|
|
|
|
|
isa => Str, |
1718
|
|
|
|
|
|
|
init_arg => undef, |
1719
|
|
|
|
|
|
|
default => qq{...}, |
1720
|
|
|
|
|
|
|
); |
1721
|
|
|
|
|
|
|
|
1722
|
|
|
|
|
|
|
has 'quote_start' => ( |
1723
|
|
|
|
|
|
|
is => 'ro', |
1724
|
|
|
|
|
|
|
isa => Str, |
1725
|
|
|
|
|
|
|
init_arg => undef, |
1726
|
|
|
|
|
|
|
default => qq{„}, |
1727
|
|
|
|
|
|
|
); |
1728
|
|
|
|
|
|
|
|
1729
|
|
|
|
|
|
|
has 'quote_end' => ( |
1730
|
|
|
|
|
|
|
is => 'ro', |
1731
|
|
|
|
|
|
|
isa => Str, |
1732
|
|
|
|
|
|
|
init_arg => undef, |
1733
|
|
|
|
|
|
|
default => qq{”}, |
1734
|
|
|
|
|
|
|
); |
1735
|
|
|
|
|
|
|
|
1736
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1737
|
|
|
|
|
|
|
is => 'ro', |
1738
|
|
|
|
|
|
|
isa => Str, |
1739
|
|
|
|
|
|
|
init_arg => undef, |
1740
|
|
|
|
|
|
|
default => qq{«}, |
1741
|
|
|
|
|
|
|
); |
1742
|
|
|
|
|
|
|
|
1743
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1744
|
|
|
|
|
|
|
is => 'ro', |
1745
|
|
|
|
|
|
|
isa => Str, |
1746
|
|
|
|
|
|
|
init_arg => undef, |
1747
|
|
|
|
|
|
|
default => qq{»}, |
1748
|
|
|
|
|
|
|
); |
1749
|
|
|
|
|
|
|
|
1750
|
|
|
|
|
|
|
has 'duration_units' => ( |
1751
|
|
|
|
|
|
|
is => 'ro', |
1752
|
|
|
|
|
|
|
isa => HashRef[Str], |
1753
|
|
|
|
|
|
|
init_arg => undef, |
1754
|
|
|
|
|
|
|
default => sub { { |
1755
|
|
|
|
|
|
|
hm => 'h:mm', |
1756
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1757
|
|
|
|
|
|
|
ms => 'm:ss', |
1758
|
|
|
|
|
|
|
} } |
1759
|
|
|
|
|
|
|
); |
1760
|
|
|
|
|
|
|
|
1761
|
|
|
|
|
|
|
has 'units' => ( |
1762
|
|
|
|
|
|
|
is => 'ro', |
1763
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1764
|
|
|
|
|
|
|
init_arg => undef, |
1765
|
|
|
|
|
|
|
default => sub { { |
1766
|
|
|
|
|
|
|
'long' => { |
1767
|
|
|
|
|
|
|
'' => { |
1768
|
|
|
|
|
|
|
'name' => q(punct cardinal), |
1769
|
|
|
|
|
|
|
}, |
1770
|
|
|
|
|
|
|
'acre' => { |
1771
|
|
|
|
|
|
|
'few' => q({0} acri), |
1772
|
|
|
|
|
|
|
'name' => q(acri), |
1773
|
|
|
|
|
|
|
'one' => q({0} acru), |
1774
|
|
|
|
|
|
|
'other' => q({0} de acri), |
1775
|
|
|
|
|
|
|
}, |
1776
|
|
|
|
|
|
|
'acre-foot' => { |
1777
|
|
|
|
|
|
|
'few' => q({0} acru-picioare), |
1778
|
|
|
|
|
|
|
'name' => q(acru-picioare), |
1779
|
|
|
|
|
|
|
'one' => q({0} acru-picior), |
1780
|
|
|
|
|
|
|
'other' => q({0} de acru-picioare), |
1781
|
|
|
|
|
|
|
}, |
1782
|
|
|
|
|
|
|
'ampere' => { |
1783
|
|
|
|
|
|
|
'few' => q({0} amperi), |
1784
|
|
|
|
|
|
|
'name' => q(amperi), |
1785
|
|
|
|
|
|
|
'one' => q({0} amper), |
1786
|
|
|
|
|
|
|
'other' => q({0} de amperi), |
1787
|
|
|
|
|
|
|
}, |
1788
|
|
|
|
|
|
|
'arc-minute' => { |
1789
|
|
|
|
|
|
|
'few' => q({0} minute de arc), |
1790
|
|
|
|
|
|
|
'name' => q(minute de arc), |
1791
|
|
|
|
|
|
|
'one' => q({0} minut de arc), |
1792
|
|
|
|
|
|
|
'other' => q({0} de minute de arc), |
1793
|
|
|
|
|
|
|
}, |
1794
|
|
|
|
|
|
|
'arc-second' => { |
1795
|
|
|
|
|
|
|
'few' => q({0} secunde de arc), |
1796
|
|
|
|
|
|
|
'name' => q(secunde de arc), |
1797
|
|
|
|
|
|
|
'one' => q({0} secundă de arc), |
1798
|
|
|
|
|
|
|
'other' => q({0} de secunde de arc), |
1799
|
|
|
|
|
|
|
}, |
1800
|
|
|
|
|
|
|
'astronomical-unit' => { |
1801
|
|
|
|
|
|
|
'few' => q({0} unități astronomice), |
1802
|
|
|
|
|
|
|
'name' => q(unități astronomice), |
1803
|
|
|
|
|
|
|
'one' => q({0} unitate astronomică), |
1804
|
|
|
|
|
|
|
'other' => q({0} de unități astronomice), |
1805
|
|
|
|
|
|
|
}, |
1806
|
|
|
|
|
|
|
'atmosphere' => { |
1807
|
|
|
|
|
|
|
'few' => q({0} atmosfere), |
1808
|
|
|
|
|
|
|
'name' => q(atmosfere), |
1809
|
|
|
|
|
|
|
'one' => q({0} atmosferă), |
1810
|
|
|
|
|
|
|
'other' => q({0} de atmosfere), |
1811
|
|
|
|
|
|
|
}, |
1812
|
|
|
|
|
|
|
'bit' => { |
1813
|
|
|
|
|
|
|
'few' => q({0} biți), |
1814
|
|
|
|
|
|
|
'name' => q(biți), |
1815
|
|
|
|
|
|
|
'one' => q({0} bit), |
1816
|
|
|
|
|
|
|
'other' => q({0} de biți), |
1817
|
|
|
|
|
|
|
}, |
1818
|
|
|
|
|
|
|
'byte' => { |
1819
|
|
|
|
|
|
|
'few' => q({0} byți), |
1820
|
|
|
|
|
|
|
'name' => q(byți), |
1821
|
|
|
|
|
|
|
'one' => q({0} byte), |
1822
|
|
|
|
|
|
|
'other' => q({0} de byți), |
1823
|
|
|
|
|
|
|
}, |
1824
|
|
|
|
|
|
|
'calorie' => { |
1825
|
|
|
|
|
|
|
'few' => q({0} calorii), |
1826
|
|
|
|
|
|
|
'name' => q(calorii), |
1827
|
|
|
|
|
|
|
'one' => q({0} calorie), |
1828
|
|
|
|
|
|
|
'other' => q({0} de calorii), |
1829
|
|
|
|
|
|
|
}, |
1830
|
|
|
|
|
|
|
'carat' => { |
1831
|
|
|
|
|
|
|
'few' => q({0} carate), |
1832
|
|
|
|
|
|
|
'name' => q(carate), |
1833
|
|
|
|
|
|
|
'one' => q({0} carat), |
1834
|
|
|
|
|
|
|
'other' => q({0} de carate), |
1835
|
|
|
|
|
|
|
}, |
1836
|
|
|
|
|
|
|
'celsius' => { |
1837
|
|
|
|
|
|
|
'few' => q({0} grade Celsius), |
1838
|
|
|
|
|
|
|
'name' => q(grade Celsius), |
1839
|
|
|
|
|
|
|
'one' => q({0} grad Celsius), |
1840
|
|
|
|
|
|
|
'other' => q({0} de grade Celsius), |
1841
|
|
|
|
|
|
|
}, |
1842
|
|
|
|
|
|
|
'centiliter' => { |
1843
|
|
|
|
|
|
|
'few' => q({0} centilitri), |
1844
|
|
|
|
|
|
|
'name' => q(centilitri), |
1845
|
|
|
|
|
|
|
'one' => q({0} centilitru), |
1846
|
|
|
|
|
|
|
'other' => q({0} de centilitri), |
1847
|
|
|
|
|
|
|
}, |
1848
|
|
|
|
|
|
|
'centimeter' => { |
1849
|
|
|
|
|
|
|
'few' => q({0} centimetri), |
1850
|
|
|
|
|
|
|
'name' => q(centimetri), |
1851
|
|
|
|
|
|
|
'one' => q({0} centimetru), |
1852
|
|
|
|
|
|
|
'other' => q({0} de centimetri), |
1853
|
|
|
|
|
|
|
'per' => q({0} pe centimetru), |
1854
|
|
|
|
|
|
|
}, |
1855
|
|
|
|
|
|
|
'century' => { |
1856
|
|
|
|
|
|
|
'few' => q({0} secole), |
1857
|
|
|
|
|
|
|
'name' => q(secole), |
1858
|
|
|
|
|
|
|
'one' => q({0} secol), |
1859
|
|
|
|
|
|
|
'other' => q({0} de secole), |
1860
|
|
|
|
|
|
|
}, |
1861
|
|
|
|
|
|
|
'coordinate' => { |
1862
|
|
|
|
|
|
|
'east' => q({0} E), |
1863
|
|
|
|
|
|
|
'north' => q({0} N), |
1864
|
|
|
|
|
|
|
'south' => q({0} S), |
1865
|
|
|
|
|
|
|
'west' => q({0} V), |
1866
|
|
|
|
|
|
|
}, |
1867
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1868
|
|
|
|
|
|
|
'few' => q({0} centimetri cubi), |
1869
|
|
|
|
|
|
|
'name' => q(centimetri cubi), |
1870
|
|
|
|
|
|
|
'one' => q({0} centimetru cub), |
1871
|
|
|
|
|
|
|
'other' => q({0} de centimetri cubi), |
1872
|
|
|
|
|
|
|
'per' => q({0} pe centimetru cub), |
1873
|
|
|
|
|
|
|
}, |
1874
|
|
|
|
|
|
|
'cubic-foot' => { |
1875
|
|
|
|
|
|
|
'few' => q({0} picioare cubice), |
1876
|
|
|
|
|
|
|
'name' => q(picioare cubice), |
1877
|
|
|
|
|
|
|
'one' => q({0} picior cubic), |
1878
|
|
|
|
|
|
|
'other' => q({0} de picioare cubice), |
1879
|
|
|
|
|
|
|
}, |
1880
|
|
|
|
|
|
|
'cubic-inch' => { |
1881
|
|
|
|
|
|
|
'few' => q({0} inchi cubici), |
1882
|
|
|
|
|
|
|
'name' => q(inchi cubici), |
1883
|
|
|
|
|
|
|
'one' => q({0} inch cubic), |
1884
|
|
|
|
|
|
|
'other' => q({0} de inchi cubici), |
1885
|
|
|
|
|
|
|
}, |
1886
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1887
|
|
|
|
|
|
|
'few' => q({0} kilometri cubi), |
1888
|
|
|
|
|
|
|
'name' => q(kilometri cubi), |
1889
|
|
|
|
|
|
|
'one' => q({0} kilometru cub), |
1890
|
|
|
|
|
|
|
'other' => q({0} de kilometri cubi), |
1891
|
|
|
|
|
|
|
}, |
1892
|
|
|
|
|
|
|
'cubic-meter' => { |
1893
|
|
|
|
|
|
|
'few' => q({0} metri cubi), |
1894
|
|
|
|
|
|
|
'name' => q(metri cubi), |
1895
|
|
|
|
|
|
|
'one' => q({0} metru cub), |
1896
|
|
|
|
|
|
|
'other' => q({0} de metri cubi), |
1897
|
|
|
|
|
|
|
'per' => q({0} pe metru cub), |
1898
|
|
|
|
|
|
|
}, |
1899
|
|
|
|
|
|
|
'cubic-mile' => { |
1900
|
|
|
|
|
|
|
'few' => q({0} mile cubice), |
1901
|
|
|
|
|
|
|
'name' => q(mile cubice), |
1902
|
|
|
|
|
|
|
'one' => q({0} milă cubică), |
1903
|
|
|
|
|
|
|
'other' => q({0} de mile cubice), |
1904
|
|
|
|
|
|
|
}, |
1905
|
|
|
|
|
|
|
'cubic-yard' => { |
1906
|
|
|
|
|
|
|
'few' => q({0} iarzi cubici), |
1907
|
|
|
|
|
|
|
'name' => q(iarzi cubici), |
1908
|
|
|
|
|
|
|
'one' => q({0} iard cubic), |
1909
|
|
|
|
|
|
|
'other' => q({0} de iarzi cubici), |
1910
|
|
|
|
|
|
|
}, |
1911
|
|
|
|
|
|
|
'cup' => { |
1912
|
|
|
|
|
|
|
'few' => q({0} căni), |
1913
|
|
|
|
|
|
|
'name' => q(căni), |
1914
|
|
|
|
|
|
|
'one' => q({0} cană), |
1915
|
|
|
|
|
|
|
'other' => q({0} de căni), |
1916
|
|
|
|
|
|
|
}, |
1917
|
|
|
|
|
|
|
'cup-metric' => { |
1918
|
|
|
|
|
|
|
'few' => q({0} căni metrice), |
1919
|
|
|
|
|
|
|
'name' => q(căni metrice), |
1920
|
|
|
|
|
|
|
'one' => q({0} cană metrică), |
1921
|
|
|
|
|
|
|
'other' => q({0} de căni metrice), |
1922
|
|
|
|
|
|
|
}, |
1923
|
|
|
|
|
|
|
'day' => { |
1924
|
|
|
|
|
|
|
'few' => q({0} zile), |
1925
|
|
|
|
|
|
|
'name' => q(zile), |
1926
|
|
|
|
|
|
|
'one' => q({0} zi), |
1927
|
|
|
|
|
|
|
'other' => q({0} de zile), |
1928
|
|
|
|
|
|
|
'per' => q({0} pe zi), |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'deciliter' => { |
1931
|
|
|
|
|
|
|
'few' => q({0} decilitri), |
1932
|
|
|
|
|
|
|
'name' => q(decilitri), |
1933
|
|
|
|
|
|
|
'one' => q({0} decilitru), |
1934
|
|
|
|
|
|
|
'other' => q({0} de decilitri), |
1935
|
|
|
|
|
|
|
}, |
1936
|
|
|
|
|
|
|
'decimeter' => { |
1937
|
|
|
|
|
|
|
'few' => q({0} decimetri), |
1938
|
|
|
|
|
|
|
'name' => q(decimetri), |
1939
|
|
|
|
|
|
|
'one' => q({0} decimetru), |
1940
|
|
|
|
|
|
|
'other' => q({0} de decimetri), |
1941
|
|
|
|
|
|
|
}, |
1942
|
|
|
|
|
|
|
'degree' => { |
1943
|
|
|
|
|
|
|
'few' => q({0} grade), |
1944
|
|
|
|
|
|
|
'name' => q(grade), |
1945
|
|
|
|
|
|
|
'one' => q({0} grad), |
1946
|
|
|
|
|
|
|
'other' => q({0} de grade), |
1947
|
|
|
|
|
|
|
}, |
1948
|
|
|
|
|
|
|
'fahrenheit' => { |
1949
|
|
|
|
|
|
|
'few' => q({0} grade Fahrenheit), |
1950
|
|
|
|
|
|
|
'name' => q(grade Fahrenheit), |
1951
|
|
|
|
|
|
|
'one' => q({0} grad Fahrenheit), |
1952
|
|
|
|
|
|
|
'other' => q({0} de grade Fahrenheit), |
1953
|
|
|
|
|
|
|
}, |
1954
|
|
|
|
|
|
|
'fluid-ounce' => { |
1955
|
|
|
|
|
|
|
'few' => q({0} uncii lichide), |
1956
|
|
|
|
|
|
|
'name' => q(uncii lichide), |
1957
|
|
|
|
|
|
|
'one' => q({0} uncie lichidă), |
1958
|
|
|
|
|
|
|
'other' => q({0} de uncii lichide), |
1959
|
|
|
|
|
|
|
}, |
1960
|
|
|
|
|
|
|
'foodcalorie' => { |
1961
|
|
|
|
|
|
|
'few' => q({0} kilocalorii), |
1962
|
|
|
|
|
|
|
'name' => q(kilocalorii), |
1963
|
|
|
|
|
|
|
'one' => q({0} kilocalorie), |
1964
|
|
|
|
|
|
|
'other' => q({0} de kilocalorii), |
1965
|
|
|
|
|
|
|
}, |
1966
|
|
|
|
|
|
|
'foot' => { |
1967
|
|
|
|
|
|
|
'few' => q({0} picioare), |
1968
|
|
|
|
|
|
|
'name' => q(picioare), |
1969
|
|
|
|
|
|
|
'one' => q({0} picior), |
1970
|
|
|
|
|
|
|
'other' => q({0} de picioare), |
1971
|
|
|
|
|
|
|
'per' => q({0} pe picior), |
1972
|
|
|
|
|
|
|
}, |
1973
|
|
|
|
|
|
|
'g-force' => { |
1974
|
|
|
|
|
|
|
'few' => q({0} forță g), |
1975
|
|
|
|
|
|
|
'name' => q(forță g), |
1976
|
|
|
|
|
|
|
'one' => q({0} forță g), |
1977
|
|
|
|
|
|
|
'other' => q({0} forță g), |
1978
|
|
|
|
|
|
|
}, |
1979
|
|
|
|
|
|
|
'gallon' => { |
1980
|
|
|
|
|
|
|
'few' => q({0} galoane), |
1981
|
|
|
|
|
|
|
'name' => q(galoane), |
1982
|
|
|
|
|
|
|
'one' => q({0} galon), |
1983
|
|
|
|
|
|
|
'other' => q({0} de galoane), |
1984
|
|
|
|
|
|
|
'per' => q({0} per galon), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'gallon-imperial' => { |
1987
|
|
|
|
|
|
|
'few' => q({0} galoane imperiale), |
1988
|
|
|
|
|
|
|
'name' => q(galoane imperiale), |
1989
|
|
|
|
|
|
|
'one' => q({0} galon imperial), |
1990
|
|
|
|
|
|
|
'other' => q({0} de galoane imperiale), |
1991
|
|
|
|
|
|
|
'per' => q({0} pe galon imperial), |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'generic' => { |
1994
|
|
|
|
|
|
|
'few' => q({0}°), |
1995
|
|
|
|
|
|
|
'name' => q(°), |
1996
|
|
|
|
|
|
|
'one' => q({0}°), |
1997
|
|
|
|
|
|
|
'other' => q({0}°), |
1998
|
|
|
|
|
|
|
}, |
1999
|
|
|
|
|
|
|
'gigabit' => { |
2000
|
|
|
|
|
|
|
'few' => q({0} gigabiți), |
2001
|
|
|
|
|
|
|
'name' => q(gigabiți), |
2002
|
|
|
|
|
|
|
'one' => q({0} gigabit), |
2003
|
|
|
|
|
|
|
'other' => q({0} de gigabiți), |
2004
|
|
|
|
|
|
|
}, |
2005
|
|
|
|
|
|
|
'gigabyte' => { |
2006
|
|
|
|
|
|
|
'few' => q({0} gigabyți), |
2007
|
|
|
|
|
|
|
'name' => q(gigabyți), |
2008
|
|
|
|
|
|
|
'one' => q({0} gigabyte), |
2009
|
|
|
|
|
|
|
'other' => q({0} de gigabyți), |
2010
|
|
|
|
|
|
|
}, |
2011
|
|
|
|
|
|
|
'gigahertz' => { |
2012
|
|
|
|
|
|
|
'few' => q({0} gigahertzi), |
2013
|
|
|
|
|
|
|
'name' => q(gigahertz), |
2014
|
|
|
|
|
|
|
'one' => q({0} gigahertz), |
2015
|
|
|
|
|
|
|
'other' => q({0} de gigahertzi), |
2016
|
|
|
|
|
|
|
}, |
2017
|
|
|
|
|
|
|
'gigawatt' => { |
2018
|
|
|
|
|
|
|
'few' => q({0} gigawați), |
2019
|
|
|
|
|
|
|
'name' => q(gigawați), |
2020
|
|
|
|
|
|
|
'one' => q({0} gigawatt), |
2021
|
|
|
|
|
|
|
'other' => q({0} de gigawați), |
2022
|
|
|
|
|
|
|
}, |
2023
|
|
|
|
|
|
|
'gram' => { |
2024
|
|
|
|
|
|
|
'few' => q({0} grame), |
2025
|
|
|
|
|
|
|
'name' => q(grame), |
2026
|
|
|
|
|
|
|
'one' => q({0} gram), |
2027
|
|
|
|
|
|
|
'other' => q({0} de grame), |
2028
|
|
|
|
|
|
|
'per' => q({0} per gram), |
2029
|
|
|
|
|
|
|
}, |
2030
|
|
|
|
|
|
|
'hectare' => { |
2031
|
|
|
|
|
|
|
'few' => q({0} hectare), |
2032
|
|
|
|
|
|
|
'name' => q(hectare), |
2033
|
|
|
|
|
|
|
'one' => q({0} hectar), |
2034
|
|
|
|
|
|
|
'other' => q({0} de hectare), |
2035
|
|
|
|
|
|
|
}, |
2036
|
|
|
|
|
|
|
'hectoliter' => { |
2037
|
|
|
|
|
|
|
'few' => q({0} hectolitri), |
2038
|
|
|
|
|
|
|
'name' => q(hectolitri), |
2039
|
|
|
|
|
|
|
'one' => q({0} hectolitru), |
2040
|
|
|
|
|
|
|
'other' => q({0} de hectolitri), |
2041
|
|
|
|
|
|
|
}, |
2042
|
|
|
|
|
|
|
'hectopascal' => { |
2043
|
|
|
|
|
|
|
'few' => q({0} hectopascali), |
2044
|
|
|
|
|
|
|
'name' => q(hectopascali), |
2045
|
|
|
|
|
|
|
'one' => q({0} hectopascal), |
2046
|
|
|
|
|
|
|
'other' => q({0} de hectopascali), |
2047
|
|
|
|
|
|
|
}, |
2048
|
|
|
|
|
|
|
'hertz' => { |
2049
|
|
|
|
|
|
|
'few' => q({0} hertzi), |
2050
|
|
|
|
|
|
|
'name' => q(hertz), |
2051
|
|
|
|
|
|
|
'one' => q({0} hertz), |
2052
|
|
|
|
|
|
|
'other' => q({0} de hertzi), |
2053
|
|
|
|
|
|
|
}, |
2054
|
|
|
|
|
|
|
'horsepower' => { |
2055
|
|
|
|
|
|
|
'few' => q({0} cai putere), |
2056
|
|
|
|
|
|
|
'name' => q(cai putere), |
2057
|
|
|
|
|
|
|
'one' => q({0} cal putere), |
2058
|
|
|
|
|
|
|
'other' => q({0} de cai putere), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'hour' => { |
2061
|
|
|
|
|
|
|
'few' => q({0} ore), |
2062
|
|
|
|
|
|
|
'name' => q(ore), |
2063
|
|
|
|
|
|
|
'one' => q({0} oră), |
2064
|
|
|
|
|
|
|
'other' => q({0} de ore), |
2065
|
|
|
|
|
|
|
'per' => q({0} pe oră), |
2066
|
|
|
|
|
|
|
}, |
2067
|
|
|
|
|
|
|
'inch' => { |
2068
|
|
|
|
|
|
|
'few' => q({0} inchi), |
2069
|
|
|
|
|
|
|
'name' => q(inchi), |
2070
|
|
|
|
|
|
|
'one' => q({0} inch), |
2071
|
|
|
|
|
|
|
'other' => q({0} de inchi), |
2072
|
|
|
|
|
|
|
'per' => q({0} pe inch), |
2073
|
|
|
|
|
|
|
}, |
2074
|
|
|
|
|
|
|
'inch-hg' => { |
2075
|
|
|
|
|
|
|
'few' => q({0} inchi coloană de mercur), |
2076
|
|
|
|
|
|
|
'name' => q(inchi coloană de mercur), |
2077
|
|
|
|
|
|
|
'one' => q({0} inch coloană de mercur), |
2078
|
|
|
|
|
|
|
'other' => q({0} de inchi coloană de mercur), |
2079
|
|
|
|
|
|
|
}, |
2080
|
|
|
|
|
|
|
'joule' => { |
2081
|
|
|
|
|
|
|
'few' => q({0} jouli), |
2082
|
|
|
|
|
|
|
'name' => q(jouli), |
2083
|
|
|
|
|
|
|
'one' => q({0} joule), |
2084
|
|
|
|
|
|
|
'other' => q({0} de jouli), |
2085
|
|
|
|
|
|
|
}, |
2086
|
|
|
|
|
|
|
'karat' => { |
2087
|
|
|
|
|
|
|
'few' => q({0} karate), |
2088
|
|
|
|
|
|
|
'name' => q(karate), |
2089
|
|
|
|
|
|
|
'one' => q({0} karată), |
2090
|
|
|
|
|
|
|
'other' => q({0} de karate), |
2091
|
|
|
|
|
|
|
}, |
2092
|
|
|
|
|
|
|
'kelvin' => { |
2093
|
|
|
|
|
|
|
'few' => q({0} kelvini), |
2094
|
|
|
|
|
|
|
'name' => q(kelvini), |
2095
|
|
|
|
|
|
|
'one' => q({0} kelvin), |
2096
|
|
|
|
|
|
|
'other' => q({0} de kelvini), |
2097
|
|
|
|
|
|
|
}, |
2098
|
|
|
|
|
|
|
'kilobit' => { |
2099
|
|
|
|
|
|
|
'few' => q({0} kilobiți), |
2100
|
|
|
|
|
|
|
'name' => q(kilobiți), |
2101
|
|
|
|
|
|
|
'one' => q({0} kilobit), |
2102
|
|
|
|
|
|
|
'other' => q({0} de kilobiți), |
2103
|
|
|
|
|
|
|
}, |
2104
|
|
|
|
|
|
|
'kilobyte' => { |
2105
|
|
|
|
|
|
|
'few' => q({0} kilobyți), |
2106
|
|
|
|
|
|
|
'name' => q(kilobyți), |
2107
|
|
|
|
|
|
|
'one' => q({0} kilobyte), |
2108
|
|
|
|
|
|
|
'other' => q({0} de kilobyți), |
2109
|
|
|
|
|
|
|
}, |
2110
|
|
|
|
|
|
|
'kilocalorie' => { |
2111
|
|
|
|
|
|
|
'few' => q({0} kilocalorii), |
2112
|
|
|
|
|
|
|
'name' => q(kilocalorii), |
2113
|
|
|
|
|
|
|
'one' => q({0} kilocalorie), |
2114
|
|
|
|
|
|
|
'other' => q({0} de kilocalorii), |
2115
|
|
|
|
|
|
|
}, |
2116
|
|
|
|
|
|
|
'kilogram' => { |
2117
|
|
|
|
|
|
|
'few' => q({0} kilograme), |
2118
|
|
|
|
|
|
|
'name' => q(kilograme), |
2119
|
|
|
|
|
|
|
'one' => q({0} kilogram), |
2120
|
|
|
|
|
|
|
'other' => q({0} de kilograme), |
2121
|
|
|
|
|
|
|
'per' => q({0} per kilogram), |
2122
|
|
|
|
|
|
|
}, |
2123
|
|
|
|
|
|
|
'kilohertz' => { |
2124
|
|
|
|
|
|
|
'few' => q({0} kilohertzi), |
2125
|
|
|
|
|
|
|
'name' => q(kilohertz), |
2126
|
|
|
|
|
|
|
'one' => q({0} kilohertz), |
2127
|
|
|
|
|
|
|
'other' => q({0} de kilohertzi), |
2128
|
|
|
|
|
|
|
}, |
2129
|
|
|
|
|
|
|
'kilojoule' => { |
2130
|
|
|
|
|
|
|
'few' => q({0} kilojouli), |
2131
|
|
|
|
|
|
|
'name' => q(kilojouli), |
2132
|
|
|
|
|
|
|
'one' => q({0} kilojoule), |
2133
|
|
|
|
|
|
|
'other' => q({0} de kilojouli), |
2134
|
|
|
|
|
|
|
}, |
2135
|
|
|
|
|
|
|
'kilometer' => { |
2136
|
|
|
|
|
|
|
'few' => q({0} kilometri), |
2137
|
|
|
|
|
|
|
'name' => q(kilometri), |
2138
|
|
|
|
|
|
|
'one' => q({0} kilometru), |
2139
|
|
|
|
|
|
|
'other' => q({0} de kilometri), |
2140
|
|
|
|
|
|
|
'per' => q({0} pe kilometru), |
2141
|
|
|
|
|
|
|
}, |
2142
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2143
|
|
|
|
|
|
|
'few' => q({0} kilometri pe oră), |
2144
|
|
|
|
|
|
|
'name' => q(kilometri pe oră), |
2145
|
|
|
|
|
|
|
'one' => q({0} kilometru pe oră), |
2146
|
|
|
|
|
|
|
'other' => q({0} de kilometri pe oră), |
2147
|
|
|
|
|
|
|
}, |
2148
|
|
|
|
|
|
|
'kilowatt' => { |
2149
|
|
|
|
|
|
|
'few' => q({0} kilowați), |
2150
|
|
|
|
|
|
|
'name' => q(kilowați), |
2151
|
|
|
|
|
|
|
'one' => q({0} kilowatt), |
2152
|
|
|
|
|
|
|
'other' => q({0} de kilowați), |
2153
|
|
|
|
|
|
|
}, |
2154
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2155
|
|
|
|
|
|
|
'few' => q({0} kilowați-oră), |
2156
|
|
|
|
|
|
|
'name' => q(kilowați-oră), |
2157
|
|
|
|
|
|
|
'one' => q(kilowatt-oră), |
2158
|
|
|
|
|
|
|
'other' => q({0} de kilowați-oră), |
2159
|
|
|
|
|
|
|
}, |
2160
|
|
|
|
|
|
|
'knot' => { |
2161
|
|
|
|
|
|
|
'few' => q({0} noduri), |
2162
|
|
|
|
|
|
|
'name' => q(nod), |
2163
|
|
|
|
|
|
|
'one' => q({0} nod), |
2164
|
|
|
|
|
|
|
'other' => q({0} de noduri), |
2165
|
|
|
|
|
|
|
}, |
2166
|
|
|
|
|
|
|
'light-year' => { |
2167
|
|
|
|
|
|
|
'few' => q({0} ani lumină), |
2168
|
|
|
|
|
|
|
'name' => q(ani lumină), |
2169
|
|
|
|
|
|
|
'one' => q({0} an lumină), |
2170
|
|
|
|
|
|
|
'other' => q({0} de ani lumină), |
2171
|
|
|
|
|
|
|
}, |
2172
|
|
|
|
|
|
|
'liter' => { |
2173
|
|
|
|
|
|
|
'few' => q({0} litri), |
2174
|
|
|
|
|
|
|
'name' => q(litri), |
2175
|
|
|
|
|
|
|
'one' => q({0} litru), |
2176
|
|
|
|
|
|
|
'other' => q({0} de litri), |
2177
|
|
|
|
|
|
|
'per' => q({0} pe litru), |
2178
|
|
|
|
|
|
|
}, |
2179
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2180
|
|
|
|
|
|
|
'few' => q({0} litri la suta de kilometri), |
2181
|
|
|
|
|
|
|
'name' => q(litri la suta de kilometri), |
2182
|
|
|
|
|
|
|
'one' => q({0} litru la suta de kilometri), |
2183
|
|
|
|
|
|
|
'other' => q({0} de litri la suta de kilometri), |
2184
|
|
|
|
|
|
|
}, |
2185
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2186
|
|
|
|
|
|
|
'few' => q({0} litri pe kilometru), |
2187
|
|
|
|
|
|
|
'name' => q(litri pe kilometru), |
2188
|
|
|
|
|
|
|
'one' => q({0} litru pe kilometru), |
2189
|
|
|
|
|
|
|
'other' => q({0} de litri pe kilometru), |
2190
|
|
|
|
|
|
|
}, |
2191
|
|
|
|
|
|
|
'lux' => { |
2192
|
|
|
|
|
|
|
'few' => q({0} lucși), |
2193
|
|
|
|
|
|
|
'name' => q(lucși), |
2194
|
|
|
|
|
|
|
'one' => q({0} lux), |
2195
|
|
|
|
|
|
|
'other' => q({0} de lucși), |
2196
|
|
|
|
|
|
|
}, |
2197
|
|
|
|
|
|
|
'megabit' => { |
2198
|
|
|
|
|
|
|
'few' => q({0} megabiți), |
2199
|
|
|
|
|
|
|
'name' => q(megabiți), |
2200
|
|
|
|
|
|
|
'one' => q({0} megabit), |
2201
|
|
|
|
|
|
|
'other' => q({0} de megabiți), |
2202
|
|
|
|
|
|
|
}, |
2203
|
|
|
|
|
|
|
'megabyte' => { |
2204
|
|
|
|
|
|
|
'few' => q({0} megabyți), |
2205
|
|
|
|
|
|
|
'name' => q(megabyți), |
2206
|
|
|
|
|
|
|
'one' => q({0} megabyte), |
2207
|
|
|
|
|
|
|
'other' => q({0} de megabyți), |
2208
|
|
|
|
|
|
|
}, |
2209
|
|
|
|
|
|
|
'megahertz' => { |
2210
|
|
|
|
|
|
|
'few' => q({0} megahertzi), |
2211
|
|
|
|
|
|
|
'name' => q(megahertz), |
2212
|
|
|
|
|
|
|
'one' => q({0} megahertz), |
2213
|
|
|
|
|
|
|
'other' => q({0} de megahertzi), |
2214
|
|
|
|
|
|
|
}, |
2215
|
|
|
|
|
|
|
'megaliter' => { |
2216
|
|
|
|
|
|
|
'few' => q({0} megalitri), |
2217
|
|
|
|
|
|
|
'name' => q(megalitri), |
2218
|
|
|
|
|
|
|
'one' => q({0} megalitru), |
2219
|
|
|
|
|
|
|
'other' => q({0} megalitri), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'megawatt' => { |
2222
|
|
|
|
|
|
|
'few' => q({0} megawați), |
2223
|
|
|
|
|
|
|
'name' => q(megawați), |
2224
|
|
|
|
|
|
|
'one' => q({0} megawatt), |
2225
|
|
|
|
|
|
|
'other' => q({0} de megawați), |
2226
|
|
|
|
|
|
|
}, |
2227
|
|
|
|
|
|
|
'meter' => { |
2228
|
|
|
|
|
|
|
'few' => q({0} metri), |
2229
|
|
|
|
|
|
|
'name' => q(metri), |
2230
|
|
|
|
|
|
|
'one' => q({0} metru), |
2231
|
|
|
|
|
|
|
'other' => q({0} de metri), |
2232
|
|
|
|
|
|
|
'per' => q({0} pe metru), |
2233
|
|
|
|
|
|
|
}, |
2234
|
|
|
|
|
|
|
'meter-per-second' => { |
2235
|
|
|
|
|
|
|
'few' => q({0} metri pe secundă), |
2236
|
|
|
|
|
|
|
'name' => q(metri pe secundă), |
2237
|
|
|
|
|
|
|
'one' => q({0} metru pe secundă), |
2238
|
|
|
|
|
|
|
'other' => q({0} de metri pe secundă), |
2239
|
|
|
|
|
|
|
}, |
2240
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2241
|
|
|
|
|
|
|
'few' => q({0} metri pe secundă la pătrat), |
2242
|
|
|
|
|
|
|
'name' => q(metri pe secundă la pătrat), |
2243
|
|
|
|
|
|
|
'one' => q({0} metru pe secundă la pătrat), |
2244
|
|
|
|
|
|
|
'other' => q({0} de metri pe secundă la pătrat), |
2245
|
|
|
|
|
|
|
}, |
2246
|
|
|
|
|
|
|
'metric-ton' => { |
2247
|
|
|
|
|
|
|
'few' => q({0} tone), |
2248
|
|
|
|
|
|
|
'name' => q(tone), |
2249
|
|
|
|
|
|
|
'one' => q({0} tonă), |
2250
|
|
|
|
|
|
|
'other' => q({0} de tone), |
2251
|
|
|
|
|
|
|
}, |
2252
|
|
|
|
|
|
|
'microgram' => { |
2253
|
|
|
|
|
|
|
'few' => q({0} micrograme), |
2254
|
|
|
|
|
|
|
'name' => q(micrograme), |
2255
|
|
|
|
|
|
|
'one' => q({0} microgram), |
2256
|
|
|
|
|
|
|
'other' => q({0} de micrograme), |
2257
|
|
|
|
|
|
|
}, |
2258
|
|
|
|
|
|
|
'micrometer' => { |
2259
|
|
|
|
|
|
|
'few' => q({0} micrometri), |
2260
|
|
|
|
|
|
|
'name' => q(micrometri), |
2261
|
|
|
|
|
|
|
'one' => q({0} micrometru), |
2262
|
|
|
|
|
|
|
'other' => q({0} de micrometri), |
2263
|
|
|
|
|
|
|
}, |
2264
|
|
|
|
|
|
|
'microsecond' => { |
2265
|
|
|
|
|
|
|
'few' => q({0} microsecunde), |
2266
|
|
|
|
|
|
|
'name' => q(microsecunde), |
2267
|
|
|
|
|
|
|
'one' => q({0} microsecundă), |
2268
|
|
|
|
|
|
|
'other' => q({0} de microsecunde), |
2269
|
|
|
|
|
|
|
}, |
2270
|
|
|
|
|
|
|
'mile' => { |
2271
|
|
|
|
|
|
|
'few' => q({0} mile), |
2272
|
|
|
|
|
|
|
'name' => q(mile), |
2273
|
|
|
|
|
|
|
'one' => q({0} milă), |
2274
|
|
|
|
|
|
|
'other' => q({0} de mile), |
2275
|
|
|
|
|
|
|
}, |
2276
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2277
|
|
|
|
|
|
|
'few' => q({0} mile pe galon), |
2278
|
|
|
|
|
|
|
'name' => q(mile pe galon), |
2279
|
|
|
|
|
|
|
'one' => q({0} milă pe galon), |
2280
|
|
|
|
|
|
|
'other' => q({0} de mile pe galon), |
2281
|
|
|
|
|
|
|
}, |
2282
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
2283
|
|
|
|
|
|
|
'few' => q({0} mile pe galon imperial), |
2284
|
|
|
|
|
|
|
'name' => q(mile pe galon imperial), |
2285
|
|
|
|
|
|
|
'one' => q({0} milă pe galon imperial), |
2286
|
|
|
|
|
|
|
'other' => q({0} de mile pe galon imperial), |
2287
|
|
|
|
|
|
|
}, |
2288
|
|
|
|
|
|
|
'mile-per-hour' => { |
2289
|
|
|
|
|
|
|
'few' => q({0} mile pe oră), |
2290
|
|
|
|
|
|
|
'name' => q(mile pe oră), |
2291
|
|
|
|
|
|
|
'one' => q({0} milă pe oră), |
2292
|
|
|
|
|
|
|
'other' => q({0} de mile pe oră), |
2293
|
|
|
|
|
|
|
}, |
2294
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2295
|
|
|
|
|
|
|
'few' => q({0} mile scandinave), |
2296
|
|
|
|
|
|
|
'name' => q(milă scandinavă), |
2297
|
|
|
|
|
|
|
'one' => q({0} milă scandinavă), |
2298
|
|
|
|
|
|
|
'other' => q({0} de mile scandinave), |
2299
|
|
|
|
|
|
|
}, |
2300
|
|
|
|
|
|
|
'milliampere' => { |
2301
|
|
|
|
|
|
|
'few' => q({0} miliamperi), |
2302
|
|
|
|
|
|
|
'name' => q(miliamperi), |
2303
|
|
|
|
|
|
|
'one' => q({0} miliamper), |
2304
|
|
|
|
|
|
|
'other' => q({0} de miliamperi), |
2305
|
|
|
|
|
|
|
}, |
2306
|
|
|
|
|
|
|
'millibar' => { |
2307
|
|
|
|
|
|
|
'few' => q({0} milibari), |
2308
|
|
|
|
|
|
|
'name' => q(milibari), |
2309
|
|
|
|
|
|
|
'one' => q({0} milibar), |
2310
|
|
|
|
|
|
|
'other' => q({0} de milibari), |
2311
|
|
|
|
|
|
|
}, |
2312
|
|
|
|
|
|
|
'milligram' => { |
2313
|
|
|
|
|
|
|
'few' => q({0} miligrame), |
2314
|
|
|
|
|
|
|
'name' => q(miligrame), |
2315
|
|
|
|
|
|
|
'one' => q({0} miligram), |
2316
|
|
|
|
|
|
|
'other' => q({0} de miligrame), |
2317
|
|
|
|
|
|
|
}, |
2318
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
2319
|
|
|
|
|
|
|
'few' => q({0} miligrame pe decilitru), |
2320
|
|
|
|
|
|
|
'name' => q(miligrame pe decilitru), |
2321
|
|
|
|
|
|
|
'one' => q({0} miligram pe decilitru), |
2322
|
|
|
|
|
|
|
'other' => q({0} de miligrame pe decilitru), |
2323
|
|
|
|
|
|
|
}, |
2324
|
|
|
|
|
|
|
'milliliter' => { |
2325
|
|
|
|
|
|
|
'few' => q({0} mililitri), |
2326
|
|
|
|
|
|
|
'name' => q(mililitri), |
2327
|
|
|
|
|
|
|
'one' => q({0} mililitru), |
2328
|
|
|
|
|
|
|
'other' => q({0} de mililitri), |
2329
|
|
|
|
|
|
|
}, |
2330
|
|
|
|
|
|
|
'millimeter' => { |
2331
|
|
|
|
|
|
|
'few' => q({0} milimetri), |
2332
|
|
|
|
|
|
|
'name' => q(milimetri), |
2333
|
|
|
|
|
|
|
'one' => q({0} milimetru), |
2334
|
|
|
|
|
|
|
'other' => q({0} de milimetri), |
2335
|
|
|
|
|
|
|
}, |
2336
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2337
|
|
|
|
|
|
|
'few' => q({0} milimetri coloană de mercur), |
2338
|
|
|
|
|
|
|
'name' => q(milimetri coloană de mercur), |
2339
|
|
|
|
|
|
|
'one' => q({0} milimetru coloană de mercur), |
2340
|
|
|
|
|
|
|
'other' => q({0} de milimetri coloană de mercur), |
2341
|
|
|
|
|
|
|
}, |
2342
|
|
|
|
|
|
|
'millimole-per-liter' => { |
2343
|
|
|
|
|
|
|
'few' => q({0} milimoli pe litru), |
2344
|
|
|
|
|
|
|
'name' => q(milimoli pe litru), |
2345
|
|
|
|
|
|
|
'one' => q({0} milimol pe litru), |
2346
|
|
|
|
|
|
|
'other' => q({0} de milimoli pe litru), |
2347
|
|
|
|
|
|
|
}, |
2348
|
|
|
|
|
|
|
'millisecond' => { |
2349
|
|
|
|
|
|
|
'few' => q({0} milisecunde), |
2350
|
|
|
|
|
|
|
'name' => q(milisecunde), |
2351
|
|
|
|
|
|
|
'one' => q({0} milisecundă), |
2352
|
|
|
|
|
|
|
'other' => q({0} de milisecunde), |
2353
|
|
|
|
|
|
|
}, |
2354
|
|
|
|
|
|
|
'milliwatt' => { |
2355
|
|
|
|
|
|
|
'few' => q({0} miliwați), |
2356
|
|
|
|
|
|
|
'name' => q(miliwați), |
2357
|
|
|
|
|
|
|
'one' => q({0} miliwatt), |
2358
|
|
|
|
|
|
|
'other' => q({0} de miliwați), |
2359
|
|
|
|
|
|
|
}, |
2360
|
|
|
|
|
|
|
'minute' => { |
2361
|
|
|
|
|
|
|
'few' => q({0} minute), |
2362
|
|
|
|
|
|
|
'name' => q(minute), |
2363
|
|
|
|
|
|
|
'one' => q({0} minut), |
2364
|
|
|
|
|
|
|
'other' => q({0} de minute), |
2365
|
|
|
|
|
|
|
'per' => q({0} pe minut), |
2366
|
|
|
|
|
|
|
}, |
2367
|
|
|
|
|
|
|
'month' => { |
2368
|
|
|
|
|
|
|
'few' => q({0} luni), |
2369
|
|
|
|
|
|
|
'name' => q(luni), |
2370
|
|
|
|
|
|
|
'one' => q({0} lună), |
2371
|
|
|
|
|
|
|
'other' => q({0} de luni), |
2372
|
|
|
|
|
|
|
'per' => q({0} pe lună), |
2373
|
|
|
|
|
|
|
}, |
2374
|
|
|
|
|
|
|
'nanometer' => { |
2375
|
|
|
|
|
|
|
'few' => q({0} nanometri), |
2376
|
|
|
|
|
|
|
'name' => q(nanometri), |
2377
|
|
|
|
|
|
|
'one' => q({0} nanometru), |
2378
|
|
|
|
|
|
|
'other' => q({0} de nanometri), |
2379
|
|
|
|
|
|
|
}, |
2380
|
|
|
|
|
|
|
'nanosecond' => { |
2381
|
|
|
|
|
|
|
'few' => q({0} nanosecunde), |
2382
|
|
|
|
|
|
|
'name' => q(nanosecunde), |
2383
|
|
|
|
|
|
|
'one' => q({0} nanosecundă), |
2384
|
|
|
|
|
|
|
'other' => q({0} de nanosecunde), |
2385
|
|
|
|
|
|
|
}, |
2386
|
|
|
|
|
|
|
'nautical-mile' => { |
2387
|
|
|
|
|
|
|
'few' => q({0} mile nautice), |
2388
|
|
|
|
|
|
|
'name' => q(mile nautice), |
2389
|
|
|
|
|
|
|
'one' => q({0} milă nautică), |
2390
|
|
|
|
|
|
|
'other' => q({0} de mile nautice), |
2391
|
|
|
|
|
|
|
}, |
2392
|
|
|
|
|
|
|
'ohm' => { |
2393
|
|
|
|
|
|
|
'few' => q({0} ohmi), |
2394
|
|
|
|
|
|
|
'name' => q(ohmi), |
2395
|
|
|
|
|
|
|
'one' => q({0} ohm), |
2396
|
|
|
|
|
|
|
'other' => q({0} de ohmi), |
2397
|
|
|
|
|
|
|
}, |
2398
|
|
|
|
|
|
|
'ounce' => { |
2399
|
|
|
|
|
|
|
'few' => q({0} uncii), |
2400
|
|
|
|
|
|
|
'name' => q(uncii), |
2401
|
|
|
|
|
|
|
'one' => q({0} uncie), |
2402
|
|
|
|
|
|
|
'other' => q({0} de uncii), |
2403
|
|
|
|
|
|
|
'per' => q({0} per uncie), |
2404
|
|
|
|
|
|
|
}, |
2405
|
|
|
|
|
|
|
'ounce-troy' => { |
2406
|
|
|
|
|
|
|
'few' => q({0} uncii monetare), |
2407
|
|
|
|
|
|
|
'name' => q(uncii monetare), |
2408
|
|
|
|
|
|
|
'one' => q({0} uncie monetară), |
2409
|
|
|
|
|
|
|
'other' => q({0} de uncii monetare), |
2410
|
|
|
|
|
|
|
}, |
2411
|
|
|
|
|
|
|
'parsec' => { |
2412
|
|
|
|
|
|
|
'few' => q({0} parseci), |
2413
|
|
|
|
|
|
|
'name' => q(parseci), |
2414
|
|
|
|
|
|
|
'one' => q({0} parsec), |
2415
|
|
|
|
|
|
|
'other' => q({0} de parseci), |
2416
|
|
|
|
|
|
|
}, |
2417
|
|
|
|
|
|
|
'part-per-million' => { |
2418
|
|
|
|
|
|
|
'few' => q({0} părți pe milion), |
2419
|
|
|
|
|
|
|
'name' => q(părți pe milion), |
2420
|
|
|
|
|
|
|
'one' => q({0} parte pe milion), |
2421
|
|
|
|
|
|
|
'other' => q({0} de părți pe milion), |
2422
|
|
|
|
|
|
|
}, |
2423
|
|
|
|
|
|
|
'per' => { |
2424
|
|
|
|
|
|
|
'1' => q({0} pe {1}), |
2425
|
|
|
|
|
|
|
}, |
2426
|
|
|
|
|
|
|
'percent' => { |
2427
|
|
|
|
|
|
|
'few' => q({0} procente), |
2428
|
|
|
|
|
|
|
'name' => q(procent), |
2429
|
|
|
|
|
|
|
'one' => q({0} procent), |
2430
|
|
|
|
|
|
|
'other' => q({0} de procente), |
2431
|
|
|
|
|
|
|
}, |
2432
|
|
|
|
|
|
|
'permille' => { |
2433
|
|
|
|
|
|
|
'few' => q({0} la mie), |
2434
|
|
|
|
|
|
|
'name' => q(‰), |
2435
|
|
|
|
|
|
|
'one' => q(la mie), |
2436
|
|
|
|
|
|
|
'other' => q({0} la mie), |
2437
|
|
|
|
|
|
|
}, |
2438
|
|
|
|
|
|
|
'petabyte' => { |
2439
|
|
|
|
|
|
|
'few' => q({0} petabyți), |
2440
|
|
|
|
|
|
|
'name' => q(petabyți), |
2441
|
|
|
|
|
|
|
'one' => q({0} petabyte), |
2442
|
|
|
|
|
|
|
'other' => q({0} de petabyți), |
2443
|
|
|
|
|
|
|
}, |
2444
|
|
|
|
|
|
|
'picometer' => { |
2445
|
|
|
|
|
|
|
'few' => q({0} picometri), |
2446
|
|
|
|
|
|
|
'name' => q(picometri), |
2447
|
|
|
|
|
|
|
'one' => q({0} picometru), |
2448
|
|
|
|
|
|
|
'other' => q({0} de picometri), |
2449
|
|
|
|
|
|
|
}, |
2450
|
|
|
|
|
|
|
'pint' => { |
2451
|
|
|
|
|
|
|
'few' => q({0} pinte), |
2452
|
|
|
|
|
|
|
'name' => q(pinte), |
2453
|
|
|
|
|
|
|
'one' => q({0} pintă), |
2454
|
|
|
|
|
|
|
'other' => q({0} de pinte), |
2455
|
|
|
|
|
|
|
}, |
2456
|
|
|
|
|
|
|
'pint-metric' => { |
2457
|
|
|
|
|
|
|
'few' => q({0} pinte metrice), |
2458
|
|
|
|
|
|
|
'name' => q(pinte metrice), |
2459
|
|
|
|
|
|
|
'one' => q({0} pintă metrică), |
2460
|
|
|
|
|
|
|
'other' => q({0} de pinte metrice), |
2461
|
|
|
|
|
|
|
}, |
2462
|
|
|
|
|
|
|
'point' => { |
2463
|
|
|
|
|
|
|
'few' => q({0} puncte), |
2464
|
|
|
|
|
|
|
'name' => q(puncte), |
2465
|
|
|
|
|
|
|
'one' => q({0} punct), |
2466
|
|
|
|
|
|
|
'other' => q({0} de puncte), |
2467
|
|
|
|
|
|
|
}, |
2468
|
|
|
|
|
|
|
'pound' => { |
2469
|
|
|
|
|
|
|
'few' => q({0} livre), |
2470
|
|
|
|
|
|
|
'name' => q(livre), |
2471
|
|
|
|
|
|
|
'one' => q({0} livră), |
2472
|
|
|
|
|
|
|
'other' => q({0} de livre), |
2473
|
|
|
|
|
|
|
'per' => q({0} per livră), |
2474
|
|
|
|
|
|
|
}, |
2475
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2476
|
|
|
|
|
|
|
'few' => q({0} livre pe inch pătrat), |
2477
|
|
|
|
|
|
|
'name' => q(livre pe inch pătrat), |
2478
|
|
|
|
|
|
|
'one' => q({0} livră pe inch pătrat), |
2479
|
|
|
|
|
|
|
'other' => q({0} de livre pe inch pătrat), |
2480
|
|
|
|
|
|
|
}, |
2481
|
|
|
|
|
|
|
'quart' => { |
2482
|
|
|
|
|
|
|
'few' => q({0} quarte), |
2483
|
|
|
|
|
|
|
'name' => q(quarte), |
2484
|
|
|
|
|
|
|
'one' => q({0} quart), |
2485
|
|
|
|
|
|
|
'other' => q({0} de quarte), |
2486
|
|
|
|
|
|
|
}, |
2487
|
|
|
|
|
|
|
'radian' => { |
2488
|
|
|
|
|
|
|
'few' => q({0} radiani), |
2489
|
|
|
|
|
|
|
'name' => q(radiani), |
2490
|
|
|
|
|
|
|
'one' => q({0} radian), |
2491
|
|
|
|
|
|
|
'other' => q({0} de radiani), |
2492
|
|
|
|
|
|
|
}, |
2493
|
|
|
|
|
|
|
'revolution' => { |
2494
|
|
|
|
|
|
|
'few' => q({0} revoluții), |
2495
|
|
|
|
|
|
|
'name' => q(revoluție), |
2496
|
|
|
|
|
|
|
'one' => q({0} revoluție), |
2497
|
|
|
|
|
|
|
'other' => q({0} de revoluții), |
2498
|
|
|
|
|
|
|
}, |
2499
|
|
|
|
|
|
|
'second' => { |
2500
|
|
|
|
|
|
|
'few' => q({0} secunde), |
2501
|
|
|
|
|
|
|
'name' => q(secunde), |
2502
|
|
|
|
|
|
|
'one' => q({0} secundă), |
2503
|
|
|
|
|
|
|
'other' => q({0} de secunde), |
2504
|
|
|
|
|
|
|
'per' => q({0} pe secundă), |
2505
|
|
|
|
|
|
|
}, |
2506
|
|
|
|
|
|
|
'square-centimeter' => { |
2507
|
|
|
|
|
|
|
'few' => q({0} centimetri pătrați), |
2508
|
|
|
|
|
|
|
'name' => q(centimetri pătrați), |
2509
|
|
|
|
|
|
|
'one' => q({0} centimetru pătrat), |
2510
|
|
|
|
|
|
|
'other' => q({0} de centimetri pătrați), |
2511
|
|
|
|
|
|
|
'per' => q({0} pe centimetru pătrat), |
2512
|
|
|
|
|
|
|
}, |
2513
|
|
|
|
|
|
|
'square-foot' => { |
2514
|
|
|
|
|
|
|
'few' => q({0} picioare pătrate), |
2515
|
|
|
|
|
|
|
'name' => q(picioare pătrate), |
2516
|
|
|
|
|
|
|
'one' => q({0} picior pătrat), |
2517
|
|
|
|
|
|
|
'other' => q({0} de picioare pătrate), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
'square-inch' => { |
2520
|
|
|
|
|
|
|
'few' => q({0} inchi pătrați), |
2521
|
|
|
|
|
|
|
'name' => q(inchi pătrați), |
2522
|
|
|
|
|
|
|
'one' => q({0} inch pătrat), |
2523
|
|
|
|
|
|
|
'other' => q({0} de inchi pătrați), |
2524
|
|
|
|
|
|
|
'per' => q({0} pe inchi pătrat), |
2525
|
|
|
|
|
|
|
}, |
2526
|
|
|
|
|
|
|
'square-kilometer' => { |
2527
|
|
|
|
|
|
|
'few' => q({0} kilometri pătrați), |
2528
|
|
|
|
|
|
|
'name' => q(kilometri pătrați), |
2529
|
|
|
|
|
|
|
'one' => q({0} kilometru pătrat), |
2530
|
|
|
|
|
|
|
'other' => q({0} de kilometri pătrați), |
2531
|
|
|
|
|
|
|
'per' => q({0} pe kilometru pătrat), |
2532
|
|
|
|
|
|
|
}, |
2533
|
|
|
|
|
|
|
'square-meter' => { |
2534
|
|
|
|
|
|
|
'few' => q({0} metri pătrați), |
2535
|
|
|
|
|
|
|
'name' => q(metri pătrați), |
2536
|
|
|
|
|
|
|
'one' => q({0} metru pătrat), |
2537
|
|
|
|
|
|
|
'other' => q({0} de metri pătrați), |
2538
|
|
|
|
|
|
|
'per' => q({0} pe metru pătrat), |
2539
|
|
|
|
|
|
|
}, |
2540
|
|
|
|
|
|
|
'square-mile' => { |
2541
|
|
|
|
|
|
|
'few' => q({0} mile pătrate), |
2542
|
|
|
|
|
|
|
'name' => q(mile pătrate), |
2543
|
|
|
|
|
|
|
'one' => q({0} milă pătrată), |
2544
|
|
|
|
|
|
|
'other' => q({0} de mile pătrate), |
2545
|
|
|
|
|
|
|
'per' => q({0} pe milă pătrată), |
2546
|
|
|
|
|
|
|
}, |
2547
|
|
|
|
|
|
|
'square-yard' => { |
2548
|
|
|
|
|
|
|
'few' => q({0} iarzi pătrați), |
2549
|
|
|
|
|
|
|
'name' => q(iarzi pătrați), |
2550
|
|
|
|
|
|
|
'one' => q({0} iard pătrat), |
2551
|
|
|
|
|
|
|
'other' => q({0} de iarzi pătrați), |
2552
|
|
|
|
|
|
|
}, |
2553
|
|
|
|
|
|
|
'tablespoon' => { |
2554
|
|
|
|
|
|
|
'few' => q({0} linguri), |
2555
|
|
|
|
|
|
|
'name' => q(linguri), |
2556
|
|
|
|
|
|
|
'one' => q({0} lingură), |
2557
|
|
|
|
|
|
|
'other' => q({0} de linguri), |
2558
|
|
|
|
|
|
|
}, |
2559
|
|
|
|
|
|
|
'teaspoon' => { |
2560
|
|
|
|
|
|
|
'few' => q({0} lingurițe), |
2561
|
|
|
|
|
|
|
'name' => q(lingurițe), |
2562
|
|
|
|
|
|
|
'one' => q({0} linguriță), |
2563
|
|
|
|
|
|
|
'other' => q({0} de lingurițe), |
2564
|
|
|
|
|
|
|
}, |
2565
|
|
|
|
|
|
|
'terabit' => { |
2566
|
|
|
|
|
|
|
'few' => q({0} terabiți), |
2567
|
|
|
|
|
|
|
'name' => q(terabiți), |
2568
|
|
|
|
|
|
|
'one' => q({0} terabit), |
2569
|
|
|
|
|
|
|
'other' => q({0} de terabiți), |
2570
|
|
|
|
|
|
|
}, |
2571
|
|
|
|
|
|
|
'terabyte' => { |
2572
|
|
|
|
|
|
|
'few' => q({0} terabyți), |
2573
|
|
|
|
|
|
|
'name' => q(terabyți), |
2574
|
|
|
|
|
|
|
'one' => q({0} terabyte), |
2575
|
|
|
|
|
|
|
'other' => q({0} de terabyți), |
2576
|
|
|
|
|
|
|
}, |
2577
|
|
|
|
|
|
|
'ton' => { |
2578
|
|
|
|
|
|
|
'few' => q({0} tone scurte), |
2579
|
|
|
|
|
|
|
'name' => q(tone scurte), |
2580
|
|
|
|
|
|
|
'one' => q({0} tonă scurtă), |
2581
|
|
|
|
|
|
|
'other' => q({0} de tone scurte), |
2582
|
|
|
|
|
|
|
}, |
2583
|
|
|
|
|
|
|
'volt' => { |
2584
|
|
|
|
|
|
|
'few' => q({0} volți), |
2585
|
|
|
|
|
|
|
'name' => q(volți), |
2586
|
|
|
|
|
|
|
'one' => q({0} volt), |
2587
|
|
|
|
|
|
|
'other' => q({0} de volți), |
2588
|
|
|
|
|
|
|
}, |
2589
|
|
|
|
|
|
|
'watt' => { |
2590
|
|
|
|
|
|
|
'few' => q({0} wați), |
2591
|
|
|
|
|
|
|
'name' => q(wați), |
2592
|
|
|
|
|
|
|
'one' => q({0} watt), |
2593
|
|
|
|
|
|
|
'other' => q({0} de wați), |
2594
|
|
|
|
|
|
|
}, |
2595
|
|
|
|
|
|
|
'week' => { |
2596
|
|
|
|
|
|
|
'few' => q({0} săptămâni), |
2597
|
|
|
|
|
|
|
'name' => q(săptămâni), |
2598
|
|
|
|
|
|
|
'one' => q({0} săptămână), |
2599
|
|
|
|
|
|
|
'other' => q({0} de săptămâni), |
2600
|
|
|
|
|
|
|
'per' => q({0} pe săptămână), |
2601
|
|
|
|
|
|
|
}, |
2602
|
|
|
|
|
|
|
'yard' => { |
2603
|
|
|
|
|
|
|
'few' => q({0} iarzi), |
2604
|
|
|
|
|
|
|
'name' => q(iarzi), |
2605
|
|
|
|
|
|
|
'one' => q({0} iard), |
2606
|
|
|
|
|
|
|
'other' => q({0} de iarzi), |
2607
|
|
|
|
|
|
|
}, |
2608
|
|
|
|
|
|
|
'year' => { |
2609
|
|
|
|
|
|
|
'few' => q({0} ani), |
2610
|
|
|
|
|
|
|
'name' => q(ani), |
2611
|
|
|
|
|
|
|
'one' => q({0} an), |
2612
|
|
|
|
|
|
|
'other' => q({0} de ani), |
2613
|
|
|
|
|
|
|
'per' => q({0} pe an), |
2614
|
|
|
|
|
|
|
}, |
2615
|
|
|
|
|
|
|
}, |
2616
|
|
|
|
|
|
|
'narrow' => { |
2617
|
|
|
|
|
|
|
'' => { |
2618
|
|
|
|
|
|
|
'name' => q(direcție), |
2619
|
|
|
|
|
|
|
}, |
2620
|
|
|
|
|
|
|
'acre' => { |
2621
|
|
|
|
|
|
|
'few' => q({0} ac.), |
2622
|
|
|
|
|
|
|
'one' => q({0} ac.), |
2623
|
|
|
|
|
|
|
'other' => q({0} ac.), |
2624
|
|
|
|
|
|
|
}, |
2625
|
|
|
|
|
|
|
'arc-minute' => { |
2626
|
|
|
|
|
|
|
'few' => q({0}′), |
2627
|
|
|
|
|
|
|
'one' => q({0}′), |
2628
|
|
|
|
|
|
|
'other' => q({0}′), |
2629
|
|
|
|
|
|
|
}, |
2630
|
|
|
|
|
|
|
'arc-second' => { |
2631
|
|
|
|
|
|
|
'few' => q({0}″), |
2632
|
|
|
|
|
|
|
'one' => q({0}″), |
2633
|
|
|
|
|
|
|
'other' => q({0}″), |
2634
|
|
|
|
|
|
|
}, |
2635
|
|
|
|
|
|
|
'astronomical-unit' => { |
2636
|
|
|
|
|
|
|
'few' => q({0} ua), |
2637
|
|
|
|
|
|
|
'name' => q(ua), |
2638
|
|
|
|
|
|
|
'one' => q({0} ua), |
2639
|
|
|
|
|
|
|
'other' => q({0} ua), |
2640
|
|
|
|
|
|
|
}, |
2641
|
|
|
|
|
|
|
'carat' => { |
2642
|
|
|
|
|
|
|
'few' => q({0} ct), |
2643
|
|
|
|
|
|
|
'name' => q(carate), |
2644
|
|
|
|
|
|
|
'one' => q({0} ct), |
2645
|
|
|
|
|
|
|
'other' => q({0} ct), |
2646
|
|
|
|
|
|
|
}, |
2647
|
|
|
|
|
|
|
'celsius' => { |
2648
|
|
|
|
|
|
|
'few' => q({0} °C), |
2649
|
|
|
|
|
|
|
'name' => q(°C), |
2650
|
|
|
|
|
|
|
'one' => q({0} °C), |
2651
|
|
|
|
|
|
|
'other' => q({0} °C), |
2652
|
|
|
|
|
|
|
}, |
2653
|
|
|
|
|
|
|
'centimeter' => { |
2654
|
|
|
|
|
|
|
'few' => q({0} cm), |
2655
|
|
|
|
|
|
|
'name' => q(cm), |
2656
|
|
|
|
|
|
|
'one' => q({0} cm), |
2657
|
|
|
|
|
|
|
'other' => q({0} cm), |
2658
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2659
|
|
|
|
|
|
|
}, |
2660
|
|
|
|
|
|
|
'century' => { |
2661
|
|
|
|
|
|
|
'few' => q({0} sec.), |
2662
|
|
|
|
|
|
|
'name' => q(sec.), |
2663
|
|
|
|
|
|
|
'one' => q({0} sec.), |
2664
|
|
|
|
|
|
|
'other' => q({0} sec.), |
2665
|
|
|
|
|
|
|
}, |
2666
|
|
|
|
|
|
|
'coordinate' => { |
2667
|
|
|
|
|
|
|
'east' => q({0}E), |
2668
|
|
|
|
|
|
|
'north' => q({0}N), |
2669
|
|
|
|
|
|
|
'south' => q({0}S), |
2670
|
|
|
|
|
|
|
'west' => q({0}V), |
2671
|
|
|
|
|
|
|
}, |
2672
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2673
|
|
|
|
|
|
|
'few' => q({0} km³), |
2674
|
|
|
|
|
|
|
'one' => q({0} km³), |
2675
|
|
|
|
|
|
|
'other' => q({0} km³), |
2676
|
|
|
|
|
|
|
}, |
2677
|
|
|
|
|
|
|
'cubic-mile' => { |
2678
|
|
|
|
|
|
|
'few' => q({0} mi³), |
2679
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2680
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2681
|
|
|
|
|
|
|
}, |
2682
|
|
|
|
|
|
|
'day' => { |
2683
|
|
|
|
|
|
|
'few' => q({0} z), |
2684
|
|
|
|
|
|
|
'name' => q(zi), |
2685
|
|
|
|
|
|
|
'one' => q({0} z), |
2686
|
|
|
|
|
|
|
'other' => q({0} z), |
2687
|
|
|
|
|
|
|
'per' => q({0}/zi), |
2688
|
|
|
|
|
|
|
}, |
2689
|
|
|
|
|
|
|
'decimeter' => { |
2690
|
|
|
|
|
|
|
'few' => q({0} dm), |
2691
|
|
|
|
|
|
|
'name' => q(dm), |
2692
|
|
|
|
|
|
|
'one' => q({0} dm), |
2693
|
|
|
|
|
|
|
'other' => q({0} dm), |
2694
|
|
|
|
|
|
|
}, |
2695
|
|
|
|
|
|
|
'degree' => { |
2696
|
|
|
|
|
|
|
'few' => q({0}°), |
2697
|
|
|
|
|
|
|
'one' => q({0}°), |
2698
|
|
|
|
|
|
|
'other' => q({0}°), |
2699
|
|
|
|
|
|
|
}, |
2700
|
|
|
|
|
|
|
'fahrenheit' => { |
2701
|
|
|
|
|
|
|
'few' => q({0}°F), |
2702
|
|
|
|
|
|
|
'name' => q(°F), |
2703
|
|
|
|
|
|
|
'one' => q({0}°F), |
2704
|
|
|
|
|
|
|
'other' => q({0}°F), |
2705
|
|
|
|
|
|
|
}, |
2706
|
|
|
|
|
|
|
'foot' => { |
2707
|
|
|
|
|
|
|
'few' => q({0} ft), |
2708
|
|
|
|
|
|
|
'name' => q(ft), |
2709
|
|
|
|
|
|
|
'one' => q({0} ft), |
2710
|
|
|
|
|
|
|
'other' => q({0} ft), |
2711
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2712
|
|
|
|
|
|
|
}, |
2713
|
|
|
|
|
|
|
'g-force' => { |
2714
|
|
|
|
|
|
|
'few' => q({0} G), |
2715
|
|
|
|
|
|
|
'one' => q({0} G), |
2716
|
|
|
|
|
|
|
'other' => q({0} G), |
2717
|
|
|
|
|
|
|
}, |
2718
|
|
|
|
|
|
|
'generic' => { |
2719
|
|
|
|
|
|
|
'few' => q({0}°), |
2720
|
|
|
|
|
|
|
'name' => q(°), |
2721
|
|
|
|
|
|
|
'one' => q({0}°), |
2722
|
|
|
|
|
|
|
'other' => q({0}°), |
2723
|
|
|
|
|
|
|
}, |
2724
|
|
|
|
|
|
|
'gram' => { |
2725
|
|
|
|
|
|
|
'few' => q({0} g), |
2726
|
|
|
|
|
|
|
'name' => q(g), |
2727
|
|
|
|
|
|
|
'one' => q({0} g), |
2728
|
|
|
|
|
|
|
'other' => q({0} g), |
2729
|
|
|
|
|
|
|
'per' => q({0}/g), |
2730
|
|
|
|
|
|
|
}, |
2731
|
|
|
|
|
|
|
'hectare' => { |
2732
|
|
|
|
|
|
|
'few' => q({0} ha), |
2733
|
|
|
|
|
|
|
'one' => q({0} ha), |
2734
|
|
|
|
|
|
|
'other' => q({0} ha), |
2735
|
|
|
|
|
|
|
}, |
2736
|
|
|
|
|
|
|
'hectopascal' => { |
2737
|
|
|
|
|
|
|
'few' => q({0} hPa), |
2738
|
|
|
|
|
|
|
'name' => q(hPa), |
2739
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2740
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2741
|
|
|
|
|
|
|
}, |
2742
|
|
|
|
|
|
|
'horsepower' => { |
2743
|
|
|
|
|
|
|
'few' => q({0} CP), |
2744
|
|
|
|
|
|
|
'one' => q({0} CP), |
2745
|
|
|
|
|
|
|
'other' => q({0} CP), |
2746
|
|
|
|
|
|
|
}, |
2747
|
|
|
|
|
|
|
'hour' => { |
2748
|
|
|
|
|
|
|
'few' => q({0} h), |
2749
|
|
|
|
|
|
|
'name' => q(oră), |
2750
|
|
|
|
|
|
|
'one' => q({0} h), |
2751
|
|
|
|
|
|
|
'other' => q({0} h), |
2752
|
|
|
|
|
|
|
'per' => q({0}/h), |
2753
|
|
|
|
|
|
|
}, |
2754
|
|
|
|
|
|
|
'inch' => { |
2755
|
|
|
|
|
|
|
'few' => q({0} in), |
2756
|
|
|
|
|
|
|
'name' => q(in), |
2757
|
|
|
|
|
|
|
'one' => q({0} in), |
2758
|
|
|
|
|
|
|
'other' => q({0} in), |
2759
|
|
|
|
|
|
|
'per' => q({0}/in), |
2760
|
|
|
|
|
|
|
}, |
2761
|
|
|
|
|
|
|
'inch-hg' => { |
2762
|
|
|
|
|
|
|
'few' => q({0} inHg), |
2763
|
|
|
|
|
|
|
'name' => q(in Hg), |
2764
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2765
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2766
|
|
|
|
|
|
|
}, |
2767
|
|
|
|
|
|
|
'kelvin' => { |
2768
|
|
|
|
|
|
|
'few' => q({0} K), |
2769
|
|
|
|
|
|
|
'name' => q(K), |
2770
|
|
|
|
|
|
|
'one' => q({0} K), |
2771
|
|
|
|
|
|
|
'other' => q({0} K), |
2772
|
|
|
|
|
|
|
}, |
2773
|
|
|
|
|
|
|
'kilogram' => { |
2774
|
|
|
|
|
|
|
'few' => q({0} kg), |
2775
|
|
|
|
|
|
|
'name' => q(kg), |
2776
|
|
|
|
|
|
|
'one' => q({0} kg), |
2777
|
|
|
|
|
|
|
'other' => q({0} kg), |
2778
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2779
|
|
|
|
|
|
|
}, |
2780
|
|
|
|
|
|
|
'kilometer' => { |
2781
|
|
|
|
|
|
|
'few' => q({0} km), |
2782
|
|
|
|
|
|
|
'name' => q(km), |
2783
|
|
|
|
|
|
|
'one' => q({0} km), |
2784
|
|
|
|
|
|
|
'other' => q({0} km), |
2785
|
|
|
|
|
|
|
'per' => q({0}/km), |
2786
|
|
|
|
|
|
|
}, |
2787
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2788
|
|
|
|
|
|
|
'few' => q({0} km/h), |
2789
|
|
|
|
|
|
|
'name' => q(km/h), |
2790
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2791
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2792
|
|
|
|
|
|
|
}, |
2793
|
|
|
|
|
|
|
'kilowatt' => { |
2794
|
|
|
|
|
|
|
'few' => q({0} kW), |
2795
|
|
|
|
|
|
|
'one' => q({0} kW), |
2796
|
|
|
|
|
|
|
'other' => q({0} kW), |
2797
|
|
|
|
|
|
|
}, |
2798
|
|
|
|
|
|
|
'knot' => { |
2799
|
|
|
|
|
|
|
'few' => q({0} kn), |
2800
|
|
|
|
|
|
|
'name' => q(kn), |
2801
|
|
|
|
|
|
|
'one' => q({0} kn), |
2802
|
|
|
|
|
|
|
'other' => q({0} kn), |
2803
|
|
|
|
|
|
|
}, |
2804
|
|
|
|
|
|
|
'light-year' => { |
2805
|
|
|
|
|
|
|
'few' => q({0} a.l.), |
2806
|
|
|
|
|
|
|
'name' => q(a.l.), |
2807
|
|
|
|
|
|
|
'one' => q({0} a.l.), |
2808
|
|
|
|
|
|
|
'other' => q({0} a.l.), |
2809
|
|
|
|
|
|
|
}, |
2810
|
|
|
|
|
|
|
'liter' => { |
2811
|
|
|
|
|
|
|
'few' => q({0} l), |
2812
|
|
|
|
|
|
|
'name' => q(l), |
2813
|
|
|
|
|
|
|
'one' => q({0} l), |
2814
|
|
|
|
|
|
|
'other' => q({0} l), |
2815
|
|
|
|
|
|
|
}, |
2816
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2817
|
|
|
|
|
|
|
'few' => q({0} l/100 km), |
2818
|
|
|
|
|
|
|
'name' => q(l/100 km), |
2819
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
2820
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
2821
|
|
|
|
|
|
|
}, |
2822
|
|
|
|
|
|
|
'meter' => { |
2823
|
|
|
|
|
|
|
'few' => q({0} m), |
2824
|
|
|
|
|
|
|
'name' => q(m), |
2825
|
|
|
|
|
|
|
'one' => q({0} m), |
2826
|
|
|
|
|
|
|
'other' => q({0} m), |
2827
|
|
|
|
|
|
|
'per' => q({0}/m), |
2828
|
|
|
|
|
|
|
}, |
2829
|
|
|
|
|
|
|
'meter-per-second' => { |
2830
|
|
|
|
|
|
|
'few' => q({0} m/s), |
2831
|
|
|
|
|
|
|
'name' => q(m/s), |
2832
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2833
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2834
|
|
|
|
|
|
|
}, |
2835
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2836
|
|
|
|
|
|
|
'few' => q({0} m/s²), |
2837
|
|
|
|
|
|
|
'name' => q(m/s²), |
2838
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2839
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2840
|
|
|
|
|
|
|
}, |
2841
|
|
|
|
|
|
|
'metric-ton' => { |
2842
|
|
|
|
|
|
|
'few' => q({0} t), |
2843
|
|
|
|
|
|
|
'name' => q(t), |
2844
|
|
|
|
|
|
|
'one' => q({0} t), |
2845
|
|
|
|
|
|
|
'other' => q({0} t), |
2846
|
|
|
|
|
|
|
}, |
2847
|
|
|
|
|
|
|
'microgram' => { |
2848
|
|
|
|
|
|
|
'few' => q({0} µg), |
2849
|
|
|
|
|
|
|
'name' => q(µg), |
2850
|
|
|
|
|
|
|
'one' => q({0} µg), |
2851
|
|
|
|
|
|
|
'other' => q({0} µg), |
2852
|
|
|
|
|
|
|
}, |
2853
|
|
|
|
|
|
|
'micrometer' => { |
2854
|
|
|
|
|
|
|
'few' => q({0} µm), |
2855
|
|
|
|
|
|
|
'name' => q(µm), |
2856
|
|
|
|
|
|
|
'one' => q({0} µm), |
2857
|
|
|
|
|
|
|
'other' => q({0} µm), |
2858
|
|
|
|
|
|
|
}, |
2859
|
|
|
|
|
|
|
'microsecond' => { |
2860
|
|
|
|
|
|
|
'few' => q({0} μs), |
2861
|
|
|
|
|
|
|
'name' => q(μs), |
2862
|
|
|
|
|
|
|
'one' => q({0} μs), |
2863
|
|
|
|
|
|
|
'other' => q({0} μs), |
2864
|
|
|
|
|
|
|
}, |
2865
|
|
|
|
|
|
|
'mile' => { |
2866
|
|
|
|
|
|
|
'few' => q({0} mi), |
2867
|
|
|
|
|
|
|
'name' => q(mi), |
2868
|
|
|
|
|
|
|
'one' => q({0} mi), |
2869
|
|
|
|
|
|
|
'other' => q({0} mi), |
2870
|
|
|
|
|
|
|
}, |
2871
|
|
|
|
|
|
|
'mile-per-hour' => { |
2872
|
|
|
|
|
|
|
'few' => q({0} mi/h), |
2873
|
|
|
|
|
|
|
'name' => q(mi/h), |
2874
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
2875
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
2876
|
|
|
|
|
|
|
}, |
2877
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2878
|
|
|
|
|
|
|
'few' => q({0} smi), |
2879
|
|
|
|
|
|
|
'name' => q(smi), |
2880
|
|
|
|
|
|
|
'one' => q({0} smi), |
2881
|
|
|
|
|
|
|
'other' => q({0} smi), |
2882
|
|
|
|
|
|
|
}, |
2883
|
|
|
|
|
|
|
'millibar' => { |
2884
|
|
|
|
|
|
|
'few' => q({0} mb), |
2885
|
|
|
|
|
|
|
'name' => q(mbar), |
2886
|
|
|
|
|
|
|
'one' => q({0} mb), |
2887
|
|
|
|
|
|
|
'other' => q({0} mb), |
2888
|
|
|
|
|
|
|
}, |
2889
|
|
|
|
|
|
|
'milligram' => { |
2890
|
|
|
|
|
|
|
'few' => q({0} mg), |
2891
|
|
|
|
|
|
|
'name' => q(mg), |
2892
|
|
|
|
|
|
|
'one' => q({0} mg), |
2893
|
|
|
|
|
|
|
'other' => q({0} mg), |
2894
|
|
|
|
|
|
|
}, |
2895
|
|
|
|
|
|
|
'millimeter' => { |
2896
|
|
|
|
|
|
|
'few' => q({0} mm), |
2897
|
|
|
|
|
|
|
'name' => q(mm), |
2898
|
|
|
|
|
|
|
'one' => q({0} mm), |
2899
|
|
|
|
|
|
|
'other' => q({0} mm), |
2900
|
|
|
|
|
|
|
}, |
2901
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2902
|
|
|
|
|
|
|
'few' => q({0} mm Hg), |
2903
|
|
|
|
|
|
|
'name' => q(mm Hg), |
2904
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
2905
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
2906
|
|
|
|
|
|
|
}, |
2907
|
|
|
|
|
|
|
'millisecond' => { |
2908
|
|
|
|
|
|
|
'few' => q({0} ms), |
2909
|
|
|
|
|
|
|
'name' => q(ms), |
2910
|
|
|
|
|
|
|
'one' => q({0} ms), |
2911
|
|
|
|
|
|
|
'other' => q({0} ms), |
2912
|
|
|
|
|
|
|
}, |
2913
|
|
|
|
|
|
|
'minute' => { |
2914
|
|
|
|
|
|
|
'few' => q({0} m), |
2915
|
|
|
|
|
|
|
'name' => q(m), |
2916
|
|
|
|
|
|
|
'one' => q({0} m), |
2917
|
|
|
|
|
|
|
'other' => q({0} m), |
2918
|
|
|
|
|
|
|
'per' => q({0}/min.), |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
'month' => { |
2921
|
|
|
|
|
|
|
'few' => q({0} l), |
2922
|
|
|
|
|
|
|
'name' => q(l), |
2923
|
|
|
|
|
|
|
'one' => q({0} l), |
2924
|
|
|
|
|
|
|
'other' => q({0} l), |
2925
|
|
|
|
|
|
|
'per' => q({0}/lună), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'nanometer' => { |
2928
|
|
|
|
|
|
|
'few' => q({0} nm), |
2929
|
|
|
|
|
|
|
'name' => q(nm), |
2930
|
|
|
|
|
|
|
'one' => q({0} nm), |
2931
|
|
|
|
|
|
|
'other' => q({0} nm), |
2932
|
|
|
|
|
|
|
}, |
2933
|
|
|
|
|
|
|
'nanosecond' => { |
2934
|
|
|
|
|
|
|
'few' => q({0} ns), |
2935
|
|
|
|
|
|
|
'name' => q(ns), |
2936
|
|
|
|
|
|
|
'one' => q({0} ns), |
2937
|
|
|
|
|
|
|
'other' => q({0} ns), |
2938
|
|
|
|
|
|
|
}, |
2939
|
|
|
|
|
|
|
'nautical-mile' => { |
2940
|
|
|
|
|
|
|
'few' => q({0} mn), |
2941
|
|
|
|
|
|
|
'name' => q(mn), |
2942
|
|
|
|
|
|
|
'one' => q({0} mn), |
2943
|
|
|
|
|
|
|
'other' => q({0} mn), |
2944
|
|
|
|
|
|
|
}, |
2945
|
|
|
|
|
|
|
'ounce' => { |
2946
|
|
|
|
|
|
|
'few' => q({0} oz), |
2947
|
|
|
|
|
|
|
'name' => q(oz), |
2948
|
|
|
|
|
|
|
'one' => q({0} oz), |
2949
|
|
|
|
|
|
|
'other' => q({0} oz), |
2950
|
|
|
|
|
|
|
'per' => q({0}/oz), |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'ounce-troy' => { |
2953
|
|
|
|
|
|
|
'few' => q({0} oz t), |
2954
|
|
|
|
|
|
|
'name' => q(oz t), |
2955
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2956
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2957
|
|
|
|
|
|
|
}, |
2958
|
|
|
|
|
|
|
'parsec' => { |
2959
|
|
|
|
|
|
|
'few' => q({0} pc), |
2960
|
|
|
|
|
|
|
'name' => q(pc), |
2961
|
|
|
|
|
|
|
'one' => q({0} pc), |
2962
|
|
|
|
|
|
|
'other' => q({0} pc), |
2963
|
|
|
|
|
|
|
}, |
2964
|
|
|
|
|
|
|
'per' => { |
2965
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2966
|
|
|
|
|
|
|
}, |
2967
|
|
|
|
|
|
|
'percent' => { |
2968
|
|
|
|
|
|
|
'few' => q({0}%), |
2969
|
|
|
|
|
|
|
'name' => q(%), |
2970
|
|
|
|
|
|
|
'one' => q({0}%), |
2971
|
|
|
|
|
|
|
'other' => q({0}%), |
2972
|
|
|
|
|
|
|
}, |
2973
|
|
|
|
|
|
|
'picometer' => { |
2974
|
|
|
|
|
|
|
'few' => q({0} pm), |
2975
|
|
|
|
|
|
|
'name' => q(pm), |
2976
|
|
|
|
|
|
|
'one' => q({0} pm), |
2977
|
|
|
|
|
|
|
'other' => q({0} pm), |
2978
|
|
|
|
|
|
|
}, |
2979
|
|
|
|
|
|
|
'point' => { |
2980
|
|
|
|
|
|
|
'few' => q({0} pt), |
2981
|
|
|
|
|
|
|
'name' => q(pt), |
2982
|
|
|
|
|
|
|
'one' => q({0} pt), |
2983
|
|
|
|
|
|
|
'other' => q({0} pt), |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
'pound' => { |
2986
|
|
|
|
|
|
|
'few' => q({0} lb), |
2987
|
|
|
|
|
|
|
'name' => q(lb), |
2988
|
|
|
|
|
|
|
'one' => q({0} lb), |
2989
|
|
|
|
|
|
|
'other' => q({0} lb), |
2990
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2991
|
|
|
|
|
|
|
}, |
2992
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2993
|
|
|
|
|
|
|
'few' => q({0} psi), |
2994
|
|
|
|
|
|
|
'name' => q(psi), |
2995
|
|
|
|
|
|
|
'one' => q({0} psi), |
2996
|
|
|
|
|
|
|
'other' => q({0} psi), |
2997
|
|
|
|
|
|
|
}, |
2998
|
|
|
|
|
|
|
'second' => { |
2999
|
|
|
|
|
|
|
'few' => q({0} s), |
3000
|
|
|
|
|
|
|
'name' => q(s), |
3001
|
|
|
|
|
|
|
'one' => q({0} s), |
3002
|
|
|
|
|
|
|
'other' => q({0} s), |
3003
|
|
|
|
|
|
|
'per' => q({0}/s), |
3004
|
|
|
|
|
|
|
}, |
3005
|
|
|
|
|
|
|
'square-foot' => { |
3006
|
|
|
|
|
|
|
'few' => q({0} ft²), |
3007
|
|
|
|
|
|
|
'one' => q({0} ft²), |
3008
|
|
|
|
|
|
|
'other' => q({0} ft²), |
3009
|
|
|
|
|
|
|
}, |
3010
|
|
|
|
|
|
|
'square-kilometer' => { |
3011
|
|
|
|
|
|
|
'few' => q({0} km²), |
3012
|
|
|
|
|
|
|
'one' => q({0} km²), |
3013
|
|
|
|
|
|
|
'other' => q({0} km²), |
3014
|
|
|
|
|
|
|
}, |
3015
|
|
|
|
|
|
|
'square-meter' => { |
3016
|
|
|
|
|
|
|
'few' => q({0} m²), |
3017
|
|
|
|
|
|
|
'one' => q({0} m²), |
3018
|
|
|
|
|
|
|
'other' => q({0} m²), |
3019
|
|
|
|
|
|
|
}, |
3020
|
|
|
|
|
|
|
'square-mile' => { |
3021
|
|
|
|
|
|
|
'few' => q({0} mi²), |
3022
|
|
|
|
|
|
|
'one' => q({0} mi²), |
3023
|
|
|
|
|
|
|
'other' => q({0} mi²), |
3024
|
|
|
|
|
|
|
}, |
3025
|
|
|
|
|
|
|
'stone' => { |
3026
|
|
|
|
|
|
|
'few' => q({0} st), |
3027
|
|
|
|
|
|
|
'name' => q(st), |
3028
|
|
|
|
|
|
|
'one' => q({0} st), |
3029
|
|
|
|
|
|
|
'other' => q({0} st), |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
'ton' => { |
3032
|
|
|
|
|
|
|
'few' => q({0} t.s.), |
3033
|
|
|
|
|
|
|
'name' => q(t.s.), |
3034
|
|
|
|
|
|
|
'one' => q({0} t.s.), |
3035
|
|
|
|
|
|
|
'other' => q({0} t.s.), |
3036
|
|
|
|
|
|
|
}, |
3037
|
|
|
|
|
|
|
'watt' => { |
3038
|
|
|
|
|
|
|
'few' => q({0} W), |
3039
|
|
|
|
|
|
|
'one' => q({0} W), |
3040
|
|
|
|
|
|
|
'other' => q({0} W), |
3041
|
|
|
|
|
|
|
}, |
3042
|
|
|
|
|
|
|
'week' => { |
3043
|
|
|
|
|
|
|
'few' => q({0} săpt.), |
3044
|
|
|
|
|
|
|
'name' => q(săpt.), |
3045
|
|
|
|
|
|
|
'one' => q({0} săpt.), |
3046
|
|
|
|
|
|
|
'other' => q({0} săpt.), |
3047
|
|
|
|
|
|
|
'per' => q({0}/săpt.), |
3048
|
|
|
|
|
|
|
}, |
3049
|
|
|
|
|
|
|
'yard' => { |
3050
|
|
|
|
|
|
|
'few' => q({0} yd), |
3051
|
|
|
|
|
|
|
'name' => q(yd), |
3052
|
|
|
|
|
|
|
'one' => q({0} yd), |
3053
|
|
|
|
|
|
|
'other' => q({0} yd), |
3054
|
|
|
|
|
|
|
}, |
3055
|
|
|
|
|
|
|
'year' => { |
3056
|
|
|
|
|
|
|
'few' => q({0} a), |
3057
|
|
|
|
|
|
|
'name' => q(a), |
3058
|
|
|
|
|
|
|
'one' => q({0} a), |
3059
|
|
|
|
|
|
|
'other' => q({0} a), |
3060
|
|
|
|
|
|
|
'per' => q({0}/an), |
3061
|
|
|
|
|
|
|
}, |
3062
|
|
|
|
|
|
|
}, |
3063
|
|
|
|
|
|
|
'short' => { |
3064
|
|
|
|
|
|
|
'' => { |
3065
|
|
|
|
|
|
|
'name' => q(direcție), |
3066
|
|
|
|
|
|
|
}, |
3067
|
|
|
|
|
|
|
'acre' => { |
3068
|
|
|
|
|
|
|
'few' => q({0} ac.), |
3069
|
|
|
|
|
|
|
'name' => q(acri), |
3070
|
|
|
|
|
|
|
'one' => q({0} ac.), |
3071
|
|
|
|
|
|
|
'other' => q({0} ac.), |
3072
|
|
|
|
|
|
|
}, |
3073
|
|
|
|
|
|
|
'acre-foot' => { |
3074
|
|
|
|
|
|
|
'few' => q({0} ac ft), |
3075
|
|
|
|
|
|
|
'name' => q(ac ft), |
3076
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
3077
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
3078
|
|
|
|
|
|
|
}, |
3079
|
|
|
|
|
|
|
'ampere' => { |
3080
|
|
|
|
|
|
|
'few' => q({0} A), |
3081
|
|
|
|
|
|
|
'name' => q(A), |
3082
|
|
|
|
|
|
|
'one' => q({0} A), |
3083
|
|
|
|
|
|
|
'other' => q({0} A), |
3084
|
|
|
|
|
|
|
}, |
3085
|
|
|
|
|
|
|
'arc-minute' => { |
3086
|
|
|
|
|
|
|
'few' => q({0} arcmin), |
3087
|
|
|
|
|
|
|
'name' => q(arcmin), |
3088
|
|
|
|
|
|
|
'one' => q({0} arcmin), |
3089
|
|
|
|
|
|
|
'other' => q({0} arcmin), |
3090
|
|
|
|
|
|
|
}, |
3091
|
|
|
|
|
|
|
'arc-second' => { |
3092
|
|
|
|
|
|
|
'few' => q({0} arcsec), |
3093
|
|
|
|
|
|
|
'name' => q(arcsec), |
3094
|
|
|
|
|
|
|
'one' => q({0} arcsec), |
3095
|
|
|
|
|
|
|
'other' => q({0} arcsec), |
3096
|
|
|
|
|
|
|
}, |
3097
|
|
|
|
|
|
|
'astronomical-unit' => { |
3098
|
|
|
|
|
|
|
'few' => q({0} ua), |
3099
|
|
|
|
|
|
|
'name' => q(ua), |
3100
|
|
|
|
|
|
|
'one' => q({0} ua), |
3101
|
|
|
|
|
|
|
'other' => q({0} ua), |
3102
|
|
|
|
|
|
|
}, |
3103
|
|
|
|
|
|
|
'atmosphere' => { |
3104
|
|
|
|
|
|
|
'few' => q({0} atm), |
3105
|
|
|
|
|
|
|
'name' => q(atm), |
3106
|
|
|
|
|
|
|
'one' => q({0} atm), |
3107
|
|
|
|
|
|
|
'other' => q({0} atm), |
3108
|
|
|
|
|
|
|
}, |
3109
|
|
|
|
|
|
|
'bit' => { |
3110
|
|
|
|
|
|
|
'few' => q({0} b), |
3111
|
|
|
|
|
|
|
'name' => q(b), |
3112
|
|
|
|
|
|
|
'one' => q({0} b), |
3113
|
|
|
|
|
|
|
'other' => q({0} b), |
3114
|
|
|
|
|
|
|
}, |
3115
|
|
|
|
|
|
|
'byte' => { |
3116
|
|
|
|
|
|
|
'few' => q({0} B), |
3117
|
|
|
|
|
|
|
'name' => q(B), |
3118
|
|
|
|
|
|
|
'one' => q({0} B), |
3119
|
|
|
|
|
|
|
'other' => q({0} B), |
3120
|
|
|
|
|
|
|
}, |
3121
|
|
|
|
|
|
|
'calorie' => { |
3122
|
|
|
|
|
|
|
'few' => q({0} cal), |
3123
|
|
|
|
|
|
|
'name' => q(cal), |
3124
|
|
|
|
|
|
|
'one' => q({0} cal), |
3125
|
|
|
|
|
|
|
'other' => q({0} cal), |
3126
|
|
|
|
|
|
|
}, |
3127
|
|
|
|
|
|
|
'carat' => { |
3128
|
|
|
|
|
|
|
'few' => q({0} ct), |
3129
|
|
|
|
|
|
|
'name' => q(carate), |
3130
|
|
|
|
|
|
|
'one' => q({0} ct), |
3131
|
|
|
|
|
|
|
'other' => q({0} ct), |
3132
|
|
|
|
|
|
|
}, |
3133
|
|
|
|
|
|
|
'celsius' => { |
3134
|
|
|
|
|
|
|
'few' => q({0} °C), |
3135
|
|
|
|
|
|
|
'name' => q(°C), |
3136
|
|
|
|
|
|
|
'one' => q({0} °C), |
3137
|
|
|
|
|
|
|
'other' => q({0} °C), |
3138
|
|
|
|
|
|
|
}, |
3139
|
|
|
|
|
|
|
'centiliter' => { |
3140
|
|
|
|
|
|
|
'few' => q({0} cl), |
3141
|
|
|
|
|
|
|
'name' => q(cl), |
3142
|
|
|
|
|
|
|
'one' => q({0} cl), |
3143
|
|
|
|
|
|
|
'other' => q({0} cl), |
3144
|
|
|
|
|
|
|
}, |
3145
|
|
|
|
|
|
|
'centimeter' => { |
3146
|
|
|
|
|
|
|
'few' => q({0} cm), |
3147
|
|
|
|
|
|
|
'name' => q(cm), |
3148
|
|
|
|
|
|
|
'one' => q({0} cm), |
3149
|
|
|
|
|
|
|
'other' => q({0} cm), |
3150
|
|
|
|
|
|
|
'per' => q({0}/cm), |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
'century' => { |
3153
|
|
|
|
|
|
|
'few' => q({0} sec.), |
3154
|
|
|
|
|
|
|
'name' => q(sec.), |
3155
|
|
|
|
|
|
|
'one' => q({0} sec.), |
3156
|
|
|
|
|
|
|
'other' => q({0} sec.), |
3157
|
|
|
|
|
|
|
}, |
3158
|
|
|
|
|
|
|
'coordinate' => { |
3159
|
|
|
|
|
|
|
'east' => q({0}E), |
3160
|
|
|
|
|
|
|
'north' => q({0}N), |
3161
|
|
|
|
|
|
|
'south' => q({0}S), |
3162
|
|
|
|
|
|
|
'west' => q({0}V), |
3163
|
|
|
|
|
|
|
}, |
3164
|
|
|
|
|
|
|
'cubic-centimeter' => { |
3165
|
|
|
|
|
|
|
'few' => q({0} cm³), |
3166
|
|
|
|
|
|
|
'name' => q(cm³), |
3167
|
|
|
|
|
|
|
'one' => q({0} cm³), |
3168
|
|
|
|
|
|
|
'other' => q({0} cm³), |
3169
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
3170
|
|
|
|
|
|
|
}, |
3171
|
|
|
|
|
|
|
'cubic-foot' => { |
3172
|
|
|
|
|
|
|
'few' => q({0} ft³), |
3173
|
|
|
|
|
|
|
'name' => q(ft³), |
3174
|
|
|
|
|
|
|
'one' => q({0} ft³), |
3175
|
|
|
|
|
|
|
'other' => q({0} ft³), |
3176
|
|
|
|
|
|
|
}, |
3177
|
|
|
|
|
|
|
'cubic-inch' => { |
3178
|
|
|
|
|
|
|
'few' => q({0} in³), |
3179
|
|
|
|
|
|
|
'name' => q(in³), |
3180
|
|
|
|
|
|
|
'one' => q({0} in³), |
3181
|
|
|
|
|
|
|
'other' => q({0} in³), |
3182
|
|
|
|
|
|
|
}, |
3183
|
|
|
|
|
|
|
'cubic-kilometer' => { |
3184
|
|
|
|
|
|
|
'few' => q({0} km³), |
3185
|
|
|
|
|
|
|
'name' => q(km³), |
3186
|
|
|
|
|
|
|
'one' => q({0} km³), |
3187
|
|
|
|
|
|
|
'other' => q({0} km³), |
3188
|
|
|
|
|
|
|
}, |
3189
|
|
|
|
|
|
|
'cubic-meter' => { |
3190
|
|
|
|
|
|
|
'few' => q({0} m³), |
3191
|
|
|
|
|
|
|
'name' => q(m³), |
3192
|
|
|
|
|
|
|
'one' => q({0} m³), |
3193
|
|
|
|
|
|
|
'other' => q({0} m³), |
3194
|
|
|
|
|
|
|
'per' => q({0}/m³), |
3195
|
|
|
|
|
|
|
}, |
3196
|
|
|
|
|
|
|
'cubic-mile' => { |
3197
|
|
|
|
|
|
|
'few' => q({0} mi³), |
3198
|
|
|
|
|
|
|
'name' => q(mi³), |
3199
|
|
|
|
|
|
|
'one' => q({0} mi³), |
3200
|
|
|
|
|
|
|
'other' => q({0} mi³), |
3201
|
|
|
|
|
|
|
}, |
3202
|
|
|
|
|
|
|
'cubic-yard' => { |
3203
|
|
|
|
|
|
|
'few' => q({0} yd³), |
3204
|
|
|
|
|
|
|
'name' => q(yd³), |
3205
|
|
|
|
|
|
|
'one' => q({0} yd³), |
3206
|
|
|
|
|
|
|
'other' => q({0} yd³), |
3207
|
|
|
|
|
|
|
}, |
3208
|
|
|
|
|
|
|
'cup' => { |
3209
|
|
|
|
|
|
|
'few' => q({0} c), |
3210
|
|
|
|
|
|
|
'name' => q(căni), |
3211
|
|
|
|
|
|
|
'one' => q({0} c), |
3212
|
|
|
|
|
|
|
'other' => q({0} c), |
3213
|
|
|
|
|
|
|
}, |
3214
|
|
|
|
|
|
|
'cup-metric' => { |
3215
|
|
|
|
|
|
|
'few' => q({0} mc), |
3216
|
|
|
|
|
|
|
'name' => q(mcup), |
3217
|
|
|
|
|
|
|
'one' => q({0} mc), |
3218
|
|
|
|
|
|
|
'other' => q({0} mc), |
3219
|
|
|
|
|
|
|
}, |
3220
|
|
|
|
|
|
|
'day' => { |
3221
|
|
|
|
|
|
|
'few' => q({0} zile), |
3222
|
|
|
|
|
|
|
'name' => q(zile), |
3223
|
|
|
|
|
|
|
'one' => q({0} zi), |
3224
|
|
|
|
|
|
|
'other' => q({0} zile), |
3225
|
|
|
|
|
|
|
'per' => q({0}/zi), |
3226
|
|
|
|
|
|
|
}, |
3227
|
|
|
|
|
|
|
'deciliter' => { |
3228
|
|
|
|
|
|
|
'few' => q({0} dl), |
3229
|
|
|
|
|
|
|
'name' => q(dl), |
3230
|
|
|
|
|
|
|
'one' => q({0} dl), |
3231
|
|
|
|
|
|
|
'other' => q({0} dl), |
3232
|
|
|
|
|
|
|
}, |
3233
|
|
|
|
|
|
|
'decimeter' => { |
3234
|
|
|
|
|
|
|
'few' => q({0} dm), |
3235
|
|
|
|
|
|
|
'name' => q(dm), |
3236
|
|
|
|
|
|
|
'one' => q({0} dm), |
3237
|
|
|
|
|
|
|
'other' => q({0} dm), |
3238
|
|
|
|
|
|
|
}, |
3239
|
|
|
|
|
|
|
'degree' => { |
3240
|
|
|
|
|
|
|
'few' => q({0}°), |
3241
|
|
|
|
|
|
|
'name' => q(grade), |
3242
|
|
|
|
|
|
|
'one' => q({0}°), |
3243
|
|
|
|
|
|
|
'other' => q({0}°), |
3244
|
|
|
|
|
|
|
}, |
3245
|
|
|
|
|
|
|
'fahrenheit' => { |
3246
|
|
|
|
|
|
|
'few' => q({0} °F), |
3247
|
|
|
|
|
|
|
'name' => q(°F), |
3248
|
|
|
|
|
|
|
'one' => q({0} °F), |
3249
|
|
|
|
|
|
|
'other' => q({0} °F), |
3250
|
|
|
|
|
|
|
}, |
3251
|
|
|
|
|
|
|
'fluid-ounce' => { |
3252
|
|
|
|
|
|
|
'few' => q({0} fl oz), |
3253
|
|
|
|
|
|
|
'name' => q(fl oz), |
3254
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
3255
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
3256
|
|
|
|
|
|
|
}, |
3257
|
|
|
|
|
|
|
'foodcalorie' => { |
3258
|
|
|
|
|
|
|
'few' => q({0} kcal), |
3259
|
|
|
|
|
|
|
'name' => q(kcal), |
3260
|
|
|
|
|
|
|
'one' => q({0} kcal), |
3261
|
|
|
|
|
|
|
'other' => q({0} kcal), |
3262
|
|
|
|
|
|
|
}, |
3263
|
|
|
|
|
|
|
'foot' => { |
3264
|
|
|
|
|
|
|
'few' => q({0} ft), |
3265
|
|
|
|
|
|
|
'name' => q(ft), |
3266
|
|
|
|
|
|
|
'one' => q({0} ft), |
3267
|
|
|
|
|
|
|
'other' => q({0} ft), |
3268
|
|
|
|
|
|
|
'per' => q({0}/ft), |
3269
|
|
|
|
|
|
|
}, |
3270
|
|
|
|
|
|
|
'g-force' => { |
3271
|
|
|
|
|
|
|
'few' => q({0} G), |
3272
|
|
|
|
|
|
|
'name' => q(forță g), |
3273
|
|
|
|
|
|
|
'one' => q({0} G), |
3274
|
|
|
|
|
|
|
'other' => q({0} G), |
3275
|
|
|
|
|
|
|
}, |
3276
|
|
|
|
|
|
|
'gallon' => { |
3277
|
|
|
|
|
|
|
'few' => q({0} gal), |
3278
|
|
|
|
|
|
|
'name' => q(gal), |
3279
|
|
|
|
|
|
|
'one' => q({0} gal), |
3280
|
|
|
|
|
|
|
'other' => q({0} gal), |
3281
|
|
|
|
|
|
|
'per' => q({0}/gal), |
3282
|
|
|
|
|
|
|
}, |
3283
|
|
|
|
|
|
|
'gallon-imperial' => { |
3284
|
|
|
|
|
|
|
'few' => q({0} gal imp.), |
3285
|
|
|
|
|
|
|
'name' => q(gal imp.), |
3286
|
|
|
|
|
|
|
'one' => q({0} gal imp.), |
3287
|
|
|
|
|
|
|
'other' => q({0} gal imp.), |
3288
|
|
|
|
|
|
|
'per' => q({0} gal imp.), |
3289
|
|
|
|
|
|
|
}, |
3290
|
|
|
|
|
|
|
'generic' => { |
3291
|
|
|
|
|
|
|
'few' => q({0}°), |
3292
|
|
|
|
|
|
|
'name' => q(°), |
3293
|
|
|
|
|
|
|
'one' => q({0}°), |
3294
|
|
|
|
|
|
|
'other' => q({0}°), |
3295
|
|
|
|
|
|
|
}, |
3296
|
|
|
|
|
|
|
'gigabit' => { |
3297
|
|
|
|
|
|
|
'few' => q({0} Gb), |
3298
|
|
|
|
|
|
|
'name' => q(Gb), |
3299
|
|
|
|
|
|
|
'one' => q({0} Gb), |
3300
|
|
|
|
|
|
|
'other' => q({0} Gb), |
3301
|
|
|
|
|
|
|
}, |
3302
|
|
|
|
|
|
|
'gigabyte' => { |
3303
|
|
|
|
|
|
|
'few' => q({0} GB), |
3304
|
|
|
|
|
|
|
'name' => q(GB), |
3305
|
|
|
|
|
|
|
'one' => q({0} GB), |
3306
|
|
|
|
|
|
|
'other' => q({0} GB), |
3307
|
|
|
|
|
|
|
}, |
3308
|
|
|
|
|
|
|
'gigahertz' => { |
3309
|
|
|
|
|
|
|
'few' => q({0} GHz), |
3310
|
|
|
|
|
|
|
'name' => q(GHz), |
3311
|
|
|
|
|
|
|
'one' => q({0} GHz), |
3312
|
|
|
|
|
|
|
'other' => q({0} GHz), |
3313
|
|
|
|
|
|
|
}, |
3314
|
|
|
|
|
|
|
'gigawatt' => { |
3315
|
|
|
|
|
|
|
'few' => q({0} GW), |
3316
|
|
|
|
|
|
|
'name' => q(GW), |
3317
|
|
|
|
|
|
|
'one' => q({0} GW), |
3318
|
|
|
|
|
|
|
'other' => q({0} GW), |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
'gram' => { |
3321
|
|
|
|
|
|
|
'few' => q({0} g), |
3322
|
|
|
|
|
|
|
'name' => q(grame), |
3323
|
|
|
|
|
|
|
'one' => q({0} g), |
3324
|
|
|
|
|
|
|
'other' => q({0} g), |
3325
|
|
|
|
|
|
|
'per' => q({0}/g), |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
'hectare' => { |
3328
|
|
|
|
|
|
|
'few' => q({0} ha), |
3329
|
|
|
|
|
|
|
'name' => q(ha), |
3330
|
|
|
|
|
|
|
'one' => q({0} ha), |
3331
|
|
|
|
|
|
|
'other' => q({0} ha), |
3332
|
|
|
|
|
|
|
}, |
3333
|
|
|
|
|
|
|
'hectoliter' => { |
3334
|
|
|
|
|
|
|
'few' => q({0} hl), |
3335
|
|
|
|
|
|
|
'name' => q(hl), |
3336
|
|
|
|
|
|
|
'one' => q({0} hl), |
3337
|
|
|
|
|
|
|
'other' => q({0} hl), |
3338
|
|
|
|
|
|
|
}, |
3339
|
|
|
|
|
|
|
'hectopascal' => { |
3340
|
|
|
|
|
|
|
'few' => q({0} hPa), |
3341
|
|
|
|
|
|
|
'name' => q(hPa), |
3342
|
|
|
|
|
|
|
'one' => q({0} hPa), |
3343
|
|
|
|
|
|
|
'other' => q({0} hPa), |
3344
|
|
|
|
|
|
|
}, |
3345
|
|
|
|
|
|
|
'hertz' => { |
3346
|
|
|
|
|
|
|
'few' => q({0} Hz), |
3347
|
|
|
|
|
|
|
'name' => q(Hz), |
3348
|
|
|
|
|
|
|
'one' => q({0} Hz), |
3349
|
|
|
|
|
|
|
'other' => q({0} Hz), |
3350
|
|
|
|
|
|
|
}, |
3351
|
|
|
|
|
|
|
'horsepower' => { |
3352
|
|
|
|
|
|
|
'few' => q({0} CP), |
3353
|
|
|
|
|
|
|
'name' => q(CP), |
3354
|
|
|
|
|
|
|
'one' => q({0} CP), |
3355
|
|
|
|
|
|
|
'other' => q({0} CP), |
3356
|
|
|
|
|
|
|
}, |
3357
|
|
|
|
|
|
|
'hour' => { |
3358
|
|
|
|
|
|
|
'few' => q({0} ore), |
3359
|
|
|
|
|
|
|
'name' => q(ore), |
3360
|
|
|
|
|
|
|
'one' => q({0} oră), |
3361
|
|
|
|
|
|
|
'other' => q({0} ore), |
3362
|
|
|
|
|
|
|
'per' => q({0}/h), |
3363
|
|
|
|
|
|
|
}, |
3364
|
|
|
|
|
|
|
'inch' => { |
3365
|
|
|
|
|
|
|
'few' => q({0} in), |
3366
|
|
|
|
|
|
|
'name' => q(in), |
3367
|
|
|
|
|
|
|
'one' => q({0} in), |
3368
|
|
|
|
|
|
|
'other' => q({0} in), |
3369
|
|
|
|
|
|
|
'per' => q({0}/in), |
3370
|
|
|
|
|
|
|
}, |
3371
|
|
|
|
|
|
|
'inch-hg' => { |
3372
|
|
|
|
|
|
|
'few' => q({0} in Hg), |
3373
|
|
|
|
|
|
|
'name' => q(in Hg), |
3374
|
|
|
|
|
|
|
'one' => q({0} in Hg), |
3375
|
|
|
|
|
|
|
'other' => q({0} in Hg), |
3376
|
|
|
|
|
|
|
}, |
3377
|
|
|
|
|
|
|
'joule' => { |
3378
|
|
|
|
|
|
|
'few' => q({0} J), |
3379
|
|
|
|
|
|
|
'name' => q(J), |
3380
|
|
|
|
|
|
|
'one' => q({0} J), |
3381
|
|
|
|
|
|
|
'other' => q({0} J), |
3382
|
|
|
|
|
|
|
}, |
3383
|
|
|
|
|
|
|
'karat' => { |
3384
|
|
|
|
|
|
|
'few' => q({0} kt), |
3385
|
|
|
|
|
|
|
'name' => q(kt), |
3386
|
|
|
|
|
|
|
'one' => q({0} kt), |
3387
|
|
|
|
|
|
|
'other' => q({0} kt), |
3388
|
|
|
|
|
|
|
}, |
3389
|
|
|
|
|
|
|
'kelvin' => { |
3390
|
|
|
|
|
|
|
'few' => q({0} K), |
3391
|
|
|
|
|
|
|
'name' => q(K), |
3392
|
|
|
|
|
|
|
'one' => q({0} K), |
3393
|
|
|
|
|
|
|
'other' => q({0} K), |
3394
|
|
|
|
|
|
|
}, |
3395
|
|
|
|
|
|
|
'kilobit' => { |
3396
|
|
|
|
|
|
|
'few' => q({0} kb), |
3397
|
|
|
|
|
|
|
'name' => q(kb), |
3398
|
|
|
|
|
|
|
'one' => q({0} kb), |
3399
|
|
|
|
|
|
|
'other' => q({0} kb), |
3400
|
|
|
|
|
|
|
}, |
3401
|
|
|
|
|
|
|
'kilobyte' => { |
3402
|
|
|
|
|
|
|
'few' => q({0} kB), |
3403
|
|
|
|
|
|
|
'name' => q(kB), |
3404
|
|
|
|
|
|
|
'one' => q({0} kB), |
3405
|
|
|
|
|
|
|
'other' => q({0} kB), |
3406
|
|
|
|
|
|
|
}, |
3407
|
|
|
|
|
|
|
'kilocalorie' => { |
3408
|
|
|
|
|
|
|
'few' => q({0} kcal), |
3409
|
|
|
|
|
|
|
'name' => q(kcal), |
3410
|
|
|
|
|
|
|
'one' => q({0} kcal), |
3411
|
|
|
|
|
|
|
'other' => q({0} kcal), |
3412
|
|
|
|
|
|
|
}, |
3413
|
|
|
|
|
|
|
'kilogram' => { |
3414
|
|
|
|
|
|
|
'few' => q({0} kg), |
3415
|
|
|
|
|
|
|
'name' => q(kg), |
3416
|
|
|
|
|
|
|
'one' => q({0} kg), |
3417
|
|
|
|
|
|
|
'other' => q({0} kg), |
3418
|
|
|
|
|
|
|
'per' => q({0}/kg), |
3419
|
|
|
|
|
|
|
}, |
3420
|
|
|
|
|
|
|
'kilohertz' => { |
3421
|
|
|
|
|
|
|
'few' => q({0} kHz), |
3422
|
|
|
|
|
|
|
'name' => q(kHz), |
3423
|
|
|
|
|
|
|
'one' => q({0} kHz), |
3424
|
|
|
|
|
|
|
'other' => q({0} kHz), |
3425
|
|
|
|
|
|
|
}, |
3426
|
|
|
|
|
|
|
'kilojoule' => { |
3427
|
|
|
|
|
|
|
'few' => q({0} kJ), |
3428
|
|
|
|
|
|
|
'name' => q(kJ), |
3429
|
|
|
|
|
|
|
'one' => q({0} kJ), |
3430
|
|
|
|
|
|
|
'other' => q({0} kJ), |
3431
|
|
|
|
|
|
|
}, |
3432
|
|
|
|
|
|
|
'kilometer' => { |
3433
|
|
|
|
|
|
|
'few' => q({0} km), |
3434
|
|
|
|
|
|
|
'name' => q(km), |
3435
|
|
|
|
|
|
|
'one' => q({0} km), |
3436
|
|
|
|
|
|
|
'other' => q({0} km), |
3437
|
|
|
|
|
|
|
'per' => q({0}/km), |
3438
|
|
|
|
|
|
|
}, |
3439
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
3440
|
|
|
|
|
|
|
'few' => q({0} km/h), |
3441
|
|
|
|
|
|
|
'name' => q(km/h), |
3442
|
|
|
|
|
|
|
'one' => q({0} km/h), |
3443
|
|
|
|
|
|
|
'other' => q({0} km/h), |
3444
|
|
|
|
|
|
|
}, |
3445
|
|
|
|
|
|
|
'kilowatt' => { |
3446
|
|
|
|
|
|
|
'few' => q({0} kW), |
3447
|
|
|
|
|
|
|
'name' => q(kW), |
3448
|
|
|
|
|
|
|
'one' => q({0} kW), |
3449
|
|
|
|
|
|
|
'other' => q({0} kW), |
3450
|
|
|
|
|
|
|
}, |
3451
|
|
|
|
|
|
|
'kilowatt-hour' => { |
3452
|
|
|
|
|
|
|
'few' => q({0} kWh), |
3453
|
|
|
|
|
|
|
'name' => q(kWh), |
3454
|
|
|
|
|
|
|
'one' => q({0} kWh), |
3455
|
|
|
|
|
|
|
'other' => q({0} kWh), |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
'knot' => { |
3458
|
|
|
|
|
|
|
'few' => q({0} kn), |
3459
|
|
|
|
|
|
|
'name' => q(kn), |
3460
|
|
|
|
|
|
|
'one' => q({0} kn), |
3461
|
|
|
|
|
|
|
'other' => q({0} kn), |
3462
|
|
|
|
|
|
|
}, |
3463
|
|
|
|
|
|
|
'light-year' => { |
3464
|
|
|
|
|
|
|
'few' => q({0} a.l.), |
3465
|
|
|
|
|
|
|
'name' => q(a.l.), |
3466
|
|
|
|
|
|
|
'one' => q({0} a.l.), |
3467
|
|
|
|
|
|
|
'other' => q({0} a.l.), |
3468
|
|
|
|
|
|
|
}, |
3469
|
|
|
|
|
|
|
'liter' => { |
3470
|
|
|
|
|
|
|
'few' => q({0} l), |
3471
|
|
|
|
|
|
|
'name' => q(litri), |
3472
|
|
|
|
|
|
|
'one' => q({0} l), |
3473
|
|
|
|
|
|
|
'other' => q({0} l), |
3474
|
|
|
|
|
|
|
'per' => q({0}/l), |
3475
|
|
|
|
|
|
|
}, |
3476
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
3477
|
|
|
|
|
|
|
'few' => q({0} l/100 km), |
3478
|
|
|
|
|
|
|
'name' => q(l/100 km), |
3479
|
|
|
|
|
|
|
'one' => q({0} l/100 km), |
3480
|
|
|
|
|
|
|
'other' => q({0} l/100 km), |
3481
|
|
|
|
|
|
|
}, |
3482
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
3483
|
|
|
|
|
|
|
'few' => q({0} l/km), |
3484
|
|
|
|
|
|
|
'name' => q(l/km), |
3485
|
|
|
|
|
|
|
'one' => q({0} l/km), |
3486
|
|
|
|
|
|
|
'other' => q({0} l/km), |
3487
|
|
|
|
|
|
|
}, |
3488
|
|
|
|
|
|
|
'lux' => { |
3489
|
|
|
|
|
|
|
'few' => q({0} lx), |
3490
|
|
|
|
|
|
|
'name' => q(lx), |
3491
|
|
|
|
|
|
|
'one' => q({0} lx), |
3492
|
|
|
|
|
|
|
'other' => q({0} lx), |
3493
|
|
|
|
|
|
|
}, |
3494
|
|
|
|
|
|
|
'megabit' => { |
3495
|
|
|
|
|
|
|
'few' => q({0} Mb), |
3496
|
|
|
|
|
|
|
'name' => q(Mb), |
3497
|
|
|
|
|
|
|
'one' => q({0} Mb), |
3498
|
|
|
|
|
|
|
'other' => q({0} Mb), |
3499
|
|
|
|
|
|
|
}, |
3500
|
|
|
|
|
|
|
'megabyte' => { |
3501
|
|
|
|
|
|
|
'few' => q({0} MB), |
3502
|
|
|
|
|
|
|
'name' => q(MB), |
3503
|
|
|
|
|
|
|
'one' => q({0} MB), |
3504
|
|
|
|
|
|
|
'other' => q({0} MB), |
3505
|
|
|
|
|
|
|
}, |
3506
|
|
|
|
|
|
|
'megahertz' => { |
3507
|
|
|
|
|
|
|
'few' => q({0} MHz), |
3508
|
|
|
|
|
|
|
'name' => q(MHz), |
3509
|
|
|
|
|
|
|
'one' => q({0} MHz), |
3510
|
|
|
|
|
|
|
'other' => q({0} MHz), |
3511
|
|
|
|
|
|
|
}, |
3512
|
|
|
|
|
|
|
'megaliter' => { |
3513
|
|
|
|
|
|
|
'few' => q({0} Ml), |
3514
|
|
|
|
|
|
|
'name' => q(Ml), |
3515
|
|
|
|
|
|
|
'one' => q({0} Ml), |
3516
|
|
|
|
|
|
|
'other' => q({0} Ml), |
3517
|
|
|
|
|
|
|
}, |
3518
|
|
|
|
|
|
|
'megawatt' => { |
3519
|
|
|
|
|
|
|
'few' => q({0} MW), |
3520
|
|
|
|
|
|
|
'name' => q(MW), |
3521
|
|
|
|
|
|
|
'one' => q({0} MW), |
3522
|
|
|
|
|
|
|
'other' => q({0} MW), |
3523
|
|
|
|
|
|
|
}, |
3524
|
|
|
|
|
|
|
'meter' => { |
3525
|
|
|
|
|
|
|
'few' => q({0} m), |
3526
|
|
|
|
|
|
|
'name' => q(metri), |
3527
|
|
|
|
|
|
|
'one' => q({0} m), |
3528
|
|
|
|
|
|
|
'other' => q({0} m), |
3529
|
|
|
|
|
|
|
'per' => q({0}/m), |
3530
|
|
|
|
|
|
|
}, |
3531
|
|
|
|
|
|
|
'meter-per-second' => { |
3532
|
|
|
|
|
|
|
'few' => q({0} m/s), |
3533
|
|
|
|
|
|
|
'name' => q(m/s), |
3534
|
|
|
|
|
|
|
'one' => q({0} m/s), |
3535
|
|
|
|
|
|
|
'other' => q({0} m/s), |
3536
|
|
|
|
|
|
|
}, |
3537
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
3538
|
|
|
|
|
|
|
'few' => q({0} m/s²), |
3539
|
|
|
|
|
|
|
'name' => q(m/s²), |
3540
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
3541
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
3542
|
|
|
|
|
|
|
}, |
3543
|
|
|
|
|
|
|
'metric-ton' => { |
3544
|
|
|
|
|
|
|
'few' => q({0} t), |
3545
|
|
|
|
|
|
|
'name' => q(t), |
3546
|
|
|
|
|
|
|
'one' => q({0} t), |
3547
|
|
|
|
|
|
|
'other' => q({0} t), |
3548
|
|
|
|
|
|
|
}, |
3549
|
|
|
|
|
|
|
'microgram' => { |
3550
|
|
|
|
|
|
|
'few' => q({0} µg), |
3551
|
|
|
|
|
|
|
'name' => q(µg), |
3552
|
|
|
|
|
|
|
'one' => q({0} µg), |
3553
|
|
|
|
|
|
|
'other' => q({0} µg), |
3554
|
|
|
|
|
|
|
}, |
3555
|
|
|
|
|
|
|
'micrometer' => { |
3556
|
|
|
|
|
|
|
'few' => q({0} µm), |
3557
|
|
|
|
|
|
|
'name' => q(µm), |
3558
|
|
|
|
|
|
|
'one' => q({0} µm), |
3559
|
|
|
|
|
|
|
'other' => q({0} µm), |
3560
|
|
|
|
|
|
|
}, |
3561
|
|
|
|
|
|
|
'microsecond' => { |
3562
|
|
|
|
|
|
|
'few' => q({0} μs), |
3563
|
|
|
|
|
|
|
'name' => q(μs), |
3564
|
|
|
|
|
|
|
'one' => q({0} μs), |
3565
|
|
|
|
|
|
|
'other' => q({0} μs), |
3566
|
|
|
|
|
|
|
}, |
3567
|
|
|
|
|
|
|
'mile' => { |
3568
|
|
|
|
|
|
|
'few' => q({0} mi), |
3569
|
|
|
|
|
|
|
'name' => q(mi), |
3570
|
|
|
|
|
|
|
'one' => q({0} mi), |
3571
|
|
|
|
|
|
|
'other' => q({0} mi), |
3572
|
|
|
|
|
|
|
}, |
3573
|
|
|
|
|
|
|
'mile-per-gallon' => { |
3574
|
|
|
|
|
|
|
'few' => q({0} mile/gal.), |
3575
|
|
|
|
|
|
|
'name' => q(mile/gal.), |
3576
|
|
|
|
|
|
|
'one' => q({0} milă/gal.), |
3577
|
|
|
|
|
|
|
'other' => q({0} mile/gal.), |
3578
|
|
|
|
|
|
|
}, |
3579
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
3580
|
|
|
|
|
|
|
'few' => q({0} mi/gal imp.), |
3581
|
|
|
|
|
|
|
'name' => q(mi/gal imp.), |
3582
|
|
|
|
|
|
|
'one' => q({0} mi/gal imp.), |
3583
|
|
|
|
|
|
|
'other' => q({0} mi/gal imp.), |
3584
|
|
|
|
|
|
|
}, |
3585
|
|
|
|
|
|
|
'mile-per-hour' => { |
3586
|
|
|
|
|
|
|
'few' => q({0} mi/h), |
3587
|
|
|
|
|
|
|
'name' => q(mi/h), |
3588
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
3589
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
3590
|
|
|
|
|
|
|
}, |
3591
|
|
|
|
|
|
|
'mile-scandinavian' => { |
3592
|
|
|
|
|
|
|
'few' => q({0} smi), |
3593
|
|
|
|
|
|
|
'name' => q(smi), |
3594
|
|
|
|
|
|
|
'one' => q({0} smi), |
3595
|
|
|
|
|
|
|
'other' => q({0} smi), |
3596
|
|
|
|
|
|
|
}, |
3597
|
|
|
|
|
|
|
'milliampere' => { |
3598
|
|
|
|
|
|
|
'few' => q({0} mA), |
3599
|
|
|
|
|
|
|
'name' => q(mA), |
3600
|
|
|
|
|
|
|
'one' => q({0} mA), |
3601
|
|
|
|
|
|
|
'other' => q({0} mA), |
3602
|
|
|
|
|
|
|
}, |
3603
|
|
|
|
|
|
|
'millibar' => { |
3604
|
|
|
|
|
|
|
'few' => q({0} mbar), |
3605
|
|
|
|
|
|
|
'name' => q(mbar), |
3606
|
|
|
|
|
|
|
'one' => q({0} mbar), |
3607
|
|
|
|
|
|
|
'other' => q({0} mbar), |
3608
|
|
|
|
|
|
|
}, |
3609
|
|
|
|
|
|
|
'milligram' => { |
3610
|
|
|
|
|
|
|
'few' => q({0} mg), |
3611
|
|
|
|
|
|
|
'name' => q(mg), |
3612
|
|
|
|
|
|
|
'one' => q({0} mg), |
3613
|
|
|
|
|
|
|
'other' => q({0} mg), |
3614
|
|
|
|
|
|
|
}, |
3615
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
3616
|
|
|
|
|
|
|
'few' => q({0} mg/dl), |
3617
|
|
|
|
|
|
|
'name' => q(mg/dl), |
3618
|
|
|
|
|
|
|
'one' => q({0} mg/dl), |
3619
|
|
|
|
|
|
|
'other' => q({0} mg/dl), |
3620
|
|
|
|
|
|
|
}, |
3621
|
|
|
|
|
|
|
'milliliter' => { |
3622
|
|
|
|
|
|
|
'few' => q({0} ml), |
3623
|
|
|
|
|
|
|
'name' => q(ml), |
3624
|
|
|
|
|
|
|
'one' => q({0} ml), |
3625
|
|
|
|
|
|
|
'other' => q({0} ml), |
3626
|
|
|
|
|
|
|
}, |
3627
|
|
|
|
|
|
|
'millimeter' => { |
3628
|
|
|
|
|
|
|
'few' => q({0} mm), |
3629
|
|
|
|
|
|
|
'name' => q(mm), |
3630
|
|
|
|
|
|
|
'one' => q({0} mm), |
3631
|
|
|
|
|
|
|
'other' => q({0} mm), |
3632
|
|
|
|
|
|
|
}, |
3633
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
3634
|
|
|
|
|
|
|
'few' => q({0} mm Hg), |
3635
|
|
|
|
|
|
|
'name' => q(mm Hg), |
3636
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
3637
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
3638
|
|
|
|
|
|
|
}, |
3639
|
|
|
|
|
|
|
'millimole-per-liter' => { |
3640
|
|
|
|
|
|
|
'few' => q({0} mmol/l), |
3641
|
|
|
|
|
|
|
'name' => q(mmol/l), |
3642
|
|
|
|
|
|
|
'one' => q({0} mmol/l), |
3643
|
|
|
|
|
|
|
'other' => q({0} mmol/l), |
3644
|
|
|
|
|
|
|
}, |
3645
|
|
|
|
|
|
|
'millisecond' => { |
3646
|
|
|
|
|
|
|
'few' => q({0} ms), |
3647
|
|
|
|
|
|
|
'name' => q(ms), |
3648
|
|
|
|
|
|
|
'one' => q({0} ms), |
3649
|
|
|
|
|
|
|
'other' => q({0} ms), |
3650
|
|
|
|
|
|
|
}, |
3651
|
|
|
|
|
|
|
'milliwatt' => { |
3652
|
|
|
|
|
|
|
'few' => q({0} mW), |
3653
|
|
|
|
|
|
|
'name' => q(mW), |
3654
|
|
|
|
|
|
|
'one' => q({0} mW), |
3655
|
|
|
|
|
|
|
'other' => q({0} mW), |
3656
|
|
|
|
|
|
|
}, |
3657
|
|
|
|
|
|
|
'minute' => { |
3658
|
|
|
|
|
|
|
'few' => q({0} min.), |
3659
|
|
|
|
|
|
|
'name' => q(min.), |
3660
|
|
|
|
|
|
|
'one' => q({0} min.), |
3661
|
|
|
|
|
|
|
'other' => q({0} min.), |
3662
|
|
|
|
|
|
|
'per' => q({0}/min.), |
3663
|
|
|
|
|
|
|
}, |
3664
|
|
|
|
|
|
|
'month' => { |
3665
|
|
|
|
|
|
|
'few' => q({0} luni), |
3666
|
|
|
|
|
|
|
'name' => q(luni), |
3667
|
|
|
|
|
|
|
'one' => q({0} lună), |
3668
|
|
|
|
|
|
|
'other' => q({0} luni), |
3669
|
|
|
|
|
|
|
'per' => q({0}/lună), |
3670
|
|
|
|
|
|
|
}, |
3671
|
|
|
|
|
|
|
'nanometer' => { |
3672
|
|
|
|
|
|
|
'few' => q({0} nm), |
3673
|
|
|
|
|
|
|
'name' => q(nm), |
3674
|
|
|
|
|
|
|
'one' => q({0} nm), |
3675
|
|
|
|
|
|
|
'other' => q({0} nm), |
3676
|
|
|
|
|
|
|
}, |
3677
|
|
|
|
|
|
|
'nanosecond' => { |
3678
|
|
|
|
|
|
|
'few' => q({0} ns), |
3679
|
|
|
|
|
|
|
'name' => q(ns), |
3680
|
|
|
|
|
|
|
'one' => q({0} ns), |
3681
|
|
|
|
|
|
|
'other' => q({0} ns), |
3682
|
|
|
|
|
|
|
}, |
3683
|
|
|
|
|
|
|
'nautical-mile' => { |
3684
|
|
|
|
|
|
|
'few' => q({0} mn), |
3685
|
|
|
|
|
|
|
'name' => q(mn), |
3686
|
|
|
|
|
|
|
'one' => q({0} mn), |
3687
|
|
|
|
|
|
|
'other' => q({0} mn), |
3688
|
|
|
|
|
|
|
}, |
3689
|
|
|
|
|
|
|
'ohm' => { |
3690
|
|
|
|
|
|
|
'few' => q({0} Ω), |
3691
|
|
|
|
|
|
|
'name' => q(Ω), |
3692
|
|
|
|
|
|
|
'one' => q({0} Ω), |
3693
|
|
|
|
|
|
|
'other' => q({0} Ω), |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
'ounce' => { |
3696
|
|
|
|
|
|
|
'few' => q({0} oz), |
3697
|
|
|
|
|
|
|
'name' => q(oz), |
3698
|
|
|
|
|
|
|
'one' => q({0} oz), |
3699
|
|
|
|
|
|
|
'other' => q({0} oz), |
3700
|
|
|
|
|
|
|
'per' => q({0}/oz), |
3701
|
|
|
|
|
|
|
}, |
3702
|
|
|
|
|
|
|
'ounce-troy' => { |
3703
|
|
|
|
|
|
|
'few' => q({0} oz t), |
3704
|
|
|
|
|
|
|
'name' => q(oz t), |
3705
|
|
|
|
|
|
|
'one' => q({0} oz t), |
3706
|
|
|
|
|
|
|
'other' => q({0} oz t), |
3707
|
|
|
|
|
|
|
}, |
3708
|
|
|
|
|
|
|
'parsec' => { |
3709
|
|
|
|
|
|
|
'few' => q({0} pc), |
3710
|
|
|
|
|
|
|
'name' => q(pc), |
3711
|
|
|
|
|
|
|
'one' => q({0} pc), |
3712
|
|
|
|
|
|
|
'other' => q({0} pc), |
3713
|
|
|
|
|
|
|
}, |
3714
|
|
|
|
|
|
|
'part-per-million' => { |
3715
|
|
|
|
|
|
|
'few' => q({0} ppm), |
3716
|
|
|
|
|
|
|
'name' => q(ppm), |
3717
|
|
|
|
|
|
|
'one' => q({0} ppm), |
3718
|
|
|
|
|
|
|
'other' => q({0} ppm), |
3719
|
|
|
|
|
|
|
}, |
3720
|
|
|
|
|
|
|
'per' => { |
3721
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
3722
|
|
|
|
|
|
|
}, |
3723
|
|
|
|
|
|
|
'percent' => { |
3724
|
|
|
|
|
|
|
'few' => q({0}%), |
3725
|
|
|
|
|
|
|
'name' => q(%), |
3726
|
|
|
|
|
|
|
'one' => q({0}%), |
3727
|
|
|
|
|
|
|
'other' => q({0}%), |
3728
|
|
|
|
|
|
|
}, |
3729
|
|
|
|
|
|
|
'permille' => { |
3730
|
|
|
|
|
|
|
'few' => q({0}‰), |
3731
|
|
|
|
|
|
|
'name' => q(‰), |
3732
|
|
|
|
|
|
|
'one' => q({0}‰), |
3733
|
|
|
|
|
|
|
'other' => q({0}‰), |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
'petabyte' => { |
3736
|
|
|
|
|
|
|
'few' => q({0} PB), |
3737
|
|
|
|
|
|
|
'name' => q(PB), |
3738
|
|
|
|
|
|
|
'one' => q({0} PB), |
3739
|
|
|
|
|
|
|
'other' => q({0} PB), |
3740
|
|
|
|
|
|
|
}, |
3741
|
|
|
|
|
|
|
'picometer' => { |
3742
|
|
|
|
|
|
|
'few' => q({0} pm), |
3743
|
|
|
|
|
|
|
'name' => q(pm), |
3744
|
|
|
|
|
|
|
'one' => q({0} pm), |
3745
|
|
|
|
|
|
|
'other' => q({0} pm), |
3746
|
|
|
|
|
|
|
}, |
3747
|
|
|
|
|
|
|
'pint' => { |
3748
|
|
|
|
|
|
|
'few' => q({0} pt), |
3749
|
|
|
|
|
|
|
'name' => q(pinte), |
3750
|
|
|
|
|
|
|
'one' => q({0} pt), |
3751
|
|
|
|
|
|
|
'other' => q({0} pt), |
3752
|
|
|
|
|
|
|
}, |
3753
|
|
|
|
|
|
|
'pint-metric' => { |
3754
|
|
|
|
|
|
|
'few' => q({0} mpt), |
3755
|
|
|
|
|
|
|
'name' => q(mpt), |
3756
|
|
|
|
|
|
|
'one' => q({0} mpt), |
3757
|
|
|
|
|
|
|
'other' => q({0} mpt), |
3758
|
|
|
|
|
|
|
}, |
3759
|
|
|
|
|
|
|
'point' => { |
3760
|
|
|
|
|
|
|
'few' => q({0} pt), |
3761
|
|
|
|
|
|
|
'name' => q(pt), |
3762
|
|
|
|
|
|
|
'one' => q({0} pt), |
3763
|
|
|
|
|
|
|
'other' => q({0} pt), |
3764
|
|
|
|
|
|
|
}, |
3765
|
|
|
|
|
|
|
'pound' => { |
3766
|
|
|
|
|
|
|
'few' => q({0} lb), |
3767
|
|
|
|
|
|
|
'name' => q(lb), |
3768
|
|
|
|
|
|
|
'one' => q({0} lb), |
3769
|
|
|
|
|
|
|
'other' => q({0} lb), |
3770
|
|
|
|
|
|
|
'per' => q({0}/lb), |
3771
|
|
|
|
|
|
|
}, |
3772
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
3773
|
|
|
|
|
|
|
'few' => q({0} psi), |
3774
|
|
|
|
|
|
|
'name' => q(psi), |
3775
|
|
|
|
|
|
|
'one' => q({0} psi), |
3776
|
|
|
|
|
|
|
'other' => q({0} psi), |
3777
|
|
|
|
|
|
|
}, |
3778
|
|
|
|
|
|
|
'quart' => { |
3779
|
|
|
|
|
|
|
'few' => q({0} qt), |
3780
|
|
|
|
|
|
|
'name' => q(qt), |
3781
|
|
|
|
|
|
|
'one' => q({0} qt), |
3782
|
|
|
|
|
|
|
'other' => q({0} qt), |
3783
|
|
|
|
|
|
|
}, |
3784
|
|
|
|
|
|
|
'radian' => { |
3785
|
|
|
|
|
|
|
'few' => q({0} rad), |
3786
|
|
|
|
|
|
|
'name' => q(rad), |
3787
|
|
|
|
|
|
|
'one' => q({0} rad), |
3788
|
|
|
|
|
|
|
'other' => q({0} rad), |
3789
|
|
|
|
|
|
|
}, |
3790
|
|
|
|
|
|
|
'revolution' => { |
3791
|
|
|
|
|
|
|
'few' => q({0} rev.), |
3792
|
|
|
|
|
|
|
'name' => q(rev.), |
3793
|
|
|
|
|
|
|
'one' => q({0} rev.), |
3794
|
|
|
|
|
|
|
'other' => q({0} rev.), |
3795
|
|
|
|
|
|
|
}, |
3796
|
|
|
|
|
|
|
'second' => { |
3797
|
|
|
|
|
|
|
'few' => q({0} s), |
3798
|
|
|
|
|
|
|
'name' => q(s), |
3799
|
|
|
|
|
|
|
'one' => q({0} s), |
3800
|
|
|
|
|
|
|
'other' => q({0} s), |
3801
|
|
|
|
|
|
|
'per' => q({0}/s), |
3802
|
|
|
|
|
|
|
}, |
3803
|
|
|
|
|
|
|
'square-centimeter' => { |
3804
|
|
|
|
|
|
|
'few' => q({0} cm²), |
3805
|
|
|
|
|
|
|
'name' => q(cm²), |
3806
|
|
|
|
|
|
|
'one' => q({0} cm²), |
3807
|
|
|
|
|
|
|
'other' => q({0} cm²), |
3808
|
|
|
|
|
|
|
'per' => q({0} pe cm²), |
3809
|
|
|
|
|
|
|
}, |
3810
|
|
|
|
|
|
|
'square-foot' => { |
3811
|
|
|
|
|
|
|
'few' => q({0} ft²), |
3812
|
|
|
|
|
|
|
'name' => q(ft²), |
3813
|
|
|
|
|
|
|
'one' => q({0} ft²), |
3814
|
|
|
|
|
|
|
'other' => q({0} ft²), |
3815
|
|
|
|
|
|
|
}, |
3816
|
|
|
|
|
|
|
'square-inch' => { |
3817
|
|
|
|
|
|
|
'few' => q({0} in²), |
3818
|
|
|
|
|
|
|
'name' => q(in²), |
3819
|
|
|
|
|
|
|
'one' => q({0} in²), |
3820
|
|
|
|
|
|
|
'other' => q({0} in²), |
3821
|
|
|
|
|
|
|
'per' => q({0}/in²), |
3822
|
|
|
|
|
|
|
}, |
3823
|
|
|
|
|
|
|
'square-kilometer' => { |
3824
|
|
|
|
|
|
|
'few' => q({0} km²), |
3825
|
|
|
|
|
|
|
'name' => q(km²), |
3826
|
|
|
|
|
|
|
'one' => q({0} km²), |
3827
|
|
|
|
|
|
|
'other' => q({0} km²), |
3828
|
|
|
|
|
|
|
'per' => q({0}/km²), |
3829
|
|
|
|
|
|
|
}, |
3830
|
|
|
|
|
|
|
'square-meter' => { |
3831
|
|
|
|
|
|
|
'few' => q({0} m²), |
3832
|
|
|
|
|
|
|
'name' => q(m²), |
3833
|
|
|
|
|
|
|
'one' => q({0} m²), |
3834
|
|
|
|
|
|
|
'other' => q({0} m²), |
3835
|
|
|
|
|
|
|
'per' => q({0} pe m²), |
3836
|
|
|
|
|
|
|
}, |
3837
|
|
|
|
|
|
|
'square-mile' => { |
3838
|
|
|
|
|
|
|
'few' => q({0} mi²), |
3839
|
|
|
|
|
|
|
'name' => q(mi²), |
3840
|
|
|
|
|
|
|
'one' => q({0} mi²), |
3841
|
|
|
|
|
|
|
'other' => q({0} mi²), |
3842
|
|
|
|
|
|
|
'per' => q({0}/mi²), |
3843
|
|
|
|
|
|
|
}, |
3844
|
|
|
|
|
|
|
'square-yard' => { |
3845
|
|
|
|
|
|
|
'few' => q({0} yd²), |
3846
|
|
|
|
|
|
|
'name' => q(yd²), |
3847
|
|
|
|
|
|
|
'one' => q({0} yd²), |
3848
|
|
|
|
|
|
|
'other' => q({0} yd²), |
3849
|
|
|
|
|
|
|
}, |
3850
|
|
|
|
|
|
|
'tablespoon' => { |
3851
|
|
|
|
|
|
|
'few' => q({0} tbsp), |
3852
|
|
|
|
|
|
|
'name' => q(tbsp), |
3853
|
|
|
|
|
|
|
'one' => q({0} tbsp), |
3854
|
|
|
|
|
|
|
'other' => q({0} tbsp), |
3855
|
|
|
|
|
|
|
}, |
3856
|
|
|
|
|
|
|
'teaspoon' => { |
3857
|
|
|
|
|
|
|
'few' => q({0} tsp), |
3858
|
|
|
|
|
|
|
'name' => q(tsp), |
3859
|
|
|
|
|
|
|
'one' => q({0} tsp), |
3860
|
|
|
|
|
|
|
'other' => q({0} tsp), |
3861
|
|
|
|
|
|
|
}, |
3862
|
|
|
|
|
|
|
'terabit' => { |
3863
|
|
|
|
|
|
|
'few' => q({0} Tb), |
3864
|
|
|
|
|
|
|
'name' => q(Tb), |
3865
|
|
|
|
|
|
|
'one' => q({0} Tb), |
3866
|
|
|
|
|
|
|
'other' => q({0} Tb), |
3867
|
|
|
|
|
|
|
}, |
3868
|
|
|
|
|
|
|
'terabyte' => { |
3869
|
|
|
|
|
|
|
'few' => q({0} TB), |
3870
|
|
|
|
|
|
|
'name' => q(TB), |
3871
|
|
|
|
|
|
|
'one' => q({0} TB), |
3872
|
|
|
|
|
|
|
'other' => q({0} TB), |
3873
|
|
|
|
|
|
|
}, |
3874
|
|
|
|
|
|
|
'ton' => { |
3875
|
|
|
|
|
|
|
'few' => q({0} t.s.), |
3876
|
|
|
|
|
|
|
'name' => q(t.s.), |
3877
|
|
|
|
|
|
|
'one' => q({0} t.s.), |
3878
|
|
|
|
|
|
|
'other' => q({0} t.s.), |
3879
|
|
|
|
|
|
|
}, |
3880
|
|
|
|
|
|
|
'volt' => { |
3881
|
|
|
|
|
|
|
'few' => q({0} V), |
3882
|
|
|
|
|
|
|
'name' => q(V), |
3883
|
|
|
|
|
|
|
'one' => q({0} V), |
3884
|
|
|
|
|
|
|
'other' => q({0} V), |
3885
|
|
|
|
|
|
|
}, |
3886
|
|
|
|
|
|
|
'watt' => { |
3887
|
|
|
|
|
|
|
'few' => q({0} W), |
3888
|
|
|
|
|
|
|
'name' => q(W), |
3889
|
|
|
|
|
|
|
'one' => q({0} W), |
3890
|
|
|
|
|
|
|
'other' => q({0} W), |
3891
|
|
|
|
|
|
|
}, |
3892
|
|
|
|
|
|
|
'week' => { |
3893
|
|
|
|
|
|
|
'few' => q({0} săpt.), |
3894
|
|
|
|
|
|
|
'name' => q(săptămâni), |
3895
|
|
|
|
|
|
|
'one' => q({0} săpt.), |
3896
|
|
|
|
|
|
|
'other' => q({0} săpt.), |
3897
|
|
|
|
|
|
|
'per' => q({0}/săpt.), |
3898
|
|
|
|
|
|
|
}, |
3899
|
|
|
|
|
|
|
'yard' => { |
3900
|
|
|
|
|
|
|
'few' => q({0} yd), |
3901
|
|
|
|
|
|
|
'name' => q(yd), |
3902
|
|
|
|
|
|
|
'one' => q({0} yd), |
3903
|
|
|
|
|
|
|
'other' => q({0} yd), |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
'year' => { |
3906
|
|
|
|
|
|
|
'few' => q({0} ani), |
3907
|
|
|
|
|
|
|
'name' => q(ani), |
3908
|
|
|
|
|
|
|
'one' => q({0} an), |
3909
|
|
|
|
|
|
|
'other' => q({0} ani), |
3910
|
|
|
|
|
|
|
'per' => q({0}/an), |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
} } |
3914
|
|
|
|
|
|
|
); |
3915
|
|
|
|
|
|
|
|
3916
|
|
|
|
|
|
|
has 'yesstr' => ( |
3917
|
|
|
|
|
|
|
is => 'ro', |
3918
|
|
|
|
|
|
|
isa => RegexpRef, |
3919
|
|
|
|
|
|
|
init_arg => undef, |
3920
|
|
|
|
|
|
|
default => sub { qr'^(?i:da|d|yes|y)$' } |
3921
|
|
|
|
|
|
|
); |
3922
|
|
|
|
|
|
|
|
3923
|
|
|
|
|
|
|
has 'nostr' => ( |
3924
|
|
|
|
|
|
|
is => 'ro', |
3925
|
|
|
|
|
|
|
isa => RegexpRef, |
3926
|
|
|
|
|
|
|
init_arg => undef, |
3927
|
|
|
|
|
|
|
default => sub { qr'^(?i:nu|n)$' } |
3928
|
|
|
|
|
|
|
); |
3929
|
|
|
|
|
|
|
|
3930
|
|
|
|
|
|
|
has 'listPatterns' => ( |
3931
|
|
|
|
|
|
|
is => 'ro', |
3932
|
|
|
|
|
|
|
isa => HashRef, |
3933
|
|
|
|
|
|
|
init_arg => undef, |
3934
|
|
|
|
|
|
|
default => sub { { |
3935
|
|
|
|
|
|
|
start => q({0}, {1}), |
3936
|
|
|
|
|
|
|
middle => q({0}, {1}), |
3937
|
|
|
|
|
|
|
end => q({0}, {1}), |
3938
|
|
|
|
|
|
|
2 => q({0}, {1}), |
3939
|
|
|
|
|
|
|
} } |
3940
|
|
|
|
|
|
|
); |
3941
|
|
|
|
|
|
|
|
3942
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
3943
|
|
|
|
|
|
|
is => 'ro', |
3944
|
|
|
|
|
|
|
isa => Str, |
3945
|
|
|
|
|
|
|
init_arg => undef, |
3946
|
|
|
|
|
|
|
default => 'latn', |
3947
|
|
|
|
|
|
|
); |
3948
|
|
|
|
|
|
|
|
3949
|
|
|
|
|
|
|
has native_numbering_system => ( |
3950
|
|
|
|
|
|
|
is => 'ro', |
3951
|
|
|
|
|
|
|
isa => Str, |
3952
|
|
|
|
|
|
|
init_arg => undef, |
3953
|
|
|
|
|
|
|
default => 'latn', |
3954
|
|
|
|
|
|
|
); |
3955
|
|
|
|
|
|
|
|
3956
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
3957
|
|
|
|
|
|
|
is =>'ro', |
3958
|
|
|
|
|
|
|
isa => Int, |
3959
|
|
|
|
|
|
|
init_arg => undef, |
3960
|
|
|
|
|
|
|
default => 1, |
3961
|
|
|
|
|
|
|
); |
3962
|
|
|
|
|
|
|
|
3963
|
|
|
|
|
|
|
has 'number_symbols' => ( |
3964
|
|
|
|
|
|
|
is => 'ro', |
3965
|
|
|
|
|
|
|
isa => HashRef, |
3966
|
|
|
|
|
|
|
init_arg => undef, |
3967
|
|
|
|
|
|
|
default => sub { { |
3968
|
|
|
|
|
|
|
'latn' => { |
3969
|
|
|
|
|
|
|
'decimal' => q(,), |
3970
|
|
|
|
|
|
|
'exponential' => q(E), |
3971
|
|
|
|
|
|
|
'group' => q(.), |
3972
|
|
|
|
|
|
|
'infinity' => q(∞), |
3973
|
|
|
|
|
|
|
'list' => q(;), |
3974
|
|
|
|
|
|
|
'minusSign' => q(-), |
3975
|
|
|
|
|
|
|
'nan' => q(NaN), |
3976
|
|
|
|
|
|
|
'perMille' => q(‰), |
3977
|
|
|
|
|
|
|
'percentSign' => q(%), |
3978
|
|
|
|
|
|
|
'plusSign' => q(+), |
3979
|
|
|
|
|
|
|
'superscriptingExponent' => q(×), |
3980
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3981
|
|
|
|
|
|
|
}, |
3982
|
|
|
|
|
|
|
} } |
3983
|
|
|
|
|
|
|
); |
3984
|
|
|
|
|
|
|
|
3985
|
|
|
|
|
|
|
has 'number_formats' => ( |
3986
|
|
|
|
|
|
|
is => 'ro', |
3987
|
|
|
|
|
|
|
isa => HashRef, |
3988
|
|
|
|
|
|
|
init_arg => undef, |
3989
|
|
|
|
|
|
|
default => sub { { |
3990
|
|
|
|
|
|
|
decimalFormat => { |
3991
|
|
|
|
|
|
|
'default' => { |
3992
|
|
|
|
|
|
|
'1000' => { |
3993
|
|
|
|
|
|
|
'few' => '0 K', |
3994
|
|
|
|
|
|
|
'one' => '0 K', |
3995
|
|
|
|
|
|
|
'other' => '0 K', |
3996
|
|
|
|
|
|
|
}, |
3997
|
|
|
|
|
|
|
'10000' => { |
3998
|
|
|
|
|
|
|
'few' => '00 K', |
3999
|
|
|
|
|
|
|
'one' => '00 K', |
4000
|
|
|
|
|
|
|
'other' => '00 K', |
4001
|
|
|
|
|
|
|
}, |
4002
|
|
|
|
|
|
|
'100000' => { |
4003
|
|
|
|
|
|
|
'few' => '000 K', |
4004
|
|
|
|
|
|
|
'one' => '000 K', |
4005
|
|
|
|
|
|
|
'other' => '000 K', |
4006
|
|
|
|
|
|
|
}, |
4007
|
|
|
|
|
|
|
'1000000' => { |
4008
|
|
|
|
|
|
|
'few' => '0 mil'.'', |
4009
|
|
|
|
|
|
|
'one' => '0 mil'.'', |
4010
|
|
|
|
|
|
|
'other' => '0 mil'.'', |
4011
|
|
|
|
|
|
|
}, |
4012
|
|
|
|
|
|
|
'10000000' => { |
4013
|
|
|
|
|
|
|
'few' => '00 mil'.'', |
4014
|
|
|
|
|
|
|
'one' => '00 mil'.'', |
4015
|
|
|
|
|
|
|
'other' => '00 mil'.'', |
4016
|
|
|
|
|
|
|
}, |
4017
|
|
|
|
|
|
|
'100000000' => { |
4018
|
|
|
|
|
|
|
'few' => '000 mil'.'', |
4019
|
|
|
|
|
|
|
'one' => '000 mil'.'', |
4020
|
|
|
|
|
|
|
'other' => '000 mil'.'', |
4021
|
|
|
|
|
|
|
}, |
4022
|
|
|
|
|
|
|
'1000000000' => { |
4023
|
|
|
|
|
|
|
'few' => '0 mld'.'', |
4024
|
|
|
|
|
|
|
'one' => '0 mld'.'', |
4025
|
|
|
|
|
|
|
'other' => '0 mld'.'', |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
'10000000000' => { |
4028
|
|
|
|
|
|
|
'few' => '00 mld'.'', |
4029
|
|
|
|
|
|
|
'one' => '00 mld'.'', |
4030
|
|
|
|
|
|
|
'other' => '00 mld'.'', |
4031
|
|
|
|
|
|
|
}, |
4032
|
|
|
|
|
|
|
'100000000000' => { |
4033
|
|
|
|
|
|
|
'few' => '000 mld'.'', |
4034
|
|
|
|
|
|
|
'one' => '000 mld'.'', |
4035
|
|
|
|
|
|
|
'other' => '000 mld'.'', |
4036
|
|
|
|
|
|
|
}, |
4037
|
|
|
|
|
|
|
'1000000000000' => { |
4038
|
|
|
|
|
|
|
'few' => '0 tril'.'', |
4039
|
|
|
|
|
|
|
'one' => '0 tril'.'', |
4040
|
|
|
|
|
|
|
'other' => '0 tril'.'', |
4041
|
|
|
|
|
|
|
}, |
4042
|
|
|
|
|
|
|
'10000000000000' => { |
4043
|
|
|
|
|
|
|
'few' => '00 tril'.'', |
4044
|
|
|
|
|
|
|
'one' => '00 tril'.'', |
4045
|
|
|
|
|
|
|
'other' => '00 tril'.'', |
4046
|
|
|
|
|
|
|
}, |
4047
|
|
|
|
|
|
|
'100000000000000' => { |
4048
|
|
|
|
|
|
|
'few' => '000 tril'.'', |
4049
|
|
|
|
|
|
|
'one' => '000 tril'.'', |
4050
|
|
|
|
|
|
|
'other' => '000 tril'.'', |
4051
|
|
|
|
|
|
|
}, |
4052
|
|
|
|
|
|
|
'standard' => { |
4053
|
|
|
|
|
|
|
'default' => '#,##0.###', |
4054
|
|
|
|
|
|
|
}, |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
'long' => { |
4057
|
|
|
|
|
|
|
'1000' => { |
4058
|
|
|
|
|
|
|
'few' => '0 mii', |
4059
|
|
|
|
|
|
|
'one' => '0 mie', |
4060
|
|
|
|
|
|
|
'other' => '0 de mii', |
4061
|
|
|
|
|
|
|
}, |
4062
|
|
|
|
|
|
|
'10000' => { |
4063
|
|
|
|
|
|
|
'few' => '00 mii', |
4064
|
|
|
|
|
|
|
'one' => '00 mie', |
4065
|
|
|
|
|
|
|
'other' => '00 de mii', |
4066
|
|
|
|
|
|
|
}, |
4067
|
|
|
|
|
|
|
'100000' => { |
4068
|
|
|
|
|
|
|
'few' => '000 mii', |
4069
|
|
|
|
|
|
|
'one' => '000 mie', |
4070
|
|
|
|
|
|
|
'other' => '000 de mii', |
4071
|
|
|
|
|
|
|
}, |
4072
|
|
|
|
|
|
|
'1000000' => { |
4073
|
|
|
|
|
|
|
'few' => '0 milioane', |
4074
|
|
|
|
|
|
|
'one' => '0 milion', |
4075
|
|
|
|
|
|
|
'other' => '0 de milioane', |
4076
|
|
|
|
|
|
|
}, |
4077
|
|
|
|
|
|
|
'10000000' => { |
4078
|
|
|
|
|
|
|
'few' => '00 milioane', |
4079
|
|
|
|
|
|
|
'one' => '00 milion', |
4080
|
|
|
|
|
|
|
'other' => '00 de milioane', |
4081
|
|
|
|
|
|
|
}, |
4082
|
|
|
|
|
|
|
'100000000' => { |
4083
|
|
|
|
|
|
|
'few' => '000 milioane', |
4084
|
|
|
|
|
|
|
'one' => '000 milion', |
4085
|
|
|
|
|
|
|
'other' => '000 de milioane', |
4086
|
|
|
|
|
|
|
}, |
4087
|
|
|
|
|
|
|
'1000000000' => { |
4088
|
|
|
|
|
|
|
'few' => '0 miliarde', |
4089
|
|
|
|
|
|
|
'one' => '0 miliard', |
4090
|
|
|
|
|
|
|
'other' => '0 de miliarde', |
4091
|
|
|
|
|
|
|
}, |
4092
|
|
|
|
|
|
|
'10000000000' => { |
4093
|
|
|
|
|
|
|
'few' => '00 miliarde', |
4094
|
|
|
|
|
|
|
'one' => '00 miliard', |
4095
|
|
|
|
|
|
|
'other' => '00 de miliarde', |
4096
|
|
|
|
|
|
|
}, |
4097
|
|
|
|
|
|
|
'100000000000' => { |
4098
|
|
|
|
|
|
|
'few' => '000 miliarde', |
4099
|
|
|
|
|
|
|
'one' => '000 miliard', |
4100
|
|
|
|
|
|
|
'other' => '000 de miliarde', |
4101
|
|
|
|
|
|
|
}, |
4102
|
|
|
|
|
|
|
'1000000000000' => { |
4103
|
|
|
|
|
|
|
'few' => '0 trilioane', |
4104
|
|
|
|
|
|
|
'one' => '0 trilion', |
4105
|
|
|
|
|
|
|
'other' => '0 de trilioane', |
4106
|
|
|
|
|
|
|
}, |
4107
|
|
|
|
|
|
|
'10000000000000' => { |
4108
|
|
|
|
|
|
|
'few' => '00 trilioane', |
4109
|
|
|
|
|
|
|
'one' => '00 trilion', |
4110
|
|
|
|
|
|
|
'other' => '00 de trilioane', |
4111
|
|
|
|
|
|
|
}, |
4112
|
|
|
|
|
|
|
'100000000000000' => { |
4113
|
|
|
|
|
|
|
'few' => '000 trilioane', |
4114
|
|
|
|
|
|
|
'one' => '000 trilion', |
4115
|
|
|
|
|
|
|
'other' => '000 de trilioane', |
4116
|
|
|
|
|
|
|
}, |
4117
|
|
|
|
|
|
|
}, |
4118
|
|
|
|
|
|
|
'short' => { |
4119
|
|
|
|
|
|
|
'1000' => { |
4120
|
|
|
|
|
|
|
'few' => '0 K', |
4121
|
|
|
|
|
|
|
'one' => '0 K', |
4122
|
|
|
|
|
|
|
'other' => '0 K', |
4123
|
|
|
|
|
|
|
}, |
4124
|
|
|
|
|
|
|
'10000' => { |
4125
|
|
|
|
|
|
|
'few' => '00 K', |
4126
|
|
|
|
|
|
|
'one' => '00 K', |
4127
|
|
|
|
|
|
|
'other' => '00 K', |
4128
|
|
|
|
|
|
|
}, |
4129
|
|
|
|
|
|
|
'100000' => { |
4130
|
|
|
|
|
|
|
'few' => '000 K', |
4131
|
|
|
|
|
|
|
'one' => '000 K', |
4132
|
|
|
|
|
|
|
'other' => '000 K', |
4133
|
|
|
|
|
|
|
}, |
4134
|
|
|
|
|
|
|
'1000000' => { |
4135
|
|
|
|
|
|
|
'few' => '0 mil'.'', |
4136
|
|
|
|
|
|
|
'one' => '0 mil'.'', |
4137
|
|
|
|
|
|
|
'other' => '0 mil'.'', |
4138
|
|
|
|
|
|
|
}, |
4139
|
|
|
|
|
|
|
'10000000' => { |
4140
|
|
|
|
|
|
|
'few' => '00 mil'.'', |
4141
|
|
|
|
|
|
|
'one' => '00 mil'.'', |
4142
|
|
|
|
|
|
|
'other' => '00 mil'.'', |
4143
|
|
|
|
|
|
|
}, |
4144
|
|
|
|
|
|
|
'100000000' => { |
4145
|
|
|
|
|
|
|
'few' => '000 mil'.'', |
4146
|
|
|
|
|
|
|
'one' => '000 mil'.'', |
4147
|
|
|
|
|
|
|
'other' => '000 mil'.'', |
4148
|
|
|
|
|
|
|
}, |
4149
|
|
|
|
|
|
|
'1000000000' => { |
4150
|
|
|
|
|
|
|
'few' => '0 mld'.'', |
4151
|
|
|
|
|
|
|
'one' => '0 mld'.'', |
4152
|
|
|
|
|
|
|
'other' => '0 mld'.'', |
4153
|
|
|
|
|
|
|
}, |
4154
|
|
|
|
|
|
|
'10000000000' => { |
4155
|
|
|
|
|
|
|
'few' => '00 mld'.'', |
4156
|
|
|
|
|
|
|
'one' => '00 mld'.'', |
4157
|
|
|
|
|
|
|
'other' => '00 mld'.'', |
4158
|
|
|
|
|
|
|
}, |
4159
|
|
|
|
|
|
|
'100000000000' => { |
4160
|
|
|
|
|
|
|
'few' => '000 mld'.'', |
4161
|
|
|
|
|
|
|
'one' => '000 mld'.'', |
4162
|
|
|
|
|
|
|
'other' => '000 mld'.'', |
4163
|
|
|
|
|
|
|
}, |
4164
|
|
|
|
|
|
|
'1000000000000' => { |
4165
|
|
|
|
|
|
|
'few' => '0 tril'.'', |
4166
|
|
|
|
|
|
|
'one' => '0 tril'.'', |
4167
|
|
|
|
|
|
|
'other' => '0 tril'.'', |
4168
|
|
|
|
|
|
|
}, |
4169
|
|
|
|
|
|
|
'10000000000000' => { |
4170
|
|
|
|
|
|
|
'few' => '00 tril'.'', |
4171
|
|
|
|
|
|
|
'one' => '00 tril'.'', |
4172
|
|
|
|
|
|
|
'other' => '00 tril'.'', |
4173
|
|
|
|
|
|
|
}, |
4174
|
|
|
|
|
|
|
'100000000000000' => { |
4175
|
|
|
|
|
|
|
'few' => '000 tril'.'', |
4176
|
|
|
|
|
|
|
'one' => '000 tril'.'', |
4177
|
|
|
|
|
|
|
'other' => '000 tril'.'', |
4178
|
|
|
|
|
|
|
}, |
4179
|
|
|
|
|
|
|
}, |
4180
|
|
|
|
|
|
|
}, |
4181
|
|
|
|
|
|
|
percentFormat => { |
4182
|
|
|
|
|
|
|
'default' => { |
4183
|
|
|
|
|
|
|
'standard' => { |
4184
|
|
|
|
|
|
|
'default' => '#,##0 %', |
4185
|
|
|
|
|
|
|
}, |
4186
|
|
|
|
|
|
|
}, |
4187
|
|
|
|
|
|
|
}, |
4188
|
|
|
|
|
|
|
scientificFormat => { |
4189
|
|
|
|
|
|
|
'default' => { |
4190
|
|
|
|
|
|
|
'standard' => { |
4191
|
|
|
|
|
|
|
'default' => '#E0', |
4192
|
|
|
|
|
|
|
}, |
4193
|
|
|
|
|
|
|
}, |
4194
|
|
|
|
|
|
|
}, |
4195
|
|
|
|
|
|
|
} }, |
4196
|
|
|
|
|
|
|
); |
4197
|
|
|
|
|
|
|
|
4198
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
4199
|
|
|
|
|
|
|
is => 'ro', |
4200
|
|
|
|
|
|
|
isa => HashRef, |
4201
|
|
|
|
|
|
|
init_arg => undef, |
4202
|
|
|
|
|
|
|
default => sub { { |
4203
|
|
|
|
|
|
|
'latn' => { |
4204
|
|
|
|
|
|
|
'pattern' => { |
4205
|
|
|
|
|
|
|
'default' => { |
4206
|
|
|
|
|
|
|
'accounting' => { |
4207
|
|
|
|
|
|
|
'negative' => '(#,##0.00 ¤)', |
4208
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
4209
|
|
|
|
|
|
|
}, |
4210
|
|
|
|
|
|
|
'standard' => { |
4211
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
4212
|
|
|
|
|
|
|
}, |
4213
|
|
|
|
|
|
|
}, |
4214
|
|
|
|
|
|
|
}, |
4215
|
|
|
|
|
|
|
}, |
4216
|
|
|
|
|
|
|
} }, |
4217
|
|
|
|
|
|
|
); |
4218
|
|
|
|
|
|
|
|
4219
|
|
|
|
|
|
|
has 'currencies' => ( |
4220
|
|
|
|
|
|
|
is => 'ro', |
4221
|
|
|
|
|
|
|
isa => HashRef, |
4222
|
|
|
|
|
|
|
init_arg => undef, |
4223
|
|
|
|
|
|
|
default => sub { { |
4224
|
|
|
|
|
|
|
'ADP' => { |
4225
|
|
|
|
|
|
|
display_name => { |
4226
|
|
|
|
|
|
|
'currency' => q(pesetă andorrană), |
4227
|
|
|
|
|
|
|
'few' => q(pesete andorrane), |
4228
|
|
|
|
|
|
|
'one' => q(pesetă andorrană), |
4229
|
|
|
|
|
|
|
'other' => q(pesete andorrane), |
4230
|
|
|
|
|
|
|
}, |
4231
|
|
|
|
|
|
|
}, |
4232
|
|
|
|
|
|
|
'AED' => { |
4233
|
|
|
|
|
|
|
symbol => 'AED', |
4234
|
|
|
|
|
|
|
display_name => { |
4235
|
|
|
|
|
|
|
'currency' => q(dirham din Emiratele Arabe Unite), |
4236
|
|
|
|
|
|
|
'few' => q(dirhami din Emiratele Arabe Unite), |
4237
|
|
|
|
|
|
|
'one' => q(dirham din Emiratele Arabe Unite), |
4238
|
|
|
|
|
|
|
'other' => q(dirhami din Emiratele Arabe Unite), |
4239
|
|
|
|
|
|
|
}, |
4240
|
|
|
|
|
|
|
}, |
4241
|
|
|
|
|
|
|
'AFN' => { |
4242
|
|
|
|
|
|
|
symbol => 'AFN', |
4243
|
|
|
|
|
|
|
display_name => { |
4244
|
|
|
|
|
|
|
'currency' => q(afgani afgan), |
4245
|
|
|
|
|
|
|
'few' => q(afgani afgani), |
4246
|
|
|
|
|
|
|
'one' => q(afgani afgan), |
4247
|
|
|
|
|
|
|
'other' => q(afgani afgani), |
4248
|
|
|
|
|
|
|
}, |
4249
|
|
|
|
|
|
|
}, |
4250
|
|
|
|
|
|
|
'ALL' => { |
4251
|
|
|
|
|
|
|
symbol => 'ALL', |
4252
|
|
|
|
|
|
|
display_name => { |
4253
|
|
|
|
|
|
|
'currency' => q(leka albaneză), |
4254
|
|
|
|
|
|
|
'few' => q(leka albaneze), |
4255
|
|
|
|
|
|
|
'one' => q(leka albaneză), |
4256
|
|
|
|
|
|
|
'other' => q(leka albaneze), |
4257
|
|
|
|
|
|
|
}, |
4258
|
|
|
|
|
|
|
}, |
4259
|
|
|
|
|
|
|
'AMD' => { |
4260
|
|
|
|
|
|
|
symbol => 'AMD', |
4261
|
|
|
|
|
|
|
display_name => { |
4262
|
|
|
|
|
|
|
'currency' => q(dram armenesc), |
4263
|
|
|
|
|
|
|
'few' => q(drami armenești), |
4264
|
|
|
|
|
|
|
'one' => q(dram armenesc), |
4265
|
|
|
|
|
|
|
'other' => q(drami armenești), |
4266
|
|
|
|
|
|
|
}, |
4267
|
|
|
|
|
|
|
}, |
4268
|
|
|
|
|
|
|
'ANG' => { |
4269
|
|
|
|
|
|
|
symbol => 'ANG', |
4270
|
|
|
|
|
|
|
display_name => { |
4271
|
|
|
|
|
|
|
'currency' => q(gulden din Antilele Olandeze), |
4272
|
|
|
|
|
|
|
'few' => q(guldeni din Antilele Olandeze), |
4273
|
|
|
|
|
|
|
'one' => q(gulden din Antilele Olandeze), |
4274
|
|
|
|
|
|
|
'other' => q(guldeni din Antilele Olandeze), |
4275
|
|
|
|
|
|
|
}, |
4276
|
|
|
|
|
|
|
}, |
4277
|
|
|
|
|
|
|
'AOA' => { |
4278
|
|
|
|
|
|
|
symbol => 'AOA', |
4279
|
|
|
|
|
|
|
display_name => { |
4280
|
|
|
|
|
|
|
'currency' => q(kwanza angoleză), |
4281
|
|
|
|
|
|
|
'few' => q(kwanze angoleze), |
4282
|
|
|
|
|
|
|
'one' => q(kwanza angoleză), |
4283
|
|
|
|
|
|
|
'other' => q(kwanze angoleze), |
4284
|
|
|
|
|
|
|
}, |
4285
|
|
|
|
|
|
|
}, |
4286
|
|
|
|
|
|
|
'ARP' => { |
4287
|
|
|
|
|
|
|
display_name => { |
4288
|
|
|
|
|
|
|
'currency' => q(peso argentinian \(1983–1985\)), |
4289
|
|
|
|
|
|
|
'few' => q(pesos argentinieni \(1983–1985\)), |
4290
|
|
|
|
|
|
|
'one' => q(peso argentinian \(1983–1985\)), |
4291
|
|
|
|
|
|
|
'other' => q(pesos argentinieni \(1983–1985\)), |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
}, |
4294
|
|
|
|
|
|
|
'ARS' => { |
4295
|
|
|
|
|
|
|
symbol => 'ARS', |
4296
|
|
|
|
|
|
|
display_name => { |
4297
|
|
|
|
|
|
|
'currency' => q(peso argentinian), |
4298
|
|
|
|
|
|
|
'few' => q(pesos argentinieni), |
4299
|
|
|
|
|
|
|
'one' => q(peso argentinian), |
4300
|
|
|
|
|
|
|
'other' => q(pesos argentinieni), |
4301
|
|
|
|
|
|
|
}, |
4302
|
|
|
|
|
|
|
}, |
4303
|
|
|
|
|
|
|
'ATS' => { |
4304
|
|
|
|
|
|
|
display_name => { |
4305
|
|
|
|
|
|
|
'currency' => q(șiling austriac), |
4306
|
|
|
|
|
|
|
'few' => q(șilingi austrieci), |
4307
|
|
|
|
|
|
|
'one' => q(șiling austriac), |
4308
|
|
|
|
|
|
|
'other' => q(șilingi austrieci), |
4309
|
|
|
|
|
|
|
}, |
4310
|
|
|
|
|
|
|
}, |
4311
|
|
|
|
|
|
|
'AUD' => { |
4312
|
|
|
|
|
|
|
symbol => 'AUD', |
4313
|
|
|
|
|
|
|
display_name => { |
4314
|
|
|
|
|
|
|
'currency' => q(dolar australian), |
4315
|
|
|
|
|
|
|
'few' => q(dolari australieni), |
4316
|
|
|
|
|
|
|
'one' => q(dolar australian), |
4317
|
|
|
|
|
|
|
'other' => q(dolari australieni), |
4318
|
|
|
|
|
|
|
}, |
4319
|
|
|
|
|
|
|
}, |
4320
|
|
|
|
|
|
|
'AWG' => { |
4321
|
|
|
|
|
|
|
symbol => 'AWG', |
4322
|
|
|
|
|
|
|
display_name => { |
4323
|
|
|
|
|
|
|
'currency' => q(florin aruban), |
4324
|
|
|
|
|
|
|
'few' => q(florini arubani), |
4325
|
|
|
|
|
|
|
'one' => q(florin aruban), |
4326
|
|
|
|
|
|
|
'other' => q(florini arubani), |
4327
|
|
|
|
|
|
|
}, |
4328
|
|
|
|
|
|
|
}, |
4329
|
|
|
|
|
|
|
'AZM' => { |
4330
|
|
|
|
|
|
|
display_name => { |
4331
|
|
|
|
|
|
|
'currency' => q(manat azer \(1993–2006\)), |
4332
|
|
|
|
|
|
|
}, |
4333
|
|
|
|
|
|
|
}, |
4334
|
|
|
|
|
|
|
'AZN' => { |
4335
|
|
|
|
|
|
|
symbol => 'AZN', |
4336
|
|
|
|
|
|
|
display_name => { |
4337
|
|
|
|
|
|
|
'currency' => q(manat azer), |
4338
|
|
|
|
|
|
|
'few' => q(manați azeri), |
4339
|
|
|
|
|
|
|
'one' => q(manat azer), |
4340
|
|
|
|
|
|
|
'other' => q(manați azeri), |
4341
|
|
|
|
|
|
|
}, |
4342
|
|
|
|
|
|
|
}, |
4343
|
|
|
|
|
|
|
'BAD' => { |
4344
|
|
|
|
|
|
|
display_name => { |
4345
|
|
|
|
|
|
|
'currency' => q(dinar Bosnia-Herțegovina \(1992–1994\)), |
4346
|
|
|
|
|
|
|
'few' => q(dinari Bosnia-Herțegovina), |
4347
|
|
|
|
|
|
|
'one' => q(dinar Bosnia-Herțegovina \(1992–1994\)), |
4348
|
|
|
|
|
|
|
'other' => q(dinari Bosnia-Herțegovina \(1992–1994\)), |
4349
|
|
|
|
|
|
|
}, |
4350
|
|
|
|
|
|
|
}, |
4351
|
|
|
|
|
|
|
'BAM' => { |
4352
|
|
|
|
|
|
|
symbol => 'BAM', |
4353
|
|
|
|
|
|
|
display_name => { |
4354
|
|
|
|
|
|
|
'currency' => q(marcă convertibilă din Bosnia și Herțegovina), |
4355
|
|
|
|
|
|
|
'few' => q(mărci convertibile din Bosnia și Herțegovina), |
4356
|
|
|
|
|
|
|
'one' => q(marcă convertibilă din Bosnia și Herțegovina), |
4357
|
|
|
|
|
|
|
'other' => q(mărci convertibile din Bosnia și Herțegovina), |
4358
|
|
|
|
|
|
|
}, |
4359
|
|
|
|
|
|
|
}, |
4360
|
|
|
|
|
|
|
'BBD' => { |
4361
|
|
|
|
|
|
|
symbol => 'BBD', |
4362
|
|
|
|
|
|
|
display_name => { |
4363
|
|
|
|
|
|
|
'currency' => q(dolar din Barbados), |
4364
|
|
|
|
|
|
|
'few' => q(dolari din Barbados), |
4365
|
|
|
|
|
|
|
'one' => q(dolar din Barbados), |
4366
|
|
|
|
|
|
|
'other' => q(dolari din Barbados), |
4367
|
|
|
|
|
|
|
}, |
4368
|
|
|
|
|
|
|
}, |
4369
|
|
|
|
|
|
|
'BDT' => { |
4370
|
|
|
|
|
|
|
symbol => 'BDT', |
4371
|
|
|
|
|
|
|
display_name => { |
4372
|
|
|
|
|
|
|
'currency' => q(taka din Bangladesh), |
4373
|
|
|
|
|
|
|
'few' => q(taka din Bangladesh), |
4374
|
|
|
|
|
|
|
'one' => q(taka din Bangladesh), |
4375
|
|
|
|
|
|
|
'other' => q(taka din Bangladesh), |
4376
|
|
|
|
|
|
|
}, |
4377
|
|
|
|
|
|
|
}, |
4378
|
|
|
|
|
|
|
'BEC' => { |
4379
|
|
|
|
|
|
|
display_name => { |
4380
|
|
|
|
|
|
|
'currency' => q(franc belgian \(convertibil\)), |
4381
|
|
|
|
|
|
|
'few' => q(franci belgieni \(convertibili\)), |
4382
|
|
|
|
|
|
|
'one' => q(franc belgian \(convertibil\)), |
4383
|
|
|
|
|
|
|
'other' => q(franci belgieni \(convertibili\)), |
4384
|
|
|
|
|
|
|
}, |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
'BEF' => { |
4387
|
|
|
|
|
|
|
display_name => { |
4388
|
|
|
|
|
|
|
'currency' => q(franc belgian), |
4389
|
|
|
|
|
|
|
'few' => q(franci belgieni), |
4390
|
|
|
|
|
|
|
'one' => q(franc belgian), |
4391
|
|
|
|
|
|
|
'other' => q(franci belgieni), |
4392
|
|
|
|
|
|
|
}, |
4393
|
|
|
|
|
|
|
}, |
4394
|
|
|
|
|
|
|
'BEL' => { |
4395
|
|
|
|
|
|
|
display_name => { |
4396
|
|
|
|
|
|
|
'currency' => q(franc belgian \(financiar\)), |
4397
|
|
|
|
|
|
|
'few' => q(franci belgieni \(financiari\)), |
4398
|
|
|
|
|
|
|
'one' => q(franc belgian \(financiar\)), |
4399
|
|
|
|
|
|
|
'other' => q(franci belgieni \(financiari\)), |
4400
|
|
|
|
|
|
|
}, |
4401
|
|
|
|
|
|
|
}, |
4402
|
|
|
|
|
|
|
'BGN' => { |
4403
|
|
|
|
|
|
|
symbol => 'BGN', |
4404
|
|
|
|
|
|
|
display_name => { |
4405
|
|
|
|
|
|
|
'currency' => q(leva bulgărească), |
4406
|
|
|
|
|
|
|
'few' => q(leva bulgărești), |
4407
|
|
|
|
|
|
|
'one' => q(leva bulgărească), |
4408
|
|
|
|
|
|
|
'other' => q(leva bulgărești), |
4409
|
|
|
|
|
|
|
}, |
4410
|
|
|
|
|
|
|
}, |
4411
|
|
|
|
|
|
|
'BHD' => { |
4412
|
|
|
|
|
|
|
symbol => 'BHD', |
4413
|
|
|
|
|
|
|
display_name => { |
4414
|
|
|
|
|
|
|
'currency' => q(dinar din Bahrain), |
4415
|
|
|
|
|
|
|
'few' => q(dinari din Bahrain), |
4416
|
|
|
|
|
|
|
'one' => q(dinar din Bahrain), |
4417
|
|
|
|
|
|
|
'other' => q(dinari din Bahrain), |
4418
|
|
|
|
|
|
|
}, |
4419
|
|
|
|
|
|
|
}, |
4420
|
|
|
|
|
|
|
'BIF' => { |
4421
|
|
|
|
|
|
|
symbol => 'BIF', |
4422
|
|
|
|
|
|
|
display_name => { |
4423
|
|
|
|
|
|
|
'currency' => q(franc burundez), |
4424
|
|
|
|
|
|
|
'few' => q(franci burundezi), |
4425
|
|
|
|
|
|
|
'one' => q(franc burundez), |
4426
|
|
|
|
|
|
|
'other' => q(franci burundezi), |
4427
|
|
|
|
|
|
|
}, |
4428
|
|
|
|
|
|
|
}, |
4429
|
|
|
|
|
|
|
'BMD' => { |
4430
|
|
|
|
|
|
|
symbol => 'BMD', |
4431
|
|
|
|
|
|
|
display_name => { |
4432
|
|
|
|
|
|
|
'currency' => q(dolar din Bermuda), |
4433
|
|
|
|
|
|
|
'few' => q(dolari din Bermuda), |
4434
|
|
|
|
|
|
|
'one' => q(dolar din Bermuda), |
4435
|
|
|
|
|
|
|
'other' => q(dolari din Bermuda), |
4436
|
|
|
|
|
|
|
}, |
4437
|
|
|
|
|
|
|
}, |
4438
|
|
|
|
|
|
|
'BND' => { |
4439
|
|
|
|
|
|
|
symbol => 'BND', |
4440
|
|
|
|
|
|
|
display_name => { |
4441
|
|
|
|
|
|
|
'currency' => q(dolar din Brunei), |
4442
|
|
|
|
|
|
|
'few' => q(dolari din Brunei), |
4443
|
|
|
|
|
|
|
'one' => q(dolar din Brunei), |
4444
|
|
|
|
|
|
|
'other' => q(dolari Brunei), |
4445
|
|
|
|
|
|
|
}, |
4446
|
|
|
|
|
|
|
}, |
4447
|
|
|
|
|
|
|
'BOB' => { |
4448
|
|
|
|
|
|
|
symbol => 'BOB', |
4449
|
|
|
|
|
|
|
display_name => { |
4450
|
|
|
|
|
|
|
'currency' => q(boliviano bolivian), |
4451
|
|
|
|
|
|
|
'few' => q(boliviano bolivieni), |
4452
|
|
|
|
|
|
|
'one' => q(boliviano bolivian), |
4453
|
|
|
|
|
|
|
'other' => q(boliviano bolivieni), |
4454
|
|
|
|
|
|
|
}, |
4455
|
|
|
|
|
|
|
}, |
4456
|
|
|
|
|
|
|
'BOP' => { |
4457
|
|
|
|
|
|
|
display_name => { |
4458
|
|
|
|
|
|
|
'currency' => q(peso bolivian), |
4459
|
|
|
|
|
|
|
'few' => q(pesos bolivieni), |
4460
|
|
|
|
|
|
|
'one' => q(peso bolivian), |
4461
|
|
|
|
|
|
|
'other' => q(pesos bolivieni), |
4462
|
|
|
|
|
|
|
}, |
4463
|
|
|
|
|
|
|
}, |
4464
|
|
|
|
|
|
|
'BOV' => { |
4465
|
|
|
|
|
|
|
display_name => { |
4466
|
|
|
|
|
|
|
'currency' => q(mvdol bolivian), |
4467
|
|
|
|
|
|
|
}, |
4468
|
|
|
|
|
|
|
}, |
4469
|
|
|
|
|
|
|
'BRE' => { |
4470
|
|
|
|
|
|
|
display_name => { |
4471
|
|
|
|
|
|
|
'currency' => q(cruzeiro brazilian \(1990–1993\)), |
4472
|
|
|
|
|
|
|
}, |
4473
|
|
|
|
|
|
|
}, |
4474
|
|
|
|
|
|
|
'BRL' => { |
4475
|
|
|
|
|
|
|
symbol => 'BRL', |
4476
|
|
|
|
|
|
|
display_name => { |
4477
|
|
|
|
|
|
|
'currency' => q(real brazilian), |
4478
|
|
|
|
|
|
|
'few' => q(reali brazilieni), |
4479
|
|
|
|
|
|
|
'one' => q(real brazilian), |
4480
|
|
|
|
|
|
|
'other' => q(reali brazilieni), |
4481
|
|
|
|
|
|
|
}, |
4482
|
|
|
|
|
|
|
}, |
4483
|
|
|
|
|
|
|
'BRR' => { |
4484
|
|
|
|
|
|
|
display_name => { |
4485
|
|
|
|
|
|
|
'currency' => q(cruzeiro brazilian \(1993–1994\)), |
4486
|
|
|
|
|
|
|
}, |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
'BSD' => { |
4489
|
|
|
|
|
|
|
symbol => 'BSD', |
4490
|
|
|
|
|
|
|
display_name => { |
4491
|
|
|
|
|
|
|
'currency' => q(dolar din Bahamas), |
4492
|
|
|
|
|
|
|
'few' => q(dolari din Bahamas), |
4493
|
|
|
|
|
|
|
'one' => q(dolar din Bahamas), |
4494
|
|
|
|
|
|
|
'other' => q(dolari din Bahamas), |
4495
|
|
|
|
|
|
|
}, |
4496
|
|
|
|
|
|
|
}, |
4497
|
|
|
|
|
|
|
'BTN' => { |
4498
|
|
|
|
|
|
|
symbol => 'BTN', |
4499
|
|
|
|
|
|
|
display_name => { |
4500
|
|
|
|
|
|
|
'currency' => q(ngultrum din Bhutan), |
4501
|
|
|
|
|
|
|
'few' => q(ngultrum din Bhutan), |
4502
|
|
|
|
|
|
|
'one' => q(ngultrum din Bhutan), |
4503
|
|
|
|
|
|
|
'other' => q(ngultrum din Bhutan), |
4504
|
|
|
|
|
|
|
}, |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
'BUK' => { |
4507
|
|
|
|
|
|
|
display_name => { |
4508
|
|
|
|
|
|
|
'currency' => q(kyat birman), |
4509
|
|
|
|
|
|
|
}, |
4510
|
|
|
|
|
|
|
}, |
4511
|
|
|
|
|
|
|
'BWP' => { |
4512
|
|
|
|
|
|
|
symbol => 'BWP', |
4513
|
|
|
|
|
|
|
display_name => { |
4514
|
|
|
|
|
|
|
'currency' => q(pula Botswana), |
4515
|
|
|
|
|
|
|
'few' => q(pula Botswana), |
4516
|
|
|
|
|
|
|
'one' => q(pula Botswana), |
4517
|
|
|
|
|
|
|
'other' => q(pula Botswana), |
4518
|
|
|
|
|
|
|
}, |
4519
|
|
|
|
|
|
|
}, |
4520
|
|
|
|
|
|
|
'BYN' => { |
4521
|
|
|
|
|
|
|
symbol => 'BYN', |
4522
|
|
|
|
|
|
|
display_name => { |
4523
|
|
|
|
|
|
|
'currency' => q(rublă belarusă), |
4524
|
|
|
|
|
|
|
'few' => q(ruble belaruse), |
4525
|
|
|
|
|
|
|
'one' => q(rublă belarusă), |
4526
|
|
|
|
|
|
|
'other' => q(ruble belaruse), |
4527
|
|
|
|
|
|
|
}, |
4528
|
|
|
|
|
|
|
}, |
4529
|
|
|
|
|
|
|
'BYR' => { |
4530
|
|
|
|
|
|
|
symbol => 'BYR', |
4531
|
|
|
|
|
|
|
display_name => { |
4532
|
|
|
|
|
|
|
'currency' => q(rublă belarusă \(2000–2016\)), |
4533
|
|
|
|
|
|
|
'few' => q(ruble belaruse \(2000–2016\)), |
4534
|
|
|
|
|
|
|
'one' => q(rublă belarusă \(2000–2016\)), |
4535
|
|
|
|
|
|
|
'other' => q(ruble belaruse \(2000–2016\)), |
4536
|
|
|
|
|
|
|
}, |
4537
|
|
|
|
|
|
|
}, |
4538
|
|
|
|
|
|
|
'BZD' => { |
4539
|
|
|
|
|
|
|
symbol => 'BZD', |
4540
|
|
|
|
|
|
|
display_name => { |
4541
|
|
|
|
|
|
|
'currency' => q(dolar din Belize), |
4542
|
|
|
|
|
|
|
'few' => q(dolari din Belize), |
4543
|
|
|
|
|
|
|
'one' => q(dolar din Belize), |
4544
|
|
|
|
|
|
|
'other' => q(dolari din Belize), |
4545
|
|
|
|
|
|
|
}, |
4546
|
|
|
|
|
|
|
}, |
4547
|
|
|
|
|
|
|
'CAD' => { |
4548
|
|
|
|
|
|
|
symbol => 'CAD', |
4549
|
|
|
|
|
|
|
display_name => { |
4550
|
|
|
|
|
|
|
'currency' => q(dolar canadian), |
4551
|
|
|
|
|
|
|
'few' => q(dolari canadieni), |
4552
|
|
|
|
|
|
|
'one' => q(dolar canadian), |
4553
|
|
|
|
|
|
|
'other' => q(dolari canadieni), |
4554
|
|
|
|
|
|
|
}, |
4555
|
|
|
|
|
|
|
}, |
4556
|
|
|
|
|
|
|
'CDF' => { |
4557
|
|
|
|
|
|
|
symbol => 'CDF', |
4558
|
|
|
|
|
|
|
display_name => { |
4559
|
|
|
|
|
|
|
'currency' => q(franc congolez), |
4560
|
|
|
|
|
|
|
'few' => q(franci congolezi), |
4561
|
|
|
|
|
|
|
'one' => q(franc congolez), |
4562
|
|
|
|
|
|
|
'other' => q(franci congolezi), |
4563
|
|
|
|
|
|
|
}, |
4564
|
|
|
|
|
|
|
}, |
4565
|
|
|
|
|
|
|
'CHF' => { |
4566
|
|
|
|
|
|
|
symbol => 'CHF', |
4567
|
|
|
|
|
|
|
display_name => { |
4568
|
|
|
|
|
|
|
'currency' => q(franc elvețian), |
4569
|
|
|
|
|
|
|
'few' => q(franci elvețieni), |
4570
|
|
|
|
|
|
|
'one' => q(franc elvețian), |
4571
|
|
|
|
|
|
|
'other' => q(franci elvețieni), |
4572
|
|
|
|
|
|
|
}, |
4573
|
|
|
|
|
|
|
}, |
4574
|
|
|
|
|
|
|
'CLP' => { |
4575
|
|
|
|
|
|
|
symbol => 'CLP', |
4576
|
|
|
|
|
|
|
display_name => { |
4577
|
|
|
|
|
|
|
'currency' => q(peso chilian), |
4578
|
|
|
|
|
|
|
'few' => q(pesos chilieni), |
4579
|
|
|
|
|
|
|
'one' => q(peso chilian), |
4580
|
|
|
|
|
|
|
'other' => q(pesos chilieni), |
4581
|
|
|
|
|
|
|
}, |
4582
|
|
|
|
|
|
|
}, |
4583
|
|
|
|
|
|
|
'CNH' => { |
4584
|
|
|
|
|
|
|
symbol => 'CNH', |
4585
|
|
|
|
|
|
|
display_name => { |
4586
|
|
|
|
|
|
|
'currency' => q(yuan chinezesc \(offshore\)), |
4587
|
|
|
|
|
|
|
'few' => q(yuani chinezești \(offshore\)), |
4588
|
|
|
|
|
|
|
'one' => q(yuan chinezesc \(offshore\)), |
4589
|
|
|
|
|
|
|
'other' => q(yuani chinezești \(offshore\)), |
4590
|
|
|
|
|
|
|
}, |
4591
|
|
|
|
|
|
|
}, |
4592
|
|
|
|
|
|
|
'CNY' => { |
4593
|
|
|
|
|
|
|
symbol => 'CNY', |
4594
|
|
|
|
|
|
|
display_name => { |
4595
|
|
|
|
|
|
|
'currency' => q(yuan chinezesc), |
4596
|
|
|
|
|
|
|
'few' => q(yuani chinezești), |
4597
|
|
|
|
|
|
|
'one' => q(yuan chinezesc), |
4598
|
|
|
|
|
|
|
'other' => q(yuani chinezești), |
4599
|
|
|
|
|
|
|
}, |
4600
|
|
|
|
|
|
|
}, |
4601
|
|
|
|
|
|
|
'COP' => { |
4602
|
|
|
|
|
|
|
symbol => 'COP', |
4603
|
|
|
|
|
|
|
display_name => { |
4604
|
|
|
|
|
|
|
'currency' => q(peso columbian), |
4605
|
|
|
|
|
|
|
'few' => q(pesos columbieni), |
4606
|
|
|
|
|
|
|
'one' => q(peso columbian), |
4607
|
|
|
|
|
|
|
'other' => q(pesos columbieni), |
4608
|
|
|
|
|
|
|
}, |
4609
|
|
|
|
|
|
|
}, |
4610
|
|
|
|
|
|
|
'CRC' => { |
4611
|
|
|
|
|
|
|
symbol => 'CRC', |
4612
|
|
|
|
|
|
|
display_name => { |
4613
|
|
|
|
|
|
|
'currency' => q(colon costarican), |
4614
|
|
|
|
|
|
|
'few' => q(coloni costaricani), |
4615
|
|
|
|
|
|
|
'one' => q(colon costarican), |
4616
|
|
|
|
|
|
|
'other' => q(coloni costaricani), |
4617
|
|
|
|
|
|
|
}, |
4618
|
|
|
|
|
|
|
}, |
4619
|
|
|
|
|
|
|
'CSD' => { |
4620
|
|
|
|
|
|
|
display_name => { |
4621
|
|
|
|
|
|
|
'currency' => q(dinar Serbia și Muntenegru \(2002–2006\)), |
4622
|
|
|
|
|
|
|
'few' => q(dinari Serbia și Muntenegru \(2002–2006\)), |
4623
|
|
|
|
|
|
|
'one' => q(dinar Serbia și Muntenegru \(2002–2006\)), |
4624
|
|
|
|
|
|
|
'other' => q(dinari Serbia și Muntenegru \(2002–2006\)), |
4625
|
|
|
|
|
|
|
}, |
4626
|
|
|
|
|
|
|
}, |
4627
|
|
|
|
|
|
|
'CUC' => { |
4628
|
|
|
|
|
|
|
symbol => 'CUC', |
4629
|
|
|
|
|
|
|
display_name => { |
4630
|
|
|
|
|
|
|
'currency' => q(peso cubanez convertibil), |
4631
|
|
|
|
|
|
|
'few' => q(pesos cubanezi convertibili), |
4632
|
|
|
|
|
|
|
'one' => q(peso cubanez convertibil), |
4633
|
|
|
|
|
|
|
'other' => q(pesos cubanezi convertibili), |
4634
|
|
|
|
|
|
|
}, |
4635
|
|
|
|
|
|
|
}, |
4636
|
|
|
|
|
|
|
'CUP' => { |
4637
|
|
|
|
|
|
|
symbol => 'CUP', |
4638
|
|
|
|
|
|
|
display_name => { |
4639
|
|
|
|
|
|
|
'currency' => q(peso cubanez), |
4640
|
|
|
|
|
|
|
'few' => q(pesos cubanezi), |
4641
|
|
|
|
|
|
|
'one' => q(peso cubanez), |
4642
|
|
|
|
|
|
|
'other' => q(pesos cubanezi), |
4643
|
|
|
|
|
|
|
}, |
4644
|
|
|
|
|
|
|
}, |
4645
|
|
|
|
|
|
|
'CVE' => { |
4646
|
|
|
|
|
|
|
symbol => 'CVE', |
4647
|
|
|
|
|
|
|
display_name => { |
4648
|
|
|
|
|
|
|
'currency' => q(escudo din Capul Verde), |
4649
|
|
|
|
|
|
|
'few' => q(escudo din Capul Verde), |
4650
|
|
|
|
|
|
|
'one' => q(escudo din Capul Verde), |
4651
|
|
|
|
|
|
|
'other' => q(escudo din Capul Verde), |
4652
|
|
|
|
|
|
|
}, |
4653
|
|
|
|
|
|
|
}, |
4654
|
|
|
|
|
|
|
'CYP' => { |
4655
|
|
|
|
|
|
|
display_name => { |
4656
|
|
|
|
|
|
|
'currency' => q(liră cipriotă), |
4657
|
|
|
|
|
|
|
'few' => q(lire cipriote), |
4658
|
|
|
|
|
|
|
'one' => q(liră cipriotă), |
4659
|
|
|
|
|
|
|
'other' => q(lire cipriote), |
4660
|
|
|
|
|
|
|
}, |
4661
|
|
|
|
|
|
|
}, |
4662
|
|
|
|
|
|
|
'CZK' => { |
4663
|
|
|
|
|
|
|
symbol => 'CZK', |
4664
|
|
|
|
|
|
|
display_name => { |
4665
|
|
|
|
|
|
|
'currency' => q(coroană cehă), |
4666
|
|
|
|
|
|
|
'few' => q(coroane cehe), |
4667
|
|
|
|
|
|
|
'one' => q(coroană cehă), |
4668
|
|
|
|
|
|
|
'other' => q(coroane cehe), |
4669
|
|
|
|
|
|
|
}, |
4670
|
|
|
|
|
|
|
}, |
4671
|
|
|
|
|
|
|
'DDM' => { |
4672
|
|
|
|
|
|
|
display_name => { |
4673
|
|
|
|
|
|
|
'currency' => q(marcă est-germană), |
4674
|
|
|
|
|
|
|
'few' => q(mărci est-germane), |
4675
|
|
|
|
|
|
|
'one' => q(marcă est-germană), |
4676
|
|
|
|
|
|
|
'other' => q(mărci est-germane), |
4677
|
|
|
|
|
|
|
}, |
4678
|
|
|
|
|
|
|
}, |
4679
|
|
|
|
|
|
|
'DEM' => { |
4680
|
|
|
|
|
|
|
display_name => { |
4681
|
|
|
|
|
|
|
'currency' => q(marcă germană), |
4682
|
|
|
|
|
|
|
'few' => q(mărci germane), |
4683
|
|
|
|
|
|
|
'one' => q(marcă germană), |
4684
|
|
|
|
|
|
|
'other' => q(mărci germane), |
4685
|
|
|
|
|
|
|
}, |
4686
|
|
|
|
|
|
|
}, |
4687
|
|
|
|
|
|
|
'DJF' => { |
4688
|
|
|
|
|
|
|
symbol => 'DJF', |
4689
|
|
|
|
|
|
|
display_name => { |
4690
|
|
|
|
|
|
|
'currency' => q(franc djiboutian), |
4691
|
|
|
|
|
|
|
'few' => q(franci djiboutieni), |
4692
|
|
|
|
|
|
|
'one' => q(franc djiboutian), |
4693
|
|
|
|
|
|
|
'other' => q(franci djiboutieni), |
4694
|
|
|
|
|
|
|
}, |
4695
|
|
|
|
|
|
|
}, |
4696
|
|
|
|
|
|
|
'DKK' => { |
4697
|
|
|
|
|
|
|
symbol => 'DKK', |
4698
|
|
|
|
|
|
|
display_name => { |
4699
|
|
|
|
|
|
|
'currency' => q(coroană daneză), |
4700
|
|
|
|
|
|
|
'few' => q(coroane daneze), |
4701
|
|
|
|
|
|
|
'one' => q(coroană daneză), |
4702
|
|
|
|
|
|
|
'other' => q(coroane daneze), |
4703
|
|
|
|
|
|
|
}, |
4704
|
|
|
|
|
|
|
}, |
4705
|
|
|
|
|
|
|
'DOP' => { |
4706
|
|
|
|
|
|
|
symbol => 'DOP', |
4707
|
|
|
|
|
|
|
display_name => { |
4708
|
|
|
|
|
|
|
'currency' => q(peso dominican), |
4709
|
|
|
|
|
|
|
'few' => q(pesos dominicani), |
4710
|
|
|
|
|
|
|
'one' => q(peso dominican), |
4711
|
|
|
|
|
|
|
'other' => q(pesos dominicani), |
4712
|
|
|
|
|
|
|
}, |
4713
|
|
|
|
|
|
|
}, |
4714
|
|
|
|
|
|
|
'DZD' => { |
4715
|
|
|
|
|
|
|
symbol => 'DZD', |
4716
|
|
|
|
|
|
|
display_name => { |
4717
|
|
|
|
|
|
|
'currency' => q(dinar algerian), |
4718
|
|
|
|
|
|
|
'few' => q(dinari algerieni), |
4719
|
|
|
|
|
|
|
'one' => q(dinar algerian), |
4720
|
|
|
|
|
|
|
'other' => q(dinari algerieni), |
4721
|
|
|
|
|
|
|
}, |
4722
|
|
|
|
|
|
|
}, |
4723
|
|
|
|
|
|
|
'ECS' => { |
4724
|
|
|
|
|
|
|
display_name => { |
4725
|
|
|
|
|
|
|
'currency' => q(sucre Ecuador), |
4726
|
|
|
|
|
|
|
}, |
4727
|
|
|
|
|
|
|
}, |
4728
|
|
|
|
|
|
|
'EEK' => { |
4729
|
|
|
|
|
|
|
display_name => { |
4730
|
|
|
|
|
|
|
'currency' => q(coroană estoniană), |
4731
|
|
|
|
|
|
|
'few' => q(coroane estoniene), |
4732
|
|
|
|
|
|
|
'one' => q(coroană estoniană), |
4733
|
|
|
|
|
|
|
'other' => q(coroane estoniene), |
4734
|
|
|
|
|
|
|
}, |
4735
|
|
|
|
|
|
|
}, |
4736
|
|
|
|
|
|
|
'EGP' => { |
4737
|
|
|
|
|
|
|
symbol => 'EGP', |
4738
|
|
|
|
|
|
|
display_name => { |
4739
|
|
|
|
|
|
|
'currency' => q(liră egipteană), |
4740
|
|
|
|
|
|
|
'few' => q(lire egiptene), |
4741
|
|
|
|
|
|
|
'one' => q(liră egipteană), |
4742
|
|
|
|
|
|
|
'other' => q(lire egiptene), |
4743
|
|
|
|
|
|
|
}, |
4744
|
|
|
|
|
|
|
}, |
4745
|
|
|
|
|
|
|
'ERN' => { |
4746
|
|
|
|
|
|
|
symbol => 'ERN', |
4747
|
|
|
|
|
|
|
display_name => { |
4748
|
|
|
|
|
|
|
'currency' => q(nakfa eritreeană), |
4749
|
|
|
|
|
|
|
'few' => q(nakfa eritreene), |
4750
|
|
|
|
|
|
|
'one' => q(nakfa eritreeană), |
4751
|
|
|
|
|
|
|
'other' => q(nakfa eritreene), |
4752
|
|
|
|
|
|
|
}, |
4753
|
|
|
|
|
|
|
}, |
4754
|
|
|
|
|
|
|
'ESA' => { |
4755
|
|
|
|
|
|
|
display_name => { |
4756
|
|
|
|
|
|
|
'currency' => q(peseta spaniolă \(cont A\)), |
4757
|
|
|
|
|
|
|
}, |
4758
|
|
|
|
|
|
|
}, |
4759
|
|
|
|
|
|
|
'ESB' => { |
4760
|
|
|
|
|
|
|
display_name => { |
4761
|
|
|
|
|
|
|
'currency' => q(peseta spaniolă \(cont convertibil\)), |
4762
|
|
|
|
|
|
|
}, |
4763
|
|
|
|
|
|
|
}, |
4764
|
|
|
|
|
|
|
'ESP' => { |
4765
|
|
|
|
|
|
|
display_name => { |
4766
|
|
|
|
|
|
|
'currency' => q(pesetă spaniolă), |
4767
|
|
|
|
|
|
|
'few' => q(pesete spaniole), |
4768
|
|
|
|
|
|
|
'one' => q(pesetă spaniolă), |
4769
|
|
|
|
|
|
|
'other' => q(pesete spaniole), |
4770
|
|
|
|
|
|
|
}, |
4771
|
|
|
|
|
|
|
}, |
4772
|
|
|
|
|
|
|
'ETB' => { |
4773
|
|
|
|
|
|
|
symbol => 'ETB', |
4774
|
|
|
|
|
|
|
display_name => { |
4775
|
|
|
|
|
|
|
'currency' => q(birr etiopian), |
4776
|
|
|
|
|
|
|
'few' => q(birri etiopieni), |
4777
|
|
|
|
|
|
|
'one' => q(birr etiopian), |
4778
|
|
|
|
|
|
|
'other' => q(birri etiopieni), |
4779
|
|
|
|
|
|
|
}, |
4780
|
|
|
|
|
|
|
}, |
4781
|
|
|
|
|
|
|
'EUR' => { |
4782
|
|
|
|
|
|
|
symbol => 'EUR', |
4783
|
|
|
|
|
|
|
display_name => { |
4784
|
|
|
|
|
|
|
'currency' => q(euro), |
4785
|
|
|
|
|
|
|
'few' => q(euro), |
4786
|
|
|
|
|
|
|
'one' => q(euro), |
4787
|
|
|
|
|
|
|
'other' => q(euro), |
4788
|
|
|
|
|
|
|
}, |
4789
|
|
|
|
|
|
|
}, |
4790
|
|
|
|
|
|
|
'FIM' => { |
4791
|
|
|
|
|
|
|
display_name => { |
4792
|
|
|
|
|
|
|
'currency' => q(marcă finlandeză), |
4793
|
|
|
|
|
|
|
'few' => q(mărci finlandeze), |
4794
|
|
|
|
|
|
|
'one' => q(mărci finlandeze), |
4795
|
|
|
|
|
|
|
'other' => q(mărci finlandeze), |
4796
|
|
|
|
|
|
|
}, |
4797
|
|
|
|
|
|
|
}, |
4798
|
|
|
|
|
|
|
'FJD' => { |
4799
|
|
|
|
|
|
|
symbol => 'FJD', |
4800
|
|
|
|
|
|
|
display_name => { |
4801
|
|
|
|
|
|
|
'currency' => q(dolar fijian), |
4802
|
|
|
|
|
|
|
'few' => q(dolari fijieni), |
4803
|
|
|
|
|
|
|
'one' => q(dolar fijian), |
4804
|
|
|
|
|
|
|
'other' => q(dolari fijieni), |
4805
|
|
|
|
|
|
|
}, |
4806
|
|
|
|
|
|
|
}, |
4807
|
|
|
|
|
|
|
'FKP' => { |
4808
|
|
|
|
|
|
|
symbol => 'FKP', |
4809
|
|
|
|
|
|
|
display_name => { |
4810
|
|
|
|
|
|
|
'currency' => q(liră din Insulele Falkland), |
4811
|
|
|
|
|
|
|
'few' => q(lire din Insulele Falkland), |
4812
|
|
|
|
|
|
|
'one' => q(liră din Insulele Falkland), |
4813
|
|
|
|
|
|
|
'other' => q(lire din Insulele Falkland), |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
}, |
4816
|
|
|
|
|
|
|
'FRF' => { |
4817
|
|
|
|
|
|
|
display_name => { |
4818
|
|
|
|
|
|
|
'currency' => q(franc francez), |
4819
|
|
|
|
|
|
|
'few' => q(franci francezi), |
4820
|
|
|
|
|
|
|
'one' => q(franc francez), |
4821
|
|
|
|
|
|
|
'other' => q(franci francezi), |
4822
|
|
|
|
|
|
|
}, |
4823
|
|
|
|
|
|
|
}, |
4824
|
|
|
|
|
|
|
'GBP' => { |
4825
|
|
|
|
|
|
|
symbol => 'GBP', |
4826
|
|
|
|
|
|
|
display_name => { |
4827
|
|
|
|
|
|
|
'currency' => q(liră sterlină), |
4828
|
|
|
|
|
|
|
'few' => q(lire sterline), |
4829
|
|
|
|
|
|
|
'one' => q(liră sterlină), |
4830
|
|
|
|
|
|
|
'other' => q(lire sterline), |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
}, |
4833
|
|
|
|
|
|
|
'GEL' => { |
4834
|
|
|
|
|
|
|
symbol => 'GEL', |
4835
|
|
|
|
|
|
|
display_name => { |
4836
|
|
|
|
|
|
|
'currency' => q(lari georgian), |
4837
|
|
|
|
|
|
|
'few' => q(lari georgieni), |
4838
|
|
|
|
|
|
|
'one' => q(lari georgian), |
4839
|
|
|
|
|
|
|
'other' => q(lari georgieni), |
4840
|
|
|
|
|
|
|
}, |
4841
|
|
|
|
|
|
|
}, |
4842
|
|
|
|
|
|
|
'GHC' => { |
4843
|
|
|
|
|
|
|
display_name => { |
4844
|
|
|
|
|
|
|
'currency' => q(cedi Ghana \(1979–2007\)), |
4845
|
|
|
|
|
|
|
}, |
4846
|
|
|
|
|
|
|
}, |
4847
|
|
|
|
|
|
|
'GHS' => { |
4848
|
|
|
|
|
|
|
symbol => 'GHS', |
4849
|
|
|
|
|
|
|
display_name => { |
4850
|
|
|
|
|
|
|
'currency' => q(cedi ghanez), |
4851
|
|
|
|
|
|
|
'few' => q(cedi ghanezi), |
4852
|
|
|
|
|
|
|
'one' => q(cedi ghanez), |
4853
|
|
|
|
|
|
|
'other' => q(cedi ghanezi), |
4854
|
|
|
|
|
|
|
}, |
4855
|
|
|
|
|
|
|
}, |
4856
|
|
|
|
|
|
|
'GIP' => { |
4857
|
|
|
|
|
|
|
symbol => 'GIP', |
4858
|
|
|
|
|
|
|
display_name => { |
4859
|
|
|
|
|
|
|
'currency' => q(liră din Gibraltar), |
4860
|
|
|
|
|
|
|
'few' => q(lire din Gibraltar), |
4861
|
|
|
|
|
|
|
'one' => q(liră din Gibraltar), |
4862
|
|
|
|
|
|
|
'other' => q(lire Gibraltar), |
4863
|
|
|
|
|
|
|
}, |
4864
|
|
|
|
|
|
|
}, |
4865
|
|
|
|
|
|
|
'GMD' => { |
4866
|
|
|
|
|
|
|
symbol => 'GMD', |
4867
|
|
|
|
|
|
|
display_name => { |
4868
|
|
|
|
|
|
|
'currency' => q(dalasi din Gambia), |
4869
|
|
|
|
|
|
|
'few' => q(dalasi din Gambia), |
4870
|
|
|
|
|
|
|
'one' => q(dalasi din Gambia), |
4871
|
|
|
|
|
|
|
'other' => q(dalasi din Gambia), |
4872
|
|
|
|
|
|
|
}, |
4873
|
|
|
|
|
|
|
}, |
4874
|
|
|
|
|
|
|
'GNF' => { |
4875
|
|
|
|
|
|
|
symbol => 'GNF', |
4876
|
|
|
|
|
|
|
display_name => { |
4877
|
|
|
|
|
|
|
'currency' => q(franc guineean), |
4878
|
|
|
|
|
|
|
'few' => q(franci guineeni), |
4879
|
|
|
|
|
|
|
'one' => q(franc guineean), |
4880
|
|
|
|
|
|
|
'other' => q(franci guineeni), |
4881
|
|
|
|
|
|
|
}, |
4882
|
|
|
|
|
|
|
}, |
4883
|
|
|
|
|
|
|
'GRD' => { |
4884
|
|
|
|
|
|
|
display_name => { |
4885
|
|
|
|
|
|
|
'currency' => q(drahmă grecească), |
4886
|
|
|
|
|
|
|
'few' => q(drahme grecești), |
4887
|
|
|
|
|
|
|
'one' => q(drahmă grecească), |
4888
|
|
|
|
|
|
|
'other' => q(drahme grecești), |
4889
|
|
|
|
|
|
|
}, |
4890
|
|
|
|
|
|
|
}, |
4891
|
|
|
|
|
|
|
'GTQ' => { |
4892
|
|
|
|
|
|
|
symbol => 'GTQ', |
4893
|
|
|
|
|
|
|
display_name => { |
4894
|
|
|
|
|
|
|
'currency' => q(quetzal guatemalez), |
4895
|
|
|
|
|
|
|
'few' => q(quetzali guatemalezi), |
4896
|
|
|
|
|
|
|
'one' => q(quetzal guatemalez), |
4897
|
|
|
|
|
|
|
'other' => q(quetzali guatemalezi), |
4898
|
|
|
|
|
|
|
}, |
4899
|
|
|
|
|
|
|
}, |
4900
|
|
|
|
|
|
|
'GWP' => { |
4901
|
|
|
|
|
|
|
display_name => { |
4902
|
|
|
|
|
|
|
'currency' => q(peso Guineea-Bissau), |
4903
|
|
|
|
|
|
|
'few' => q(pesos Guineea-Bissau), |
4904
|
|
|
|
|
|
|
'one' => q(peso Guineea-Bissau), |
4905
|
|
|
|
|
|
|
'other' => q(pesos Guineea-Bissau), |
4906
|
|
|
|
|
|
|
}, |
4907
|
|
|
|
|
|
|
}, |
4908
|
|
|
|
|
|
|
'GYD' => { |
4909
|
|
|
|
|
|
|
symbol => 'GYD', |
4910
|
|
|
|
|
|
|
display_name => { |
4911
|
|
|
|
|
|
|
'currency' => q(dolar guyanez), |
4912
|
|
|
|
|
|
|
'few' => q(dolari guyanezi), |
4913
|
|
|
|
|
|
|
'one' => q(dolar guyanez), |
4914
|
|
|
|
|
|
|
'other' => q(dolari guyanezi), |
4915
|
|
|
|
|
|
|
}, |
4916
|
|
|
|
|
|
|
}, |
4917
|
|
|
|
|
|
|
'HKD' => { |
4918
|
|
|
|
|
|
|
symbol => 'HKD', |
4919
|
|
|
|
|
|
|
display_name => { |
4920
|
|
|
|
|
|
|
'currency' => q(dolar din Hong Kong), |
4921
|
|
|
|
|
|
|
'few' => q(dolari din Hong Kong), |
4922
|
|
|
|
|
|
|
'one' => q(dolar din Hong Kong), |
4923
|
|
|
|
|
|
|
'other' => q(dolari din Hong Kong), |
4924
|
|
|
|
|
|
|
}, |
4925
|
|
|
|
|
|
|
}, |
4926
|
|
|
|
|
|
|
'HNL' => { |
4927
|
|
|
|
|
|
|
symbol => 'HNL', |
4928
|
|
|
|
|
|
|
display_name => { |
4929
|
|
|
|
|
|
|
'currency' => q(lempira honduriană), |
4930
|
|
|
|
|
|
|
'few' => q(lempire honduriene), |
4931
|
|
|
|
|
|
|
'one' => q(lempiră honduriană), |
4932
|
|
|
|
|
|
|
'other' => q(lempire honduriene), |
4933
|
|
|
|
|
|
|
}, |
4934
|
|
|
|
|
|
|
}, |
4935
|
|
|
|
|
|
|
'HRD' => { |
4936
|
|
|
|
|
|
|
display_name => { |
4937
|
|
|
|
|
|
|
'currency' => q(dinar croat), |
4938
|
|
|
|
|
|
|
'few' => q(dinari croați), |
4939
|
|
|
|
|
|
|
'one' => q(dinar croat), |
4940
|
|
|
|
|
|
|
'other' => q(dinari croați), |
4941
|
|
|
|
|
|
|
}, |
4942
|
|
|
|
|
|
|
}, |
4943
|
|
|
|
|
|
|
'HRK' => { |
4944
|
|
|
|
|
|
|
symbol => 'HRK', |
4945
|
|
|
|
|
|
|
display_name => { |
4946
|
|
|
|
|
|
|
'currency' => q(kuna croată), |
4947
|
|
|
|
|
|
|
'few' => q(kune croate), |
4948
|
|
|
|
|
|
|
'one' => q(kuna croată), |
4949
|
|
|
|
|
|
|
'other' => q(kune croate), |
4950
|
|
|
|
|
|
|
}, |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
'HTG' => { |
4953
|
|
|
|
|
|
|
symbol => 'HTG', |
4954
|
|
|
|
|
|
|
display_name => { |
4955
|
|
|
|
|
|
|
'currency' => q(gourde din Haiti), |
4956
|
|
|
|
|
|
|
'few' => q(gourde din Haiti), |
4957
|
|
|
|
|
|
|
'one' => q(gourde din Haiti), |
4958
|
|
|
|
|
|
|
'other' => q(gourde din Haiti), |
4959
|
|
|
|
|
|
|
}, |
4960
|
|
|
|
|
|
|
}, |
4961
|
|
|
|
|
|
|
'HUF' => { |
4962
|
|
|
|
|
|
|
symbol => 'HUF', |
4963
|
|
|
|
|
|
|
display_name => { |
4964
|
|
|
|
|
|
|
'currency' => q(forint maghiar), |
4965
|
|
|
|
|
|
|
'few' => q(forinți maghiari), |
4966
|
|
|
|
|
|
|
'one' => q(forint maghiar), |
4967
|
|
|
|
|
|
|
'other' => q(forinți maghiari), |
4968
|
|
|
|
|
|
|
}, |
4969
|
|
|
|
|
|
|
}, |
4970
|
|
|
|
|
|
|
'IDR' => { |
4971
|
|
|
|
|
|
|
symbol => 'IDR', |
4972
|
|
|
|
|
|
|
display_name => { |
4973
|
|
|
|
|
|
|
'currency' => q(rupie indoneziană), |
4974
|
|
|
|
|
|
|
'few' => q(rupii indoneziene), |
4975
|
|
|
|
|
|
|
'one' => q(rupie indoneziană), |
4976
|
|
|
|
|
|
|
'other' => q(rupii indoneziene), |
4977
|
|
|
|
|
|
|
}, |
4978
|
|
|
|
|
|
|
}, |
4979
|
|
|
|
|
|
|
'IEP' => { |
4980
|
|
|
|
|
|
|
display_name => { |
4981
|
|
|
|
|
|
|
'currency' => q(liră irlandeză), |
4982
|
|
|
|
|
|
|
'few' => q(lire irlandeze), |
4983
|
|
|
|
|
|
|
'one' => q(liră irlandeză), |
4984
|
|
|
|
|
|
|
'other' => q(lire irlandeze), |
4985
|
|
|
|
|
|
|
}, |
4986
|
|
|
|
|
|
|
}, |
4987
|
|
|
|
|
|
|
'ILP' => { |
4988
|
|
|
|
|
|
|
display_name => { |
4989
|
|
|
|
|
|
|
'currency' => q(liră israeliană), |
4990
|
|
|
|
|
|
|
'few' => q(lire israeliene), |
4991
|
|
|
|
|
|
|
'one' => q(liră israeliană), |
4992
|
|
|
|
|
|
|
'other' => q(lire israeliene), |
4993
|
|
|
|
|
|
|
}, |
4994
|
|
|
|
|
|
|
}, |
4995
|
|
|
|
|
|
|
'ILS' => { |
4996
|
|
|
|
|
|
|
symbol => 'ILS', |
4997
|
|
|
|
|
|
|
display_name => { |
4998
|
|
|
|
|
|
|
'currency' => q(șechel israelian nou), |
4999
|
|
|
|
|
|
|
'few' => q(șecheli israelieni noi), |
5000
|
|
|
|
|
|
|
'one' => q(șechel israelian nou), |
5001
|
|
|
|
|
|
|
'other' => q(șecheli israelieni noi), |
5002
|
|
|
|
|
|
|
}, |
5003
|
|
|
|
|
|
|
}, |
5004
|
|
|
|
|
|
|
'INR' => { |
5005
|
|
|
|
|
|
|
symbol => 'INR', |
5006
|
|
|
|
|
|
|
display_name => { |
5007
|
|
|
|
|
|
|
'currency' => q(rupie indiană), |
5008
|
|
|
|
|
|
|
'few' => q(rupii indiene), |
5009
|
|
|
|
|
|
|
'one' => q(rupie indiană), |
5010
|
|
|
|
|
|
|
'other' => q(rupii indiene), |
5011
|
|
|
|
|
|
|
}, |
5012
|
|
|
|
|
|
|
}, |
5013
|
|
|
|
|
|
|
'IQD' => { |
5014
|
|
|
|
|
|
|
symbol => 'IQD', |
5015
|
|
|
|
|
|
|
display_name => { |
5016
|
|
|
|
|
|
|
'currency' => q(dinar irakian), |
5017
|
|
|
|
|
|
|
'few' => q(dinari irakieni), |
5018
|
|
|
|
|
|
|
'one' => q(dinar irakian), |
5019
|
|
|
|
|
|
|
'other' => q(dinari irakieni), |
5020
|
|
|
|
|
|
|
}, |
5021
|
|
|
|
|
|
|
}, |
5022
|
|
|
|
|
|
|
'IRR' => { |
5023
|
|
|
|
|
|
|
symbol => 'IRR', |
5024
|
|
|
|
|
|
|
display_name => { |
5025
|
|
|
|
|
|
|
'currency' => q(rial iranian), |
5026
|
|
|
|
|
|
|
'few' => q(riali iranieni), |
5027
|
|
|
|
|
|
|
'one' => q(rial iranian), |
5028
|
|
|
|
|
|
|
'other' => q(riali iranieni), |
5029
|
|
|
|
|
|
|
}, |
5030
|
|
|
|
|
|
|
}, |
5031
|
|
|
|
|
|
|
'ISK' => { |
5032
|
|
|
|
|
|
|
symbol => 'ISK', |
5033
|
|
|
|
|
|
|
display_name => { |
5034
|
|
|
|
|
|
|
'currency' => q(coroană islandeză), |
5035
|
|
|
|
|
|
|
'few' => q(coroane islandeze), |
5036
|
|
|
|
|
|
|
'one' => q(coroană islandeză), |
5037
|
|
|
|
|
|
|
'other' => q(coroane islandeze), |
5038
|
|
|
|
|
|
|
}, |
5039
|
|
|
|
|
|
|
}, |
5040
|
|
|
|
|
|
|
'ITL' => { |
5041
|
|
|
|
|
|
|
display_name => { |
5042
|
|
|
|
|
|
|
'currency' => q(liră italiană), |
5043
|
|
|
|
|
|
|
'few' => q(lire italiene), |
5044
|
|
|
|
|
|
|
'one' => q(liră italiană), |
5045
|
|
|
|
|
|
|
'other' => q(lire italiene), |
5046
|
|
|
|
|
|
|
}, |
5047
|
|
|
|
|
|
|
}, |
5048
|
|
|
|
|
|
|
'JMD' => { |
5049
|
|
|
|
|
|
|
symbol => 'JMD', |
5050
|
|
|
|
|
|
|
display_name => { |
5051
|
|
|
|
|
|
|
'currency' => q(dolar jamaican), |
5052
|
|
|
|
|
|
|
'few' => q(dolari jamaicani), |
5053
|
|
|
|
|
|
|
'one' => q(dolar jamaican), |
5054
|
|
|
|
|
|
|
'other' => q(dolari jamaicani), |
5055
|
|
|
|
|
|
|
}, |
5056
|
|
|
|
|
|
|
}, |
5057
|
|
|
|
|
|
|
'JOD' => { |
5058
|
|
|
|
|
|
|
symbol => 'JOD', |
5059
|
|
|
|
|
|
|
display_name => { |
5060
|
|
|
|
|
|
|
'currency' => q(dinar iordanian), |
5061
|
|
|
|
|
|
|
'few' => q(dinari iordanieni), |
5062
|
|
|
|
|
|
|
'one' => q(dinar iordanian), |
5063
|
|
|
|
|
|
|
'other' => q(dinari iordanieni), |
5064
|
|
|
|
|
|
|
}, |
5065
|
|
|
|
|
|
|
}, |
5066
|
|
|
|
|
|
|
'JPY' => { |
5067
|
|
|
|
|
|
|
symbol => 'JPY', |
5068
|
|
|
|
|
|
|
display_name => { |
5069
|
|
|
|
|
|
|
'currency' => q(yen japonez), |
5070
|
|
|
|
|
|
|
'few' => q(yeni japonezi), |
5071
|
|
|
|
|
|
|
'one' => q(yen japonez), |
5072
|
|
|
|
|
|
|
'other' => q(yeni japonezi), |
5073
|
|
|
|
|
|
|
}, |
5074
|
|
|
|
|
|
|
}, |
5075
|
|
|
|
|
|
|
'KES' => { |
5076
|
|
|
|
|
|
|
symbol => 'KES', |
5077
|
|
|
|
|
|
|
display_name => { |
5078
|
|
|
|
|
|
|
'currency' => q(șiling kenyan), |
5079
|
|
|
|
|
|
|
'few' => q(șilingi kenyeni), |
5080
|
|
|
|
|
|
|
'one' => q(șiling kenyan), |
5081
|
|
|
|
|
|
|
'other' => q(șilingi kenyeni), |
5082
|
|
|
|
|
|
|
}, |
5083
|
|
|
|
|
|
|
}, |
5084
|
|
|
|
|
|
|
'KGS' => { |
5085
|
|
|
|
|
|
|
symbol => 'KGS', |
5086
|
|
|
|
|
|
|
display_name => { |
5087
|
|
|
|
|
|
|
'currency' => q(som kârgâz), |
5088
|
|
|
|
|
|
|
'few' => q(somi kârgâzi), |
5089
|
|
|
|
|
|
|
'one' => q(som kârgâz), |
5090
|
|
|
|
|
|
|
'other' => q(somi kârgâzi), |
5091
|
|
|
|
|
|
|
}, |
5092
|
|
|
|
|
|
|
}, |
5093
|
|
|
|
|
|
|
'KHR' => { |
5094
|
|
|
|
|
|
|
symbol => 'KHR', |
5095
|
|
|
|
|
|
|
display_name => { |
5096
|
|
|
|
|
|
|
'currency' => q(riel cambodgian), |
5097
|
|
|
|
|
|
|
'few' => q(rieli cambodgieni), |
5098
|
|
|
|
|
|
|
'one' => q(riel cambodgian), |
5099
|
|
|
|
|
|
|
'other' => q(rieli cambodgieni), |
5100
|
|
|
|
|
|
|
}, |
5101
|
|
|
|
|
|
|
}, |
5102
|
|
|
|
|
|
|
'KMF' => { |
5103
|
|
|
|
|
|
|
symbol => 'KMF', |
5104
|
|
|
|
|
|
|
display_name => { |
5105
|
|
|
|
|
|
|
'currency' => q(franc comorian), |
5106
|
|
|
|
|
|
|
'few' => q(franci comorieni), |
5107
|
|
|
|
|
|
|
'one' => q(franc comorian), |
5108
|
|
|
|
|
|
|
'other' => q(franci comorieni), |
5109
|
|
|
|
|
|
|
}, |
5110
|
|
|
|
|
|
|
}, |
5111
|
|
|
|
|
|
|
'KPW' => { |
5112
|
|
|
|
|
|
|
symbol => 'KPW', |
5113
|
|
|
|
|
|
|
display_name => { |
5114
|
|
|
|
|
|
|
'currency' => q(won nord-coreean), |
5115
|
|
|
|
|
|
|
'few' => q(woni nord-coreeni), |
5116
|
|
|
|
|
|
|
'one' => q(won nord-coreean), |
5117
|
|
|
|
|
|
|
'other' => q(woni nord-coreeni), |
5118
|
|
|
|
|
|
|
}, |
5119
|
|
|
|
|
|
|
}, |
5120
|
|
|
|
|
|
|
'KRW' => { |
5121
|
|
|
|
|
|
|
symbol => 'KRW', |
5122
|
|
|
|
|
|
|
display_name => { |
5123
|
|
|
|
|
|
|
'currency' => q(won sud-coreean), |
5124
|
|
|
|
|
|
|
'few' => q(woni sud-coreeni), |
5125
|
|
|
|
|
|
|
'one' => q(won sud-coreean), |
5126
|
|
|
|
|
|
|
'other' => q(woni sud-coreeni), |
5127
|
|
|
|
|
|
|
}, |
5128
|
|
|
|
|
|
|
}, |
5129
|
|
|
|
|
|
|
'KWD' => { |
5130
|
|
|
|
|
|
|
symbol => 'KWD', |
5131
|
|
|
|
|
|
|
display_name => { |
5132
|
|
|
|
|
|
|
'currency' => q(dinar kuweitian), |
5133
|
|
|
|
|
|
|
'few' => q(dinari kuweitieni), |
5134
|
|
|
|
|
|
|
'one' => q(dinar kuweitian), |
5135
|
|
|
|
|
|
|
'other' => q(dinari kuweitieni), |
5136
|
|
|
|
|
|
|
}, |
5137
|
|
|
|
|
|
|
}, |
5138
|
|
|
|
|
|
|
'KYD' => { |
5139
|
|
|
|
|
|
|
symbol => 'KYD', |
5140
|
|
|
|
|
|
|
display_name => { |
5141
|
|
|
|
|
|
|
'currency' => q(dolar din Insulele Cayman), |
5142
|
|
|
|
|
|
|
'few' => q(dolari din Insulele Cayman), |
5143
|
|
|
|
|
|
|
'one' => q(dolar din Insulele Cayman), |
5144
|
|
|
|
|
|
|
'other' => q(dolari din Insulele Cayman), |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
}, |
5147
|
|
|
|
|
|
|
'KZT' => { |
5148
|
|
|
|
|
|
|
symbol => 'KZT', |
5149
|
|
|
|
|
|
|
display_name => { |
5150
|
|
|
|
|
|
|
'currency' => q(tenge kazahă), |
5151
|
|
|
|
|
|
|
'few' => q(tenge kazahe), |
5152
|
|
|
|
|
|
|
'one' => q(tenge kazahă), |
5153
|
|
|
|
|
|
|
'other' => q(tenge kazahe), |
5154
|
|
|
|
|
|
|
}, |
5155
|
|
|
|
|
|
|
}, |
5156
|
|
|
|
|
|
|
'LAK' => { |
5157
|
|
|
|
|
|
|
symbol => 'LAK', |
5158
|
|
|
|
|
|
|
display_name => { |
5159
|
|
|
|
|
|
|
'currency' => q(kip laoțian), |
5160
|
|
|
|
|
|
|
'few' => q(kipi laoțieni), |
5161
|
|
|
|
|
|
|
'one' => q(kip laoțian), |
5162
|
|
|
|
|
|
|
'other' => q(kipi laoțieni), |
5163
|
|
|
|
|
|
|
}, |
5164
|
|
|
|
|
|
|
}, |
5165
|
|
|
|
|
|
|
'LBP' => { |
5166
|
|
|
|
|
|
|
symbol => 'LBP', |
5167
|
|
|
|
|
|
|
display_name => { |
5168
|
|
|
|
|
|
|
'currency' => q(liră libaneză), |
5169
|
|
|
|
|
|
|
'few' => q(lire libaneze), |
5170
|
|
|
|
|
|
|
'one' => q(liră libaneză), |
5171
|
|
|
|
|
|
|
'other' => q(lire libaneze), |
5172
|
|
|
|
|
|
|
}, |
5173
|
|
|
|
|
|
|
}, |
5174
|
|
|
|
|
|
|
'LKR' => { |
5175
|
|
|
|
|
|
|
symbol => 'LKR', |
5176
|
|
|
|
|
|
|
display_name => { |
5177
|
|
|
|
|
|
|
'currency' => q(rupie srilankeză), |
5178
|
|
|
|
|
|
|
'few' => q(rupii srilankeze), |
5179
|
|
|
|
|
|
|
'one' => q(rupie srilankeză), |
5180
|
|
|
|
|
|
|
'other' => q(rupii srilankeze), |
5181
|
|
|
|
|
|
|
}, |
5182
|
|
|
|
|
|
|
}, |
5183
|
|
|
|
|
|
|
'LRD' => { |
5184
|
|
|
|
|
|
|
symbol => 'LRD', |
5185
|
|
|
|
|
|
|
display_name => { |
5186
|
|
|
|
|
|
|
'currency' => q(dolar liberian), |
5187
|
|
|
|
|
|
|
'few' => q(dolari liberieni), |
5188
|
|
|
|
|
|
|
'one' => q(dolar liberian), |
5189
|
|
|
|
|
|
|
'other' => q(dolari liberieni), |
5190
|
|
|
|
|
|
|
}, |
5191
|
|
|
|
|
|
|
}, |
5192
|
|
|
|
|
|
|
'LSL' => { |
5193
|
|
|
|
|
|
|
display_name => { |
5194
|
|
|
|
|
|
|
'currency' => q(loti lesothian), |
5195
|
|
|
|
|
|
|
}, |
5196
|
|
|
|
|
|
|
}, |
5197
|
|
|
|
|
|
|
'LTL' => { |
5198
|
|
|
|
|
|
|
symbol => 'LTL', |
5199
|
|
|
|
|
|
|
display_name => { |
5200
|
|
|
|
|
|
|
'currency' => q(litu lituanian), |
5201
|
|
|
|
|
|
|
'few' => q(lite lituaniene), |
5202
|
|
|
|
|
|
|
'one' => q(litu lituanian), |
5203
|
|
|
|
|
|
|
'other' => q(lite lituaniene), |
5204
|
|
|
|
|
|
|
}, |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
'LUC' => { |
5207
|
|
|
|
|
|
|
display_name => { |
5208
|
|
|
|
|
|
|
'currency' => q(franc convertibil luxemburghez), |
5209
|
|
|
|
|
|
|
'few' => q(franci convertibili luxemburghezi), |
5210
|
|
|
|
|
|
|
'one' => q(franc convertibil luxemburghez), |
5211
|
|
|
|
|
|
|
'other' => q(franci convertibili luxemburghezi), |
5212
|
|
|
|
|
|
|
}, |
5213
|
|
|
|
|
|
|
}, |
5214
|
|
|
|
|
|
|
'LUF' => { |
5215
|
|
|
|
|
|
|
display_name => { |
5216
|
|
|
|
|
|
|
'currency' => q(franc luxemburghez), |
5217
|
|
|
|
|
|
|
'few' => q(franci luxemburghezi), |
5218
|
|
|
|
|
|
|
'one' => q(franc luxemburghez), |
5219
|
|
|
|
|
|
|
'other' => q(franci luxemburghezi), |
5220
|
|
|
|
|
|
|
}, |
5221
|
|
|
|
|
|
|
}, |
5222
|
|
|
|
|
|
|
'LUL' => { |
5223
|
|
|
|
|
|
|
display_name => { |
5224
|
|
|
|
|
|
|
'currency' => q(franc financiar luxemburghez), |
5225
|
|
|
|
|
|
|
'few' => q(franci financiari luxemburghezi), |
5226
|
|
|
|
|
|
|
'one' => q(franc financiar luxemburghez), |
5227
|
|
|
|
|
|
|
'other' => q(franci financiari luxemburghezi), |
5228
|
|
|
|
|
|
|
}, |
5229
|
|
|
|
|
|
|
}, |
5230
|
|
|
|
|
|
|
'LVL' => { |
5231
|
|
|
|
|
|
|
symbol => 'LVL', |
5232
|
|
|
|
|
|
|
display_name => { |
5233
|
|
|
|
|
|
|
'currency' => q(lats letonian), |
5234
|
|
|
|
|
|
|
'few' => q(lats letonieni), |
5235
|
|
|
|
|
|
|
'one' => q(lats letonian), |
5236
|
|
|
|
|
|
|
'other' => q(lats letonieni), |
5237
|
|
|
|
|
|
|
}, |
5238
|
|
|
|
|
|
|
}, |
5239
|
|
|
|
|
|
|
'LVR' => { |
5240
|
|
|
|
|
|
|
display_name => { |
5241
|
|
|
|
|
|
|
'currency' => q(rublă Letonia), |
5242
|
|
|
|
|
|
|
'few' => q(ruble Letonia), |
5243
|
|
|
|
|
|
|
'one' => q(rublă Letonia), |
5244
|
|
|
|
|
|
|
'other' => q(ruble Letonia), |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
}, |
5247
|
|
|
|
|
|
|
'LYD' => { |
5248
|
|
|
|
|
|
|
symbol => 'LYD', |
5249
|
|
|
|
|
|
|
display_name => { |
5250
|
|
|
|
|
|
|
'currency' => q(dinar libian), |
5251
|
|
|
|
|
|
|
'few' => q(dinari libieni), |
5252
|
|
|
|
|
|
|
'one' => q(dinar libian), |
5253
|
|
|
|
|
|
|
'other' => q(dinari libieni), |
5254
|
|
|
|
|
|
|
}, |
5255
|
|
|
|
|
|
|
}, |
5256
|
|
|
|
|
|
|
'MAD' => { |
5257
|
|
|
|
|
|
|
symbol => 'MAD', |
5258
|
|
|
|
|
|
|
display_name => { |
5259
|
|
|
|
|
|
|
'currency' => q(dirham marocan), |
5260
|
|
|
|
|
|
|
'few' => q(dirhami marocani), |
5261
|
|
|
|
|
|
|
'one' => q(dirham marocan), |
5262
|
|
|
|
|
|
|
'other' => q(dirhami marocani), |
5263
|
|
|
|
|
|
|
}, |
5264
|
|
|
|
|
|
|
}, |
5265
|
|
|
|
|
|
|
'MAF' => { |
5266
|
|
|
|
|
|
|
display_name => { |
5267
|
|
|
|
|
|
|
'currency' => q(franc marocan), |
5268
|
|
|
|
|
|
|
'few' => q(franci marocani), |
5269
|
|
|
|
|
|
|
'one' => q(franc marocan), |
5270
|
|
|
|
|
|
|
'other' => q(franci marocani), |
5271
|
|
|
|
|
|
|
}, |
5272
|
|
|
|
|
|
|
}, |
5273
|
|
|
|
|
|
|
'MDL' => { |
5274
|
|
|
|
|
|
|
symbol => 'MDL', |
5275
|
|
|
|
|
|
|
display_name => { |
5276
|
|
|
|
|
|
|
'currency' => q(leu moldovenesc), |
5277
|
|
|
|
|
|
|
'few' => q(lei moldovenești), |
5278
|
|
|
|
|
|
|
'one' => q(leu moldovenesc), |
5279
|
|
|
|
|
|
|
'other' => q(lei moldovenești), |
5280
|
|
|
|
|
|
|
}, |
5281
|
|
|
|
|
|
|
}, |
5282
|
|
|
|
|
|
|
'MGA' => { |
5283
|
|
|
|
|
|
|
symbol => 'MGA', |
5284
|
|
|
|
|
|
|
display_name => { |
5285
|
|
|
|
|
|
|
'currency' => q(ariary malgaș), |
5286
|
|
|
|
|
|
|
'few' => q(ariary malgași), |
5287
|
|
|
|
|
|
|
'one' => q(ariary malgaș), |
5288
|
|
|
|
|
|
|
'other' => q(ariary malgași), |
5289
|
|
|
|
|
|
|
}, |
5290
|
|
|
|
|
|
|
}, |
5291
|
|
|
|
|
|
|
'MGF' => { |
5292
|
|
|
|
|
|
|
display_name => { |
5293
|
|
|
|
|
|
|
'currency' => q(franc Madagascar), |
5294
|
|
|
|
|
|
|
'few' => q(franci Madagascar), |
5295
|
|
|
|
|
|
|
'one' => q(franc Madagascar), |
5296
|
|
|
|
|
|
|
'other' => q(franci Madagascar), |
5297
|
|
|
|
|
|
|
}, |
5298
|
|
|
|
|
|
|
}, |
5299
|
|
|
|
|
|
|
'MKD' => { |
5300
|
|
|
|
|
|
|
symbol => 'MKD', |
5301
|
|
|
|
|
|
|
display_name => { |
5302
|
|
|
|
|
|
|
'currency' => q(dinar macedonean), |
5303
|
|
|
|
|
|
|
'few' => q(dinari macedoneni), |
5304
|
|
|
|
|
|
|
'one' => q(dinar macedonean), |
5305
|
|
|
|
|
|
|
'other' => q(dinari macedoneni), |
5306
|
|
|
|
|
|
|
}, |
5307
|
|
|
|
|
|
|
}, |
5308
|
|
|
|
|
|
|
'MLF' => { |
5309
|
|
|
|
|
|
|
display_name => { |
5310
|
|
|
|
|
|
|
'currency' => q(franc Mali), |
5311
|
|
|
|
|
|
|
'few' => q(franci Mali), |
5312
|
|
|
|
|
|
|
'one' => q(franc Mali), |
5313
|
|
|
|
|
|
|
'other' => q(franci Mali), |
5314
|
|
|
|
|
|
|
}, |
5315
|
|
|
|
|
|
|
}, |
5316
|
|
|
|
|
|
|
'MMK' => { |
5317
|
|
|
|
|
|
|
symbol => 'MMK', |
5318
|
|
|
|
|
|
|
display_name => { |
5319
|
|
|
|
|
|
|
'currency' => q(kyat din Myanmar), |
5320
|
|
|
|
|
|
|
'few' => q(kyați din Myanmar), |
5321
|
|
|
|
|
|
|
'one' => q(kyat din Myanmar), |
5322
|
|
|
|
|
|
|
'other' => q(kyați din Myanmar), |
5323
|
|
|
|
|
|
|
}, |
5324
|
|
|
|
|
|
|
}, |
5325
|
|
|
|
|
|
|
'MNT' => { |
5326
|
|
|
|
|
|
|
symbol => 'MNT', |
5327
|
|
|
|
|
|
|
display_name => { |
5328
|
|
|
|
|
|
|
'currency' => q(tugrik mongol), |
5329
|
|
|
|
|
|
|
'few' => q(tugrici mongoli), |
5330
|
|
|
|
|
|
|
'one' => q(tugrik mongol), |
5331
|
|
|
|
|
|
|
'other' => q(tugrici mongoli), |
5332
|
|
|
|
|
|
|
}, |
5333
|
|
|
|
|
|
|
}, |
5334
|
|
|
|
|
|
|
'MOP' => { |
5335
|
|
|
|
|
|
|
symbol => 'MOP', |
5336
|
|
|
|
|
|
|
display_name => { |
5337
|
|
|
|
|
|
|
'currency' => q(pataca din Macao), |
5338
|
|
|
|
|
|
|
'few' => q(pataca din Macao), |
5339
|
|
|
|
|
|
|
'one' => q(pataca din Macao), |
5340
|
|
|
|
|
|
|
'other' => q(pataca din Macao), |
5341
|
|
|
|
|
|
|
}, |
5342
|
|
|
|
|
|
|
}, |
5343
|
|
|
|
|
|
|
'MRO' => { |
5344
|
|
|
|
|
|
|
symbol => 'MRO', |
5345
|
|
|
|
|
|
|
display_name => { |
5346
|
|
|
|
|
|
|
'currency' => q(ouguiya mauritană \(1973–2017\)), |
5347
|
|
|
|
|
|
|
'few' => q(ouguiya mauritane \(1973–2017\)), |
5348
|
|
|
|
|
|
|
'one' => q(ouguiya mauritană \(1973–2017\)), |
5349
|
|
|
|
|
|
|
'other' => q(ouguiya mauritane \(1973–2017\)), |
5350
|
|
|
|
|
|
|
}, |
5351
|
|
|
|
|
|
|
}, |
5352
|
|
|
|
|
|
|
'MRU' => { |
5353
|
|
|
|
|
|
|
symbol => 'MRU', |
5354
|
|
|
|
|
|
|
display_name => { |
5355
|
|
|
|
|
|
|
'currency' => q(ouguiya mauritană), |
5356
|
|
|
|
|
|
|
'few' => q(ouguiya mauritane), |
5357
|
|
|
|
|
|
|
'one' => q(ouguiya mauritană), |
5358
|
|
|
|
|
|
|
'other' => q(ouguiya mauritane), |
5359
|
|
|
|
|
|
|
}, |
5360
|
|
|
|
|
|
|
}, |
5361
|
|
|
|
|
|
|
'MTL' => { |
5362
|
|
|
|
|
|
|
display_name => { |
5363
|
|
|
|
|
|
|
'currency' => q(liră malteză), |
5364
|
|
|
|
|
|
|
'few' => q(lire malteze), |
5365
|
|
|
|
|
|
|
'one' => q(liră malteză), |
5366
|
|
|
|
|
|
|
'other' => q(lire malteze), |
5367
|
|
|
|
|
|
|
}, |
5368
|
|
|
|
|
|
|
}, |
5369
|
|
|
|
|
|
|
'MUR' => { |
5370
|
|
|
|
|
|
|
symbol => 'MUR', |
5371
|
|
|
|
|
|
|
display_name => { |
5372
|
|
|
|
|
|
|
'currency' => q(rupie mauritiană), |
5373
|
|
|
|
|
|
|
'few' => q(rupii mauritiene), |
5374
|
|
|
|
|
|
|
'one' => q(rupie mauritiană), |
5375
|
|
|
|
|
|
|
'other' => q(rupii mauritiene), |
5376
|
|
|
|
|
|
|
}, |
5377
|
|
|
|
|
|
|
}, |
5378
|
|
|
|
|
|
|
'MVR' => { |
5379
|
|
|
|
|
|
|
symbol => 'MVR', |
5380
|
|
|
|
|
|
|
display_name => { |
5381
|
|
|
|
|
|
|
'currency' => q(rufiyaa maldiviană), |
5382
|
|
|
|
|
|
|
'few' => q(rufiyaa maldiviene), |
5383
|
|
|
|
|
|
|
'one' => q(rufiyaa maldiviană), |
5384
|
|
|
|
|
|
|
'other' => q(rufiyaa maldiviene), |
5385
|
|
|
|
|
|
|
}, |
5386
|
|
|
|
|
|
|
}, |
5387
|
|
|
|
|
|
|
'MWK' => { |
5388
|
|
|
|
|
|
|
symbol => 'MWK', |
5389
|
|
|
|
|
|
|
display_name => { |
5390
|
|
|
|
|
|
|
'currency' => q(kwacha malawiană), |
5391
|
|
|
|
|
|
|
'few' => q(kwache malawiene), |
5392
|
|
|
|
|
|
|
'one' => q(kwacha malawiană), |
5393
|
|
|
|
|
|
|
'other' => q(kwache malawiene), |
5394
|
|
|
|
|
|
|
}, |
5395
|
|
|
|
|
|
|
}, |
5396
|
|
|
|
|
|
|
'MXN' => { |
5397
|
|
|
|
|
|
|
symbol => 'MXN', |
5398
|
|
|
|
|
|
|
display_name => { |
5399
|
|
|
|
|
|
|
'currency' => q(peso mexican), |
5400
|
|
|
|
|
|
|
'few' => q(pesos mexicani), |
5401
|
|
|
|
|
|
|
'one' => q(peso mexican), |
5402
|
|
|
|
|
|
|
'other' => q(pesos mexicani), |
5403
|
|
|
|
|
|
|
}, |
5404
|
|
|
|
|
|
|
}, |
5405
|
|
|
|
|
|
|
'MXP' => { |
5406
|
|
|
|
|
|
|
display_name => { |
5407
|
|
|
|
|
|
|
'currency' => q(peso mexican de argint \(1861–1992\)), |
5408
|
|
|
|
|
|
|
'few' => q(pesos mexicani de argint \(1861–1992), |
5409
|
|
|
|
|
|
|
'one' => q(peso mexican de argint \(1861–1992\)), |
5410
|
|
|
|
|
|
|
'other' => q(pesos mexicani de argint \(1861–1992\)), |
5411
|
|
|
|
|
|
|
}, |
5412
|
|
|
|
|
|
|
}, |
5413
|
|
|
|
|
|
|
'MYR' => { |
5414
|
|
|
|
|
|
|
symbol => 'MYR', |
5415
|
|
|
|
|
|
|
display_name => { |
5416
|
|
|
|
|
|
|
'currency' => q(ringgit malaiezian), |
5417
|
|
|
|
|
|
|
'few' => q(ringgit malaiezieni), |
5418
|
|
|
|
|
|
|
'one' => q(ringgit malaiezian), |
5419
|
|
|
|
|
|
|
'other' => q(ringgit malaiezieni), |
5420
|
|
|
|
|
|
|
}, |
5421
|
|
|
|
|
|
|
}, |
5422
|
|
|
|
|
|
|
'MZE' => { |
5423
|
|
|
|
|
|
|
display_name => { |
5424
|
|
|
|
|
|
|
'currency' => q(escudo Mozambic), |
5425
|
|
|
|
|
|
|
}, |
5426
|
|
|
|
|
|
|
}, |
5427
|
|
|
|
|
|
|
'MZM' => { |
5428
|
|
|
|
|
|
|
display_name => { |
5429
|
|
|
|
|
|
|
'currency' => q(metical Mozambic vechi), |
5430
|
|
|
|
|
|
|
}, |
5431
|
|
|
|
|
|
|
}, |
5432
|
|
|
|
|
|
|
'MZN' => { |
5433
|
|
|
|
|
|
|
symbol => 'MZN', |
5434
|
|
|
|
|
|
|
display_name => { |
5435
|
|
|
|
|
|
|
'currency' => q(metical mozambican), |
5436
|
|
|
|
|
|
|
'few' => q(metical mozambicani), |
5437
|
|
|
|
|
|
|
'one' => q(metical mozambican), |
5438
|
|
|
|
|
|
|
'other' => q(metical mozambicani), |
5439
|
|
|
|
|
|
|
}, |
5440
|
|
|
|
|
|
|
}, |
5441
|
|
|
|
|
|
|
'NAD' => { |
5442
|
|
|
|
|
|
|
symbol => 'NAD', |
5443
|
|
|
|
|
|
|
display_name => { |
5444
|
|
|
|
|
|
|
'currency' => q(dolar namibian), |
5445
|
|
|
|
|
|
|
'few' => q(dolari namibieni), |
5446
|
|
|
|
|
|
|
'one' => q(dolar namibian), |
5447
|
|
|
|
|
|
|
'other' => q(dolari namibieni), |
5448
|
|
|
|
|
|
|
}, |
5449
|
|
|
|
|
|
|
}, |
5450
|
|
|
|
|
|
|
'NGN' => { |
5451
|
|
|
|
|
|
|
symbol => 'NGN', |
5452
|
|
|
|
|
|
|
display_name => { |
5453
|
|
|
|
|
|
|
'currency' => q(naira nigeriană), |
5454
|
|
|
|
|
|
|
'few' => q(naire nigeriene), |
5455
|
|
|
|
|
|
|
'one' => q(naira nigeriană), |
5456
|
|
|
|
|
|
|
'other' => q(naire nigeriene), |
5457
|
|
|
|
|
|
|
}, |
5458
|
|
|
|
|
|
|
}, |
5459
|
|
|
|
|
|
|
'NIC' => { |
5460
|
|
|
|
|
|
|
display_name => { |
5461
|
|
|
|
|
|
|
'currency' => q(cordoba nicaraguană \(1988–1991\)), |
5462
|
|
|
|
|
|
|
}, |
5463
|
|
|
|
|
|
|
}, |
5464
|
|
|
|
|
|
|
'NIO' => { |
5465
|
|
|
|
|
|
|
symbol => 'NIO', |
5466
|
|
|
|
|
|
|
display_name => { |
5467
|
|
|
|
|
|
|
'currency' => q(cordoba nicaraguană), |
5468
|
|
|
|
|
|
|
'few' => q(cordobe nicaraguane), |
5469
|
|
|
|
|
|
|
'one' => q(cordoba nicaraguană), |
5470
|
|
|
|
|
|
|
'other' => q(cordobe nicaraguane), |
5471
|
|
|
|
|
|
|
}, |
5472
|
|
|
|
|
|
|
}, |
5473
|
|
|
|
|
|
|
'NLG' => { |
5474
|
|
|
|
|
|
|
display_name => { |
5475
|
|
|
|
|
|
|
'currency' => q(gulden olandez), |
5476
|
|
|
|
|
|
|
'few' => q(guldeni olandezi), |
5477
|
|
|
|
|
|
|
'one' => q(gulden olandez), |
5478
|
|
|
|
|
|
|
'other' => q(guldeni olandezi), |
5479
|
|
|
|
|
|
|
}, |
5480
|
|
|
|
|
|
|
}, |
5481
|
|
|
|
|
|
|
'NOK' => { |
5482
|
|
|
|
|
|
|
symbol => 'NOK', |
5483
|
|
|
|
|
|
|
display_name => { |
5484
|
|
|
|
|
|
|
'currency' => q(coroană norvegiană), |
5485
|
|
|
|
|
|
|
'few' => q(coroane norvegiene), |
5486
|
|
|
|
|
|
|
'one' => q(coroană norvegiană), |
5487
|
|
|
|
|
|
|
'other' => q(coroane norvegiene), |
5488
|
|
|
|
|
|
|
}, |
5489
|
|
|
|
|
|
|
}, |
5490
|
|
|
|
|
|
|
'NPR' => { |
5491
|
|
|
|
|
|
|
symbol => 'NPR', |
5492
|
|
|
|
|
|
|
display_name => { |
5493
|
|
|
|
|
|
|
'currency' => q(rupie nepaleză), |
5494
|
|
|
|
|
|
|
'few' => q(rupii nepaleze), |
5495
|
|
|
|
|
|
|
'one' => q(rupie nepaleză), |
5496
|
|
|
|
|
|
|
'other' => q(rupii nepaleze), |
5497
|
|
|
|
|
|
|
}, |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
'NZD' => { |
5500
|
|
|
|
|
|
|
symbol => 'NZD', |
5501
|
|
|
|
|
|
|
display_name => { |
5502
|
|
|
|
|
|
|
'currency' => q(dolar neozeelandez), |
5503
|
|
|
|
|
|
|
'few' => q(dolari neozeelandezi), |
5504
|
|
|
|
|
|
|
'one' => q(dolar neozeelandez), |
5505
|
|
|
|
|
|
|
'other' => q(dolari neozeelandezi), |
5506
|
|
|
|
|
|
|
}, |
5507
|
|
|
|
|
|
|
}, |
5508
|
|
|
|
|
|
|
'OMR' => { |
5509
|
|
|
|
|
|
|
symbol => 'OMR', |
5510
|
|
|
|
|
|
|
display_name => { |
5511
|
|
|
|
|
|
|
'currency' => q(rial omanez), |
5512
|
|
|
|
|
|
|
'few' => q(riali omanezi), |
5513
|
|
|
|
|
|
|
'one' => q(rial omanez), |
5514
|
|
|
|
|
|
|
'other' => q(riali omanezi), |
5515
|
|
|
|
|
|
|
}, |
5516
|
|
|
|
|
|
|
}, |
5517
|
|
|
|
|
|
|
'PAB' => { |
5518
|
|
|
|
|
|
|
symbol => 'PAB', |
5519
|
|
|
|
|
|
|
display_name => { |
5520
|
|
|
|
|
|
|
'currency' => q(balboa panameză), |
5521
|
|
|
|
|
|
|
'few' => q(balboa panameze), |
5522
|
|
|
|
|
|
|
'one' => q(balboa panameză), |
5523
|
|
|
|
|
|
|
'other' => q(balboa panameze), |
5524
|
|
|
|
|
|
|
}, |
5525
|
|
|
|
|
|
|
}, |
5526
|
|
|
|
|
|
|
'PEI' => { |
5527
|
|
|
|
|
|
|
display_name => { |
5528
|
|
|
|
|
|
|
'currency' => q(inti peruvian), |
5529
|
|
|
|
|
|
|
}, |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
'PEN' => { |
5532
|
|
|
|
|
|
|
symbol => 'PEN', |
5533
|
|
|
|
|
|
|
display_name => { |
5534
|
|
|
|
|
|
|
'currency' => q(sol peruvian), |
5535
|
|
|
|
|
|
|
'few' => q(soli peruvieni), |
5536
|
|
|
|
|
|
|
'one' => q(sol peruvian), |
5537
|
|
|
|
|
|
|
'other' => q(soli peruvieni), |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
}, |
5540
|
|
|
|
|
|
|
'PES' => { |
5541
|
|
|
|
|
|
|
display_name => { |
5542
|
|
|
|
|
|
|
'currency' => q(sol peruvian \(1863–1965\)), |
5543
|
|
|
|
|
|
|
'few' => q(soli peruvieni \(1863–1965\)), |
5544
|
|
|
|
|
|
|
'one' => q(sol peruvian \(1863–1965\)), |
5545
|
|
|
|
|
|
|
'other' => q(soli peruvieni \(1863–1965\)), |
5546
|
|
|
|
|
|
|
}, |
5547
|
|
|
|
|
|
|
}, |
5548
|
|
|
|
|
|
|
'PGK' => { |
5549
|
|
|
|
|
|
|
symbol => 'PGK', |
5550
|
|
|
|
|
|
|
display_name => { |
5551
|
|
|
|
|
|
|
'currency' => q(kina din Papua-Noua Guinee), |
5552
|
|
|
|
|
|
|
'few' => q(kina din Papua-Noua Guinee), |
5553
|
|
|
|
|
|
|
'one' => q(kina din Papua-Noua Guinee), |
5554
|
|
|
|
|
|
|
'other' => q(kina din Papua-Noua Guinee), |
5555
|
|
|
|
|
|
|
}, |
5556
|
|
|
|
|
|
|
}, |
5557
|
|
|
|
|
|
|
'PHP' => { |
5558
|
|
|
|
|
|
|
symbol => 'PHP', |
5559
|
|
|
|
|
|
|
display_name => { |
5560
|
|
|
|
|
|
|
'currency' => q(peso filipinez), |
5561
|
|
|
|
|
|
|
'few' => q(pesos filipinezi), |
5562
|
|
|
|
|
|
|
'one' => q(peso filipinez), |
5563
|
|
|
|
|
|
|
'other' => q(pesos filipinezi), |
5564
|
|
|
|
|
|
|
}, |
5565
|
|
|
|
|
|
|
}, |
5566
|
|
|
|
|
|
|
'PKR' => { |
5567
|
|
|
|
|
|
|
symbol => 'PKR', |
5568
|
|
|
|
|
|
|
display_name => { |
5569
|
|
|
|
|
|
|
'currency' => q(rupie pakistaneză), |
5570
|
|
|
|
|
|
|
'few' => q(rupii pakistaneze), |
5571
|
|
|
|
|
|
|
'one' => q(rupie pakistaneză), |
5572
|
|
|
|
|
|
|
'other' => q(rupii pakistaneze), |
5573
|
|
|
|
|
|
|
}, |
5574
|
|
|
|
|
|
|
}, |
5575
|
|
|
|
|
|
|
'PLN' => { |
5576
|
|
|
|
|
|
|
symbol => 'PLN', |
5577
|
|
|
|
|
|
|
display_name => { |
5578
|
|
|
|
|
|
|
'currency' => q(zlot polonez), |
5579
|
|
|
|
|
|
|
'few' => q(zloți polonezi), |
5580
|
|
|
|
|
|
|
'one' => q(zlot polonez), |
5581
|
|
|
|
|
|
|
'other' => q(zloți polonezi), |
5582
|
|
|
|
|
|
|
}, |
5583
|
|
|
|
|
|
|
}, |
5584
|
|
|
|
|
|
|
'PLZ' => { |
5585
|
|
|
|
|
|
|
display_name => { |
5586
|
|
|
|
|
|
|
'currency' => q(zlot polonez \(1950–1995\)), |
5587
|
|
|
|
|
|
|
'few' => q(zloți polonezi \(1950–1995\)), |
5588
|
|
|
|
|
|
|
'one' => q(zlot polonez \(1950–1995\)), |
5589
|
|
|
|
|
|
|
'other' => q(zloți polonezi \(1950–1995\)), |
5590
|
|
|
|
|
|
|
}, |
5591
|
|
|
|
|
|
|
}, |
5592
|
|
|
|
|
|
|
'PYG' => { |
5593
|
|
|
|
|
|
|
symbol => 'PYG', |
5594
|
|
|
|
|
|
|
display_name => { |
5595
|
|
|
|
|
|
|
'currency' => q(guarani paraguayan), |
5596
|
|
|
|
|
|
|
'few' => q(guarani paraguayeni), |
5597
|
|
|
|
|
|
|
'one' => q(guarani paraguayan), |
5598
|
|
|
|
|
|
|
'other' => q(guarani paraguayeni), |
5599
|
|
|
|
|
|
|
}, |
5600
|
|
|
|
|
|
|
}, |
5601
|
|
|
|
|
|
|
'QAR' => { |
5602
|
|
|
|
|
|
|
symbol => 'QAR', |
5603
|
|
|
|
|
|
|
display_name => { |
5604
|
|
|
|
|
|
|
'currency' => q(rial qatarian), |
5605
|
|
|
|
|
|
|
'few' => q(riali qatarieni), |
5606
|
|
|
|
|
|
|
'one' => q(rial qatarian), |
5607
|
|
|
|
|
|
|
'other' => q(riali qatarieni), |
5608
|
|
|
|
|
|
|
}, |
5609
|
|
|
|
|
|
|
}, |
5610
|
|
|
|
|
|
|
'RHD' => { |
5611
|
|
|
|
|
|
|
display_name => { |
5612
|
|
|
|
|
|
|
'currency' => q(dolar rhodesian), |
5613
|
|
|
|
|
|
|
'few' => q(dolari rhodesieni), |
5614
|
|
|
|
|
|
|
'one' => q(dolar rhodesian), |
5615
|
|
|
|
|
|
|
'other' => q(dolari rhodesieni), |
5616
|
|
|
|
|
|
|
}, |
5617
|
|
|
|
|
|
|
}, |
5618
|
|
|
|
|
|
|
'ROL' => { |
5619
|
|
|
|
|
|
|
display_name => { |
5620
|
|
|
|
|
|
|
'currency' => q(leu românesc \(1952–2006\)), |
5621
|
|
|
|
|
|
|
'few' => q(lei românești \(1952–2006\)), |
5622
|
|
|
|
|
|
|
'one' => q(leu românesc \(1952–2006\)), |
5623
|
|
|
|
|
|
|
'other' => q(lei românești \(1952–2006\)), |
5624
|
|
|
|
|
|
|
}, |
5625
|
|
|
|
|
|
|
}, |
5626
|
|
|
|
|
|
|
'RON' => { |
5627
|
|
|
|
|
|
|
symbol => 'RON', |
5628
|
|
|
|
|
|
|
display_name => { |
5629
|
|
|
|
|
|
|
'currency' => q(leu românesc), |
5630
|
|
|
|
|
|
|
'few' => q(lei românești), |
5631
|
|
|
|
|
|
|
'one' => q(leu românesc), |
5632
|
|
|
|
|
|
|
'other' => q(lei românești), |
5633
|
|
|
|
|
|
|
}, |
5634
|
|
|
|
|
|
|
}, |
5635
|
|
|
|
|
|
|
'RSD' => { |
5636
|
|
|
|
|
|
|
symbol => 'RSD', |
5637
|
|
|
|
|
|
|
display_name => { |
5638
|
|
|
|
|
|
|
'currency' => q(dinar sârbesc), |
5639
|
|
|
|
|
|
|
'few' => q(dinari sârbești), |
5640
|
|
|
|
|
|
|
'one' => q(dinar sârbesc), |
5641
|
|
|
|
|
|
|
'other' => q(dinari sârbești), |
5642
|
|
|
|
|
|
|
}, |
5643
|
|
|
|
|
|
|
}, |
5644
|
|
|
|
|
|
|
'RUB' => { |
5645
|
|
|
|
|
|
|
symbol => 'RUB', |
5646
|
|
|
|
|
|
|
display_name => { |
5647
|
|
|
|
|
|
|
'currency' => q(rublă rusească), |
5648
|
|
|
|
|
|
|
'few' => q(ruble rusești), |
5649
|
|
|
|
|
|
|
'one' => q(rublă rusească), |
5650
|
|
|
|
|
|
|
'other' => q(ruble rusești), |
5651
|
|
|
|
|
|
|
}, |
5652
|
|
|
|
|
|
|
}, |
5653
|
|
|
|
|
|
|
'RWF' => { |
5654
|
|
|
|
|
|
|
symbol => 'RWF', |
5655
|
|
|
|
|
|
|
display_name => { |
5656
|
|
|
|
|
|
|
'currency' => q(franc rwandez), |
5657
|
|
|
|
|
|
|
'few' => q(franci rwandezi), |
5658
|
|
|
|
|
|
|
'one' => q(franc rwandez), |
5659
|
|
|
|
|
|
|
'other' => q(franci rwandezi), |
5660
|
|
|
|
|
|
|
}, |
5661
|
|
|
|
|
|
|
}, |
5662
|
|
|
|
|
|
|
'SAR' => { |
5663
|
|
|
|
|
|
|
symbol => 'SAR', |
5664
|
|
|
|
|
|
|
display_name => { |
5665
|
|
|
|
|
|
|
'currency' => q(rial saudit), |
5666
|
|
|
|
|
|
|
'few' => q(riali saudiți), |
5667
|
|
|
|
|
|
|
'one' => q(rial saudit), |
5668
|
|
|
|
|
|
|
'other' => q(riali saudiți), |
5669
|
|
|
|
|
|
|
}, |
5670
|
|
|
|
|
|
|
}, |
5671
|
|
|
|
|
|
|
'SBD' => { |
5672
|
|
|
|
|
|
|
symbol => 'SBD', |
5673
|
|
|
|
|
|
|
display_name => { |
5674
|
|
|
|
|
|
|
'currency' => q(dolar din Insulele Solomon), |
5675
|
|
|
|
|
|
|
'few' => q(dolari din Insulele Solomon), |
5676
|
|
|
|
|
|
|
'one' => q(dolar din Insulele Solomon), |
5677
|
|
|
|
|
|
|
'other' => q(dolari din Insulele Solomon), |
5678
|
|
|
|
|
|
|
}, |
5679
|
|
|
|
|
|
|
}, |
5680
|
|
|
|
|
|
|
'SCR' => { |
5681
|
|
|
|
|
|
|
symbol => 'SCR', |
5682
|
|
|
|
|
|
|
display_name => { |
5683
|
|
|
|
|
|
|
'currency' => q(rupie din Seychelles), |
5684
|
|
|
|
|
|
|
'few' => q(rupii din Seychelles), |
5685
|
|
|
|
|
|
|
'one' => q(rupie din Seychelles), |
5686
|
|
|
|
|
|
|
'other' => q(rupii din Seychelles), |
5687
|
|
|
|
|
|
|
}, |
5688
|
|
|
|
|
|
|
}, |
5689
|
|
|
|
|
|
|
'SDD' => { |
5690
|
|
|
|
|
|
|
display_name => { |
5691
|
|
|
|
|
|
|
'currency' => q(dinar sudanez), |
5692
|
|
|
|
|
|
|
'few' => q(dinari sudanezi), |
5693
|
|
|
|
|
|
|
'one' => q(dinar sudanez), |
5694
|
|
|
|
|
|
|
'other' => q(dinari sudanezi), |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
}, |
5697
|
|
|
|
|
|
|
'SDG' => { |
5698
|
|
|
|
|
|
|
symbol => 'SDG', |
5699
|
|
|
|
|
|
|
display_name => { |
5700
|
|
|
|
|
|
|
'currency' => q(liră sudaneză), |
5701
|
|
|
|
|
|
|
'few' => q(lire sudaneze), |
5702
|
|
|
|
|
|
|
'one' => q(liră sudaneză), |
5703
|
|
|
|
|
|
|
'other' => q(lire sudaneze), |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
}, |
5706
|
|
|
|
|
|
|
'SDP' => { |
5707
|
|
|
|
|
|
|
display_name => { |
5708
|
|
|
|
|
|
|
'currency' => q(liră sudaneză \(1957–1998\)), |
5709
|
|
|
|
|
|
|
'few' => q(lire sudaneze \(1957–1998\)), |
5710
|
|
|
|
|
|
|
'one' => q(liră sudaneză \(1957–1998\)), |
5711
|
|
|
|
|
|
|
'other' => q(lire sudaneze \(1957–1998\)), |
5712
|
|
|
|
|
|
|
}, |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'SEK' => { |
5715
|
|
|
|
|
|
|
symbol => 'SEK', |
5716
|
|
|
|
|
|
|
display_name => { |
5717
|
|
|
|
|
|
|
'currency' => q(coroană suedeză), |
5718
|
|
|
|
|
|
|
'few' => q(coroane suedeze), |
5719
|
|
|
|
|
|
|
'one' => q(coroană suedeză), |
5720
|
|
|
|
|
|
|
'other' => q(coroane suedeze), |
5721
|
|
|
|
|
|
|
}, |
5722
|
|
|
|
|
|
|
}, |
5723
|
|
|
|
|
|
|
'SGD' => { |
5724
|
|
|
|
|
|
|
symbol => 'SGD', |
5725
|
|
|
|
|
|
|
display_name => { |
5726
|
|
|
|
|
|
|
'currency' => q(dolar singaporez), |
5727
|
|
|
|
|
|
|
'few' => q(dolari singaporezi), |
5728
|
|
|
|
|
|
|
'one' => q(dolar singaporez), |
5729
|
|
|
|
|
|
|
'other' => q(dolari singaporezi), |
5730
|
|
|
|
|
|
|
}, |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
'SHP' => { |
5733
|
|
|
|
|
|
|
symbol => 'SHP', |
5734
|
|
|
|
|
|
|
display_name => { |
5735
|
|
|
|
|
|
|
'currency' => q(liră Insula Sf. Elena), |
5736
|
|
|
|
|
|
|
'few' => q(lire Insula Sf. Elena), |
5737
|
|
|
|
|
|
|
'one' => q(liră Insula Sf. Elena), |
5738
|
|
|
|
|
|
|
'other' => q(lire Insula Sf. Elena), |
5739
|
|
|
|
|
|
|
}, |
5740
|
|
|
|
|
|
|
}, |
5741
|
|
|
|
|
|
|
'SIT' => { |
5742
|
|
|
|
|
|
|
display_name => { |
5743
|
|
|
|
|
|
|
'currency' => q(tolar sloven), |
5744
|
|
|
|
|
|
|
'few' => q(tolari sloveni), |
5745
|
|
|
|
|
|
|
'one' => q(tolar sloven), |
5746
|
|
|
|
|
|
|
'other' => q(tolari sloveni), |
5747
|
|
|
|
|
|
|
}, |
5748
|
|
|
|
|
|
|
}, |
5749
|
|
|
|
|
|
|
'SKK' => { |
5750
|
|
|
|
|
|
|
display_name => { |
5751
|
|
|
|
|
|
|
'currency' => q(coroană slovacă), |
5752
|
|
|
|
|
|
|
'few' => q(coroane slovace), |
5753
|
|
|
|
|
|
|
'one' => q(coroană slovacă), |
5754
|
|
|
|
|
|
|
'other' => q(coroane slovace), |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
}, |
5757
|
|
|
|
|
|
|
'SLL' => { |
5758
|
|
|
|
|
|
|
symbol => 'SLL', |
5759
|
|
|
|
|
|
|
display_name => { |
5760
|
|
|
|
|
|
|
'currency' => q(leone din Sierra Leone), |
5761
|
|
|
|
|
|
|
'few' => q(leoni din Sierra Leone), |
5762
|
|
|
|
|
|
|
'one' => q(leone din Sierra Leone), |
5763
|
|
|
|
|
|
|
'other' => q(leoni din Sierra Leone), |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
}, |
5766
|
|
|
|
|
|
|
'SOS' => { |
5767
|
|
|
|
|
|
|
symbol => 'SOS', |
5768
|
|
|
|
|
|
|
display_name => { |
5769
|
|
|
|
|
|
|
'currency' => q(șiling somalez), |
5770
|
|
|
|
|
|
|
'few' => q(șilingi somalezi), |
5771
|
|
|
|
|
|
|
'one' => q(șiling somalez), |
5772
|
|
|
|
|
|
|
'other' => q(șilingi somalezi), |
5773
|
|
|
|
|
|
|
}, |
5774
|
|
|
|
|
|
|
}, |
5775
|
|
|
|
|
|
|
'SRD' => { |
5776
|
|
|
|
|
|
|
symbol => 'SRD', |
5777
|
|
|
|
|
|
|
display_name => { |
5778
|
|
|
|
|
|
|
'currency' => q(dolar surinamez), |
5779
|
|
|
|
|
|
|
'few' => q(dolari surinamezi), |
5780
|
|
|
|
|
|
|
'one' => q(dolar surinamez), |
5781
|
|
|
|
|
|
|
'other' => q(dolari surinamezi), |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
}, |
5784
|
|
|
|
|
|
|
'SRG' => { |
5785
|
|
|
|
|
|
|
display_name => { |
5786
|
|
|
|
|
|
|
'currency' => q(gulden Surinam), |
5787
|
|
|
|
|
|
|
'few' => q(guldeni Surinam), |
5788
|
|
|
|
|
|
|
'one' => q(gulden Surinam), |
5789
|
|
|
|
|
|
|
'other' => q(guldeni Surinam), |
5790
|
|
|
|
|
|
|
}, |
5791
|
|
|
|
|
|
|
}, |
5792
|
|
|
|
|
|
|
'SSP' => { |
5793
|
|
|
|
|
|
|
symbol => 'SSP', |
5794
|
|
|
|
|
|
|
display_name => { |
5795
|
|
|
|
|
|
|
'currency' => q(liră din Sudanul de Sud), |
5796
|
|
|
|
|
|
|
'few' => q(lire din Sudanul de Sud), |
5797
|
|
|
|
|
|
|
'one' => q(liră din Sudanul de Sud), |
5798
|
|
|
|
|
|
|
'other' => q(lire din Sudanul de Sud), |
5799
|
|
|
|
|
|
|
}, |
5800
|
|
|
|
|
|
|
}, |
5801
|
|
|
|
|
|
|
'STD' => { |
5802
|
|
|
|
|
|
|
symbol => 'STD', |
5803
|
|
|
|
|
|
|
display_name => { |
5804
|
|
|
|
|
|
|
'currency' => q(dobra Sao Tome și Principe \(1977–2017\)), |
5805
|
|
|
|
|
|
|
'few' => q(dobre Sao Tome și Principe \(1977–2017\)), |
5806
|
|
|
|
|
|
|
'one' => q(dobra Sao Tome și Principe \(1977–2017\)), |
5807
|
|
|
|
|
|
|
'other' => q(dobre Sao Tome și Principe \(1977–2017\)), |
5808
|
|
|
|
|
|
|
}, |
5809
|
|
|
|
|
|
|
}, |
5810
|
|
|
|
|
|
|
'STN' => { |
5811
|
|
|
|
|
|
|
symbol => 'STN', |
5812
|
|
|
|
|
|
|
display_name => { |
5813
|
|
|
|
|
|
|
'currency' => q(dobra Sao Tome și Principe), |
5814
|
|
|
|
|
|
|
'few' => q(dobre Sao Tome și Principe), |
5815
|
|
|
|
|
|
|
'one' => q(dobra Sao Tome și Principe), |
5816
|
|
|
|
|
|
|
'other' => q(dobre Sao Tome și Principe), |
5817
|
|
|
|
|
|
|
}, |
5818
|
|
|
|
|
|
|
}, |
5819
|
|
|
|
|
|
|
'SUR' => { |
5820
|
|
|
|
|
|
|
display_name => { |
5821
|
|
|
|
|
|
|
'currency' => q(rublă sovietică), |
5822
|
|
|
|
|
|
|
'few' => q(ruble sovietice), |
5823
|
|
|
|
|
|
|
'one' => q(rublă sovietică), |
5824
|
|
|
|
|
|
|
'other' => q(ruble sovietice), |
5825
|
|
|
|
|
|
|
}, |
5826
|
|
|
|
|
|
|
}, |
5827
|
|
|
|
|
|
|
'SVC' => { |
5828
|
|
|
|
|
|
|
display_name => { |
5829
|
|
|
|
|
|
|
'currency' => q(colon El Salvador), |
5830
|
|
|
|
|
|
|
'few' => q(coloni El Salvador), |
5831
|
|
|
|
|
|
|
'one' => q(colon El Salvador), |
5832
|
|
|
|
|
|
|
'other' => q(coloni El Salvador), |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
}, |
5835
|
|
|
|
|
|
|
'SYP' => { |
5836
|
|
|
|
|
|
|
symbol => 'SYP', |
5837
|
|
|
|
|
|
|
display_name => { |
5838
|
|
|
|
|
|
|
'currency' => q(liră siriană), |
5839
|
|
|
|
|
|
|
'few' => q(lire siriene), |
5840
|
|
|
|
|
|
|
'one' => q(liră siriană), |
5841
|
|
|
|
|
|
|
'other' => q(lire siriene), |
5842
|
|
|
|
|
|
|
}, |
5843
|
|
|
|
|
|
|
}, |
5844
|
|
|
|
|
|
|
'SZL' => { |
5845
|
|
|
|
|
|
|
symbol => 'SZL', |
5846
|
|
|
|
|
|
|
display_name => { |
5847
|
|
|
|
|
|
|
'currency' => q(lilangeni din Swaziland), |
5848
|
|
|
|
|
|
|
'few' => q(emalangeni din Swaziland), |
5849
|
|
|
|
|
|
|
'one' => q(lilangeni din Swaziland), |
5850
|
|
|
|
|
|
|
'other' => q(emalangeni din Swaziland), |
5851
|
|
|
|
|
|
|
}, |
5852
|
|
|
|
|
|
|
}, |
5853
|
|
|
|
|
|
|
'THB' => { |
5854
|
|
|
|
|
|
|
symbol => 'THB', |
5855
|
|
|
|
|
|
|
display_name => { |
5856
|
|
|
|
|
|
|
'currency' => q(baht thailandez), |
5857
|
|
|
|
|
|
|
'few' => q(bahți thailandezi), |
5858
|
|
|
|
|
|
|
'one' => q(baht thailandez), |
5859
|
|
|
|
|
|
|
'other' => q(bahți thailandezi), |
5860
|
|
|
|
|
|
|
}, |
5861
|
|
|
|
|
|
|
}, |
5862
|
|
|
|
|
|
|
'TJR' => { |
5863
|
|
|
|
|
|
|
display_name => { |
5864
|
|
|
|
|
|
|
'currency' => q(rublă Tadjikistan), |
5865
|
|
|
|
|
|
|
'few' => q(ruble Tadjikistan), |
5866
|
|
|
|
|
|
|
'one' => q(rublă Tadjikistan), |
5867
|
|
|
|
|
|
|
'other' => q(ruble Tadjikistan), |
5868
|
|
|
|
|
|
|
}, |
5869
|
|
|
|
|
|
|
}, |
5870
|
|
|
|
|
|
|
'TJS' => { |
5871
|
|
|
|
|
|
|
symbol => 'TJS', |
5872
|
|
|
|
|
|
|
display_name => { |
5873
|
|
|
|
|
|
|
'currency' => q(somoni tadjic), |
5874
|
|
|
|
|
|
|
'few' => q(somoni tadjici), |
5875
|
|
|
|
|
|
|
'one' => q(somoni tajdic), |
5876
|
|
|
|
|
|
|
'other' => q(somoni tadjici), |
5877
|
|
|
|
|
|
|
}, |
5878
|
|
|
|
|
|
|
}, |
5879
|
|
|
|
|
|
|
'TMM' => { |
5880
|
|
|
|
|
|
|
display_name => { |
5881
|
|
|
|
|
|
|
'currency' => q(manat turkmen \(1993–2009\)), |
5882
|
|
|
|
|
|
|
'few' => q(manat turkmeni \(1993–2009\)), |
5883
|
|
|
|
|
|
|
'one' => q(manat turkmen \(1993–2009\)), |
5884
|
|
|
|
|
|
|
'other' => q(manat turkmeni \(1993–2009\)), |
5885
|
|
|
|
|
|
|
}, |
5886
|
|
|
|
|
|
|
}, |
5887
|
|
|
|
|
|
|
'TMT' => { |
5888
|
|
|
|
|
|
|
symbol => 'TMT', |
5889
|
|
|
|
|
|
|
display_name => { |
5890
|
|
|
|
|
|
|
'currency' => q(manat turkmen), |
5891
|
|
|
|
|
|
|
'few' => q(manat turkmeni), |
5892
|
|
|
|
|
|
|
'one' => q(manat turkmen), |
5893
|
|
|
|
|
|
|
'other' => q(manat turkmeni), |
5894
|
|
|
|
|
|
|
}, |
5895
|
|
|
|
|
|
|
}, |
5896
|
|
|
|
|
|
|
'TND' => { |
5897
|
|
|
|
|
|
|
symbol => 'TND', |
5898
|
|
|
|
|
|
|
display_name => { |
5899
|
|
|
|
|
|
|
'currency' => q(dinar tunisian), |
5900
|
|
|
|
|
|
|
'few' => q(dinari tunisieni), |
5901
|
|
|
|
|
|
|
'one' => q(dinar tunisian), |
5902
|
|
|
|
|
|
|
'other' => q(dinari tunisieni), |
5903
|
|
|
|
|
|
|
}, |
5904
|
|
|
|
|
|
|
}, |
5905
|
|
|
|
|
|
|
'TOP' => { |
5906
|
|
|
|
|
|
|
symbol => 'TOP', |
5907
|
|
|
|
|
|
|
display_name => { |
5908
|
|
|
|
|
|
|
'currency' => q(pa’anga tongană), |
5909
|
|
|
|
|
|
|
'few' => q(pa’anga tongane), |
5910
|
|
|
|
|
|
|
'one' => q(pa’anga tongană), |
5911
|
|
|
|
|
|
|
'other' => q(pa’anga tongane), |
5912
|
|
|
|
|
|
|
}, |
5913
|
|
|
|
|
|
|
}, |
5914
|
|
|
|
|
|
|
'TRL' => { |
5915
|
|
|
|
|
|
|
display_name => { |
5916
|
|
|
|
|
|
|
'currency' => q(liră turcească \(1922–2005\)), |
5917
|
|
|
|
|
|
|
'few' => q(liră turcească \(1922–2005\)), |
5918
|
|
|
|
|
|
|
'one' => q(liră turcească \(1922–2005\)), |
5919
|
|
|
|
|
|
|
'other' => q(lire turcești \(1922–2005\)), |
5920
|
|
|
|
|
|
|
}, |
5921
|
|
|
|
|
|
|
}, |
5922
|
|
|
|
|
|
|
'TRY' => { |
5923
|
|
|
|
|
|
|
symbol => 'TRY', |
5924
|
|
|
|
|
|
|
display_name => { |
5925
|
|
|
|
|
|
|
'currency' => q(liră turcească), |
5926
|
|
|
|
|
|
|
'few' => q(lire turcești), |
5927
|
|
|
|
|
|
|
'one' => q(liră turcească), |
5928
|
|
|
|
|
|
|
'other' => q(lire turcești), |
5929
|
|
|
|
|
|
|
}, |
5930
|
|
|
|
|
|
|
}, |
5931
|
|
|
|
|
|
|
'TTD' => { |
5932
|
|
|
|
|
|
|
symbol => 'TTD', |
5933
|
|
|
|
|
|
|
display_name => { |
5934
|
|
|
|
|
|
|
'currency' => q(dolar din Trinidad-Tobago), |
5935
|
|
|
|
|
|
|
'few' => q(dolari din Trinidad-Tobago), |
5936
|
|
|
|
|
|
|
'one' => q(dolar din Trinidad-Tobago), |
5937
|
|
|
|
|
|
|
'other' => q(dolari din Trinidad-Tobago), |
5938
|
|
|
|
|
|
|
}, |
5939
|
|
|
|
|
|
|
}, |
5940
|
|
|
|
|
|
|
'TWD' => { |
5941
|
|
|
|
|
|
|
symbol => 'TWD', |
5942
|
|
|
|
|
|
|
display_name => { |
5943
|
|
|
|
|
|
|
'currency' => q(dolar nou din Taiwan), |
5944
|
|
|
|
|
|
|
'few' => q(dolari noi din Taiwan), |
5945
|
|
|
|
|
|
|
'one' => q(dolar nou din Taiwan), |
5946
|
|
|
|
|
|
|
'other' => q(dolari noi Taiwan), |
5947
|
|
|
|
|
|
|
}, |
5948
|
|
|
|
|
|
|
}, |
5949
|
|
|
|
|
|
|
'TZS' => { |
5950
|
|
|
|
|
|
|
symbol => 'TZS', |
5951
|
|
|
|
|
|
|
display_name => { |
5952
|
|
|
|
|
|
|
'currency' => q(șiling tanzanian), |
5953
|
|
|
|
|
|
|
'few' => q(șilingi tanzanieni), |
5954
|
|
|
|
|
|
|
'one' => q(șiling tanzanian), |
5955
|
|
|
|
|
|
|
'other' => q(șilingi tanzanieni), |
5956
|
|
|
|
|
|
|
}, |
5957
|
|
|
|
|
|
|
}, |
5958
|
|
|
|
|
|
|
'UAH' => { |
5959
|
|
|
|
|
|
|
symbol => 'UAH', |
5960
|
|
|
|
|
|
|
display_name => { |
5961
|
|
|
|
|
|
|
'currency' => q(hryvna ucraineană), |
5962
|
|
|
|
|
|
|
'few' => q(hryvna ucrainiene), |
5963
|
|
|
|
|
|
|
'one' => q(hryvna ucrainiană), |
5964
|
|
|
|
|
|
|
'other' => q(hryvna ucrainiene), |
5965
|
|
|
|
|
|
|
}, |
5966
|
|
|
|
|
|
|
}, |
5967
|
|
|
|
|
|
|
'UAK' => { |
5968
|
|
|
|
|
|
|
display_name => { |
5969
|
|
|
|
|
|
|
'currency' => q(carboavă ucraineană), |
5970
|
|
|
|
|
|
|
'few' => q(carboave ucrainiene), |
5971
|
|
|
|
|
|
|
'one' => q(carboavă ucraineană), |
5972
|
|
|
|
|
|
|
'other' => q(carboave ucrainiene), |
5973
|
|
|
|
|
|
|
}, |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
'UGS' => { |
5976
|
|
|
|
|
|
|
display_name => { |
5977
|
|
|
|
|
|
|
'currency' => q(șiling ugandez \(1966–1987\)), |
5978
|
|
|
|
|
|
|
'few' => q(șilingi ugandezi \(1966–1987\)), |
5979
|
|
|
|
|
|
|
'one' => q(șiling ugandez \(1966–1987\)), |
5980
|
|
|
|
|
|
|
'other' => q(șilingi ugandezi \(1966–1987\)), |
5981
|
|
|
|
|
|
|
}, |
5982
|
|
|
|
|
|
|
}, |
5983
|
|
|
|
|
|
|
'UGX' => { |
5984
|
|
|
|
|
|
|
symbol => 'UGX', |
5985
|
|
|
|
|
|
|
display_name => { |
5986
|
|
|
|
|
|
|
'currency' => q(șiling ugandez), |
5987
|
|
|
|
|
|
|
'few' => q(șilingi ugandezi), |
5988
|
|
|
|
|
|
|
'one' => q(șiling ugandez), |
5989
|
|
|
|
|
|
|
'other' => q(șilingi ugandezi), |
5990
|
|
|
|
|
|
|
}, |
5991
|
|
|
|
|
|
|
}, |
5992
|
|
|
|
|
|
|
'USD' => { |
5993
|
|
|
|
|
|
|
symbol => 'USD', |
5994
|
|
|
|
|
|
|
display_name => { |
5995
|
|
|
|
|
|
|
'currency' => q(dolar american), |
5996
|
|
|
|
|
|
|
'few' => q(dolari americani), |
5997
|
|
|
|
|
|
|
'one' => q(dolar american), |
5998
|
|
|
|
|
|
|
'other' => q(dolari americani), |
5999
|
|
|
|
|
|
|
}, |
6000
|
|
|
|
|
|
|
}, |
6001
|
|
|
|
|
|
|
'USN' => { |
6002
|
|
|
|
|
|
|
display_name => { |
6003
|
|
|
|
|
|
|
'currency' => q(dolar american \(ziua următoare\)), |
6004
|
|
|
|
|
|
|
'few' => q(dolari americani \(ziua următoare\)), |
6005
|
|
|
|
|
|
|
'one' => q(dolar american \(ziua următoare\)), |
6006
|
|
|
|
|
|
|
'other' => q(dolari americani \(ziua următoare\)), |
6007
|
|
|
|
|
|
|
}, |
6008
|
|
|
|
|
|
|
}, |
6009
|
|
|
|
|
|
|
'USS' => { |
6010
|
|
|
|
|
|
|
display_name => { |
6011
|
|
|
|
|
|
|
'currency' => q(dolar american \(aceeași zi\)), |
6012
|
|
|
|
|
|
|
'few' => q(dolari americani \(aceeași zi\)), |
6013
|
|
|
|
|
|
|
'one' => q(dolar american \(aceeași zi\)), |
6014
|
|
|
|
|
|
|
'other' => q(dolari americani \(aceeași zi\)), |
6015
|
|
|
|
|
|
|
}, |
6016
|
|
|
|
|
|
|
}, |
6017
|
|
|
|
|
|
|
'UYP' => { |
6018
|
|
|
|
|
|
|
display_name => { |
6019
|
|
|
|
|
|
|
'currency' => q(peso Uruguay \(1975–1993\)), |
6020
|
|
|
|
|
|
|
'few' => q(pesos Uruguay \(1975–1993\)), |
6021
|
|
|
|
|
|
|
'one' => q(peso Uruguay \(1975–1993\)), |
6022
|
|
|
|
|
|
|
'other' => q(pesos Uruguay \(1975–1993\)), |
6023
|
|
|
|
|
|
|
}, |
6024
|
|
|
|
|
|
|
}, |
6025
|
|
|
|
|
|
|
'UYU' => { |
6026
|
|
|
|
|
|
|
symbol => 'UYU', |
6027
|
|
|
|
|
|
|
display_name => { |
6028
|
|
|
|
|
|
|
'currency' => q(peso uruguayan), |
6029
|
|
|
|
|
|
|
'few' => q(pesos uruguayeni), |
6030
|
|
|
|
|
|
|
'one' => q(peso uruguayan), |
6031
|
|
|
|
|
|
|
'other' => q(pesos uruguayeni), |
6032
|
|
|
|
|
|
|
}, |
6033
|
|
|
|
|
|
|
}, |
6034
|
|
|
|
|
|
|
'UZS' => { |
6035
|
|
|
|
|
|
|
symbol => 'UZS', |
6036
|
|
|
|
|
|
|
display_name => { |
6037
|
|
|
|
|
|
|
'currency' => q(sum Uzbekistan), |
6038
|
|
|
|
|
|
|
'few' => q(sum Uzbekistan), |
6039
|
|
|
|
|
|
|
'one' => q(sum Uzbekistan), |
6040
|
|
|
|
|
|
|
'other' => q(sum Uzbekistan), |
6041
|
|
|
|
|
|
|
}, |
6042
|
|
|
|
|
|
|
}, |
6043
|
|
|
|
|
|
|
'VEB' => { |
6044
|
|
|
|
|
|
|
display_name => { |
6045
|
|
|
|
|
|
|
'currency' => q(bolivar Venezuela \(1871–2008\)), |
6046
|
|
|
|
|
|
|
'few' => q(bolivari Venezuela \(1871–2008\)), |
6047
|
|
|
|
|
|
|
'one' => q(bolivar Venezuela \(1871–2008\)), |
6048
|
|
|
|
|
|
|
'other' => q(bolivari Venezuela \(1871–2008\)), |
6049
|
|
|
|
|
|
|
}, |
6050
|
|
|
|
|
|
|
}, |
6051
|
|
|
|
|
|
|
'VEF' => { |
6052
|
|
|
|
|
|
|
symbol => 'VEF', |
6053
|
|
|
|
|
|
|
display_name => { |
6054
|
|
|
|
|
|
|
'currency' => q(bolivar venezuelean \(2008–2018\)), |
6055
|
|
|
|
|
|
|
'few' => q(bolivari venezueleni \(2008–2018\)), |
6056
|
|
|
|
|
|
|
'one' => q(bolivar venezuelean \(2008–2018\)), |
6057
|
|
|
|
|
|
|
'other' => q(bolivari venezueleni \(2008–2018\)), |
6058
|
|
|
|
|
|
|
}, |
6059
|
|
|
|
|
|
|
}, |
6060
|
|
|
|
|
|
|
'VES' => { |
6061
|
|
|
|
|
|
|
symbol => 'VES', |
6062
|
|
|
|
|
|
|
display_name => { |
6063
|
|
|
|
|
|
|
'currency' => q(bolivar venezuelean), |
6064
|
|
|
|
|
|
|
'few' => q(bolivari venezueleni), |
6065
|
|
|
|
|
|
|
'one' => q(bolivar venezuelean), |
6066
|
|
|
|
|
|
|
'other' => q(bolivari venezueleni), |
6067
|
|
|
|
|
|
|
}, |
6068
|
|
|
|
|
|
|
}, |
6069
|
|
|
|
|
|
|
'VND' => { |
6070
|
|
|
|
|
|
|
symbol => 'VND', |
6071
|
|
|
|
|
|
|
display_name => { |
6072
|
|
|
|
|
|
|
'currency' => q(dong vietnamez), |
6073
|
|
|
|
|
|
|
'few' => q(dongi vietnamezi), |
6074
|
|
|
|
|
|
|
'one' => q(dong vietnamez), |
6075
|
|
|
|
|
|
|
'other' => q(dongi vietnamezi), |
6076
|
|
|
|
|
|
|
}, |
6077
|
|
|
|
|
|
|
}, |
6078
|
|
|
|
|
|
|
'VUV' => { |
6079
|
|
|
|
|
|
|
symbol => 'VUV', |
6080
|
|
|
|
|
|
|
display_name => { |
6081
|
|
|
|
|
|
|
'currency' => q(vatu din Vanuatu), |
6082
|
|
|
|
|
|
|
'few' => q(vatu din Vanuatu), |
6083
|
|
|
|
|
|
|
'one' => q(vatu din Vanuatu), |
6084
|
|
|
|
|
|
|
'other' => q(vatu din Vanuatu), |
6085
|
|
|
|
|
|
|
}, |
6086
|
|
|
|
|
|
|
}, |
6087
|
|
|
|
|
|
|
'WST' => { |
6088
|
|
|
|
|
|
|
symbol => 'WST', |
6089
|
|
|
|
|
|
|
display_name => { |
6090
|
|
|
|
|
|
|
'currency' => q(tala samoană), |
6091
|
|
|
|
|
|
|
'few' => q(tala samoane), |
6092
|
|
|
|
|
|
|
'one' => q(tala samoană), |
6093
|
|
|
|
|
|
|
'other' => q(tala samoană), |
6094
|
|
|
|
|
|
|
}, |
6095
|
|
|
|
|
|
|
}, |
6096
|
|
|
|
|
|
|
'XAF' => { |
6097
|
|
|
|
|
|
|
symbol => 'FCFA', |
6098
|
|
|
|
|
|
|
display_name => { |
6099
|
|
|
|
|
|
|
'currency' => q(franc CFA BEAC), |
6100
|
|
|
|
|
|
|
'few' => q(franci CFA BEAC), |
6101
|
|
|
|
|
|
|
'one' => q(franc CFA BEAC), |
6102
|
|
|
|
|
|
|
'other' => q(franci CFA central-africani), |
6103
|
|
|
|
|
|
|
}, |
6104
|
|
|
|
|
|
|
}, |
6105
|
|
|
|
|
|
|
'XAG' => { |
6106
|
|
|
|
|
|
|
display_name => { |
6107
|
|
|
|
|
|
|
'currency' => q(argint), |
6108
|
|
|
|
|
|
|
}, |
6109
|
|
|
|
|
|
|
}, |
6110
|
|
|
|
|
|
|
'XAU' => { |
6111
|
|
|
|
|
|
|
display_name => { |
6112
|
|
|
|
|
|
|
'currency' => q(aur), |
6113
|
|
|
|
|
|
|
}, |
6114
|
|
|
|
|
|
|
}, |
6115
|
|
|
|
|
|
|
'XBA' => { |
6116
|
|
|
|
|
|
|
display_name => { |
6117
|
|
|
|
|
|
|
'currency' => q(unitate compusă europeană), |
6118
|
|
|
|
|
|
|
}, |
6119
|
|
|
|
|
|
|
}, |
6120
|
|
|
|
|
|
|
'XBB' => { |
6121
|
|
|
|
|
|
|
display_name => { |
6122
|
|
|
|
|
|
|
'currency' => q(unitate monetară europeană), |
6123
|
|
|
|
|
|
|
}, |
6124
|
|
|
|
|
|
|
}, |
6125
|
|
|
|
|
|
|
'XBC' => { |
6126
|
|
|
|
|
|
|
display_name => { |
6127
|
|
|
|
|
|
|
'currency' => q(unitate de cont europeană \(XBC\)), |
6128
|
|
|
|
|
|
|
}, |
6129
|
|
|
|
|
|
|
}, |
6130
|
|
|
|
|
|
|
'XBD' => { |
6131
|
|
|
|
|
|
|
display_name => { |
6132
|
|
|
|
|
|
|
'currency' => q(unitate de cont europeană \(XBD\)), |
6133
|
|
|
|
|
|
|
}, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
'XCD' => { |
6136
|
|
|
|
|
|
|
symbol => 'XCD', |
6137
|
|
|
|
|
|
|
display_name => { |
6138
|
|
|
|
|
|
|
'currency' => q(dolar din Caraibele de Est), |
6139
|
|
|
|
|
|
|
'few' => q(dolari din Caraibele de Est), |
6140
|
|
|
|
|
|
|
'one' => q(dolar din Caraibele de Est), |
6141
|
|
|
|
|
|
|
'other' => q(dolari din Caraibele de Est), |
6142
|
|
|
|
|
|
|
}, |
6143
|
|
|
|
|
|
|
}, |
6144
|
|
|
|
|
|
|
'XDR' => { |
6145
|
|
|
|
|
|
|
display_name => { |
6146
|
|
|
|
|
|
|
'currency' => q(drepturi speciale de tragere), |
6147
|
|
|
|
|
|
|
}, |
6148
|
|
|
|
|
|
|
}, |
6149
|
|
|
|
|
|
|
'XEU' => { |
6150
|
|
|
|
|
|
|
display_name => { |
6151
|
|
|
|
|
|
|
'currency' => q(unitate de monedă europeană), |
6152
|
|
|
|
|
|
|
}, |
6153
|
|
|
|
|
|
|
}, |
6154
|
|
|
|
|
|
|
'XFO' => { |
6155
|
|
|
|
|
|
|
display_name => { |
6156
|
|
|
|
|
|
|
'currency' => q(franc francez de aur), |
6157
|
|
|
|
|
|
|
'few' => q(franci francezi de aur), |
6158
|
|
|
|
|
|
|
'one' => q(franc francez de aur), |
6159
|
|
|
|
|
|
|
'other' => q(franci francezi de aur), |
6160
|
|
|
|
|
|
|
}, |
6161
|
|
|
|
|
|
|
}, |
6162
|
|
|
|
|
|
|
'XFU' => { |
6163
|
|
|
|
|
|
|
display_name => { |
6164
|
|
|
|
|
|
|
'currency' => q(franc UIC francez), |
6165
|
|
|
|
|
|
|
}, |
6166
|
|
|
|
|
|
|
}, |
6167
|
|
|
|
|
|
|
'XOF' => { |
6168
|
|
|
|
|
|
|
symbol => 'CFA', |
6169
|
|
|
|
|
|
|
display_name => { |
6170
|
|
|
|
|
|
|
'currency' => q(franc CFA BCEAO), |
6171
|
|
|
|
|
|
|
'few' => q(franci CFA BCEAO), |
6172
|
|
|
|
|
|
|
'one' => q(franc CFA BCEAO), |
6173
|
|
|
|
|
|
|
'other' => q(franci CFA BCEAO), |
6174
|
|
|
|
|
|
|
}, |
6175
|
|
|
|
|
|
|
}, |
6176
|
|
|
|
|
|
|
'XPD' => { |
6177
|
|
|
|
|
|
|
display_name => { |
6178
|
|
|
|
|
|
|
'currency' => q(paladiu), |
6179
|
|
|
|
|
|
|
}, |
6180
|
|
|
|
|
|
|
}, |
6181
|
|
|
|
|
|
|
'XPF' => { |
6182
|
|
|
|
|
|
|
symbol => 'CFPF', |
6183
|
|
|
|
|
|
|
display_name => { |
6184
|
|
|
|
|
|
|
'currency' => q(franc CFP), |
6185
|
|
|
|
|
|
|
'few' => q(franci CFP), |
6186
|
|
|
|
|
|
|
'one' => q(franc CFP), |
6187
|
|
|
|
|
|
|
'other' => q(franci CFP), |
6188
|
|
|
|
|
|
|
}, |
6189
|
|
|
|
|
|
|
}, |
6190
|
|
|
|
|
|
|
'XPT' => { |
6191
|
|
|
|
|
|
|
display_name => { |
6192
|
|
|
|
|
|
|
'currency' => q(platină), |
6193
|
|
|
|
|
|
|
}, |
6194
|
|
|
|
|
|
|
}, |
6195
|
|
|
|
|
|
|
'XTS' => { |
6196
|
|
|
|
|
|
|
display_name => { |
6197
|
|
|
|
|
|
|
'currency' => q(cod monetar de test), |
6198
|
|
|
|
|
|
|
}, |
6199
|
|
|
|
|
|
|
}, |
6200
|
|
|
|
|
|
|
'XXX' => { |
6201
|
|
|
|
|
|
|
display_name => { |
6202
|
|
|
|
|
|
|
'currency' => q(monedă necunoscută), |
6203
|
|
|
|
|
|
|
'few' => q(\(monedă necunoscută\)), |
6204
|
|
|
|
|
|
|
'one' => q(\(unitate monetară necunoscută\)), |
6205
|
|
|
|
|
|
|
'other' => q(\(monedă necunoscută\)), |
6206
|
|
|
|
|
|
|
}, |
6207
|
|
|
|
|
|
|
}, |
6208
|
|
|
|
|
|
|
'YDD' => { |
6209
|
|
|
|
|
|
|
display_name => { |
6210
|
|
|
|
|
|
|
'currency' => q(dinar Yemen), |
6211
|
|
|
|
|
|
|
'few' => q(dinari Yemen), |
6212
|
|
|
|
|
|
|
'one' => q(dinar Yemen), |
6213
|
|
|
|
|
|
|
'other' => q(dinari Yemen), |
6214
|
|
|
|
|
|
|
}, |
6215
|
|
|
|
|
|
|
}, |
6216
|
|
|
|
|
|
|
'YER' => { |
6217
|
|
|
|
|
|
|
symbol => 'YER', |
6218
|
|
|
|
|
|
|
display_name => { |
6219
|
|
|
|
|
|
|
'currency' => q(rial yemenit), |
6220
|
|
|
|
|
|
|
'few' => q(riali yemeniți), |
6221
|
|
|
|
|
|
|
'one' => q(rial yemenit), |
6222
|
|
|
|
|
|
|
'other' => q(riali yemeniți), |
6223
|
|
|
|
|
|
|
}, |
6224
|
|
|
|
|
|
|
}, |
6225
|
|
|
|
|
|
|
'YUD' => { |
6226
|
|
|
|
|
|
|
display_name => { |
6227
|
|
|
|
|
|
|
'currency' => q(dinar iugoslav greu), |
6228
|
|
|
|
|
|
|
'few' => q(dinari iugoslavi grei), |
6229
|
|
|
|
|
|
|
'one' => q(dinar iugoslav greu), |
6230
|
|
|
|
|
|
|
'other' => q(dinari iugoslavi grei), |
6231
|
|
|
|
|
|
|
}, |
6232
|
|
|
|
|
|
|
}, |
6233
|
|
|
|
|
|
|
'YUM' => { |
6234
|
|
|
|
|
|
|
display_name => { |
6235
|
|
|
|
|
|
|
'currency' => q(dinar iugoslav nou), |
6236
|
|
|
|
|
|
|
'few' => q(dinari iugoslavi noi), |
6237
|
|
|
|
|
|
|
'one' => q(dinar iugoslav nou), |
6238
|
|
|
|
|
|
|
'other' => q(dinari iugoslavi noi), |
6239
|
|
|
|
|
|
|
}, |
6240
|
|
|
|
|
|
|
}, |
6241
|
|
|
|
|
|
|
'YUN' => { |
6242
|
|
|
|
|
|
|
display_name => { |
6243
|
|
|
|
|
|
|
'currency' => q(dinar iugoslav convertibil), |
6244
|
|
|
|
|
|
|
'few' => q(dinari iugoslavi convertibili), |
6245
|
|
|
|
|
|
|
'one' => q(dinar iugoslav convertibil), |
6246
|
|
|
|
|
|
|
'other' => q(dinari iugoslavi convertibili), |
6247
|
|
|
|
|
|
|
}, |
6248
|
|
|
|
|
|
|
}, |
6249
|
|
|
|
|
|
|
'ZAL' => { |
6250
|
|
|
|
|
|
|
display_name => { |
6251
|
|
|
|
|
|
|
'currency' => q(rand sud-african \(financiar\)), |
6252
|
|
|
|
|
|
|
}, |
6253
|
|
|
|
|
|
|
}, |
6254
|
|
|
|
|
|
|
'ZAR' => { |
6255
|
|
|
|
|
|
|
symbol => 'ZAR', |
6256
|
|
|
|
|
|
|
display_name => { |
6257
|
|
|
|
|
|
|
'currency' => q(rand sud-african), |
6258
|
|
|
|
|
|
|
'few' => q(ranzi sud-africani), |
6259
|
|
|
|
|
|
|
'one' => q(rand sud-african), |
6260
|
|
|
|
|
|
|
'other' => q(ranzi sud-africani), |
6261
|
|
|
|
|
|
|
}, |
6262
|
|
|
|
|
|
|
}, |
6263
|
|
|
|
|
|
|
'ZMK' => { |
6264
|
|
|
|
|
|
|
display_name => { |
6265
|
|
|
|
|
|
|
'currency' => q(kwacha zambian \(1968–2012\)), |
6266
|
|
|
|
|
|
|
'few' => q(kwache zambiene \(1968–2012\)), |
6267
|
|
|
|
|
|
|
'one' => q(kwacha zambiană \(1968–2012\)), |
6268
|
|
|
|
|
|
|
'other' => q(kwache zambiene \(1968–2012\)), |
6269
|
|
|
|
|
|
|
}, |
6270
|
|
|
|
|
|
|
}, |
6271
|
|
|
|
|
|
|
'ZMW' => { |
6272
|
|
|
|
|
|
|
symbol => 'ZMW', |
6273
|
|
|
|
|
|
|
display_name => { |
6274
|
|
|
|
|
|
|
'currency' => q(kwacha zambian), |
6275
|
|
|
|
|
|
|
'few' => q(kwache zambiene), |
6276
|
|
|
|
|
|
|
'one' => q(kwacha zambian), |
6277
|
|
|
|
|
|
|
'other' => q(kwache zambiene), |
6278
|
|
|
|
|
|
|
}, |
6279
|
|
|
|
|
|
|
}, |
6280
|
|
|
|
|
|
|
'ZRN' => { |
6281
|
|
|
|
|
|
|
display_name => { |
6282
|
|
|
|
|
|
|
'currency' => q(zair nou), |
6283
|
|
|
|
|
|
|
'few' => q(zairi noi), |
6284
|
|
|
|
|
|
|
'one' => q(zair nou), |
6285
|
|
|
|
|
|
|
'other' => q(zairi noi), |
6286
|
|
|
|
|
|
|
}, |
6287
|
|
|
|
|
|
|
}, |
6288
|
|
|
|
|
|
|
'ZWD' => { |
6289
|
|
|
|
|
|
|
display_name => { |
6290
|
|
|
|
|
|
|
'currency' => q(dolar Zimbabwe \(1980–2008\)), |
6291
|
|
|
|
|
|
|
'few' => q(dolari Zimbabwe \(1980–2008\)), |
6292
|
|
|
|
|
|
|
'one' => q(dolar Zimbabwe \(1980–2008\)), |
6293
|
|
|
|
|
|
|
'other' => q(dolari Zimbabwe \(1980–2008\)), |
6294
|
|
|
|
|
|
|
}, |
6295
|
|
|
|
|
|
|
}, |
6296
|
|
|
|
|
|
|
'ZWL' => { |
6297
|
|
|
|
|
|
|
display_name => { |
6298
|
|
|
|
|
|
|
'currency' => q(dolar Zimbabwe \(2009\)), |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
}, |
6301
|
|
|
|
|
|
|
'ZWR' => { |
6302
|
|
|
|
|
|
|
display_name => { |
6303
|
|
|
|
|
|
|
'currency' => q(dolar Zimbabwe \(2008\)), |
6304
|
|
|
|
|
|
|
}, |
6305
|
|
|
|
|
|
|
}, |
6306
|
|
|
|
|
|
|
} }, |
6307
|
|
|
|
|
|
|
); |
6308
|
|
|
|
|
|
|
|
6309
|
|
|
|
|
|
|
|
6310
|
|
|
|
|
|
|
has 'calendar_months' => ( |
6311
|
|
|
|
|
|
|
is => 'ro', |
6312
|
|
|
|
|
|
|
isa => HashRef, |
6313
|
|
|
|
|
|
|
init_arg => undef, |
6314
|
|
|
|
|
|
|
default => sub { { |
6315
|
|
|
|
|
|
|
'chinese' => { |
6316
|
|
|
|
|
|
|
'format' => { |
6317
|
|
|
|
|
|
|
abbreviated => { |
6318
|
|
|
|
|
|
|
nonleap => [ |
6319
|
|
|
|
|
|
|
'1', |
6320
|
|
|
|
|
|
|
'2', |
6321
|
|
|
|
|
|
|
'3', |
6322
|
|
|
|
|
|
|
'4', |
6323
|
|
|
|
|
|
|
'5', |
6324
|
|
|
|
|
|
|
'6', |
6325
|
|
|
|
|
|
|
'7', |
6326
|
|
|
|
|
|
|
'8', |
6327
|
|
|
|
|
|
|
'9', |
6328
|
|
|
|
|
|
|
'10', |
6329
|
|
|
|
|
|
|
'11', |
6330
|
|
|
|
|
|
|
'12' |
6331
|
|
|
|
|
|
|
], |
6332
|
|
|
|
|
|
|
leap => [ |
6333
|
|
|
|
|
|
|
|
6334
|
|
|
|
|
|
|
], |
6335
|
|
|
|
|
|
|
}, |
6336
|
|
|
|
|
|
|
narrow => { |
6337
|
|
|
|
|
|
|
nonleap => [ |
6338
|
|
|
|
|
|
|
'1', |
6339
|
|
|
|
|
|
|
'2', |
6340
|
|
|
|
|
|
|
'3', |
6341
|
|
|
|
|
|
|
'4', |
6342
|
|
|
|
|
|
|
'5', |
6343
|
|
|
|
|
|
|
'6', |
6344
|
|
|
|
|
|
|
'7', |
6345
|
|
|
|
|
|
|
'8', |
6346
|
|
|
|
|
|
|
'9', |
6347
|
|
|
|
|
|
|
'10', |
6348
|
|
|
|
|
|
|
'11', |
6349
|
|
|
|
|
|
|
'12' |
6350
|
|
|
|
|
|
|
], |
6351
|
|
|
|
|
|
|
leap => [ |
6352
|
|
|
|
|
|
|
|
6353
|
|
|
|
|
|
|
], |
6354
|
|
|
|
|
|
|
}, |
6355
|
|
|
|
|
|
|
}, |
6356
|
|
|
|
|
|
|
'stand-alone' => { |
6357
|
|
|
|
|
|
|
abbreviated => { |
6358
|
|
|
|
|
|
|
nonleap => [ |
6359
|
|
|
|
|
|
|
'1', |
6360
|
|
|
|
|
|
|
'2', |
6361
|
|
|
|
|
|
|
'3', |
6362
|
|
|
|
|
|
|
'4', |
6363
|
|
|
|
|
|
|
'5', |
6364
|
|
|
|
|
|
|
'6', |
6365
|
|
|
|
|
|
|
'7', |
6366
|
|
|
|
|
|
|
'8', |
6367
|
|
|
|
|
|
|
'9', |
6368
|
|
|
|
|
|
|
'10', |
6369
|
|
|
|
|
|
|
'11', |
6370
|
|
|
|
|
|
|
'12' |
6371
|
|
|
|
|
|
|
], |
6372
|
|
|
|
|
|
|
leap => [ |
6373
|
|
|
|
|
|
|
|
6374
|
|
|
|
|
|
|
], |
6375
|
|
|
|
|
|
|
}, |
6376
|
|
|
|
|
|
|
wide => { |
6377
|
|
|
|
|
|
|
nonleap => [ |
6378
|
|
|
|
|
|
|
'1', |
6379
|
|
|
|
|
|
|
'2', |
6380
|
|
|
|
|
|
|
'3', |
6381
|
|
|
|
|
|
|
'4', |
6382
|
|
|
|
|
|
|
'5', |
6383
|
|
|
|
|
|
|
'6', |
6384
|
|
|
|
|
|
|
'7', |
6385
|
|
|
|
|
|
|
'8', |
6386
|
|
|
|
|
|
|
'9', |
6387
|
|
|
|
|
|
|
'10', |
6388
|
|
|
|
|
|
|
'11', |
6389
|
|
|
|
|
|
|
'12' |
6390
|
|
|
|
|
|
|
], |
6391
|
|
|
|
|
|
|
leap => [ |
6392
|
|
|
|
|
|
|
|
6393
|
|
|
|
|
|
|
], |
6394
|
|
|
|
|
|
|
}, |
6395
|
|
|
|
|
|
|
}, |
6396
|
|
|
|
|
|
|
}, |
6397
|
|
|
|
|
|
|
'coptic' => { |
6398
|
|
|
|
|
|
|
'format' => { |
6399
|
|
|
|
|
|
|
abbreviated => { |
6400
|
|
|
|
|
|
|
nonleap => [ |
6401
|
|
|
|
|
|
|
'Thout', |
6402
|
|
|
|
|
|
|
'Paopi', |
6403
|
|
|
|
|
|
|
'Hathor', |
6404
|
|
|
|
|
|
|
'Koiak', |
6405
|
|
|
|
|
|
|
'Tobi', |
6406
|
|
|
|
|
|
|
'Meshir', |
6407
|
|
|
|
|
|
|
'Paremhat', |
6408
|
|
|
|
|
|
|
'Paremoude', |
6409
|
|
|
|
|
|
|
'Pashons', |
6410
|
|
|
|
|
|
|
'Paoni', |
6411
|
|
|
|
|
|
|
'Epip', |
6412
|
|
|
|
|
|
|
'Mesori', |
6413
|
|
|
|
|
|
|
'Pi Kogi Enavot' |
6414
|
|
|
|
|
|
|
], |
6415
|
|
|
|
|
|
|
leap => [ |
6416
|
|
|
|
|
|
|
|
6417
|
|
|
|
|
|
|
], |
6418
|
|
|
|
|
|
|
}, |
6419
|
|
|
|
|
|
|
narrow => { |
6420
|
|
|
|
|
|
|
nonleap => [ |
6421
|
|
|
|
|
|
|
'1', |
6422
|
|
|
|
|
|
|
'2', |
6423
|
|
|
|
|
|
|
'3', |
6424
|
|
|
|
|
|
|
'4', |
6425
|
|
|
|
|
|
|
'5', |
6426
|
|
|
|
|
|
|
'6', |
6427
|
|
|
|
|
|
|
'7', |
6428
|
|
|
|
|
|
|
'8', |
6429
|
|
|
|
|
|
|
'9', |
6430
|
|
|
|
|
|
|
'10', |
6431
|
|
|
|
|
|
|
'11', |
6432
|
|
|
|
|
|
|
'12', |
6433
|
|
|
|
|
|
|
'13' |
6434
|
|
|
|
|
|
|
], |
6435
|
|
|
|
|
|
|
leap => [ |
6436
|
|
|
|
|
|
|
|
6437
|
|
|
|
|
|
|
], |
6438
|
|
|
|
|
|
|
}, |
6439
|
|
|
|
|
|
|
wide => { |
6440
|
|
|
|
|
|
|
nonleap => [ |
6441
|
|
|
|
|
|
|
'Thout', |
6442
|
|
|
|
|
|
|
'Paopi', |
6443
|
|
|
|
|
|
|
'Hathor', |
6444
|
|
|
|
|
|
|
'Koiak', |
6445
|
|
|
|
|
|
|
'Tobi', |
6446
|
|
|
|
|
|
|
'Meshir', |
6447
|
|
|
|
|
|
|
'Paremhat', |
6448
|
|
|
|
|
|
|
'Paremoude', |
6449
|
|
|
|
|
|
|
'Pashons', |
6450
|
|
|
|
|
|
|
'Paoni', |
6451
|
|
|
|
|
|
|
'Epip', |
6452
|
|
|
|
|
|
|
'Mesori', |
6453
|
|
|
|
|
|
|
'Pi Kogi Enavot' |
6454
|
|
|
|
|
|
|
], |
6455
|
|
|
|
|
|
|
leap => [ |
6456
|
|
|
|
|
|
|
|
6457
|
|
|
|
|
|
|
], |
6458
|
|
|
|
|
|
|
}, |
6459
|
|
|
|
|
|
|
}, |
6460
|
|
|
|
|
|
|
'stand-alone' => { |
6461
|
|
|
|
|
|
|
abbreviated => { |
6462
|
|
|
|
|
|
|
nonleap => [ |
6463
|
|
|
|
|
|
|
'Thout', |
6464
|
|
|
|
|
|
|
'Paopi', |
6465
|
|
|
|
|
|
|
'Hathor', |
6466
|
|
|
|
|
|
|
'Koiak', |
6467
|
|
|
|
|
|
|
'Tobi', |
6468
|
|
|
|
|
|
|
'Meshir', |
6469
|
|
|
|
|
|
|
'Paremhat', |
6470
|
|
|
|
|
|
|
'Paremoude', |
6471
|
|
|
|
|
|
|
'Pashons', |
6472
|
|
|
|
|
|
|
'Paoni', |
6473
|
|
|
|
|
|
|
'Epip', |
6474
|
|
|
|
|
|
|
'Mesori', |
6475
|
|
|
|
|
|
|
'Pi Kogi Enavot' |
6476
|
|
|
|
|
|
|
], |
6477
|
|
|
|
|
|
|
leap => [ |
6478
|
|
|
|
|
|
|
|
6479
|
|
|
|
|
|
|
], |
6480
|
|
|
|
|
|
|
}, |
6481
|
|
|
|
|
|
|
narrow => { |
6482
|
|
|
|
|
|
|
nonleap => [ |
6483
|
|
|
|
|
|
|
'1', |
6484
|
|
|
|
|
|
|
'2', |
6485
|
|
|
|
|
|
|
'3', |
6486
|
|
|
|
|
|
|
'4', |
6487
|
|
|
|
|
|
|
'5', |
6488
|
|
|
|
|
|
|
'6', |
6489
|
|
|
|
|
|
|
'7', |
6490
|
|
|
|
|
|
|
'8', |
6491
|
|
|
|
|
|
|
'9', |
6492
|
|
|
|
|
|
|
'10', |
6493
|
|
|
|
|
|
|
'11', |
6494
|
|
|
|
|
|
|
'12', |
6495
|
|
|
|
|
|
|
'13' |
6496
|
|
|
|
|
|
|
], |
6497
|
|
|
|
|
|
|
leap => [ |
6498
|
|
|
|
|
|
|
|
6499
|
|
|
|
|
|
|
], |
6500
|
|
|
|
|
|
|
}, |
6501
|
|
|
|
|
|
|
wide => { |
6502
|
|
|
|
|
|
|
nonleap => [ |
6503
|
|
|
|
|
|
|
'Thout', |
6504
|
|
|
|
|
|
|
'Paopi', |
6505
|
|
|
|
|
|
|
'Hathor', |
6506
|
|
|
|
|
|
|
'Koiak', |
6507
|
|
|
|
|
|
|
'Tobi', |
6508
|
|
|
|
|
|
|
'Meshir', |
6509
|
|
|
|
|
|
|
'Paremhat', |
6510
|
|
|
|
|
|
|
'Paremoude', |
6511
|
|
|
|
|
|
|
'Pashons', |
6512
|
|
|
|
|
|
|
'Paoni', |
6513
|
|
|
|
|
|
|
'Epip', |
6514
|
|
|
|
|
|
|
'Mesori', |
6515
|
|
|
|
|
|
|
'Pi Kogi Enavot' |
6516
|
|
|
|
|
|
|
], |
6517
|
|
|
|
|
|
|
leap => [ |
6518
|
|
|
|
|
|
|
|
6519
|
|
|
|
|
|
|
], |
6520
|
|
|
|
|
|
|
}, |
6521
|
|
|
|
|
|
|
}, |
6522
|
|
|
|
|
|
|
}, |
6523
|
|
|
|
|
|
|
'ethiopic' => { |
6524
|
|
|
|
|
|
|
'format' => { |
6525
|
|
|
|
|
|
|
abbreviated => { |
6526
|
|
|
|
|
|
|
nonleap => [ |
6527
|
|
|
|
|
|
|
'meskerem', |
6528
|
|
|
|
|
|
|
'taqemt', |
6529
|
|
|
|
|
|
|
'hedar', |
6530
|
|
|
|
|
|
|
'tahsas', |
6531
|
|
|
|
|
|
|
'ter', |
6532
|
|
|
|
|
|
|
'yekatit', |
6533
|
|
|
|
|
|
|
'megabit', |
6534
|
|
|
|
|
|
|
'miazia', |
6535
|
|
|
|
|
|
|
'genbot', |
6536
|
|
|
|
|
|
|
'sene', |
6537
|
|
|
|
|
|
|
'hamle', |
6538
|
|
|
|
|
|
|
'nehase', |
6539
|
|
|
|
|
|
|
'pagumen' |
6540
|
|
|
|
|
|
|
], |
6541
|
|
|
|
|
|
|
leap => [ |
6542
|
|
|
|
|
|
|
|
6543
|
|
|
|
|
|
|
], |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
narrow => { |
6546
|
|
|
|
|
|
|
nonleap => [ |
6547
|
|
|
|
|
|
|
'1', |
6548
|
|
|
|
|
|
|
'2', |
6549
|
|
|
|
|
|
|
'3', |
6550
|
|
|
|
|
|
|
'4', |
6551
|
|
|
|
|
|
|
'5', |
6552
|
|
|
|
|
|
|
'6', |
6553
|
|
|
|
|
|
|
'7', |
6554
|
|
|
|
|
|
|
'8', |
6555
|
|
|
|
|
|
|
'9', |
6556
|
|
|
|
|
|
|
'10', |
6557
|
|
|
|
|
|
|
'11', |
6558
|
|
|
|
|
|
|
'12', |
6559
|
|
|
|
|
|
|
'13' |
6560
|
|
|
|
|
|
|
], |
6561
|
|
|
|
|
|
|
leap => [ |
6562
|
|
|
|
|
|
|
|
6563
|
|
|
|
|
|
|
], |
6564
|
|
|
|
|
|
|
}, |
6565
|
|
|
|
|
|
|
wide => { |
6566
|
|
|
|
|
|
|
nonleap => [ |
6567
|
|
|
|
|
|
|
'meskerem', |
6568
|
|
|
|
|
|
|
'taqemt', |
6569
|
|
|
|
|
|
|
'hedar', |
6570
|
|
|
|
|
|
|
'tahsas', |
6571
|
|
|
|
|
|
|
'ter', |
6572
|
|
|
|
|
|
|
'yekatit', |
6573
|
|
|
|
|
|
|
'megabit', |
6574
|
|
|
|
|
|
|
'miazia', |
6575
|
|
|
|
|
|
|
'genbot', |
6576
|
|
|
|
|
|
|
'sene', |
6577
|
|
|
|
|
|
|
'hamle', |
6578
|
|
|
|
|
|
|
'nehase', |
6579
|
|
|
|
|
|
|
'pagumen' |
6580
|
|
|
|
|
|
|
], |
6581
|
|
|
|
|
|
|
leap => [ |
6582
|
|
|
|
|
|
|
|
6583
|
|
|
|
|
|
|
], |
6584
|
|
|
|
|
|
|
}, |
6585
|
|
|
|
|
|
|
}, |
6586
|
|
|
|
|
|
|
'stand-alone' => { |
6587
|
|
|
|
|
|
|
abbreviated => { |
6588
|
|
|
|
|
|
|
nonleap => [ |
6589
|
|
|
|
|
|
|
'meskerem', |
6590
|
|
|
|
|
|
|
'taqemt', |
6591
|
|
|
|
|
|
|
'hedar', |
6592
|
|
|
|
|
|
|
'tahsas', |
6593
|
|
|
|
|
|
|
'ter', |
6594
|
|
|
|
|
|
|
'yekatit', |
6595
|
|
|
|
|
|
|
'megabit', |
6596
|
|
|
|
|
|
|
'miazia', |
6597
|
|
|
|
|
|
|
'genbot', |
6598
|
|
|
|
|
|
|
'sene', |
6599
|
|
|
|
|
|
|
'hamle', |
6600
|
|
|
|
|
|
|
'nehase', |
6601
|
|
|
|
|
|
|
'pagumen' |
6602
|
|
|
|
|
|
|
], |
6603
|
|
|
|
|
|
|
leap => [ |
6604
|
|
|
|
|
|
|
|
6605
|
|
|
|
|
|
|
], |
6606
|
|
|
|
|
|
|
}, |
6607
|
|
|
|
|
|
|
narrow => { |
6608
|
|
|
|
|
|
|
nonleap => [ |
6609
|
|
|
|
|
|
|
'1', |
6610
|
|
|
|
|
|
|
'2', |
6611
|
|
|
|
|
|
|
'3', |
6612
|
|
|
|
|
|
|
'4', |
6613
|
|
|
|
|
|
|
'5', |
6614
|
|
|
|
|
|
|
'6', |
6615
|
|
|
|
|
|
|
'7', |
6616
|
|
|
|
|
|
|
'8', |
6617
|
|
|
|
|
|
|
'9', |
6618
|
|
|
|
|
|
|
'10', |
6619
|
|
|
|
|
|
|
'11', |
6620
|
|
|
|
|
|
|
'12', |
6621
|
|
|
|
|
|
|
'13' |
6622
|
|
|
|
|
|
|
], |
6623
|
|
|
|
|
|
|
leap => [ |
6624
|
|
|
|
|
|
|
|
6625
|
|
|
|
|
|
|
], |
6626
|
|
|
|
|
|
|
}, |
6627
|
|
|
|
|
|
|
wide => { |
6628
|
|
|
|
|
|
|
nonleap => [ |
6629
|
|
|
|
|
|
|
'meskerem', |
6630
|
|
|
|
|
|
|
'taqemt', |
6631
|
|
|
|
|
|
|
'hedar', |
6632
|
|
|
|
|
|
|
'tahsas', |
6633
|
|
|
|
|
|
|
'ter', |
6634
|
|
|
|
|
|
|
'yekatit', |
6635
|
|
|
|
|
|
|
'megabit', |
6636
|
|
|
|
|
|
|
'miazia', |
6637
|
|
|
|
|
|
|
'genbot', |
6638
|
|
|
|
|
|
|
'sene', |
6639
|
|
|
|
|
|
|
'hamle', |
6640
|
|
|
|
|
|
|
'nehase', |
6641
|
|
|
|
|
|
|
'pagumen' |
6642
|
|
|
|
|
|
|
], |
6643
|
|
|
|
|
|
|
leap => [ |
6644
|
|
|
|
|
|
|
|
6645
|
|
|
|
|
|
|
], |
6646
|
|
|
|
|
|
|
}, |
6647
|
|
|
|
|
|
|
}, |
6648
|
|
|
|
|
|
|
}, |
6649
|
|
|
|
|
|
|
'gregorian' => { |
6650
|
|
|
|
|
|
|
'format' => { |
6651
|
|
|
|
|
|
|
abbreviated => { |
6652
|
|
|
|
|
|
|
nonleap => [ |
6653
|
|
|
|
|
|
|
'ian.', |
6654
|
|
|
|
|
|
|
'feb.', |
6655
|
|
|
|
|
|
|
'mar.', |
6656
|
|
|
|
|
|
|
'apr.', |
6657
|
|
|
|
|
|
|
'mai', |
6658
|
|
|
|
|
|
|
'iun.', |
6659
|
|
|
|
|
|
|
'iul.', |
6660
|
|
|
|
|
|
|
'aug.', |
6661
|
|
|
|
|
|
|
'sept.', |
6662
|
|
|
|
|
|
|
'oct.', |
6663
|
|
|
|
|
|
|
'nov.', |
6664
|
|
|
|
|
|
|
'dec.' |
6665
|
|
|
|
|
|
|
], |
6666
|
|
|
|
|
|
|
leap => [ |
6667
|
|
|
|
|
|
|
|
6668
|
|
|
|
|
|
|
], |
6669
|
|
|
|
|
|
|
}, |
6670
|
|
|
|
|
|
|
narrow => { |
6671
|
|
|
|
|
|
|
nonleap => [ |
6672
|
|
|
|
|
|
|
'I', |
6673
|
|
|
|
|
|
|
'F', |
6674
|
|
|
|
|
|
|
'M', |
6675
|
|
|
|
|
|
|
'A', |
6676
|
|
|
|
|
|
|
'M', |
6677
|
|
|
|
|
|
|
'I', |
6678
|
|
|
|
|
|
|
'I', |
6679
|
|
|
|
|
|
|
'A', |
6680
|
|
|
|
|
|
|
'S', |
6681
|
|
|
|
|
|
|
'O', |
6682
|
|
|
|
|
|
|
'N', |
6683
|
|
|
|
|
|
|
'D' |
6684
|
|
|
|
|
|
|
], |
6685
|
|
|
|
|
|
|
leap => [ |
6686
|
|
|
|
|
|
|
|
6687
|
|
|
|
|
|
|
], |
6688
|
|
|
|
|
|
|
}, |
6689
|
|
|
|
|
|
|
wide => { |
6690
|
|
|
|
|
|
|
nonleap => [ |
6691
|
|
|
|
|
|
|
'ianuarie', |
6692
|
|
|
|
|
|
|
'februarie', |
6693
|
|
|
|
|
|
|
'martie', |
6694
|
|
|
|
|
|
|
'aprilie', |
6695
|
|
|
|
|
|
|
'mai', |
6696
|
|
|
|
|
|
|
'iunie', |
6697
|
|
|
|
|
|
|
'iulie', |
6698
|
|
|
|
|
|
|
'august', |
6699
|
|
|
|
|
|
|
'septembrie', |
6700
|
|
|
|
|
|
|
'octombrie', |
6701
|
|
|
|
|
|
|
'noiembrie', |
6702
|
|
|
|
|
|
|
'decembrie' |
6703
|
|
|
|
|
|
|
], |
6704
|
|
|
|
|
|
|
leap => [ |
6705
|
|
|
|
|
|
|
|
6706
|
|
|
|
|
|
|
], |
6707
|
|
|
|
|
|
|
}, |
6708
|
|
|
|
|
|
|
}, |
6709
|
|
|
|
|
|
|
'stand-alone' => { |
6710
|
|
|
|
|
|
|
abbreviated => { |
6711
|
|
|
|
|
|
|
nonleap => [ |
6712
|
|
|
|
|
|
|
'ian.', |
6713
|
|
|
|
|
|
|
'feb.', |
6714
|
|
|
|
|
|
|
'mar.', |
6715
|
|
|
|
|
|
|
'apr.', |
6716
|
|
|
|
|
|
|
'mai', |
6717
|
|
|
|
|
|
|
'iun.', |
6718
|
|
|
|
|
|
|
'iul.', |
6719
|
|
|
|
|
|
|
'aug.', |
6720
|
|
|
|
|
|
|
'sept.', |
6721
|
|
|
|
|
|
|
'oct.', |
6722
|
|
|
|
|
|
|
'nov.', |
6723
|
|
|
|
|
|
|
'dec.' |
6724
|
|
|
|
|
|
|
], |
6725
|
|
|
|
|
|
|
leap => [ |
6726
|
|
|
|
|
|
|
|
6727
|
|
|
|
|
|
|
], |
6728
|
|
|
|
|
|
|
}, |
6729
|
|
|
|
|
|
|
narrow => { |
6730
|
|
|
|
|
|
|
nonleap => [ |
6731
|
|
|
|
|
|
|
'I', |
6732
|
|
|
|
|
|
|
'F', |
6733
|
|
|
|
|
|
|
'M', |
6734
|
|
|
|
|
|
|
'A', |
6735
|
|
|
|
|
|
|
'M', |
6736
|
|
|
|
|
|
|
'I', |
6737
|
|
|
|
|
|
|
'I', |
6738
|
|
|
|
|
|
|
'A', |
6739
|
|
|
|
|
|
|
'S', |
6740
|
|
|
|
|
|
|
'O', |
6741
|
|
|
|
|
|
|
'N', |
6742
|
|
|
|
|
|
|
'D' |
6743
|
|
|
|
|
|
|
], |
6744
|
|
|
|
|
|
|
leap => [ |
6745
|
|
|
|
|
|
|
|
6746
|
|
|
|
|
|
|
], |
6747
|
|
|
|
|
|
|
}, |
6748
|
|
|
|
|
|
|
wide => { |
6749
|
|
|
|
|
|
|
nonleap => [ |
6750
|
|
|
|
|
|
|
'ianuarie', |
6751
|
|
|
|
|
|
|
'februarie', |
6752
|
|
|
|
|
|
|
'martie', |
6753
|
|
|
|
|
|
|
'aprilie', |
6754
|
|
|
|
|
|
|
'mai', |
6755
|
|
|
|
|
|
|
'iunie', |
6756
|
|
|
|
|
|
|
'iulie', |
6757
|
|
|
|
|
|
|
'august', |
6758
|
|
|
|
|
|
|
'septembrie', |
6759
|
|
|
|
|
|
|
'octombrie', |
6760
|
|
|
|
|
|
|
'noiembrie', |
6761
|
|
|
|
|
|
|
'decembrie' |
6762
|
|
|
|
|
|
|
], |
6763
|
|
|
|
|
|
|
leap => [ |
6764
|
|
|
|
|
|
|
|
6765
|
|
|
|
|
|
|
], |
6766
|
|
|
|
|
|
|
}, |
6767
|
|
|
|
|
|
|
}, |
6768
|
|
|
|
|
|
|
}, |
6769
|
|
|
|
|
|
|
'hebrew' => { |
6770
|
|
|
|
|
|
|
'format' => { |
6771
|
|
|
|
|
|
|
abbreviated => { |
6772
|
|
|
|
|
|
|
nonleap => [ |
6773
|
|
|
|
|
|
|
'Tișrei', |
6774
|
|
|
|
|
|
|
'Heșvan', |
6775
|
|
|
|
|
|
|
'Kislev', |
6776
|
|
|
|
|
|
|
'Tevet', |
6777
|
|
|
|
|
|
|
'Șevat', |
6778
|
|
|
|
|
|
|
'Adar I', |
6779
|
|
|
|
|
|
|
'Adar', |
6780
|
|
|
|
|
|
|
'Nisan', |
6781
|
|
|
|
|
|
|
'Iyar', |
6782
|
|
|
|
|
|
|
'Sivan', |
6783
|
|
|
|
|
|
|
'Tammuz', |
6784
|
|
|
|
|
|
|
'Av', |
6785
|
|
|
|
|
|
|
'Elul' |
6786
|
|
|
|
|
|
|
], |
6787
|
|
|
|
|
|
|
leap => [ |
6788
|
|
|
|
|
|
|
'', |
6789
|
|
|
|
|
|
|
'', |
6790
|
|
|
|
|
|
|
'', |
6791
|
|
|
|
|
|
|
'', |
6792
|
|
|
|
|
|
|
'', |
6793
|
|
|
|
|
|
|
'', |
6794
|
|
|
|
|
|
|
'Adar II' |
6795
|
|
|
|
|
|
|
], |
6796
|
|
|
|
|
|
|
}, |
6797
|
|
|
|
|
|
|
narrow => { |
6798
|
|
|
|
|
|
|
nonleap => [ |
6799
|
|
|
|
|
|
|
'1', |
6800
|
|
|
|
|
|
|
'2', |
6801
|
|
|
|
|
|
|
'3', |
6802
|
|
|
|
|
|
|
'4', |
6803
|
|
|
|
|
|
|
'5', |
6804
|
|
|
|
|
|
|
'6', |
6805
|
|
|
|
|
|
|
'7', |
6806
|
|
|
|
|
|
|
'8', |
6807
|
|
|
|
|
|
|
'9', |
6808
|
|
|
|
|
|
|
'10', |
6809
|
|
|
|
|
|
|
'11', |
6810
|
|
|
|
|
|
|
'12', |
6811
|
|
|
|
|
|
|
'13' |
6812
|
|
|
|
|
|
|
], |
6813
|
|
|
|
|
|
|
leap => [ |
6814
|
|
|
|
|
|
|
'', |
6815
|
|
|
|
|
|
|
'', |
6816
|
|
|
|
|
|
|
'', |
6817
|
|
|
|
|
|
|
'', |
6818
|
|
|
|
|
|
|
'', |
6819
|
|
|
|
|
|
|
'', |
6820
|
|
|
|
|
|
|
'7' |
6821
|
|
|
|
|
|
|
], |
6822
|
|
|
|
|
|
|
}, |
6823
|
|
|
|
|
|
|
wide => { |
6824
|
|
|
|
|
|
|
nonleap => [ |
6825
|
|
|
|
|
|
|
'Tișrei', |
6826
|
|
|
|
|
|
|
'Heșvan', |
6827
|
|
|
|
|
|
|
'Kislev', |
6828
|
|
|
|
|
|
|
'Tevet', |
6829
|
|
|
|
|
|
|
'Șevat', |
6830
|
|
|
|
|
|
|
'Adar I', |
6831
|
|
|
|
|
|
|
'Adar', |
6832
|
|
|
|
|
|
|
'Nisan', |
6833
|
|
|
|
|
|
|
'Iyar', |
6834
|
|
|
|
|
|
|
'Sivan', |
6835
|
|
|
|
|
|
|
'Tammuz', |
6836
|
|
|
|
|
|
|
'Av', |
6837
|
|
|
|
|
|
|
'Elul' |
6838
|
|
|
|
|
|
|
], |
6839
|
|
|
|
|
|
|
leap => [ |
6840
|
|
|
|
|
|
|
'', |
6841
|
|
|
|
|
|
|
'', |
6842
|
|
|
|
|
|
|
'', |
6843
|
|
|
|
|
|
|
'', |
6844
|
|
|
|
|
|
|
'', |
6845
|
|
|
|
|
|
|
'', |
6846
|
|
|
|
|
|
|
'Adar II' |
6847
|
|
|
|
|
|
|
], |
6848
|
|
|
|
|
|
|
}, |
6849
|
|
|
|
|
|
|
}, |
6850
|
|
|
|
|
|
|
'stand-alone' => { |
6851
|
|
|
|
|
|
|
abbreviated => { |
6852
|
|
|
|
|
|
|
nonleap => [ |
6853
|
|
|
|
|
|
|
'Tișrei', |
6854
|
|
|
|
|
|
|
'Heșvan', |
6855
|
|
|
|
|
|
|
'Kislev', |
6856
|
|
|
|
|
|
|
'Tevet', |
6857
|
|
|
|
|
|
|
'Șevat', |
6858
|
|
|
|
|
|
|
'Adar I', |
6859
|
|
|
|
|
|
|
'Adar', |
6860
|
|
|
|
|
|
|
'Nisan', |
6861
|
|
|
|
|
|
|
'Iyar', |
6862
|
|
|
|
|
|
|
'Sivan', |
6863
|
|
|
|
|
|
|
'Tammuz', |
6864
|
|
|
|
|
|
|
'Av', |
6865
|
|
|
|
|
|
|
'Elul' |
6866
|
|
|
|
|
|
|
], |
6867
|
|
|
|
|
|
|
leap => [ |
6868
|
|
|
|
|
|
|
'', |
6869
|
|
|
|
|
|
|
'', |
6870
|
|
|
|
|
|
|
'', |
6871
|
|
|
|
|
|
|
'', |
6872
|
|
|
|
|
|
|
'', |
6873
|
|
|
|
|
|
|
'', |
6874
|
|
|
|
|
|
|
'Adar II' |
6875
|
|
|
|
|
|
|
], |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
narrow => { |
6878
|
|
|
|
|
|
|
nonleap => [ |
6879
|
|
|
|
|
|
|
'1', |
6880
|
|
|
|
|
|
|
'2', |
6881
|
|
|
|
|
|
|
'3', |
6882
|
|
|
|
|
|
|
'4', |
6883
|
|
|
|
|
|
|
'5', |
6884
|
|
|
|
|
|
|
'6', |
6885
|
|
|
|
|
|
|
'7', |
6886
|
|
|
|
|
|
|
'8', |
6887
|
|
|
|
|
|
|
'9', |
6888
|
|
|
|
|
|
|
'10', |
6889
|
|
|
|
|
|
|
'11', |
6890
|
|
|
|
|
|
|
'12', |
6891
|
|
|
|
|
|
|
'13' |
6892
|
|
|
|
|
|
|
], |
6893
|
|
|
|
|
|
|
leap => [ |
6894
|
|
|
|
|
|
|
'', |
6895
|
|
|
|
|
|
|
'', |
6896
|
|
|
|
|
|
|
'', |
6897
|
|
|
|
|
|
|
'', |
6898
|
|
|
|
|
|
|
'', |
6899
|
|
|
|
|
|
|
'', |
6900
|
|
|
|
|
|
|
'7' |
6901
|
|
|
|
|
|
|
], |
6902
|
|
|
|
|
|
|
}, |
6903
|
|
|
|
|
|
|
wide => { |
6904
|
|
|
|
|
|
|
nonleap => [ |
6905
|
|
|
|
|
|
|
'Tișrei', |
6906
|
|
|
|
|
|
|
'Heșvan', |
6907
|
|
|
|
|
|
|
'Kislev', |
6908
|
|
|
|
|
|
|
'Tevet', |
6909
|
|
|
|
|
|
|
'Șevat', |
6910
|
|
|
|
|
|
|
'Adar I', |
6911
|
|
|
|
|
|
|
'Adar', |
6912
|
|
|
|
|
|
|
'Nisan', |
6913
|
|
|
|
|
|
|
'Iyar', |
6914
|
|
|
|
|
|
|
'Sivan', |
6915
|
|
|
|
|
|
|
'Tammuz', |
6916
|
|
|
|
|
|
|
'Av', |
6917
|
|
|
|
|
|
|
'Elul' |
6918
|
|
|
|
|
|
|
], |
6919
|
|
|
|
|
|
|
leap => [ |
6920
|
|
|
|
|
|
|
'', |
6921
|
|
|
|
|
|
|
'', |
6922
|
|
|
|
|
|
|
'', |
6923
|
|
|
|
|
|
|
'', |
6924
|
|
|
|
|
|
|
'', |
6925
|
|
|
|
|
|
|
'', |
6926
|
|
|
|
|
|
|
'Adar II' |
6927
|
|
|
|
|
|
|
], |
6928
|
|
|
|
|
|
|
}, |
6929
|
|
|
|
|
|
|
}, |
6930
|
|
|
|
|
|
|
}, |
6931
|
|
|
|
|
|
|
'indian' => { |
6932
|
|
|
|
|
|
|
'format' => { |
6933
|
|
|
|
|
|
|
abbreviated => { |
6934
|
|
|
|
|
|
|
nonleap => [ |
6935
|
|
|
|
|
|
|
'Chaitra', |
6936
|
|
|
|
|
|
|
'Vaisakha', |
6937
|
|
|
|
|
|
|
'Jyeshta', |
6938
|
|
|
|
|
|
|
'Aashaadha', |
6939
|
|
|
|
|
|
|
'Shraavana', |
6940
|
|
|
|
|
|
|
'Bhadrapada', |
6941
|
|
|
|
|
|
|
'Ashwin', |
6942
|
|
|
|
|
|
|
'Kartik', |
6943
|
|
|
|
|
|
|
'Margashirsha', |
6944
|
|
|
|
|
|
|
'Pausha', |
6945
|
|
|
|
|
|
|
'Magh', |
6946
|
|
|
|
|
|
|
'Phalguna' |
6947
|
|
|
|
|
|
|
], |
6948
|
|
|
|
|
|
|
leap => [ |
6949
|
|
|
|
|
|
|
|
6950
|
|
|
|
|
|
|
], |
6951
|
|
|
|
|
|
|
}, |
6952
|
|
|
|
|
|
|
narrow => { |
6953
|
|
|
|
|
|
|
nonleap => [ |
6954
|
|
|
|
|
|
|
'1', |
6955
|
|
|
|
|
|
|
'2', |
6956
|
|
|
|
|
|
|
'3', |
6957
|
|
|
|
|
|
|
'4', |
6958
|
|
|
|
|
|
|
'5', |
6959
|
|
|
|
|
|
|
'6', |
6960
|
|
|
|
|
|
|
'7', |
6961
|
|
|
|
|
|
|
'8', |
6962
|
|
|
|
|
|
|
'9', |
6963
|
|
|
|
|
|
|
'10', |
6964
|
|
|
|
|
|
|
'11', |
6965
|
|
|
|
|
|
|
'12' |
6966
|
|
|
|
|
|
|
], |
6967
|
|
|
|
|
|
|
leap => [ |
6968
|
|
|
|
|
|
|
|
6969
|
|
|
|
|
|
|
], |
6970
|
|
|
|
|
|
|
}, |
6971
|
|
|
|
|
|
|
wide => { |
6972
|
|
|
|
|
|
|
nonleap => [ |
6973
|
|
|
|
|
|
|
'Chaitra', |
6974
|
|
|
|
|
|
|
'Vaisakha', |
6975
|
|
|
|
|
|
|
'Jyeshta', |
6976
|
|
|
|
|
|
|
'Aashaadha', |
6977
|
|
|
|
|
|
|
'Shraavana', |
6978
|
|
|
|
|
|
|
'Bhadrapada', |
6979
|
|
|
|
|
|
|
'Ashwin', |
6980
|
|
|
|
|
|
|
'Kartik', |
6981
|
|
|
|
|
|
|
'Margashirsha', |
6982
|
|
|
|
|
|
|
'Pausha', |
6983
|
|
|
|
|
|
|
'Magh', |
6984
|
|
|
|
|
|
|
'Phalguna' |
6985
|
|
|
|
|
|
|
], |
6986
|
|
|
|
|
|
|
leap => [ |
6987
|
|
|
|
|
|
|
|
6988
|
|
|
|
|
|
|
], |
6989
|
|
|
|
|
|
|
}, |
6990
|
|
|
|
|
|
|
}, |
6991
|
|
|
|
|
|
|
'stand-alone' => { |
6992
|
|
|
|
|
|
|
abbreviated => { |
6993
|
|
|
|
|
|
|
nonleap => [ |
6994
|
|
|
|
|
|
|
'Chaitra', |
6995
|
|
|
|
|
|
|
'Vaisakha', |
6996
|
|
|
|
|
|
|
'Jyeshta', |
6997
|
|
|
|
|
|
|
'Aashaadha', |
6998
|
|
|
|
|
|
|
'Shraavana', |
6999
|
|
|
|
|
|
|
'Bhadrapada', |
7000
|
|
|
|
|
|
|
'Ashwin', |
7001
|
|
|
|
|
|
|
'Kartik', |
7002
|
|
|
|
|
|
|
'Margashirsha', |
7003
|
|
|
|
|
|
|
'Pausha', |
7004
|
|
|
|
|
|
|
'Magh', |
7005
|
|
|
|
|
|
|
'Phalguna' |
7006
|
|
|
|
|
|
|
], |
7007
|
|
|
|
|
|
|
leap => [ |
7008
|
|
|
|
|
|
|
|
7009
|
|
|
|
|
|
|
], |
7010
|
|
|
|
|
|
|
}, |
7011
|
|
|
|
|
|
|
narrow => { |
7012
|
|
|
|
|
|
|
nonleap => [ |
7013
|
|
|
|
|
|
|
'1', |
7014
|
|
|
|
|
|
|
'2', |
7015
|
|
|
|
|
|
|
'3', |
7016
|
|
|
|
|
|
|
'4', |
7017
|
|
|
|
|
|
|
'5', |
7018
|
|
|
|
|
|
|
'6', |
7019
|
|
|
|
|
|
|
'7', |
7020
|
|
|
|
|
|
|
'8', |
7021
|
|
|
|
|
|
|
'9', |
7022
|
|
|
|
|
|
|
'10', |
7023
|
|
|
|
|
|
|
'11', |
7024
|
|
|
|
|
|
|
'12' |
7025
|
|
|
|
|
|
|
], |
7026
|
|
|
|
|
|
|
leap => [ |
7027
|
|
|
|
|
|
|
|
7028
|
|
|
|
|
|
|
], |
7029
|
|
|
|
|
|
|
}, |
7030
|
|
|
|
|
|
|
wide => { |
7031
|
|
|
|
|
|
|
nonleap => [ |
7032
|
|
|
|
|
|
|
'Chaitra', |
7033
|
|
|
|
|
|
|
'Vaisakha', |
7034
|
|
|
|
|
|
|
'Jyeshta', |
7035
|
|
|
|
|
|
|
'Aashaadha', |
7036
|
|
|
|
|
|
|
'Shraavana', |
7037
|
|
|
|
|
|
|
'Bhadrapada', |
7038
|
|
|
|
|
|
|
'Ashwin', |
7039
|
|
|
|
|
|
|
'Kartik', |
7040
|
|
|
|
|
|
|
'Margashirsha', |
7041
|
|
|
|
|
|
|
'Pausha', |
7042
|
|
|
|
|
|
|
'Magh', |
7043
|
|
|
|
|
|
|
'Phalguna' |
7044
|
|
|
|
|
|
|
], |
7045
|
|
|
|
|
|
|
leap => [ |
7046
|
|
|
|
|
|
|
|
7047
|
|
|
|
|
|
|
], |
7048
|
|
|
|
|
|
|
}, |
7049
|
|
|
|
|
|
|
}, |
7050
|
|
|
|
|
|
|
}, |
7051
|
|
|
|
|
|
|
'islamic' => { |
7052
|
|
|
|
|
|
|
'format' => { |
7053
|
|
|
|
|
|
|
abbreviated => { |
7054
|
|
|
|
|
|
|
nonleap => [ |
7055
|
|
|
|
|
|
|
'Muh.', |
7056
|
|
|
|
|
|
|
'Saf.', |
7057
|
|
|
|
|
|
|
'Rab. I', |
7058
|
|
|
|
|
|
|
'Rab. II', |
7059
|
|
|
|
|
|
|
'Jum. I', |
7060
|
|
|
|
|
|
|
'Jum. II', |
7061
|
|
|
|
|
|
|
'Raj.', |
7062
|
|
|
|
|
|
|
'Sha.', |
7063
|
|
|
|
|
|
|
'Ram.', |
7064
|
|
|
|
|
|
|
'Shaw.', |
7065
|
|
|
|
|
|
|
'Dhuʻl-Q.', |
7066
|
|
|
|
|
|
|
'Dhuʻl-H.' |
7067
|
|
|
|
|
|
|
], |
7068
|
|
|
|
|
|
|
leap => [ |
7069
|
|
|
|
|
|
|
|
7070
|
|
|
|
|
|
|
], |
7071
|
|
|
|
|
|
|
}, |
7072
|
|
|
|
|
|
|
narrow => { |
7073
|
|
|
|
|
|
|
nonleap => [ |
7074
|
|
|
|
|
|
|
'1', |
7075
|
|
|
|
|
|
|
'2', |
7076
|
|
|
|
|
|
|
'3', |
7077
|
|
|
|
|
|
|
'4', |
7078
|
|
|
|
|
|
|
'5', |
7079
|
|
|
|
|
|
|
'6', |
7080
|
|
|
|
|
|
|
'7', |
7081
|
|
|
|
|
|
|
'8', |
7082
|
|
|
|
|
|
|
'9', |
7083
|
|
|
|
|
|
|
'10', |
7084
|
|
|
|
|
|
|
'11', |
7085
|
|
|
|
|
|
|
'12' |
7086
|
|
|
|
|
|
|
], |
7087
|
|
|
|
|
|
|
leap => [ |
7088
|
|
|
|
|
|
|
|
7089
|
|
|
|
|
|
|
], |
7090
|
|
|
|
|
|
|
}, |
7091
|
|
|
|
|
|
|
wide => { |
7092
|
|
|
|
|
|
|
nonleap => [ |
7093
|
|
|
|
|
|
|
'Muharram', |
7094
|
|
|
|
|
|
|
'Safar', |
7095
|
|
|
|
|
|
|
'Rabiʻ I', |
7096
|
|
|
|
|
|
|
'Rabiʻ II', |
7097
|
|
|
|
|
|
|
'Jumada I', |
7098
|
|
|
|
|
|
|
'Jumada II', |
7099
|
|
|
|
|
|
|
'Rajab', |
7100
|
|
|
|
|
|
|
'Shaʻban', |
7101
|
|
|
|
|
|
|
'Ramadan', |
7102
|
|
|
|
|
|
|
'Shawwal', |
7103
|
|
|
|
|
|
|
'Dhuʻl-Qiʻdah', |
7104
|
|
|
|
|
|
|
'Dhuʻl-Hijjah' |
7105
|
|
|
|
|
|
|
], |
7106
|
|
|
|
|
|
|
leap => [ |
7107
|
|
|
|
|
|
|
|
7108
|
|
|
|
|
|
|
], |
7109
|
|
|
|
|
|
|
}, |
7110
|
|
|
|
|
|
|
}, |
7111
|
|
|
|
|
|
|
'stand-alone' => { |
7112
|
|
|
|
|
|
|
abbreviated => { |
7113
|
|
|
|
|
|
|
nonleap => [ |
7114
|
|
|
|
|
|
|
'Muh.', |
7115
|
|
|
|
|
|
|
'Saf.', |
7116
|
|
|
|
|
|
|
'Rab. I', |
7117
|
|
|
|
|
|
|
'Rab. II', |
7118
|
|
|
|
|
|
|
'Jum. I', |
7119
|
|
|
|
|
|
|
'Jum. II', |
7120
|
|
|
|
|
|
|
'Raj.', |
7121
|
|
|
|
|
|
|
'Sha.', |
7122
|
|
|
|
|
|
|
'Ram.', |
7123
|
|
|
|
|
|
|
'Shaw.', |
7124
|
|
|
|
|
|
|
'Dhuʻl-Q.', |
7125
|
|
|
|
|
|
|
'Dhuʻl-H.' |
7126
|
|
|
|
|
|
|
], |
7127
|
|
|
|
|
|
|
leap => [ |
7128
|
|
|
|
|
|
|
|
7129
|
|
|
|
|
|
|
], |
7130
|
|
|
|
|
|
|
}, |
7131
|
|
|
|
|
|
|
narrow => { |
7132
|
|
|
|
|
|
|
nonleap => [ |
7133
|
|
|
|
|
|
|
'1', |
7134
|
|
|
|
|
|
|
'2', |
7135
|
|
|
|
|
|
|
'3', |
7136
|
|
|
|
|
|
|
'4', |
7137
|
|
|
|
|
|
|
'5', |
7138
|
|
|
|
|
|
|
'6', |
7139
|
|
|
|
|
|
|
'7', |
7140
|
|
|
|
|
|
|
'8', |
7141
|
|
|
|
|
|
|
'9', |
7142
|
|
|
|
|
|
|
'10', |
7143
|
|
|
|
|
|
|
'11', |
7144
|
|
|
|
|
|
|
'12' |
7145
|
|
|
|
|
|
|
], |
7146
|
|
|
|
|
|
|
leap => [ |
7147
|
|
|
|
|
|
|
|
7148
|
|
|
|
|
|
|
], |
7149
|
|
|
|
|
|
|
}, |
7150
|
|
|
|
|
|
|
wide => { |
7151
|
|
|
|
|
|
|
nonleap => [ |
7152
|
|
|
|
|
|
|
'Muharram', |
7153
|
|
|
|
|
|
|
'Safar', |
7154
|
|
|
|
|
|
|
'Rabiʻ I', |
7155
|
|
|
|
|
|
|
'Rabiʻ II', |
7156
|
|
|
|
|
|
|
'Jumada I', |
7157
|
|
|
|
|
|
|
'Jumada II', |
7158
|
|
|
|
|
|
|
'Rajab', |
7159
|
|
|
|
|
|
|
'Shaʻban', |
7160
|
|
|
|
|
|
|
'Ramadan', |
7161
|
|
|
|
|
|
|
'Shawwal', |
7162
|
|
|
|
|
|
|
'Dhuʻl-Qiʻdah', |
7163
|
|
|
|
|
|
|
'Dhuʻl-Hijjah' |
7164
|
|
|
|
|
|
|
], |
7165
|
|
|
|
|
|
|
leap => [ |
7166
|
|
|
|
|
|
|
|
7167
|
|
|
|
|
|
|
], |
7168
|
|
|
|
|
|
|
}, |
7169
|
|
|
|
|
|
|
}, |
7170
|
|
|
|
|
|
|
}, |
7171
|
|
|
|
|
|
|
'persian' => { |
7172
|
|
|
|
|
|
|
'format' => { |
7173
|
|
|
|
|
|
|
abbreviated => { |
7174
|
|
|
|
|
|
|
nonleap => [ |
7175
|
|
|
|
|
|
|
'Farvardin', |
7176
|
|
|
|
|
|
|
'Ordibehesht', |
7177
|
|
|
|
|
|
|
'Khordad', |
7178
|
|
|
|
|
|
|
'Tir', |
7179
|
|
|
|
|
|
|
'A-Mordad', |
7180
|
|
|
|
|
|
|
'Shahrivar', |
7181
|
|
|
|
|
|
|
'Mehr', |
7182
|
|
|
|
|
|
|
'Aban', |
7183
|
|
|
|
|
|
|
'Azar', |
7184
|
|
|
|
|
|
|
'Dey', |
7185
|
|
|
|
|
|
|
'Bahman', |
7186
|
|
|
|
|
|
|
'Esfand' |
7187
|
|
|
|
|
|
|
], |
7188
|
|
|
|
|
|
|
leap => [ |
7189
|
|
|
|
|
|
|
|
7190
|
|
|
|
|
|
|
], |
7191
|
|
|
|
|
|
|
}, |
7192
|
|
|
|
|
|
|
narrow => { |
7193
|
|
|
|
|
|
|
nonleap => [ |
7194
|
|
|
|
|
|
|
'1', |
7195
|
|
|
|
|
|
|
'2', |
7196
|
|
|
|
|
|
|
'3', |
7197
|
|
|
|
|
|
|
'4', |
7198
|
|
|
|
|
|
|
'5', |
7199
|
|
|
|
|
|
|
'6', |
7200
|
|
|
|
|
|
|
'7', |
7201
|
|
|
|
|
|
|
'8', |
7202
|
|
|
|
|
|
|
'9', |
7203
|
|
|
|
|
|
|
'10', |
7204
|
|
|
|
|
|
|
'11', |
7205
|
|
|
|
|
|
|
'12' |
7206
|
|
|
|
|
|
|
], |
7207
|
|
|
|
|
|
|
leap => [ |
7208
|
|
|
|
|
|
|
|
7209
|
|
|
|
|
|
|
], |
7210
|
|
|
|
|
|
|
}, |
7211
|
|
|
|
|
|
|
wide => { |
7212
|
|
|
|
|
|
|
nonleap => [ |
7213
|
|
|
|
|
|
|
'Farvardin', |
7214
|
|
|
|
|
|
|
'Ordibehesht', |
7215
|
|
|
|
|
|
|
'Khordad', |
7216
|
|
|
|
|
|
|
'Tir', |
7217
|
|
|
|
|
|
|
'A-Mordad', |
7218
|
|
|
|
|
|
|
'Shahrivar', |
7219
|
|
|
|
|
|
|
'Mehr', |
7220
|
|
|
|
|
|
|
'Aban', |
7221
|
|
|
|
|
|
|
'Azar', |
7222
|
|
|
|
|
|
|
'Dey', |
7223
|
|
|
|
|
|
|
'Bahman', |
7224
|
|
|
|
|
|
|
'Esfand' |
7225
|
|
|
|
|
|
|
], |
7226
|
|
|
|
|
|
|
leap => [ |
7227
|
|
|
|
|
|
|
|
7228
|
|
|
|
|
|
|
], |
7229
|
|
|
|
|
|
|
}, |
7230
|
|
|
|
|
|
|
}, |
7231
|
|
|
|
|
|
|
'stand-alone' => { |
7232
|
|
|
|
|
|
|
abbreviated => { |
7233
|
|
|
|
|
|
|
nonleap => [ |
7234
|
|
|
|
|
|
|
'Farvardin', |
7235
|
|
|
|
|
|
|
'Ordibehesht', |
7236
|
|
|
|
|
|
|
'Khordad', |
7237
|
|
|
|
|
|
|
'Tir', |
7238
|
|
|
|
|
|
|
'A-Mordad', |
7239
|
|
|
|
|
|
|
'Shahrivar', |
7240
|
|
|
|
|
|
|
'Mehr', |
7241
|
|
|
|
|
|
|
'Aban', |
7242
|
|
|
|
|
|
|
'Azar', |
7243
|
|
|
|
|
|
|
'Dey', |
7244
|
|
|
|
|
|
|
'Bahman', |
7245
|
|
|
|
|
|
|
'Esfand' |
7246
|
|
|
|
|
|
|
], |
7247
|
|
|
|
|
|
|
leap => [ |
7248
|
|
|
|
|
|
|
|
7249
|
|
|
|
|
|
|
], |
7250
|
|
|
|
|
|
|
}, |
7251
|
|
|
|
|
|
|
narrow => { |
7252
|
|
|
|
|
|
|
nonleap => [ |
7253
|
|
|
|
|
|
|
'1', |
7254
|
|
|
|
|
|
|
'2', |
7255
|
|
|
|
|
|
|
'3', |
7256
|
|
|
|
|
|
|
'4', |
7257
|
|
|
|
|
|
|
'5', |
7258
|
|
|
|
|
|
|
'6', |
7259
|
|
|
|
|
|
|
'7', |
7260
|
|
|
|
|
|
|
'8', |
7261
|
|
|
|
|
|
|
'9', |
7262
|
|
|
|
|
|
|
'10', |
7263
|
|
|
|
|
|
|
'11', |
7264
|
|
|
|
|
|
|
'12' |
7265
|
|
|
|
|
|
|
], |
7266
|
|
|
|
|
|
|
leap => [ |
7267
|
|
|
|
|
|
|
|
7268
|
|
|
|
|
|
|
], |
7269
|
|
|
|
|
|
|
}, |
7270
|
|
|
|
|
|
|
wide => { |
7271
|
|
|
|
|
|
|
nonleap => [ |
7272
|
|
|
|
|
|
|
'Farvardin', |
7273
|
|
|
|
|
|
|
'Ordibehesht', |
7274
|
|
|
|
|
|
|
'Khordad', |
7275
|
|
|
|
|
|
|
'Tir', |
7276
|
|
|
|
|
|
|
'A-Mordad', |
7277
|
|
|
|
|
|
|
'Shahrivar', |
7278
|
|
|
|
|
|
|
'Mehr', |
7279
|
|
|
|
|
|
|
'Aban', |
7280
|
|
|
|
|
|
|
'Azar', |
7281
|
|
|
|
|
|
|
'Dey', |
7282
|
|
|
|
|
|
|
'Bahman', |
7283
|
|
|
|
|
|
|
'Esfand' |
7284
|
|
|
|
|
|
|
], |
7285
|
|
|
|
|
|
|
leap => [ |
7286
|
|
|
|
|
|
|
|
7287
|
|
|
|
|
|
|
], |
7288
|
|
|
|
|
|
|
}, |
7289
|
|
|
|
|
|
|
}, |
7290
|
|
|
|
|
|
|
}, |
7291
|
|
|
|
|
|
|
} }, |
7292
|
|
|
|
|
|
|
); |
7293
|
|
|
|
|
|
|
|
7294
|
|
|
|
|
|
|
has 'calendar_days' => ( |
7295
|
|
|
|
|
|
|
is => 'ro', |
7296
|
|
|
|
|
|
|
isa => HashRef, |
7297
|
|
|
|
|
|
|
init_arg => undef, |
7298
|
|
|
|
|
|
|
default => sub { { |
7299
|
|
|
|
|
|
|
'gregorian' => { |
7300
|
|
|
|
|
|
|
'format' => { |
7301
|
|
|
|
|
|
|
abbreviated => { |
7302
|
|
|
|
|
|
|
mon => 'lun.', |
7303
|
|
|
|
|
|
|
tue => 'mar.', |
7304
|
|
|
|
|
|
|
wed => 'mie.', |
7305
|
|
|
|
|
|
|
thu => 'joi', |
7306
|
|
|
|
|
|
|
fri => 'vin.', |
7307
|
|
|
|
|
|
|
sat => 'sâm.', |
7308
|
|
|
|
|
|
|
sun => 'dum.' |
7309
|
|
|
|
|
|
|
}, |
7310
|
|
|
|
|
|
|
narrow => { |
7311
|
|
|
|
|
|
|
mon => 'L', |
7312
|
|
|
|
|
|
|
tue => 'M', |
7313
|
|
|
|
|
|
|
wed => 'M', |
7314
|
|
|
|
|
|
|
thu => 'J', |
7315
|
|
|
|
|
|
|
fri => 'V', |
7316
|
|
|
|
|
|
|
sat => 'S', |
7317
|
|
|
|
|
|
|
sun => 'D' |
7318
|
|
|
|
|
|
|
}, |
7319
|
|
|
|
|
|
|
short => { |
7320
|
|
|
|
|
|
|
mon => 'lu.', |
7321
|
|
|
|
|
|
|
tue => 'ma.', |
7322
|
|
|
|
|
|
|
wed => 'mi.', |
7323
|
|
|
|
|
|
|
thu => 'joi', |
7324
|
|
|
|
|
|
|
fri => 'vi.', |
7325
|
|
|
|
|
|
|
sat => 'sâ.', |
7326
|
|
|
|
|
|
|
sun => 'du.' |
7327
|
|
|
|
|
|
|
}, |
7328
|
|
|
|
|
|
|
wide => { |
7329
|
|
|
|
|
|
|
mon => 'luni', |
7330
|
|
|
|
|
|
|
tue => 'marți', |
7331
|
|
|
|
|
|
|
wed => 'miercuri', |
7332
|
|
|
|
|
|
|
thu => 'joi', |
7333
|
|
|
|
|
|
|
fri => 'vineri', |
7334
|
|
|
|
|
|
|
sat => 'sâmbătă', |
7335
|
|
|
|
|
|
|
sun => 'duminică' |
7336
|
|
|
|
|
|
|
}, |
7337
|
|
|
|
|
|
|
}, |
7338
|
|
|
|
|
|
|
'stand-alone' => { |
7339
|
|
|
|
|
|
|
abbreviated => { |
7340
|
|
|
|
|
|
|
mon => 'lun.', |
7341
|
|
|
|
|
|
|
tue => 'mar.', |
7342
|
|
|
|
|
|
|
wed => 'mie.', |
7343
|
|
|
|
|
|
|
thu => 'joi', |
7344
|
|
|
|
|
|
|
fri => 'vin.', |
7345
|
|
|
|
|
|
|
sat => 'sâm.', |
7346
|
|
|
|
|
|
|
sun => 'dum.' |
7347
|
|
|
|
|
|
|
}, |
7348
|
|
|
|
|
|
|
narrow => { |
7349
|
|
|
|
|
|
|
mon => 'L', |
7350
|
|
|
|
|
|
|
tue => 'M', |
7351
|
|
|
|
|
|
|
wed => 'M', |
7352
|
|
|
|
|
|
|
thu => 'J', |
7353
|
|
|
|
|
|
|
fri => 'V', |
7354
|
|
|
|
|
|
|
sat => 'S', |
7355
|
|
|
|
|
|
|
sun => 'D' |
7356
|
|
|
|
|
|
|
}, |
7357
|
|
|
|
|
|
|
short => { |
7358
|
|
|
|
|
|
|
mon => 'lu.', |
7359
|
|
|
|
|
|
|
tue => 'ma.', |
7360
|
|
|
|
|
|
|
wed => 'mi.', |
7361
|
|
|
|
|
|
|
thu => 'joi', |
7362
|
|
|
|
|
|
|
fri => 'vi.', |
7363
|
|
|
|
|
|
|
sat => 'sâ.', |
7364
|
|
|
|
|
|
|
sun => 'du.' |
7365
|
|
|
|
|
|
|
}, |
7366
|
|
|
|
|
|
|
wide => { |
7367
|
|
|
|
|
|
|
mon => 'luni', |
7368
|
|
|
|
|
|
|
tue => 'marți', |
7369
|
|
|
|
|
|
|
wed => 'miercuri', |
7370
|
|
|
|
|
|
|
thu => 'joi', |
7371
|
|
|
|
|
|
|
fri => 'vineri', |
7372
|
|
|
|
|
|
|
sat => 'sâmbătă', |
7373
|
|
|
|
|
|
|
sun => 'duminică' |
7374
|
|
|
|
|
|
|
}, |
7375
|
|
|
|
|
|
|
}, |
7376
|
|
|
|
|
|
|
}, |
7377
|
|
|
|
|
|
|
} }, |
7378
|
|
|
|
|
|
|
); |
7379
|
|
|
|
|
|
|
|
7380
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
7381
|
|
|
|
|
|
|
is => 'ro', |
7382
|
|
|
|
|
|
|
isa => HashRef, |
7383
|
|
|
|
|
|
|
init_arg => undef, |
7384
|
|
|
|
|
|
|
default => sub { { |
7385
|
|
|
|
|
|
|
'gregorian' => { |
7386
|
|
|
|
|
|
|
'format' => { |
7387
|
|
|
|
|
|
|
abbreviated => {0 => 'trim. I', |
7388
|
|
|
|
|
|
|
1 => 'trim. II', |
7389
|
|
|
|
|
|
|
2 => 'trim. III', |
7390
|
|
|
|
|
|
|
3 => 'trim. IV' |
7391
|
|
|
|
|
|
|
}, |
7392
|
|
|
|
|
|
|
narrow => {0 => 'I', |
7393
|
|
|
|
|
|
|
1 => 'II', |
7394
|
|
|
|
|
|
|
2 => 'III', |
7395
|
|
|
|
|
|
|
3 => 'IV' |
7396
|
|
|
|
|
|
|
}, |
7397
|
|
|
|
|
|
|
wide => {0 => 'trimestrul I', |
7398
|
|
|
|
|
|
|
1 => 'trimestrul al II-lea', |
7399
|
|
|
|
|
|
|
2 => 'trimestrul al III-lea', |
7400
|
|
|
|
|
|
|
3 => 'trimestrul al IV-lea' |
7401
|
|
|
|
|
|
|
}, |
7402
|
|
|
|
|
|
|
}, |
7403
|
|
|
|
|
|
|
'stand-alone' => { |
7404
|
|
|
|
|
|
|
abbreviated => {0 => 'trim. I', |
7405
|
|
|
|
|
|
|
1 => 'trim. II', |
7406
|
|
|
|
|
|
|
2 => 'trim. III', |
7407
|
|
|
|
|
|
|
3 => 'trim. IV' |
7408
|
|
|
|
|
|
|
}, |
7409
|
|
|
|
|
|
|
narrow => {0 => 'I', |
7410
|
|
|
|
|
|
|
1 => 'II', |
7411
|
|
|
|
|
|
|
2 => 'III', |
7412
|
|
|
|
|
|
|
3 => 'IV' |
7413
|
|
|
|
|
|
|
}, |
7414
|
|
|
|
|
|
|
wide => {0 => 'trimestrul I', |
7415
|
|
|
|
|
|
|
1 => 'trimestrul al II-lea', |
7416
|
|
|
|
|
|
|
2 => 'trimestrul al III-lea', |
7417
|
|
|
|
|
|
|
3 => 'trimestrul al IV-lea' |
7418
|
|
|
|
|
|
|
}, |
7419
|
|
|
|
|
|
|
}, |
7420
|
|
|
|
|
|
|
}, |
7421
|
|
|
|
|
|
|
} }, |
7422
|
|
|
|
|
|
|
); |
7423
|
|
|
|
|
|
|
|
7424
|
|
|
|
|
|
|
has 'day_period_data' => ( |
7425
|
|
|
|
|
|
|
is => 'ro', |
7426
|
|
|
|
|
|
|
isa => CodeRef, |
7427
|
|
|
|
|
|
|
init_arg => undef, |
7428
|
|
|
|
|
|
|
default => sub { sub { |
7429
|
|
|
|
|
|
|
# Time in hhmm format |
7430
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
7431
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
7432
|
|
|
|
|
|
|
SWITCH: |
7433
|
|
|
|
|
|
|
for ($type) { |
7434
|
|
|
|
|
|
|
if ($_ eq 'buddhist') { |
7435
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7436
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7437
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7438
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7439
|
|
|
|
|
|
|
&& $time < 1800; |
7440
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7441
|
|
|
|
|
|
|
&& $time < 2200; |
7442
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7443
|
|
|
|
|
|
|
&& $time < 1200; |
7444
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7445
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7446
|
|
|
|
|
|
|
} |
7447
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7448
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7449
|
|
|
|
|
|
|
&& $time < 1800; |
7450
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7451
|
|
|
|
|
|
|
&& $time < 2200; |
7452
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7453
|
|
|
|
|
|
|
&& $time < 1200; |
7454
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7455
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7456
|
|
|
|
|
|
|
} |
7457
|
|
|
|
|
|
|
last SWITCH; |
7458
|
|
|
|
|
|
|
} |
7459
|
|
|
|
|
|
|
if ($_ eq 'chinese') { |
7460
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7461
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7462
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7463
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7464
|
|
|
|
|
|
|
&& $time < 1800; |
7465
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7466
|
|
|
|
|
|
|
&& $time < 2200; |
7467
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7468
|
|
|
|
|
|
|
&& $time < 1200; |
7469
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7470
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7471
|
|
|
|
|
|
|
} |
7472
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7473
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7474
|
|
|
|
|
|
|
&& $time < 1800; |
7475
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7476
|
|
|
|
|
|
|
&& $time < 2200; |
7477
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7478
|
|
|
|
|
|
|
&& $time < 1200; |
7479
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7480
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7481
|
|
|
|
|
|
|
} |
7482
|
|
|
|
|
|
|
last SWITCH; |
7483
|
|
|
|
|
|
|
} |
7484
|
|
|
|
|
|
|
if ($_ eq 'coptic') { |
7485
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7486
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7487
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7488
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7489
|
|
|
|
|
|
|
&& $time < 1800; |
7490
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7491
|
|
|
|
|
|
|
&& $time < 2200; |
7492
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7493
|
|
|
|
|
|
|
&& $time < 1200; |
7494
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7495
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7496
|
|
|
|
|
|
|
} |
7497
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7498
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7499
|
|
|
|
|
|
|
&& $time < 1800; |
7500
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7501
|
|
|
|
|
|
|
&& $time < 2200; |
7502
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7503
|
|
|
|
|
|
|
&& $time < 1200; |
7504
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7505
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7506
|
|
|
|
|
|
|
} |
7507
|
|
|
|
|
|
|
last SWITCH; |
7508
|
|
|
|
|
|
|
} |
7509
|
|
|
|
|
|
|
if ($_ eq 'ethiopic') { |
7510
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7511
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7512
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7513
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7514
|
|
|
|
|
|
|
&& $time < 1800; |
7515
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7516
|
|
|
|
|
|
|
&& $time < 2200; |
7517
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7518
|
|
|
|
|
|
|
&& $time < 1200; |
7519
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7520
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7521
|
|
|
|
|
|
|
} |
7522
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7523
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7524
|
|
|
|
|
|
|
&& $time < 1800; |
7525
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7526
|
|
|
|
|
|
|
&& $time < 2200; |
7527
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7528
|
|
|
|
|
|
|
&& $time < 1200; |
7529
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7530
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7531
|
|
|
|
|
|
|
} |
7532
|
|
|
|
|
|
|
last SWITCH; |
7533
|
|
|
|
|
|
|
} |
7534
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
7535
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7536
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7537
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7538
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7539
|
|
|
|
|
|
|
&& $time < 1800; |
7540
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7541
|
|
|
|
|
|
|
&& $time < 2200; |
7542
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7543
|
|
|
|
|
|
|
&& $time < 1200; |
7544
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7545
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7546
|
|
|
|
|
|
|
} |
7547
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7548
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7549
|
|
|
|
|
|
|
&& $time < 1800; |
7550
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7551
|
|
|
|
|
|
|
&& $time < 2200; |
7552
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7553
|
|
|
|
|
|
|
&& $time < 1200; |
7554
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7555
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7556
|
|
|
|
|
|
|
} |
7557
|
|
|
|
|
|
|
last SWITCH; |
7558
|
|
|
|
|
|
|
} |
7559
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
7560
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7561
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7562
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7563
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7564
|
|
|
|
|
|
|
&& $time < 1800; |
7565
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7566
|
|
|
|
|
|
|
&& $time < 2200; |
7567
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7568
|
|
|
|
|
|
|
&& $time < 1200; |
7569
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7570
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7571
|
|
|
|
|
|
|
} |
7572
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7573
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7574
|
|
|
|
|
|
|
&& $time < 1800; |
7575
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7576
|
|
|
|
|
|
|
&& $time < 2200; |
7577
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7578
|
|
|
|
|
|
|
&& $time < 1200; |
7579
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7580
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7581
|
|
|
|
|
|
|
} |
7582
|
|
|
|
|
|
|
last SWITCH; |
7583
|
|
|
|
|
|
|
} |
7584
|
|
|
|
|
|
|
if ($_ eq 'hebrew') { |
7585
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7586
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7587
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7588
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7589
|
|
|
|
|
|
|
&& $time < 1800; |
7590
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7591
|
|
|
|
|
|
|
&& $time < 2200; |
7592
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7593
|
|
|
|
|
|
|
&& $time < 1200; |
7594
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7595
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7596
|
|
|
|
|
|
|
} |
7597
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7598
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7599
|
|
|
|
|
|
|
&& $time < 1800; |
7600
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7601
|
|
|
|
|
|
|
&& $time < 2200; |
7602
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7603
|
|
|
|
|
|
|
&& $time < 1200; |
7604
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7605
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7606
|
|
|
|
|
|
|
} |
7607
|
|
|
|
|
|
|
last SWITCH; |
7608
|
|
|
|
|
|
|
} |
7609
|
|
|
|
|
|
|
if ($_ eq 'indian') { |
7610
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7611
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7612
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7613
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7614
|
|
|
|
|
|
|
&& $time < 1800; |
7615
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7616
|
|
|
|
|
|
|
&& $time < 2200; |
7617
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7618
|
|
|
|
|
|
|
&& $time < 1200; |
7619
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7620
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7621
|
|
|
|
|
|
|
} |
7622
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7623
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7624
|
|
|
|
|
|
|
&& $time < 1800; |
7625
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7626
|
|
|
|
|
|
|
&& $time < 2200; |
7627
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7628
|
|
|
|
|
|
|
&& $time < 1200; |
7629
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7630
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7631
|
|
|
|
|
|
|
} |
7632
|
|
|
|
|
|
|
last SWITCH; |
7633
|
|
|
|
|
|
|
} |
7634
|
|
|
|
|
|
|
if ($_ eq 'islamic') { |
7635
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7636
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7637
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7638
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7639
|
|
|
|
|
|
|
&& $time < 1800; |
7640
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7641
|
|
|
|
|
|
|
&& $time < 2200; |
7642
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7643
|
|
|
|
|
|
|
&& $time < 1200; |
7644
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7645
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7646
|
|
|
|
|
|
|
} |
7647
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7648
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7649
|
|
|
|
|
|
|
&& $time < 1800; |
7650
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7651
|
|
|
|
|
|
|
&& $time < 2200; |
7652
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7653
|
|
|
|
|
|
|
&& $time < 1200; |
7654
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7655
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7656
|
|
|
|
|
|
|
} |
7657
|
|
|
|
|
|
|
last SWITCH; |
7658
|
|
|
|
|
|
|
} |
7659
|
|
|
|
|
|
|
if ($_ eq 'persian') { |
7660
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7661
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7662
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7663
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7664
|
|
|
|
|
|
|
&& $time < 1800; |
7665
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7666
|
|
|
|
|
|
|
&& $time < 2200; |
7667
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7668
|
|
|
|
|
|
|
&& $time < 1200; |
7669
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7670
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7671
|
|
|
|
|
|
|
} |
7672
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7673
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7674
|
|
|
|
|
|
|
&& $time < 1800; |
7675
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7676
|
|
|
|
|
|
|
&& $time < 2200; |
7677
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7678
|
|
|
|
|
|
|
&& $time < 1200; |
7679
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7680
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7681
|
|
|
|
|
|
|
} |
7682
|
|
|
|
|
|
|
last SWITCH; |
7683
|
|
|
|
|
|
|
} |
7684
|
|
|
|
|
|
|
if ($_ eq 'roc') { |
7685
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
7686
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
7687
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
7688
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7689
|
|
|
|
|
|
|
&& $time < 1800; |
7690
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7691
|
|
|
|
|
|
|
&& $time < 2200; |
7692
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7693
|
|
|
|
|
|
|
&& $time < 1200; |
7694
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7695
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7696
|
|
|
|
|
|
|
} |
7697
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
7698
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
7699
|
|
|
|
|
|
|
&& $time < 1800; |
7700
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
7701
|
|
|
|
|
|
|
&& $time < 2200; |
7702
|
|
|
|
|
|
|
return 'morning1' if $time >= 500 |
7703
|
|
|
|
|
|
|
&& $time < 1200; |
7704
|
|
|
|
|
|
|
return 'night1' if $time >= 2200; |
7705
|
|
|
|
|
|
|
return 'night1' if $time < 500; |
7706
|
|
|
|
|
|
|
} |
7707
|
|
|
|
|
|
|
last SWITCH; |
7708
|
|
|
|
|
|
|
} |
7709
|
|
|
|
|
|
|
} |
7710
|
|
|
|
|
|
|
} }, |
7711
|
|
|
|
|
|
|
); |
7712
|
|
|
|
|
|
|
|
7713
|
|
|
|
|
|
|
around day_period_data => sub { |
7714
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
7715
|
|
|
|
|
|
|
return $self->$orig; |
7716
|
|
|
|
|
|
|
}; |
7717
|
|
|
|
|
|
|
|
7718
|
|
|
|
|
|
|
has 'day_periods' => ( |
7719
|
|
|
|
|
|
|
is => 'ro', |
7720
|
|
|
|
|
|
|
isa => HashRef, |
7721
|
|
|
|
|
|
|
init_arg => undef, |
7722
|
|
|
|
|
|
|
default => sub { { |
7723
|
|
|
|
|
|
|
'gregorian' => { |
7724
|
|
|
|
|
|
|
'format' => { |
7725
|
|
|
|
|
|
|
'abbreviated' => { |
7726
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7727
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7728
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7729
|
|
|
|
|
|
|
'midnight' => q{miezul nopții}, |
7730
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7731
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7732
|
|
|
|
|
|
|
'noon' => q{amiază}, |
7733
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7734
|
|
|
|
|
|
|
}, |
7735
|
|
|
|
|
|
|
'narrow' => { |
7736
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7737
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7738
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7739
|
|
|
|
|
|
|
'midnight' => q{miezul nopții}, |
7740
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7741
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7742
|
|
|
|
|
|
|
'noon' => q{la amiază}, |
7743
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7744
|
|
|
|
|
|
|
}, |
7745
|
|
|
|
|
|
|
'wide' => { |
7746
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7747
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7748
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7749
|
|
|
|
|
|
|
'midnight' => q{la miezul nopții}, |
7750
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7751
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7752
|
|
|
|
|
|
|
'noon' => q{la amiază}, |
7753
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7754
|
|
|
|
|
|
|
}, |
7755
|
|
|
|
|
|
|
}, |
7756
|
|
|
|
|
|
|
'stand-alone' => { |
7757
|
|
|
|
|
|
|
'abbreviated' => { |
7758
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7759
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7760
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7761
|
|
|
|
|
|
|
'midnight' => q{miezul nopții}, |
7762
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7763
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7764
|
|
|
|
|
|
|
'noon' => q{amiază}, |
7765
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7766
|
|
|
|
|
|
|
}, |
7767
|
|
|
|
|
|
|
'narrow' => { |
7768
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7769
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7770
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7771
|
|
|
|
|
|
|
'midnight' => q{miezul nopții}, |
7772
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7773
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7774
|
|
|
|
|
|
|
'noon' => q{amiază}, |
7775
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7776
|
|
|
|
|
|
|
}, |
7777
|
|
|
|
|
|
|
'wide' => { |
7778
|
|
|
|
|
|
|
'afternoon1' => q{după-amiaza}, |
7779
|
|
|
|
|
|
|
'am' => q{a.m.}, |
7780
|
|
|
|
|
|
|
'evening1' => q{seara}, |
7781
|
|
|
|
|
|
|
'midnight' => q{la miezul nopții}, |
7782
|
|
|
|
|
|
|
'morning1' => q{dimineața}, |
7783
|
|
|
|
|
|
|
'night1' => q{noaptea}, |
7784
|
|
|
|
|
|
|
'noon' => q{la amiază}, |
7785
|
|
|
|
|
|
|
'pm' => q{p.m.}, |
7786
|
|
|
|
|
|
|
}, |
7787
|
|
|
|
|
|
|
}, |
7788
|
|
|
|
|
|
|
}, |
7789
|
|
|
|
|
|
|
} }, |
7790
|
|
|
|
|
|
|
); |
7791
|
|
|
|
|
|
|
|
7792
|
|
|
|
|
|
|
has 'eras' => ( |
7793
|
|
|
|
|
|
|
is => 'ro', |
7794
|
|
|
|
|
|
|
isa => HashRef, |
7795
|
|
|
|
|
|
|
init_arg => undef, |
7796
|
|
|
|
|
|
|
default => sub { { |
7797
|
|
|
|
|
|
|
'buddhist' => { |
7798
|
|
|
|
|
|
|
abbreviated => { |
7799
|
|
|
|
|
|
|
'0' => 'e.b.' |
7800
|
|
|
|
|
|
|
}, |
7801
|
|
|
|
|
|
|
narrow => { |
7802
|
|
|
|
|
|
|
'0' => 'e.b.' |
7803
|
|
|
|
|
|
|
}, |
7804
|
|
|
|
|
|
|
wide => { |
7805
|
|
|
|
|
|
|
'0' => 'era budistă' |
7806
|
|
|
|
|
|
|
}, |
7807
|
|
|
|
|
|
|
}, |
7808
|
|
|
|
|
|
|
'chinese' => { |
7809
|
|
|
|
|
|
|
}, |
7810
|
|
|
|
|
|
|
'coptic' => { |
7811
|
|
|
|
|
|
|
abbreviated => { |
7812
|
|
|
|
|
|
|
'0' => 'î.A.M.', |
7813
|
|
|
|
|
|
|
'1' => 'A.M.' |
7814
|
|
|
|
|
|
|
}, |
7815
|
|
|
|
|
|
|
narrow => { |
7816
|
|
|
|
|
|
|
'0' => 'î.A.M.', |
7817
|
|
|
|
|
|
|
'1' => 'A.M.' |
7818
|
|
|
|
|
|
|
}, |
7819
|
|
|
|
|
|
|
wide => { |
7820
|
|
|
|
|
|
|
'0' => 'înainte de Anno Martyrum', |
7821
|
|
|
|
|
|
|
'1' => 'după Anno Martyrum' |
7822
|
|
|
|
|
|
|
}, |
7823
|
|
|
|
|
|
|
}, |
7824
|
|
|
|
|
|
|
'ethiopic' => { |
7825
|
|
|
|
|
|
|
abbreviated => { |
7826
|
|
|
|
|
|
|
'0' => 'î.Într.', |
7827
|
|
|
|
|
|
|
'1' => 'd.Într.' |
7828
|
|
|
|
|
|
|
}, |
7829
|
|
|
|
|
|
|
narrow => { |
7830
|
|
|
|
|
|
|
'0' => 'î.Într.', |
7831
|
|
|
|
|
|
|
'1' => 'd.Într.' |
7832
|
|
|
|
|
|
|
}, |
7833
|
|
|
|
|
|
|
wide => { |
7834
|
|
|
|
|
|
|
'0' => 'înainte de Întrupare', |
7835
|
|
|
|
|
|
|
'1' => 'după Întrupare' |
7836
|
|
|
|
|
|
|
}, |
7837
|
|
|
|
|
|
|
}, |
7838
|
|
|
|
|
|
|
'generic' => { |
7839
|
|
|
|
|
|
|
}, |
7840
|
|
|
|
|
|
|
'gregorian' => { |
7841
|
|
|
|
|
|
|
abbreviated => { |
7842
|
|
|
|
|
|
|
'0' => 'î.Hr.', |
7843
|
|
|
|
|
|
|
'1' => 'd.Hr.' |
7844
|
|
|
|
|
|
|
}, |
7845
|
|
|
|
|
|
|
narrow => { |
7846
|
|
|
|
|
|
|
'0' => 'î.Hr.', |
7847
|
|
|
|
|
|
|
'1' => 'd.Hr.' |
7848
|
|
|
|
|
|
|
}, |
7849
|
|
|
|
|
|
|
wide => { |
7850
|
|
|
|
|
|
|
'0' => 'înainte de Hristos', |
7851
|
|
|
|
|
|
|
'1' => 'după Hristos' |
7852
|
|
|
|
|
|
|
}, |
7853
|
|
|
|
|
|
|
}, |
7854
|
|
|
|
|
|
|
'hebrew' => { |
7855
|
|
|
|
|
|
|
abbreviated => { |
7856
|
|
|
|
|
|
|
'0' => 'A.M.' |
7857
|
|
|
|
|
|
|
}, |
7858
|
|
|
|
|
|
|
narrow => { |
7859
|
|
|
|
|
|
|
'0' => 'AM' |
7860
|
|
|
|
|
|
|
}, |
7861
|
|
|
|
|
|
|
wide => { |
7862
|
|
|
|
|
|
|
'0' => 'A.M.' |
7863
|
|
|
|
|
|
|
}, |
7864
|
|
|
|
|
|
|
}, |
7865
|
|
|
|
|
|
|
'indian' => { |
7866
|
|
|
|
|
|
|
abbreviated => { |
7867
|
|
|
|
|
|
|
'0' => 'Saka' |
7868
|
|
|
|
|
|
|
}, |
7869
|
|
|
|
|
|
|
narrow => { |
7870
|
|
|
|
|
|
|
'0' => 'Saka' |
7871
|
|
|
|
|
|
|
}, |
7872
|
|
|
|
|
|
|
wide => { |
7873
|
|
|
|
|
|
|
'0' => 'Saka' |
7874
|
|
|
|
|
|
|
}, |
7875
|
|
|
|
|
|
|
}, |
7876
|
|
|
|
|
|
|
'islamic' => { |
7877
|
|
|
|
|
|
|
abbreviated => { |
7878
|
|
|
|
|
|
|
'0' => 'AH' |
7879
|
|
|
|
|
|
|
}, |
7880
|
|
|
|
|
|
|
narrow => { |
7881
|
|
|
|
|
|
|
'0' => 'AH' |
7882
|
|
|
|
|
|
|
}, |
7883
|
|
|
|
|
|
|
wide => { |
7884
|
|
|
|
|
|
|
'0' => 'A.H.' |
7885
|
|
|
|
|
|
|
}, |
7886
|
|
|
|
|
|
|
}, |
7887
|
|
|
|
|
|
|
'persian' => { |
7888
|
|
|
|
|
|
|
abbreviated => { |
7889
|
|
|
|
|
|
|
'0' => 'A.P.' |
7890
|
|
|
|
|
|
|
}, |
7891
|
|
|
|
|
|
|
narrow => { |
7892
|
|
|
|
|
|
|
'0' => 'A.P.' |
7893
|
|
|
|
|
|
|
}, |
7894
|
|
|
|
|
|
|
wide => { |
7895
|
|
|
|
|
|
|
'0' => 'Anno Persico' |
7896
|
|
|
|
|
|
|
}, |
7897
|
|
|
|
|
|
|
}, |
7898
|
|
|
|
|
|
|
'roc' => { |
7899
|
|
|
|
|
|
|
abbreviated => { |
7900
|
|
|
|
|
|
|
'0' => 'î.R.C.', |
7901
|
|
|
|
|
|
|
'1' => 'R.C.' |
7902
|
|
|
|
|
|
|
}, |
7903
|
|
|
|
|
|
|
narrow => { |
7904
|
|
|
|
|
|
|
'0' => 'î.R.C.', |
7905
|
|
|
|
|
|
|
'1' => 'R.C.' |
7906
|
|
|
|
|
|
|
}, |
7907
|
|
|
|
|
|
|
wide => { |
7908
|
|
|
|
|
|
|
'0' => 'înainte de Republica China', |
7909
|
|
|
|
|
|
|
'1' => 'Republica China' |
7910
|
|
|
|
|
|
|
}, |
7911
|
|
|
|
|
|
|
}, |
7912
|
|
|
|
|
|
|
} }, |
7913
|
|
|
|
|
|
|
); |
7914
|
|
|
|
|
|
|
|
7915
|
|
|
|
|
|
|
has 'date_formats' => ( |
7916
|
|
|
|
|
|
|
is => 'ro', |
7917
|
|
|
|
|
|
|
isa => HashRef, |
7918
|
|
|
|
|
|
|
init_arg => undef, |
7919
|
|
|
|
|
|
|
default => sub { { |
7920
|
|
|
|
|
|
|
'buddhist' => { |
7921
|
|
|
|
|
|
|
'full' => q{EEEE, d MMMM y G}, |
7922
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
7923
|
|
|
|
|
|
|
'medium' => q{dd.MM.y G}, |
7924
|
|
|
|
|
|
|
'short' => q{dd.MM.y GGGGG}, |
7925
|
|
|
|
|
|
|
}, |
7926
|
|
|
|
|
|
|
'chinese' => { |
7927
|
|
|
|
|
|
|
}, |
7928
|
|
|
|
|
|
|
'coptic' => { |
7929
|
|
|
|
|
|
|
}, |
7930
|
|
|
|
|
|
|
'ethiopic' => { |
7931
|
|
|
|
|
|
|
}, |
7932
|
|
|
|
|
|
|
'generic' => { |
7933
|
|
|
|
|
|
|
'full' => q{EEEE, d MMMM y G}, |
7934
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
7935
|
|
|
|
|
|
|
'medium' => q{dd.MM.y G}, |
7936
|
|
|
|
|
|
|
'short' => q{dd.MM.y GGGGG}, |
7937
|
|
|
|
|
|
|
}, |
7938
|
|
|
|
|
|
|
'gregorian' => { |
7939
|
|
|
|
|
|
|
'full' => q{EEEE, d MMMM y}, |
7940
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
7941
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
7942
|
|
|
|
|
|
|
'short' => q{dd.MM.y}, |
7943
|
|
|
|
|
|
|
}, |
7944
|
|
|
|
|
|
|
'hebrew' => { |
7945
|
|
|
|
|
|
|
}, |
7946
|
|
|
|
|
|
|
'indian' => { |
7947
|
|
|
|
|
|
|
}, |
7948
|
|
|
|
|
|
|
'islamic' => { |
7949
|
|
|
|
|
|
|
}, |
7950
|
|
|
|
|
|
|
'persian' => { |
7951
|
|
|
|
|
|
|
}, |
7952
|
|
|
|
|
|
|
'roc' => { |
7953
|
|
|
|
|
|
|
}, |
7954
|
|
|
|
|
|
|
} }, |
7955
|
|
|
|
|
|
|
); |
7956
|
|
|
|
|
|
|
|
7957
|
|
|
|
|
|
|
has 'time_formats' => ( |
7958
|
|
|
|
|
|
|
is => 'ro', |
7959
|
|
|
|
|
|
|
isa => HashRef, |
7960
|
|
|
|
|
|
|
init_arg => undef, |
7961
|
|
|
|
|
|
|
default => sub { { |
7962
|
|
|
|
|
|
|
'buddhist' => { |
7963
|
|
|
|
|
|
|
}, |
7964
|
|
|
|
|
|
|
'chinese' => { |
7965
|
|
|
|
|
|
|
}, |
7966
|
|
|
|
|
|
|
'coptic' => { |
7967
|
|
|
|
|
|
|
}, |
7968
|
|
|
|
|
|
|
'ethiopic' => { |
7969
|
|
|
|
|
|
|
}, |
7970
|
|
|
|
|
|
|
'generic' => { |
7971
|
|
|
|
|
|
|
}, |
7972
|
|
|
|
|
|
|
'gregorian' => { |
7973
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
7974
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
7975
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
7976
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
7977
|
|
|
|
|
|
|
}, |
7978
|
|
|
|
|
|
|
'hebrew' => { |
7979
|
|
|
|
|
|
|
}, |
7980
|
|
|
|
|
|
|
'indian' => { |
7981
|
|
|
|
|
|
|
}, |
7982
|
|
|
|
|
|
|
'islamic' => { |
7983
|
|
|
|
|
|
|
}, |
7984
|
|
|
|
|
|
|
'persian' => { |
7985
|
|
|
|
|
|
|
}, |
7986
|
|
|
|
|
|
|
'roc' => { |
7987
|
|
|
|
|
|
|
}, |
7988
|
|
|
|
|
|
|
} }, |
7989
|
|
|
|
|
|
|
); |
7990
|
|
|
|
|
|
|
|
7991
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
7992
|
|
|
|
|
|
|
is => 'ro', |
7993
|
|
|
|
|
|
|
isa => HashRef, |
7994
|
|
|
|
|
|
|
init_arg => undef, |
7995
|
|
|
|
|
|
|
default => sub { { |
7996
|
|
|
|
|
|
|
'buddhist' => { |
7997
|
|
|
|
|
|
|
'full' => q{{1} 'la' {0}}, |
7998
|
|
|
|
|
|
|
'long' => q{{1} 'la' {0}}, |
7999
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
8000
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
8001
|
|
|
|
|
|
|
}, |
8002
|
|
|
|
|
|
|
'chinese' => { |
8003
|
|
|
|
|
|
|
}, |
8004
|
|
|
|
|
|
|
'coptic' => { |
8005
|
|
|
|
|
|
|
}, |
8006
|
|
|
|
|
|
|
'ethiopic' => { |
8007
|
|
|
|
|
|
|
}, |
8008
|
|
|
|
|
|
|
'generic' => { |
8009
|
|
|
|
|
|
|
'full' => q{{1} 'la' {0}}, |
8010
|
|
|
|
|
|
|
'long' => q{{1} 'la' {0}}, |
8011
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
8012
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
8013
|
|
|
|
|
|
|
}, |
8014
|
|
|
|
|
|
|
'gregorian' => { |
8015
|
|
|
|
|
|
|
'full' => q{{1}, {0}}, |
8016
|
|
|
|
|
|
|
'long' => q{{1}, {0}}, |
8017
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
8018
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
8019
|
|
|
|
|
|
|
}, |
8020
|
|
|
|
|
|
|
'hebrew' => { |
8021
|
|
|
|
|
|
|
}, |
8022
|
|
|
|
|
|
|
'indian' => { |
8023
|
|
|
|
|
|
|
}, |
8024
|
|
|
|
|
|
|
'islamic' => { |
8025
|
|
|
|
|
|
|
}, |
8026
|
|
|
|
|
|
|
'persian' => { |
8027
|
|
|
|
|
|
|
}, |
8028
|
|
|
|
|
|
|
'roc' => { |
8029
|
|
|
|
|
|
|
}, |
8030
|
|
|
|
|
|
|
} }, |
8031
|
|
|
|
|
|
|
); |
8032
|
|
|
|
|
|
|
|
8033
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
8034
|
|
|
|
|
|
|
is => 'ro', |
8035
|
|
|
|
|
|
|
isa => HashRef, |
8036
|
|
|
|
|
|
|
init_arg => undef, |
8037
|
|
|
|
|
|
|
default => sub { { |
8038
|
|
|
|
|
|
|
'buddhist' => { |
8039
|
|
|
|
|
|
|
E => q{ccc}, |
8040
|
|
|
|
|
|
|
Ed => q{E d}, |
8041
|
|
|
|
|
|
|
Gy => q{y G}, |
8042
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
8043
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
8044
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
8045
|
|
|
|
|
|
|
M => q{L}, |
8046
|
|
|
|
|
|
|
MEd => q{E, dd.MM}, |
8047
|
|
|
|
|
|
|
MMM => q{LLL}, |
8048
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
8049
|
|
|
|
|
|
|
MMMMEd => q{E, d MMMM}, |
8050
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
8051
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
8052
|
|
|
|
|
|
|
Md => q{dd.MM}, |
8053
|
|
|
|
|
|
|
d => q{d}, |
8054
|
|
|
|
|
|
|
y => q{y}, |
8055
|
|
|
|
|
|
|
yyyy => q{y G}, |
8056
|
|
|
|
|
|
|
yyyyM => q{MM.y G}, |
8057
|
|
|
|
|
|
|
yyyyMEd => q{E, dd.MM.y G}, |
8058
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
8059
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM y G}, |
8060
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
8061
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
8062
|
|
|
|
|
|
|
yyyyMd => q{dd.MM.y G}, |
8063
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
8064
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
8065
|
|
|
|
|
|
|
}, |
8066
|
|
|
|
|
|
|
'generic' => { |
8067
|
|
|
|
|
|
|
Bh => q{h B}, |
8068
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
8069
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
8070
|
|
|
|
|
|
|
E => q{ccc}, |
8071
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
8072
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
8073
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
8074
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
8075
|
|
|
|
|
|
|
Ed => q{E d}, |
8076
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
8077
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
8078
|
|
|
|
|
|
|
Gy => q{y G}, |
8079
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
8080
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
8081
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
8082
|
|
|
|
|
|
|
H => q{HH}, |
8083
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
8084
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
8085
|
|
|
|
|
|
|
M => q{L}, |
8086
|
|
|
|
|
|
|
MEd => q{E, dd.MM}, |
8087
|
|
|
|
|
|
|
MMM => q{LLL}, |
8088
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
8089
|
|
|
|
|
|
|
MMMMEd => q{E, d MMMM}, |
8090
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
8091
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
8092
|
|
|
|
|
|
|
Md => q{dd.MM}, |
8093
|
|
|
|
|
|
|
d => q{d}, |
8094
|
|
|
|
|
|
|
h => q{h a}, |
8095
|
|
|
|
|
|
|
hm => q{h:mm a}, |
8096
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
8097
|
|
|
|
|
|
|
ms => q{mm:ss}, |
8098
|
|
|
|
|
|
|
y => q{y}, |
8099
|
|
|
|
|
|
|
yyyy => q{y G}, |
8100
|
|
|
|
|
|
|
yyyyM => q{MM.y G}, |
8101
|
|
|
|
|
|
|
yyyyMEd => q{E, dd.MM.y G}, |
8102
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
8103
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d MMM y G}, |
8104
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
8105
|
|
|
|
|
|
|
yyyyMMMd => q{d MMM y G}, |
8106
|
|
|
|
|
|
|
yyyyMd => q{dd.MM.y G}, |
8107
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
8108
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
8109
|
|
|
|
|
|
|
}, |
8110
|
|
|
|
|
|
|
'gregorian' => { |
8111
|
|
|
|
|
|
|
Bh => q{h B}, |
8112
|
|
|
|
|
|
|
Bhm => q{h:mm B}, |
8113
|
|
|
|
|
|
|
Bhms => q{h:mm:ss B}, |
8114
|
|
|
|
|
|
|
E => q{ccc}, |
8115
|
|
|
|
|
|
|
EBhm => q{E h:mm B}, |
8116
|
|
|
|
|
|
|
EBhms => q{E h:mm:ss B}, |
8117
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
8118
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
8119
|
|
|
|
|
|
|
Ed => q{E d}, |
8120
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
8121
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
8122
|
|
|
|
|
|
|
Gy => q{y G}, |
8123
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
8124
|
|
|
|
|
|
|
GyMMMEd => q{E, d MMM y G}, |
8125
|
|
|
|
|
|
|
GyMMMd => q{d MMM y G}, |
8126
|
|
|
|
|
|
|
H => q{HH}, |
8127
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
8128
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
8129
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
8130
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
8131
|
|
|
|
|
|
|
M => q{L}, |
8132
|
|
|
|
|
|
|
MEd => q{E, dd.MM}, |
8133
|
|
|
|
|
|
|
MMM => q{LLL}, |
8134
|
|
|
|
|
|
|
MMMEd => q{E, d MMM}, |
8135
|
|
|
|
|
|
|
MMMMEd => q{E, d MMMM}, |
8136
|
|
|
|
|
|
|
MMMMW => q{'săptămâna' W 'din' MMM}, |
8137
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
8138
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
8139
|
|
|
|
|
|
|
MMdd => q{dd.MM}, |
8140
|
|
|
|
|
|
|
Md => q{dd.MM}, |
8141
|
|
|
|
|
|
|
d => q{d}, |
8142
|
|
|
|
|
|
|
h => q{h a}, |
8143
|
|
|
|
|
|
|
hm => q{h:mm a}, |
8144
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
8145
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
8146
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
8147
|
|
|
|
|
|
|
ms => q{mm:ss}, |
8148
|
|
|
|
|
|
|
y => q{y}, |
8149
|
|
|
|
|
|
|
yM => q{MM.y}, |
8150
|
|
|
|
|
|
|
yMEd => q{E, dd.MM.y}, |
8151
|
|
|
|
|
|
|
yMM => q{MM.y}, |
8152
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
8153
|
|
|
|
|
|
|
yMMMEd => q{E, d MMM y}, |
8154
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
8155
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
8156
|
|
|
|
|
|
|
yMd => q{dd.MM.y}, |
8157
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
8158
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
8159
|
|
|
|
|
|
|
yw => q{'săptămâna' w 'din' Y}, |
8160
|
|
|
|
|
|
|
}, |
8161
|
|
|
|
|
|
|
} }, |
8162
|
|
|
|
|
|
|
); |
8163
|
|
|
|
|
|
|
|
8164
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
8165
|
|
|
|
|
|
|
is => 'ro', |
8166
|
|
|
|
|
|
|
isa => HashRef, |
8167
|
|
|
|
|
|
|
init_arg => undef, |
8168
|
|
|
|
|
|
|
default => sub { { |
8169
|
|
|
|
|
|
|
'gregorian' => { |
8170
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
8171
|
|
|
|
|
|
|
}, |
8172
|
|
|
|
|
|
|
} }, |
8173
|
|
|
|
|
|
|
); |
8174
|
|
|
|
|
|
|
|
8175
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
8176
|
|
|
|
|
|
|
is => 'ro', |
8177
|
|
|
|
|
|
|
isa => HashRef, |
8178
|
|
|
|
|
|
|
init_arg => undef, |
8179
|
|
|
|
|
|
|
default => sub { { |
8180
|
|
|
|
|
|
|
'buddhist' => { |
8181
|
|
|
|
|
|
|
H => { |
8182
|
|
|
|
|
|
|
H => q{HH–HH}, |
8183
|
|
|
|
|
|
|
}, |
8184
|
|
|
|
|
|
|
Hm => { |
8185
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm}, |
8186
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm}, |
8187
|
|
|
|
|
|
|
}, |
8188
|
|
|
|
|
|
|
Hmv => { |
8189
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm v}, |
8190
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm v}, |
8191
|
|
|
|
|
|
|
}, |
8192
|
|
|
|
|
|
|
Hv => { |
8193
|
|
|
|
|
|
|
H => q{HH–HH v}, |
8194
|
|
|
|
|
|
|
}, |
8195
|
|
|
|
|
|
|
M => { |
8196
|
|
|
|
|
|
|
M => q{M–M}, |
8197
|
|
|
|
|
|
|
}, |
8198
|
|
|
|
|
|
|
MEd => { |
8199
|
|
|
|
|
|
|
M => q{E, dd.MM – E, dd.MM}, |
8200
|
|
|
|
|
|
|
d => q{E, dd.MM – E, dd.MM}, |
8201
|
|
|
|
|
|
|
}, |
8202
|
|
|
|
|
|
|
MMM => { |
8203
|
|
|
|
|
|
|
M => q{MMM–MMM}, |
8204
|
|
|
|
|
|
|
}, |
8205
|
|
|
|
|
|
|
MMMEd => { |
8206
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM}, |
8207
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM}, |
8208
|
|
|
|
|
|
|
}, |
8209
|
|
|
|
|
|
|
MMMd => { |
8210
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
8211
|
|
|
|
|
|
|
d => q{d–d MMM}, |
8212
|
|
|
|
|
|
|
}, |
8213
|
|
|
|
|
|
|
Md => { |
8214
|
|
|
|
|
|
|
M => q{dd.MM – dd.MM}, |
8215
|
|
|
|
|
|
|
d => q{dd.MM – dd.MM}, |
8216
|
|
|
|
|
|
|
}, |
8217
|
|
|
|
|
|
|
d => { |
8218
|
|
|
|
|
|
|
d => q{d–d}, |
8219
|
|
|
|
|
|
|
}, |
8220
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
8221
|
|
|
|
|
|
|
h => { |
8222
|
|
|
|
|
|
|
a => q{h a – h a}, |
8223
|
|
|
|
|
|
|
h => q{h–h a}, |
8224
|
|
|
|
|
|
|
}, |
8225
|
|
|
|
|
|
|
hm => { |
8226
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
8227
|
|
|
|
|
|
|
h => q{h:mm–h:mm a}, |
8228
|
|
|
|
|
|
|
m => q{h:mm–h:mm a}, |
8229
|
|
|
|
|
|
|
}, |
8230
|
|
|
|
|
|
|
hmv => { |
8231
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
8232
|
|
|
|
|
|
|
h => q{h:mm–h:mm a v}, |
8233
|
|
|
|
|
|
|
m => q{h:mm–h:mm a v}, |
8234
|
|
|
|
|
|
|
}, |
8235
|
|
|
|
|
|
|
hv => { |
8236
|
|
|
|
|
|
|
a => q{h a – h a v}, |
8237
|
|
|
|
|
|
|
h => q{h–h a v}, |
8238
|
|
|
|
|
|
|
}, |
8239
|
|
|
|
|
|
|
y => { |
8240
|
|
|
|
|
|
|
y => q{y–y G}, |
8241
|
|
|
|
|
|
|
}, |
8242
|
|
|
|
|
|
|
yM => { |
8243
|
|
|
|
|
|
|
M => q{MM.y – MM.y G}, |
8244
|
|
|
|
|
|
|
y => q{MM.y – MM.y G}, |
8245
|
|
|
|
|
|
|
}, |
8246
|
|
|
|
|
|
|
yMEd => { |
8247
|
|
|
|
|
|
|
M => q{E, dd.MM.y – E, dd.MM.y G}, |
8248
|
|
|
|
|
|
|
d => q{E, dd.MM.y – E, dd.MM.y G}, |
8249
|
|
|
|
|
|
|
y => q{E, dd.MM.y – E, dd.MM.y G}, |
8250
|
|
|
|
|
|
|
}, |
8251
|
|
|
|
|
|
|
yMMM => { |
8252
|
|
|
|
|
|
|
M => q{MMM–MMM y G}, |
8253
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
8254
|
|
|
|
|
|
|
}, |
8255
|
|
|
|
|
|
|
yMMMEd => { |
8256
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM y G}, |
8257
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM y G}, |
8258
|
|
|
|
|
|
|
y => q{E, d MMM y – E, d MMM y G}, |
8259
|
|
|
|
|
|
|
}, |
8260
|
|
|
|
|
|
|
yMMMM => { |
8261
|
|
|
|
|
|
|
M => q{MMMM–MMMM y G}, |
8262
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y G}, |
8263
|
|
|
|
|
|
|
}, |
8264
|
|
|
|
|
|
|
yMMMd => { |
8265
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
8266
|
|
|
|
|
|
|
d => q{d–d MMM y G}, |
8267
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
8268
|
|
|
|
|
|
|
}, |
8269
|
|
|
|
|
|
|
yMd => { |
8270
|
|
|
|
|
|
|
M => q{dd.MM.y – dd.MM.y G}, |
8271
|
|
|
|
|
|
|
d => q{dd.MM.y – dd.MM.y G}, |
8272
|
|
|
|
|
|
|
y => q{dd.MM.y – dd.MM.y G}, |
8273
|
|
|
|
|
|
|
}, |
8274
|
|
|
|
|
|
|
}, |
8275
|
|
|
|
|
|
|
'generic' => { |
8276
|
|
|
|
|
|
|
H => { |
8277
|
|
|
|
|
|
|
H => q{HH–HH}, |
8278
|
|
|
|
|
|
|
}, |
8279
|
|
|
|
|
|
|
Hm => { |
8280
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm}, |
8281
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm}, |
8282
|
|
|
|
|
|
|
}, |
8283
|
|
|
|
|
|
|
Hmv => { |
8284
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm v}, |
8285
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm v}, |
8286
|
|
|
|
|
|
|
}, |
8287
|
|
|
|
|
|
|
Hv => { |
8288
|
|
|
|
|
|
|
H => q{HH–HH v}, |
8289
|
|
|
|
|
|
|
}, |
8290
|
|
|
|
|
|
|
M => { |
8291
|
|
|
|
|
|
|
M => q{M–M}, |
8292
|
|
|
|
|
|
|
}, |
8293
|
|
|
|
|
|
|
MEd => { |
8294
|
|
|
|
|
|
|
M => q{E, dd.MM – E, dd.MM}, |
8295
|
|
|
|
|
|
|
d => q{E, dd.MM – E, dd.MM}, |
8296
|
|
|
|
|
|
|
}, |
8297
|
|
|
|
|
|
|
MMM => { |
8298
|
|
|
|
|
|
|
M => q{MMM–MMM}, |
8299
|
|
|
|
|
|
|
}, |
8300
|
|
|
|
|
|
|
MMMEd => { |
8301
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM}, |
8302
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM}, |
8303
|
|
|
|
|
|
|
}, |
8304
|
|
|
|
|
|
|
MMMd => { |
8305
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
8306
|
|
|
|
|
|
|
d => q{d–d MMM}, |
8307
|
|
|
|
|
|
|
}, |
8308
|
|
|
|
|
|
|
Md => { |
8309
|
|
|
|
|
|
|
M => q{dd.MM – dd.MM}, |
8310
|
|
|
|
|
|
|
d => q{dd.MM – dd.MM}, |
8311
|
|
|
|
|
|
|
}, |
8312
|
|
|
|
|
|
|
d => { |
8313
|
|
|
|
|
|
|
d => q{d–d}, |
8314
|
|
|
|
|
|
|
}, |
8315
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
8316
|
|
|
|
|
|
|
h => { |
8317
|
|
|
|
|
|
|
a => q{h a – h a}, |
8318
|
|
|
|
|
|
|
h => q{h–h a}, |
8319
|
|
|
|
|
|
|
}, |
8320
|
|
|
|
|
|
|
hm => { |
8321
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
8322
|
|
|
|
|
|
|
h => q{h:mm–h:mm a}, |
8323
|
|
|
|
|
|
|
m => q{h:mm–h:mm a}, |
8324
|
|
|
|
|
|
|
}, |
8325
|
|
|
|
|
|
|
hmv => { |
8326
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
8327
|
|
|
|
|
|
|
h => q{h:mm–h:mm a v}, |
8328
|
|
|
|
|
|
|
m => q{h:mm–h:mm a v}, |
8329
|
|
|
|
|
|
|
}, |
8330
|
|
|
|
|
|
|
hv => { |
8331
|
|
|
|
|
|
|
a => q{h a – h a v}, |
8332
|
|
|
|
|
|
|
h => q{h–h a v}, |
8333
|
|
|
|
|
|
|
}, |
8334
|
|
|
|
|
|
|
y => { |
8335
|
|
|
|
|
|
|
y => q{y–y G}, |
8336
|
|
|
|
|
|
|
}, |
8337
|
|
|
|
|
|
|
yM => { |
8338
|
|
|
|
|
|
|
M => q{MM.y – MM.y G}, |
8339
|
|
|
|
|
|
|
y => q{MM.y – MM.y G}, |
8340
|
|
|
|
|
|
|
}, |
8341
|
|
|
|
|
|
|
yMEd => { |
8342
|
|
|
|
|
|
|
M => q{E, dd.MM.y – E, dd.MM.y G}, |
8343
|
|
|
|
|
|
|
d => q{E, dd.MM.y – E, dd.MM.y G}, |
8344
|
|
|
|
|
|
|
y => q{E, dd.MM.y – E, dd.MM.y G}, |
8345
|
|
|
|
|
|
|
}, |
8346
|
|
|
|
|
|
|
yMMM => { |
8347
|
|
|
|
|
|
|
M => q{MMM–MMM y G}, |
8348
|
|
|
|
|
|
|
y => q{MMM y – MMM y G}, |
8349
|
|
|
|
|
|
|
}, |
8350
|
|
|
|
|
|
|
yMMMEd => { |
8351
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM y G}, |
8352
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM y G}, |
8353
|
|
|
|
|
|
|
y => q{E, d MMM y – E, d MMM y G}, |
8354
|
|
|
|
|
|
|
}, |
8355
|
|
|
|
|
|
|
yMMMM => { |
8356
|
|
|
|
|
|
|
M => q{MMMM–MMMM y G}, |
8357
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y G}, |
8358
|
|
|
|
|
|
|
}, |
8359
|
|
|
|
|
|
|
yMMMd => { |
8360
|
|
|
|
|
|
|
M => q{d MMM – d MMM y G}, |
8361
|
|
|
|
|
|
|
d => q{d–d MMM y G}, |
8362
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y G}, |
8363
|
|
|
|
|
|
|
}, |
8364
|
|
|
|
|
|
|
yMd => { |
8365
|
|
|
|
|
|
|
M => q{dd.MM.y – dd.MM.y G}, |
8366
|
|
|
|
|
|
|
d => q{dd.MM.y – dd.MM.y G}, |
8367
|
|
|
|
|
|
|
y => q{dd.MM.y – dd.MM.y G}, |
8368
|
|
|
|
|
|
|
}, |
8369
|
|
|
|
|
|
|
}, |
8370
|
|
|
|
|
|
|
'gregorian' => { |
8371
|
|
|
|
|
|
|
H => { |
8372
|
|
|
|
|
|
|
H => q{HH–HH}, |
8373
|
|
|
|
|
|
|
}, |
8374
|
|
|
|
|
|
|
Hm => { |
8375
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm}, |
8376
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm}, |
8377
|
|
|
|
|
|
|
}, |
8378
|
|
|
|
|
|
|
Hmv => { |
8379
|
|
|
|
|
|
|
H => q{HH:mm–HH:mm v}, |
8380
|
|
|
|
|
|
|
m => q{HH:mm–HH:mm v}, |
8381
|
|
|
|
|
|
|
}, |
8382
|
|
|
|
|
|
|
Hv => { |
8383
|
|
|
|
|
|
|
H => q{HH–HH v}, |
8384
|
|
|
|
|
|
|
}, |
8385
|
|
|
|
|
|
|
M => { |
8386
|
|
|
|
|
|
|
M => q{M–M}, |
8387
|
|
|
|
|
|
|
}, |
8388
|
|
|
|
|
|
|
MEd => { |
8389
|
|
|
|
|
|
|
M => q{E, dd.MM – E, dd.MM}, |
8390
|
|
|
|
|
|
|
d => q{E, dd.MM – E, dd.MM}, |
8391
|
|
|
|
|
|
|
}, |
8392
|
|
|
|
|
|
|
MMM => { |
8393
|
|
|
|
|
|
|
M => q{MMM–MMM}, |
8394
|
|
|
|
|
|
|
}, |
8395
|
|
|
|
|
|
|
MMMEd => { |
8396
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM}, |
8397
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM}, |
8398
|
|
|
|
|
|
|
}, |
8399
|
|
|
|
|
|
|
MMMd => { |
8400
|
|
|
|
|
|
|
M => q{d MMM – d MMM}, |
8401
|
|
|
|
|
|
|
d => q{d–d MMM}, |
8402
|
|
|
|
|
|
|
}, |
8403
|
|
|
|
|
|
|
Md => { |
8404
|
|
|
|
|
|
|
M => q{dd.MM – dd.MM}, |
8405
|
|
|
|
|
|
|
d => q{dd.MM – dd.MM}, |
8406
|
|
|
|
|
|
|
}, |
8407
|
|
|
|
|
|
|
d => { |
8408
|
|
|
|
|
|
|
d => q{d–d}, |
8409
|
|
|
|
|
|
|
}, |
8410
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
8411
|
|
|
|
|
|
|
h => { |
8412
|
|
|
|
|
|
|
a => q{h a – h a}, |
8413
|
|
|
|
|
|
|
h => q{h–h a}, |
8414
|
|
|
|
|
|
|
}, |
8415
|
|
|
|
|
|
|
hm => { |
8416
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a}, |
8417
|
|
|
|
|
|
|
h => q{h:mm–h:mm a}, |
8418
|
|
|
|
|
|
|
m => q{h:mm–h:mm a}, |
8419
|
|
|
|
|
|
|
}, |
8420
|
|
|
|
|
|
|
hmv => { |
8421
|
|
|
|
|
|
|
a => q{h:mm a – h:mm a v}, |
8422
|
|
|
|
|
|
|
h => q{h:mm–h:mm a v}, |
8423
|
|
|
|
|
|
|
m => q{h:mm–h:mm a v}, |
8424
|
|
|
|
|
|
|
}, |
8425
|
|
|
|
|
|
|
hv => { |
8426
|
|
|
|
|
|
|
a => q{h a – h a v}, |
8427
|
|
|
|
|
|
|
h => q{h–h a v}, |
8428
|
|
|
|
|
|
|
}, |
8429
|
|
|
|
|
|
|
y => { |
8430
|
|
|
|
|
|
|
y => q{y–y}, |
8431
|
|
|
|
|
|
|
}, |
8432
|
|
|
|
|
|
|
yM => { |
8433
|
|
|
|
|
|
|
M => q{MM.y – MM.y}, |
8434
|
|
|
|
|
|
|
y => q{MM.y – MM.y}, |
8435
|
|
|
|
|
|
|
}, |
8436
|
|
|
|
|
|
|
yMEd => { |
8437
|
|
|
|
|
|
|
M => q{E, dd.MM.y – E, dd.MM.y}, |
8438
|
|
|
|
|
|
|
d => q{E, dd.MM.y – E, dd.MM.y}, |
8439
|
|
|
|
|
|
|
y => q{E, dd.MM.y – E, dd.MM.y}, |
8440
|
|
|
|
|
|
|
}, |
8441
|
|
|
|
|
|
|
yMMM => { |
8442
|
|
|
|
|
|
|
M => q{MMM–MMM y}, |
8443
|
|
|
|
|
|
|
y => q{MMM y – MMM y}, |
8444
|
|
|
|
|
|
|
}, |
8445
|
|
|
|
|
|
|
yMMMEd => { |
8446
|
|
|
|
|
|
|
M => q{E, d MMM – E, d MMM y}, |
8447
|
|
|
|
|
|
|
d => q{E, d MMM – E, d MMM y}, |
8448
|
|
|
|
|
|
|
y => q{E, d MMM y – E, d MMM y}, |
8449
|
|
|
|
|
|
|
}, |
8450
|
|
|
|
|
|
|
yMMMM => { |
8451
|
|
|
|
|
|
|
M => q{MMMM – MMMM y}, |
8452
|
|
|
|
|
|
|
y => q{MMMM y – MMMM y}, |
8453
|
|
|
|
|
|
|
}, |
8454
|
|
|
|
|
|
|
yMMMd => { |
8455
|
|
|
|
|
|
|
M => q{d MMM – d MMM y}, |
8456
|
|
|
|
|
|
|
d => q{d–d MMM y}, |
8457
|
|
|
|
|
|
|
y => q{d MMM y – d MMM y}, |
8458
|
|
|
|
|
|
|
}, |
8459
|
|
|
|
|
|
|
yMd => { |
8460
|
|
|
|
|
|
|
M => q{dd.MM.y – dd.MM.y}, |
8461
|
|
|
|
|
|
|
d => q{dd.MM.y – dd.MM.y}, |
8462
|
|
|
|
|
|
|
y => q{dd.MM.y – dd.MM.y}, |
8463
|
|
|
|
|
|
|
}, |
8464
|
|
|
|
|
|
|
}, |
8465
|
|
|
|
|
|
|
} }, |
8466
|
|
|
|
|
|
|
); |
8467
|
|
|
|
|
|
|
|
8468
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
8469
|
|
|
|
|
|
|
is => 'ro', |
8470
|
|
|
|
|
|
|
isa => HashRef, |
8471
|
|
|
|
|
|
|
init_arg => undef, |
8472
|
|
|
|
|
|
|
default => sub { { |
8473
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
8474
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
8475
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
8476
|
|
|
|
|
|
|
regionFormat => q(Ora din {0}), |
8477
|
|
|
|
|
|
|
regionFormat => q(Ora de vară din {0}), |
8478
|
|
|
|
|
|
|
regionFormat => q(Ora standard din {0}), |
8479
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
8480
|
|
|
|
|
|
|
'Acre' => { |
8481
|
|
|
|
|
|
|
long => { |
8482
|
|
|
|
|
|
|
'daylight' => q#Ora de vară Acre#, |
8483
|
|
|
|
|
|
|
'generic' => q#Ora Acre#, |
8484
|
|
|
|
|
|
|
'standard' => q#Ora standard Acre#, |
8485
|
|
|
|
|
|
|
}, |
8486
|
|
|
|
|
|
|
}, |
8487
|
|
|
|
|
|
|
'Afghanistan' => { |
8488
|
|
|
|
|
|
|
long => { |
8489
|
|
|
|
|
|
|
'standard' => q#Ora Afganistanului#, |
8490
|
|
|
|
|
|
|
}, |
8491
|
|
|
|
|
|
|
}, |
8492
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
8493
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
8494
|
|
|
|
|
|
|
}, |
8495
|
|
|
|
|
|
|
'Africa/Accra' => { |
8496
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
8497
|
|
|
|
|
|
|
}, |
8498
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
8499
|
|
|
|
|
|
|
exemplarCity => q#Addis Abeba#, |
8500
|
|
|
|
|
|
|
}, |
8501
|
|
|
|
|
|
|
'Africa/Algiers' => { |
8502
|
|
|
|
|
|
|
exemplarCity => q#Alger#, |
8503
|
|
|
|
|
|
|
}, |
8504
|
|
|
|
|
|
|
'Africa/Asmera' => { |
8505
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
8506
|
|
|
|
|
|
|
}, |
8507
|
|
|
|
|
|
|
'Africa/Bamako' => { |
8508
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
8509
|
|
|
|
|
|
|
}, |
8510
|
|
|
|
|
|
|
'Africa/Bangui' => { |
8511
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
8512
|
|
|
|
|
|
|
}, |
8513
|
|
|
|
|
|
|
'Africa/Banjul' => { |
8514
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
8515
|
|
|
|
|
|
|
}, |
8516
|
|
|
|
|
|
|
'Africa/Bissau' => { |
8517
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
8518
|
|
|
|
|
|
|
}, |
8519
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
8520
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
8521
|
|
|
|
|
|
|
}, |
8522
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
8523
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
8524
|
|
|
|
|
|
|
}, |
8525
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
8526
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
8527
|
|
|
|
|
|
|
}, |
8528
|
|
|
|
|
|
|
'Africa/Cairo' => { |
8529
|
|
|
|
|
|
|
exemplarCity => q#Cairo#, |
8530
|
|
|
|
|
|
|
}, |
8531
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
8532
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
8533
|
|
|
|
|
|
|
}, |
8534
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
8535
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
8536
|
|
|
|
|
|
|
}, |
8537
|
|
|
|
|
|
|
'Africa/Conakry' => { |
8538
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
8539
|
|
|
|
|
|
|
}, |
8540
|
|
|
|
|
|
|
'Africa/Dakar' => { |
8541
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
8542
|
|
|
|
|
|
|
}, |
8543
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
8544
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
8545
|
|
|
|
|
|
|
}, |
8546
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
8547
|
|
|
|
|
|
|
exemplarCity => q#Djibouti#, |
8548
|
|
|
|
|
|
|
}, |
8549
|
|
|
|
|
|
|
'Africa/Douala' => { |
8550
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
8551
|
|
|
|
|
|
|
}, |
8552
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
8553
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
8554
|
|
|
|
|
|
|
}, |
8555
|
|
|
|
|
|
|
'Africa/Freetown' => { |
8556
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
8557
|
|
|
|
|
|
|
}, |
8558
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
8559
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
8560
|
|
|
|
|
|
|
}, |
8561
|
|
|
|
|
|
|
'Africa/Harare' => { |
8562
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
8563
|
|
|
|
|
|
|
}, |
8564
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
8565
|
|
|
|
|
|
|
exemplarCity => q#Johannesburg#, |
8566
|
|
|
|
|
|
|
}, |
8567
|
|
|
|
|
|
|
'Africa/Juba' => { |
8568
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
8569
|
|
|
|
|
|
|
}, |
8570
|
|
|
|
|
|
|
'Africa/Kampala' => { |
8571
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
8572
|
|
|
|
|
|
|
}, |
8573
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
8574
|
|
|
|
|
|
|
exemplarCity => q#Khartoum#, |
8575
|
|
|
|
|
|
|
}, |
8576
|
|
|
|
|
|
|
'Africa/Kigali' => { |
8577
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
8578
|
|
|
|
|
|
|
}, |
8579
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
8580
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
8581
|
|
|
|
|
|
|
}, |
8582
|
|
|
|
|
|
|
'Africa/Lagos' => { |
8583
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
8584
|
|
|
|
|
|
|
}, |
8585
|
|
|
|
|
|
|
'Africa/Libreville' => { |
8586
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
8587
|
|
|
|
|
|
|
}, |
8588
|
|
|
|
|
|
|
'Africa/Lome' => { |
8589
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
8590
|
|
|
|
|
|
|
}, |
8591
|
|
|
|
|
|
|
'Africa/Luanda' => { |
8592
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
8593
|
|
|
|
|
|
|
}, |
8594
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
8595
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
8596
|
|
|
|
|
|
|
}, |
8597
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
8598
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
8599
|
|
|
|
|
|
|
}, |
8600
|
|
|
|
|
|
|
'Africa/Malabo' => { |
8601
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
8602
|
|
|
|
|
|
|
}, |
8603
|
|
|
|
|
|
|
'Africa/Maputo' => { |
8604
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
8605
|
|
|
|
|
|
|
}, |
8606
|
|
|
|
|
|
|
'Africa/Maseru' => { |
8607
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
8608
|
|
|
|
|
|
|
}, |
8609
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
8610
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
8611
|
|
|
|
|
|
|
}, |
8612
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
8613
|
|
|
|
|
|
|
exemplarCity => q#Mogadiscio#, |
8614
|
|
|
|
|
|
|
}, |
8615
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
8616
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
8617
|
|
|
|
|
|
|
}, |
8618
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
8619
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
8620
|
|
|
|
|
|
|
}, |
8621
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
8622
|
|
|
|
|
|
|
exemplarCity => q#N’Djamena#, |
8623
|
|
|
|
|
|
|
}, |
8624
|
|
|
|
|
|
|
'Africa/Niamey' => { |
8625
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
8626
|
|
|
|
|
|
|
}, |
8627
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
8628
|
|
|
|
|
|
|
exemplarCity => q#Nouakchott#, |
8629
|
|
|
|
|
|
|
}, |
8630
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
8631
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
8632
|
|
|
|
|
|
|
}, |
8633
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
8634
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
8635
|
|
|
|
|
|
|
}, |
8636
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
8637
|
|
|
|
|
|
|
exemplarCity => q#Sao Tomé#, |
8638
|
|
|
|
|
|
|
}, |
8639
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
8640
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
8641
|
|
|
|
|
|
|
}, |
8642
|
|
|
|
|
|
|
'Africa/Tunis' => { |
8643
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
8644
|
|
|
|
|
|
|
}, |
8645
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
8646
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
8647
|
|
|
|
|
|
|
}, |
8648
|
|
|
|
|
|
|
'Africa_Central' => { |
8649
|
|
|
|
|
|
|
long => { |
8650
|
|
|
|
|
|
|
'standard' => q#Ora Africii Centrale#, |
8651
|
|
|
|
|
|
|
}, |
8652
|
|
|
|
|
|
|
}, |
8653
|
|
|
|
|
|
|
'Africa_Eastern' => { |
8654
|
|
|
|
|
|
|
long => { |
8655
|
|
|
|
|
|
|
'standard' => q#Ora Africii Orientale#, |
8656
|
|
|
|
|
|
|
}, |
8657
|
|
|
|
|
|
|
}, |
8658
|
|
|
|
|
|
|
'Africa_Southern' => { |
8659
|
|
|
|
|
|
|
long => { |
8660
|
|
|
|
|
|
|
'standard' => q#Ora Africii Meridionale#, |
8661
|
|
|
|
|
|
|
}, |
8662
|
|
|
|
|
|
|
}, |
8663
|
|
|
|
|
|
|
'Africa_Western' => { |
8664
|
|
|
|
|
|
|
long => { |
8665
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Africii Occidentale#, |
8666
|
|
|
|
|
|
|
'generic' => q#Ora Africii Occidentale#, |
8667
|
|
|
|
|
|
|
'standard' => q#Ora standard a Africii Occidentale#, |
8668
|
|
|
|
|
|
|
}, |
8669
|
|
|
|
|
|
|
}, |
8670
|
|
|
|
|
|
|
'Alaska' => { |
8671
|
|
|
|
|
|
|
long => { |
8672
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Alaska#, |
8673
|
|
|
|
|
|
|
'generic' => q#Ora din Alaska#, |
8674
|
|
|
|
|
|
|
'standard' => q#Ora standard din Alaska#, |
8675
|
|
|
|
|
|
|
}, |
8676
|
|
|
|
|
|
|
}, |
8677
|
|
|
|
|
|
|
'Almaty' => { |
8678
|
|
|
|
|
|
|
long => { |
8679
|
|
|
|
|
|
|
'daylight' => q#Ora de vară Almaty#, |
8680
|
|
|
|
|
|
|
'generic' => q#Ora Almaty#, |
8681
|
|
|
|
|
|
|
'standard' => q#Ora standard Almaty#, |
8682
|
|
|
|
|
|
|
}, |
8683
|
|
|
|
|
|
|
}, |
8684
|
|
|
|
|
|
|
'Amazon' => { |
8685
|
|
|
|
|
|
|
long => { |
8686
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Amazonului#, |
8687
|
|
|
|
|
|
|
'generic' => q#Ora Amazonului#, |
8688
|
|
|
|
|
|
|
'standard' => q#Ora standard a Amazonului#, |
8689
|
|
|
|
|
|
|
}, |
8690
|
|
|
|
|
|
|
}, |
8691
|
|
|
|
|
|
|
'America/Adak' => { |
8692
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
8693
|
|
|
|
|
|
|
}, |
8694
|
|
|
|
|
|
|
'America/Anchorage' => { |
8695
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
8696
|
|
|
|
|
|
|
}, |
8697
|
|
|
|
|
|
|
'America/Anguilla' => { |
8698
|
|
|
|
|
|
|
exemplarCity => q#Anguilla#, |
8699
|
|
|
|
|
|
|
}, |
8700
|
|
|
|
|
|
|
'America/Antigua' => { |
8701
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
8702
|
|
|
|
|
|
|
}, |
8703
|
|
|
|
|
|
|
'America/Araguaina' => { |
8704
|
|
|
|
|
|
|
exemplarCity => q#Araguaina#, |
8705
|
|
|
|
|
|
|
}, |
8706
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
8707
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
8708
|
|
|
|
|
|
|
}, |
8709
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
8710
|
|
|
|
|
|
|
exemplarCity => q#Rio Gallegos#, |
8711
|
|
|
|
|
|
|
}, |
8712
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
8713
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
8714
|
|
|
|
|
|
|
}, |
8715
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
8716
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
8717
|
|
|
|
|
|
|
}, |
8718
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
8719
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
8720
|
|
|
|
|
|
|
}, |
8721
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
8722
|
|
|
|
|
|
|
exemplarCity => q#Tucuman#, |
8723
|
|
|
|
|
|
|
}, |
8724
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
8725
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
8726
|
|
|
|
|
|
|
}, |
8727
|
|
|
|
|
|
|
'America/Aruba' => { |
8728
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
8729
|
|
|
|
|
|
|
}, |
8730
|
|
|
|
|
|
|
'America/Asuncion' => { |
8731
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
8732
|
|
|
|
|
|
|
}, |
8733
|
|
|
|
|
|
|
'America/Bahia' => { |
8734
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
8735
|
|
|
|
|
|
|
}, |
8736
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
8737
|
|
|
|
|
|
|
exemplarCity => q#Bahia Banderas#, |
8738
|
|
|
|
|
|
|
}, |
8739
|
|
|
|
|
|
|
'America/Barbados' => { |
8740
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
8741
|
|
|
|
|
|
|
}, |
8742
|
|
|
|
|
|
|
'America/Belem' => { |
8743
|
|
|
|
|
|
|
exemplarCity => q#Belem#, |
8744
|
|
|
|
|
|
|
}, |
8745
|
|
|
|
|
|
|
'America/Belize' => { |
8746
|
|
|
|
|
|
|
exemplarCity => q#Belize#, |
8747
|
|
|
|
|
|
|
}, |
8748
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
8749
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
8750
|
|
|
|
|
|
|
}, |
8751
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
8752
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
8753
|
|
|
|
|
|
|
}, |
8754
|
|
|
|
|
|
|
'America/Bogota' => { |
8755
|
|
|
|
|
|
|
exemplarCity => q#Bogota#, |
8756
|
|
|
|
|
|
|
}, |
8757
|
|
|
|
|
|
|
'America/Boise' => { |
8758
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
8759
|
|
|
|
|
|
|
}, |
8760
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
8761
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
8762
|
|
|
|
|
|
|
}, |
8763
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
8764
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
8765
|
|
|
|
|
|
|
}, |
8766
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
8767
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
8768
|
|
|
|
|
|
|
}, |
8769
|
|
|
|
|
|
|
'America/Cancun' => { |
8770
|
|
|
|
|
|
|
exemplarCity => q#Cancun#, |
8771
|
|
|
|
|
|
|
}, |
8772
|
|
|
|
|
|
|
'America/Caracas' => { |
8773
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
8774
|
|
|
|
|
|
|
}, |
8775
|
|
|
|
|
|
|
'America/Catamarca' => { |
8776
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
8777
|
|
|
|
|
|
|
}, |
8778
|
|
|
|
|
|
|
'America/Cayenne' => { |
8779
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
8780
|
|
|
|
|
|
|
}, |
8781
|
|
|
|
|
|
|
'America/Cayman' => { |
8782
|
|
|
|
|
|
|
exemplarCity => q#Cayman#, |
8783
|
|
|
|
|
|
|
}, |
8784
|
|
|
|
|
|
|
'America/Chicago' => { |
8785
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
8786
|
|
|
|
|
|
|
}, |
8787
|
|
|
|
|
|
|
'America/Chihuahua' => { |
8788
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
8789
|
|
|
|
|
|
|
}, |
8790
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
8791
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
8792
|
|
|
|
|
|
|
}, |
8793
|
|
|
|
|
|
|
'America/Cordoba' => { |
8794
|
|
|
|
|
|
|
exemplarCity => q#Cordoba#, |
8795
|
|
|
|
|
|
|
}, |
8796
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
8797
|
|
|
|
|
|
|
exemplarCity => q#Costa Rica#, |
8798
|
|
|
|
|
|
|
}, |
8799
|
|
|
|
|
|
|
'America/Creston' => { |
8800
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
8801
|
|
|
|
|
|
|
}, |
8802
|
|
|
|
|
|
|
'America/Cuiaba' => { |
8803
|
|
|
|
|
|
|
exemplarCity => q#Cuiaba#, |
8804
|
|
|
|
|
|
|
}, |
8805
|
|
|
|
|
|
|
'America/Curacao' => { |
8806
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
8807
|
|
|
|
|
|
|
}, |
8808
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
8809
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
8810
|
|
|
|
|
|
|
}, |
8811
|
|
|
|
|
|
|
'America/Dawson' => { |
8812
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
8813
|
|
|
|
|
|
|
}, |
8814
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
8815
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
8816
|
|
|
|
|
|
|
}, |
8817
|
|
|
|
|
|
|
'America/Denver' => { |
8818
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
8819
|
|
|
|
|
|
|
}, |
8820
|
|
|
|
|
|
|
'America/Detroit' => { |
8821
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
8822
|
|
|
|
|
|
|
}, |
8823
|
|
|
|
|
|
|
'America/Dominica' => { |
8824
|
|
|
|
|
|
|
exemplarCity => q#Dominica#, |
8825
|
|
|
|
|
|
|
}, |
8826
|
|
|
|
|
|
|
'America/Edmonton' => { |
8827
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
8828
|
|
|
|
|
|
|
}, |
8829
|
|
|
|
|
|
|
'America/Eirunepe' => { |
8830
|
|
|
|
|
|
|
exemplarCity => q#Eirunepe#, |
8831
|
|
|
|
|
|
|
}, |
8832
|
|
|
|
|
|
|
'America/El_Salvador' => { |
8833
|
|
|
|
|
|
|
exemplarCity => q#El Salvador#, |
8834
|
|
|
|
|
|
|
}, |
8835
|
|
|
|
|
|
|
'America/Fort_Nelson' => { |
8836
|
|
|
|
|
|
|
exemplarCity => q#Fort Nelson#, |
8837
|
|
|
|
|
|
|
}, |
8838
|
|
|
|
|
|
|
'America/Fortaleza' => { |
8839
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
8840
|
|
|
|
|
|
|
}, |
8841
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
8842
|
|
|
|
|
|
|
exemplarCity => q#Glace Bay#, |
8843
|
|
|
|
|
|
|
}, |
8844
|
|
|
|
|
|
|
'America/Godthab' => { |
8845
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
8846
|
|
|
|
|
|
|
}, |
8847
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
8848
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
8849
|
|
|
|
|
|
|
}, |
8850
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
8851
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
8852
|
|
|
|
|
|
|
}, |
8853
|
|
|
|
|
|
|
'America/Grenada' => { |
8854
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
8855
|
|
|
|
|
|
|
}, |
8856
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
8857
|
|
|
|
|
|
|
exemplarCity => q#Guadelupa#, |
8858
|
|
|
|
|
|
|
}, |
8859
|
|
|
|
|
|
|
'America/Guatemala' => { |
8860
|
|
|
|
|
|
|
exemplarCity => q#Guatemala#, |
8861
|
|
|
|
|
|
|
}, |
8862
|
|
|
|
|
|
|
'America/Guayaquil' => { |
8863
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
8864
|
|
|
|
|
|
|
}, |
8865
|
|
|
|
|
|
|
'America/Guyana' => { |
8866
|
|
|
|
|
|
|
exemplarCity => q#Guyana#, |
8867
|
|
|
|
|
|
|
}, |
8868
|
|
|
|
|
|
|
'America/Halifax' => { |
8869
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
8870
|
|
|
|
|
|
|
}, |
8871
|
|
|
|
|
|
|
'America/Havana' => { |
8872
|
|
|
|
|
|
|
exemplarCity => q#Havana#, |
8873
|
|
|
|
|
|
|
}, |
8874
|
|
|
|
|
|
|
'America/Hermosillo' => { |
8875
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
8876
|
|
|
|
|
|
|
}, |
8877
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
8878
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
8879
|
|
|
|
|
|
|
}, |
8880
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
8881
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
8882
|
|
|
|
|
|
|
}, |
8883
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
8884
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
8885
|
|
|
|
|
|
|
}, |
8886
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
8887
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
8888
|
|
|
|
|
|
|
}, |
8889
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
8890
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
8891
|
|
|
|
|
|
|
}, |
8892
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
8893
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
8894
|
|
|
|
|
|
|
}, |
8895
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
8896
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
8897
|
|
|
|
|
|
|
}, |
8898
|
|
|
|
|
|
|
'America/Indianapolis' => { |
8899
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
8900
|
|
|
|
|
|
|
}, |
8901
|
|
|
|
|
|
|
'America/Inuvik' => { |
8902
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
8903
|
|
|
|
|
|
|
}, |
8904
|
|
|
|
|
|
|
'America/Iqaluit' => { |
8905
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
8906
|
|
|
|
|
|
|
}, |
8907
|
|
|
|
|
|
|
'America/Jamaica' => { |
8908
|
|
|
|
|
|
|
exemplarCity => q#Jamaica#, |
8909
|
|
|
|
|
|
|
}, |
8910
|
|
|
|
|
|
|
'America/Jujuy' => { |
8911
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
8912
|
|
|
|
|
|
|
}, |
8913
|
|
|
|
|
|
|
'America/Juneau' => { |
8914
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
8915
|
|
|
|
|
|
|
}, |
8916
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
8917
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
8918
|
|
|
|
|
|
|
}, |
8919
|
|
|
|
|
|
|
'America/Kralendijk' => { |
8920
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
8921
|
|
|
|
|
|
|
}, |
8922
|
|
|
|
|
|
|
'America/La_Paz' => { |
8923
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
8924
|
|
|
|
|
|
|
}, |
8925
|
|
|
|
|
|
|
'America/Lima' => { |
8926
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
8927
|
|
|
|
|
|
|
}, |
8928
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
8929
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
8930
|
|
|
|
|
|
|
}, |
8931
|
|
|
|
|
|
|
'America/Louisville' => { |
8932
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
8933
|
|
|
|
|
|
|
}, |
8934
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
8935
|
|
|
|
|
|
|
exemplarCity => q#Lower Prince’s Quarter#, |
8936
|
|
|
|
|
|
|
}, |
8937
|
|
|
|
|
|
|
'America/Maceio' => { |
8938
|
|
|
|
|
|
|
exemplarCity => q#Maceio#, |
8939
|
|
|
|
|
|
|
}, |
8940
|
|
|
|
|
|
|
'America/Managua' => { |
8941
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
8942
|
|
|
|
|
|
|
}, |
8943
|
|
|
|
|
|
|
'America/Manaus' => { |
8944
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
8945
|
|
|
|
|
|
|
}, |
8946
|
|
|
|
|
|
|
'America/Marigot' => { |
8947
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
8948
|
|
|
|
|
|
|
}, |
8949
|
|
|
|
|
|
|
'America/Martinique' => { |
8950
|
|
|
|
|
|
|
exemplarCity => q#Martinica#, |
8951
|
|
|
|
|
|
|
}, |
8952
|
|
|
|
|
|
|
'America/Matamoros' => { |
8953
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
8954
|
|
|
|
|
|
|
}, |
8955
|
|
|
|
|
|
|
'America/Mazatlan' => { |
8956
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
8957
|
|
|
|
|
|
|
}, |
8958
|
|
|
|
|
|
|
'America/Mendoza' => { |
8959
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
8960
|
|
|
|
|
|
|
}, |
8961
|
|
|
|
|
|
|
'America/Menominee' => { |
8962
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
8963
|
|
|
|
|
|
|
}, |
8964
|
|
|
|
|
|
|
'America/Merida' => { |
8965
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
8966
|
|
|
|
|
|
|
}, |
8967
|
|
|
|
|
|
|
'America/Metlakatla' => { |
8968
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
8969
|
|
|
|
|
|
|
}, |
8970
|
|
|
|
|
|
|
'America/Mexico_City' => { |
8971
|
|
|
|
|
|
|
exemplarCity => q#Ciudad de Mexico#, |
8972
|
|
|
|
|
|
|
}, |
8973
|
|
|
|
|
|
|
'America/Miquelon' => { |
8974
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
8975
|
|
|
|
|
|
|
}, |
8976
|
|
|
|
|
|
|
'America/Moncton' => { |
8977
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
8978
|
|
|
|
|
|
|
}, |
8979
|
|
|
|
|
|
|
'America/Monterrey' => { |
8980
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
8981
|
|
|
|
|
|
|
}, |
8982
|
|
|
|
|
|
|
'America/Montevideo' => { |
8983
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
8984
|
|
|
|
|
|
|
}, |
8985
|
|
|
|
|
|
|
'America/Montserrat' => { |
8986
|
|
|
|
|
|
|
exemplarCity => q#Montserrat#, |
8987
|
|
|
|
|
|
|
}, |
8988
|
|
|
|
|
|
|
'America/Nassau' => { |
8989
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
8990
|
|
|
|
|
|
|
}, |
8991
|
|
|
|
|
|
|
'America/New_York' => { |
8992
|
|
|
|
|
|
|
exemplarCity => q#New York#, |
8993
|
|
|
|
|
|
|
}, |
8994
|
|
|
|
|
|
|
'America/Nipigon' => { |
8995
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
8996
|
|
|
|
|
|
|
}, |
8997
|
|
|
|
|
|
|
'America/Nome' => { |
8998
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
8999
|
|
|
|
|
|
|
}, |
9000
|
|
|
|
|
|
|
'America/Noronha' => { |
9001
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
9002
|
|
|
|
|
|
|
}, |
9003
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
9004
|
|
|
|
|
|
|
exemplarCity => q#Beulah, Dakota de Nord#, |
9005
|
|
|
|
|
|
|
}, |
9006
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
9007
|
|
|
|
|
|
|
exemplarCity => q#Center, Dakota de Nord#, |
9008
|
|
|
|
|
|
|
}, |
9009
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
9010
|
|
|
|
|
|
|
exemplarCity => q#New Salem, Dakota de Nord#, |
9011
|
|
|
|
|
|
|
}, |
9012
|
|
|
|
|
|
|
'America/Ojinaga' => { |
9013
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
9014
|
|
|
|
|
|
|
}, |
9015
|
|
|
|
|
|
|
'America/Panama' => { |
9016
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
9017
|
|
|
|
|
|
|
}, |
9018
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
9019
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
9020
|
|
|
|
|
|
|
}, |
9021
|
|
|
|
|
|
|
'America/Paramaribo' => { |
9022
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
9023
|
|
|
|
|
|
|
}, |
9024
|
|
|
|
|
|
|
'America/Phoenix' => { |
9025
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
9026
|
|
|
|
|
|
|
}, |
9027
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
9028
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
9029
|
|
|
|
|
|
|
}, |
9030
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
9031
|
|
|
|
|
|
|
exemplarCity => q#Port of Spain#, |
9032
|
|
|
|
|
|
|
}, |
9033
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
9034
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
9035
|
|
|
|
|
|
|
}, |
9036
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
9037
|
|
|
|
|
|
|
exemplarCity => q#Puerto Rico#, |
9038
|
|
|
|
|
|
|
}, |
9039
|
|
|
|
|
|
|
'America/Punta_Arenas' => { |
9040
|
|
|
|
|
|
|
exemplarCity => q#Punta Arenas#, |
9041
|
|
|
|
|
|
|
}, |
9042
|
|
|
|
|
|
|
'America/Rainy_River' => { |
9043
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
9044
|
|
|
|
|
|
|
}, |
9045
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
9046
|
|
|
|
|
|
|
exemplarCity => q#Rankin Inlet#, |
9047
|
|
|
|
|
|
|
}, |
9048
|
|
|
|
|
|
|
'America/Recife' => { |
9049
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
9050
|
|
|
|
|
|
|
}, |
9051
|
|
|
|
|
|
|
'America/Regina' => { |
9052
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
9053
|
|
|
|
|
|
|
}, |
9054
|
|
|
|
|
|
|
'America/Resolute' => { |
9055
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
9056
|
|
|
|
|
|
|
}, |
9057
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
9058
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
9059
|
|
|
|
|
|
|
}, |
9060
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
9061
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
9062
|
|
|
|
|
|
|
}, |
9063
|
|
|
|
|
|
|
'America/Santarem' => { |
9064
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
9065
|
|
|
|
|
|
|
}, |
9066
|
|
|
|
|
|
|
'America/Santiago' => { |
9067
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
9068
|
|
|
|
|
|
|
}, |
9069
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
9070
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
9071
|
|
|
|
|
|
|
}, |
9072
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
9073
|
|
|
|
|
|
|
exemplarCity => q#Sao Paulo#, |
9074
|
|
|
|
|
|
|
}, |
9075
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
9076
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
9077
|
|
|
|
|
|
|
}, |
9078
|
|
|
|
|
|
|
'America/Sitka' => { |
9079
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
9080
|
|
|
|
|
|
|
}, |
9081
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
9082
|
|
|
|
|
|
|
exemplarCity => q#Saint Barthélemy#, |
9083
|
|
|
|
|
|
|
}, |
9084
|
|
|
|
|
|
|
'America/St_Johns' => { |
9085
|
|
|
|
|
|
|
exemplarCity => q#St. John’s#, |
9086
|
|
|
|
|
|
|
}, |
9087
|
|
|
|
|
|
|
'America/St_Kitts' => { |
9088
|
|
|
|
|
|
|
exemplarCity => q#St. Kitts#, |
9089
|
|
|
|
|
|
|
}, |
9090
|
|
|
|
|
|
|
'America/St_Lucia' => { |
9091
|
|
|
|
|
|
|
exemplarCity => q#St. Lucia#, |
9092
|
|
|
|
|
|
|
}, |
9093
|
|
|
|
|
|
|
'America/St_Thomas' => { |
9094
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
9095
|
|
|
|
|
|
|
}, |
9096
|
|
|
|
|
|
|
'America/St_Vincent' => { |
9097
|
|
|
|
|
|
|
exemplarCity => q#St. Vincent#, |
9098
|
|
|
|
|
|
|
}, |
9099
|
|
|
|
|
|
|
'America/Swift_Current' => { |
9100
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
9101
|
|
|
|
|
|
|
}, |
9102
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
9103
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
9104
|
|
|
|
|
|
|
}, |
9105
|
|
|
|
|
|
|
'America/Thule' => { |
9106
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
9107
|
|
|
|
|
|
|
}, |
9108
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
9109
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
9110
|
|
|
|
|
|
|
}, |
9111
|
|
|
|
|
|
|
'America/Tijuana' => { |
9112
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
9113
|
|
|
|
|
|
|
}, |
9114
|
|
|
|
|
|
|
'America/Toronto' => { |
9115
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
9116
|
|
|
|
|
|
|
}, |
9117
|
|
|
|
|
|
|
'America/Tortola' => { |
9118
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
9119
|
|
|
|
|
|
|
}, |
9120
|
|
|
|
|
|
|
'America/Vancouver' => { |
9121
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
9122
|
|
|
|
|
|
|
}, |
9123
|
|
|
|
|
|
|
'America/Whitehorse' => { |
9124
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
9125
|
|
|
|
|
|
|
}, |
9126
|
|
|
|
|
|
|
'America/Winnipeg' => { |
9127
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
9128
|
|
|
|
|
|
|
}, |
9129
|
|
|
|
|
|
|
'America/Yakutat' => { |
9130
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
9131
|
|
|
|
|
|
|
}, |
9132
|
|
|
|
|
|
|
'America/Yellowknife' => { |
9133
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
9134
|
|
|
|
|
|
|
}, |
9135
|
|
|
|
|
|
|
'America_Central' => { |
9136
|
|
|
|
|
|
|
long => { |
9137
|
|
|
|
|
|
|
'daylight' => q#Ora de vară centrală nord-americană#, |
9138
|
|
|
|
|
|
|
'generic' => q#Ora centrală nord-americană#, |
9139
|
|
|
|
|
|
|
'standard' => q#Ora standard centrală nord-americană#, |
9140
|
|
|
|
|
|
|
}, |
9141
|
|
|
|
|
|
|
}, |
9142
|
|
|
|
|
|
|
'America_Eastern' => { |
9143
|
|
|
|
|
|
|
long => { |
9144
|
|
|
|
|
|
|
'daylight' => q#Ora de vară orientală nord-americană#, |
9145
|
|
|
|
|
|
|
'generic' => q#Ora orientală nord-americană#, |
9146
|
|
|
|
|
|
|
'standard' => q#Ora standard orientală nord-americană#, |
9147
|
|
|
|
|
|
|
}, |
9148
|
|
|
|
|
|
|
}, |
9149
|
|
|
|
|
|
|
'America_Mountain' => { |
9150
|
|
|
|
|
|
|
long => { |
9151
|
|
|
|
|
|
|
'daylight' => q#Ora de vară în zona montană nord-americană#, |
9152
|
|
|
|
|
|
|
'generic' => q#Ora zonei montane nord-americane#, |
9153
|
|
|
|
|
|
|
'standard' => q#Ora standard în zona montană nord-americană#, |
9154
|
|
|
|
|
|
|
}, |
9155
|
|
|
|
|
|
|
}, |
9156
|
|
|
|
|
|
|
'America_Pacific' => { |
9157
|
|
|
|
|
|
|
long => { |
9158
|
|
|
|
|
|
|
'daylight' => q#Ora de vară în zona Pacific nord-americană#, |
9159
|
|
|
|
|
|
|
'generic' => q#Ora zonei Pacific nord-americane#, |
9160
|
|
|
|
|
|
|
'standard' => q#Ora standard în zona Pacific nord-americană#, |
9161
|
|
|
|
|
|
|
}, |
9162
|
|
|
|
|
|
|
}, |
9163
|
|
|
|
|
|
|
'Anadyr' => { |
9164
|
|
|
|
|
|
|
long => { |
9165
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Anadyr#, |
9166
|
|
|
|
|
|
|
'generic' => q#Ora din Anadyr#, |
9167
|
|
|
|
|
|
|
'standard' => q#Ora standard din Anadyr#, |
9168
|
|
|
|
|
|
|
}, |
9169
|
|
|
|
|
|
|
}, |
9170
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
9171
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
9172
|
|
|
|
|
|
|
}, |
9173
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
9174
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
9175
|
|
|
|
|
|
|
}, |
9176
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
9177
|
|
|
|
|
|
|
exemplarCity => q#Dumont d’Urville#, |
9178
|
|
|
|
|
|
|
}, |
9179
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
9180
|
|
|
|
|
|
|
exemplarCity => q#Macquarie#, |
9181
|
|
|
|
|
|
|
}, |
9182
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
9183
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
9184
|
|
|
|
|
|
|
}, |
9185
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
9186
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
9187
|
|
|
|
|
|
|
}, |
9188
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
9189
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
9190
|
|
|
|
|
|
|
}, |
9191
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
9192
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
9193
|
|
|
|
|
|
|
}, |
9194
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
9195
|
|
|
|
|
|
|
exemplarCity => q#Showa#, |
9196
|
|
|
|
|
|
|
}, |
9197
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
9198
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
9199
|
|
|
|
|
|
|
}, |
9200
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
9201
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
9202
|
|
|
|
|
|
|
}, |
9203
|
|
|
|
|
|
|
'Apia' => { |
9204
|
|
|
|
|
|
|
long => { |
9205
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Apia#, |
9206
|
|
|
|
|
|
|
'generic' => q#Ora din Apia#, |
9207
|
|
|
|
|
|
|
'standard' => q#Ora standard din Apia#, |
9208
|
|
|
|
|
|
|
}, |
9209
|
|
|
|
|
|
|
}, |
9210
|
|
|
|
|
|
|
'Aqtau' => { |
9211
|
|
|
|
|
|
|
long => { |
9212
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a zonei Aqtau#, |
9213
|
|
|
|
|
|
|
'generic' => q#Ora Aqtau#, |
9214
|
|
|
|
|
|
|
'standard' => q#Ora standard Aqtau#, |
9215
|
|
|
|
|
|
|
}, |
9216
|
|
|
|
|
|
|
}, |
9217
|
|
|
|
|
|
|
'Aqtobe' => { |
9218
|
|
|
|
|
|
|
long => { |
9219
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a zonei Aqtobe#, |
9220
|
|
|
|
|
|
|
'generic' => q#Ora Aqtobe#, |
9221
|
|
|
|
|
|
|
'standard' => q#Ora standard Aqtobe#, |
9222
|
|
|
|
|
|
|
}, |
9223
|
|
|
|
|
|
|
}, |
9224
|
|
|
|
|
|
|
'Arabian' => { |
9225
|
|
|
|
|
|
|
long => { |
9226
|
|
|
|
|
|
|
'daylight' => q#Ora de vară arabă#, |
9227
|
|
|
|
|
|
|
'generic' => q#Ora arabă#, |
9228
|
|
|
|
|
|
|
'standard' => q#Ora standard arabă#, |
9229
|
|
|
|
|
|
|
}, |
9230
|
|
|
|
|
|
|
}, |
9231
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
9232
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
9233
|
|
|
|
|
|
|
}, |
9234
|
|
|
|
|
|
|
'Argentina' => { |
9235
|
|
|
|
|
|
|
long => { |
9236
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Argentinei#, |
9237
|
|
|
|
|
|
|
'generic' => q#Ora Argentinei#, |
9238
|
|
|
|
|
|
|
'standard' => q#Ora standard a Argentinei#, |
9239
|
|
|
|
|
|
|
}, |
9240
|
|
|
|
|
|
|
}, |
9241
|
|
|
|
|
|
|
'Argentina_Western' => { |
9242
|
|
|
|
|
|
|
long => { |
9243
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Argentinei Occidentale#, |
9244
|
|
|
|
|
|
|
'generic' => q#Ora Argentinei Occidentale#, |
9245
|
|
|
|
|
|
|
'standard' => q#Ora standard a Argentinei Occidentale#, |
9246
|
|
|
|
|
|
|
}, |
9247
|
|
|
|
|
|
|
}, |
9248
|
|
|
|
|
|
|
'Armenia' => { |
9249
|
|
|
|
|
|
|
long => { |
9250
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Armeniei#, |
9251
|
|
|
|
|
|
|
'generic' => q#Ora Armeniei#, |
9252
|
|
|
|
|
|
|
'standard' => q#Ora standard a Armeniei#, |
9253
|
|
|
|
|
|
|
}, |
9254
|
|
|
|
|
|
|
}, |
9255
|
|
|
|
|
|
|
'Asia/Aden' => { |
9256
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
9257
|
|
|
|
|
|
|
}, |
9258
|
|
|
|
|
|
|
'Asia/Almaty' => { |
9259
|
|
|
|
|
|
|
exemplarCity => q#Almatî#, |
9260
|
|
|
|
|
|
|
}, |
9261
|
|
|
|
|
|
|
'Asia/Amman' => { |
9262
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
9263
|
|
|
|
|
|
|
}, |
9264
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
9265
|
|
|
|
|
|
|
exemplarCity => q#Anadir#, |
9266
|
|
|
|
|
|
|
}, |
9267
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
9268
|
|
|
|
|
|
|
exemplarCity => q#Aktau#, |
9269
|
|
|
|
|
|
|
}, |
9270
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
9271
|
|
|
|
|
|
|
exemplarCity => q#Aktobe#, |
9272
|
|
|
|
|
|
|
}, |
9273
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
9274
|
|
|
|
|
|
|
exemplarCity => q#Așgabat#, |
9275
|
|
|
|
|
|
|
}, |
9276
|
|
|
|
|
|
|
'Asia/Atyrau' => { |
9277
|
|
|
|
|
|
|
exemplarCity => q#Atîrau#, |
9278
|
|
|
|
|
|
|
}, |
9279
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
9280
|
|
|
|
|
|
|
exemplarCity => q#Bagdad#, |
9281
|
|
|
|
|
|
|
}, |
9282
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
9283
|
|
|
|
|
|
|
exemplarCity => q#Bahrain#, |
9284
|
|
|
|
|
|
|
}, |
9285
|
|
|
|
|
|
|
'Asia/Baku' => { |
9286
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
9287
|
|
|
|
|
|
|
}, |
9288
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
9289
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
9290
|
|
|
|
|
|
|
}, |
9291
|
|
|
|
|
|
|
'Asia/Barnaul' => { |
9292
|
|
|
|
|
|
|
exemplarCity => q#Barnaul#, |
9293
|
|
|
|
|
|
|
}, |
9294
|
|
|
|
|
|
|
'Asia/Beirut' => { |
9295
|
|
|
|
|
|
|
exemplarCity => q#Beirut#, |
9296
|
|
|
|
|
|
|
}, |
9297
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
9298
|
|
|
|
|
|
|
exemplarCity => q#Bișkek#, |
9299
|
|
|
|
|
|
|
}, |
9300
|
|
|
|
|
|
|
'Asia/Brunei' => { |
9301
|
|
|
|
|
|
|
exemplarCity => q#Brunei#, |
9302
|
|
|
|
|
|
|
}, |
9303
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
9304
|
|
|
|
|
|
|
exemplarCity => q#Calcutta#, |
9305
|
|
|
|
|
|
|
}, |
9306
|
|
|
|
|
|
|
'Asia/Chita' => { |
9307
|
|
|
|
|
|
|
exemplarCity => q#Cita#, |
9308
|
|
|
|
|
|
|
}, |
9309
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
9310
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
9311
|
|
|
|
|
|
|
}, |
9312
|
|
|
|
|
|
|
'Asia/Colombo' => { |
9313
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
9314
|
|
|
|
|
|
|
}, |
9315
|
|
|
|
|
|
|
'Asia/Damascus' => { |
9316
|
|
|
|
|
|
|
exemplarCity => q#Damasc#, |
9317
|
|
|
|
|
|
|
}, |
9318
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
9319
|
|
|
|
|
|
|
exemplarCity => q#Dacca#, |
9320
|
|
|
|
|
|
|
}, |
9321
|
|
|
|
|
|
|
'Asia/Dili' => { |
9322
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
9323
|
|
|
|
|
|
|
}, |
9324
|
|
|
|
|
|
|
'Asia/Dubai' => { |
9325
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
9326
|
|
|
|
|
|
|
}, |
9327
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
9328
|
|
|
|
|
|
|
exemplarCity => q#Dușanbe#, |
9329
|
|
|
|
|
|
|
}, |
9330
|
|
|
|
|
|
|
'Asia/Famagusta' => { |
9331
|
|
|
|
|
|
|
exemplarCity => q#Famagusta#, |
9332
|
|
|
|
|
|
|
}, |
9333
|
|
|
|
|
|
|
'Asia/Gaza' => { |
9334
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
9335
|
|
|
|
|
|
|
}, |
9336
|
|
|
|
|
|
|
'Asia/Hebron' => { |
9337
|
|
|
|
|
|
|
exemplarCity => q#Hebron#, |
9338
|
|
|
|
|
|
|
}, |
9339
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
9340
|
|
|
|
|
|
|
exemplarCity => q#Hong Kong#, |
9341
|
|
|
|
|
|
|
}, |
9342
|
|
|
|
|
|
|
'Asia/Hovd' => { |
9343
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
9344
|
|
|
|
|
|
|
}, |
9345
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
9346
|
|
|
|
|
|
|
exemplarCity => q#Irkuțk#, |
9347
|
|
|
|
|
|
|
}, |
9348
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
9349
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
9350
|
|
|
|
|
|
|
}, |
9351
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
9352
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
9353
|
|
|
|
|
|
|
}, |
9354
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
9355
|
|
|
|
|
|
|
exemplarCity => q#Ierusalim#, |
9356
|
|
|
|
|
|
|
}, |
9357
|
|
|
|
|
|
|
'Asia/Kabul' => { |
9358
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
9359
|
|
|
|
|
|
|
}, |
9360
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
9361
|
|
|
|
|
|
|
exemplarCity => q#Kamciatka#, |
9362
|
|
|
|
|
|
|
}, |
9363
|
|
|
|
|
|
|
'Asia/Karachi' => { |
9364
|
|
|
|
|
|
|
exemplarCity => q#Karachi#, |
9365
|
|
|
|
|
|
|
}, |
9366
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
9367
|
|
|
|
|
|
|
exemplarCity => q#Kathmandu#, |
9368
|
|
|
|
|
|
|
}, |
9369
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
9370
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
9371
|
|
|
|
|
|
|
}, |
9372
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
9373
|
|
|
|
|
|
|
exemplarCity => q#Krasnoiarsk#, |
9374
|
|
|
|
|
|
|
}, |
9375
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
9376
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
9377
|
|
|
|
|
|
|
}, |
9378
|
|
|
|
|
|
|
'Asia/Kuching' => { |
9379
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
9380
|
|
|
|
|
|
|
}, |
9381
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
9382
|
|
|
|
|
|
|
exemplarCity => q#Kuweit#, |
9383
|
|
|
|
|
|
|
}, |
9384
|
|
|
|
|
|
|
'Asia/Macau' => { |
9385
|
|
|
|
|
|
|
exemplarCity => q#Macao#, |
9386
|
|
|
|
|
|
|
}, |
9387
|
|
|
|
|
|
|
'Asia/Magadan' => { |
9388
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
9389
|
|
|
|
|
|
|
}, |
9390
|
|
|
|
|
|
|
'Asia/Makassar' => { |
9391
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
9392
|
|
|
|
|
|
|
}, |
9393
|
|
|
|
|
|
|
'Asia/Manila' => { |
9394
|
|
|
|
|
|
|
exemplarCity => q#Manila#, |
9395
|
|
|
|
|
|
|
}, |
9396
|
|
|
|
|
|
|
'Asia/Muscat' => { |
9397
|
|
|
|
|
|
|
exemplarCity => q#Muscat#, |
9398
|
|
|
|
|
|
|
}, |
9399
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
9400
|
|
|
|
|
|
|
exemplarCity => q#Nicosia#, |
9401
|
|
|
|
|
|
|
}, |
9402
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
9403
|
|
|
|
|
|
|
exemplarCity => q#Novokuznețk#, |
9404
|
|
|
|
|
|
|
}, |
9405
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
9406
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
9407
|
|
|
|
|
|
|
}, |
9408
|
|
|
|
|
|
|
'Asia/Omsk' => { |
9409
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
9410
|
|
|
|
|
|
|
}, |
9411
|
|
|
|
|
|
|
'Asia/Oral' => { |
9412
|
|
|
|
|
|
|
exemplarCity => q#Uralsk#, |
9413
|
|
|
|
|
|
|
}, |
9414
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
9415
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
9416
|
|
|
|
|
|
|
}, |
9417
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
9418
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
9419
|
|
|
|
|
|
|
}, |
9420
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
9421
|
|
|
|
|
|
|
exemplarCity => q#Phenian#, |
9422
|
|
|
|
|
|
|
}, |
9423
|
|
|
|
|
|
|
'Asia/Qatar' => { |
9424
|
|
|
|
|
|
|
exemplarCity => q#Qatar#, |
9425
|
|
|
|
|
|
|
}, |
9426
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
9427
|
|
|
|
|
|
|
exemplarCity => q#Kyzylorda#, |
9428
|
|
|
|
|
|
|
}, |
9429
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
9430
|
|
|
|
|
|
|
exemplarCity => q#Yangon#, |
9431
|
|
|
|
|
|
|
}, |
9432
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
9433
|
|
|
|
|
|
|
exemplarCity => q#Riad#, |
9434
|
|
|
|
|
|
|
}, |
9435
|
|
|
|
|
|
|
'Asia/Saigon' => { |
9436
|
|
|
|
|
|
|
exemplarCity => q#Ho Și Min#, |
9437
|
|
|
|
|
|
|
}, |
9438
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
9439
|
|
|
|
|
|
|
exemplarCity => q#Sahalin#, |
9440
|
|
|
|
|
|
|
}, |
9441
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
9442
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
9443
|
|
|
|
|
|
|
}, |
9444
|
|
|
|
|
|
|
'Asia/Seoul' => { |
9445
|
|
|
|
|
|
|
exemplarCity => q#Seoul#, |
9446
|
|
|
|
|
|
|
}, |
9447
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
9448
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
9449
|
|
|
|
|
|
|
}, |
9450
|
|
|
|
|
|
|
'Asia/Singapore' => { |
9451
|
|
|
|
|
|
|
exemplarCity => q#Singapore#, |
9452
|
|
|
|
|
|
|
}, |
9453
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
9454
|
|
|
|
|
|
|
exemplarCity => q#Srednekolimsk#, |
9455
|
|
|
|
|
|
|
}, |
9456
|
|
|
|
|
|
|
'Asia/Taipei' => { |
9457
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
9458
|
|
|
|
|
|
|
}, |
9459
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
9460
|
|
|
|
|
|
|
exemplarCity => q#Tașkent#, |
9461
|
|
|
|
|
|
|
}, |
9462
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
9463
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
9464
|
|
|
|
|
|
|
}, |
9465
|
|
|
|
|
|
|
'Asia/Tehran' => { |
9466
|
|
|
|
|
|
|
exemplarCity => q#Teheran#, |
9467
|
|
|
|
|
|
|
}, |
9468
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
9469
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
9470
|
|
|
|
|
|
|
}, |
9471
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
9472
|
|
|
|
|
|
|
exemplarCity => q#Tokyo#, |
9473
|
|
|
|
|
|
|
}, |
9474
|
|
|
|
|
|
|
'Asia/Tomsk' => { |
9475
|
|
|
|
|
|
|
exemplarCity => q#Tomsk#, |
9476
|
|
|
|
|
|
|
}, |
9477
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
9478
|
|
|
|
|
|
|
exemplarCity => q#Ulan Bator#, |
9479
|
|
|
|
|
|
|
}, |
9480
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
9481
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
9482
|
|
|
|
|
|
|
}, |
9483
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
9484
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
9485
|
|
|
|
|
|
|
}, |
9486
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
9487
|
|
|
|
|
|
|
exemplarCity => q#Vientiane#, |
9488
|
|
|
|
|
|
|
}, |
9489
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
9490
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
9491
|
|
|
|
|
|
|
}, |
9492
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
9493
|
|
|
|
|
|
|
exemplarCity => q#Iakuțk#, |
9494
|
|
|
|
|
|
|
}, |
9495
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
9496
|
|
|
|
|
|
|
exemplarCity => q#Ekaterinburg#, |
9497
|
|
|
|
|
|
|
}, |
9498
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
9499
|
|
|
|
|
|
|
exemplarCity => q#Erevan#, |
9500
|
|
|
|
|
|
|
}, |
9501
|
|
|
|
|
|
|
'Atlantic' => { |
9502
|
|
|
|
|
|
|
long => { |
9503
|
|
|
|
|
|
|
'daylight' => q#Ora de vară în zona Atlantic nord-americană#, |
9504
|
|
|
|
|
|
|
'generic' => q#Ora zonei Atlantic nord-americane#, |
9505
|
|
|
|
|
|
|
'standard' => q#Ora standard în zona Atlantic nord-americană#, |
9506
|
|
|
|
|
|
|
}, |
9507
|
|
|
|
|
|
|
}, |
9508
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
9509
|
|
|
|
|
|
|
exemplarCity => q#Azore#, |
9510
|
|
|
|
|
|
|
}, |
9511
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
9512
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
9513
|
|
|
|
|
|
|
}, |
9514
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
9515
|
|
|
|
|
|
|
exemplarCity => q#Canare#, |
9516
|
|
|
|
|
|
|
}, |
9517
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
9518
|
|
|
|
|
|
|
exemplarCity => q#Capul Verde#, |
9519
|
|
|
|
|
|
|
}, |
9520
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
9521
|
|
|
|
|
|
|
exemplarCity => q#Faroe#, |
9522
|
|
|
|
|
|
|
}, |
9523
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
9524
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
9525
|
|
|
|
|
|
|
}, |
9526
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
9527
|
|
|
|
|
|
|
exemplarCity => q#Reykjavik#, |
9528
|
|
|
|
|
|
|
}, |
9529
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
9530
|
|
|
|
|
|
|
exemplarCity => q#Georgia de Sud#, |
9531
|
|
|
|
|
|
|
}, |
9532
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
9533
|
|
|
|
|
|
|
exemplarCity => q#Sf. Elena#, |
9534
|
|
|
|
|
|
|
}, |
9535
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
9536
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
9537
|
|
|
|
|
|
|
}, |
9538
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
9539
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
9540
|
|
|
|
|
|
|
}, |
9541
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
9542
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
9543
|
|
|
|
|
|
|
}, |
9544
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
9545
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
9546
|
|
|
|
|
|
|
}, |
9547
|
|
|
|
|
|
|
'Australia/Currie' => { |
9548
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
9549
|
|
|
|
|
|
|
}, |
9550
|
|
|
|
|
|
|
'Australia/Darwin' => { |
9551
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
9552
|
|
|
|
|
|
|
}, |
9553
|
|
|
|
|
|
|
'Australia/Eucla' => { |
9554
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
9555
|
|
|
|
|
|
|
}, |
9556
|
|
|
|
|
|
|
'Australia/Hobart' => { |
9557
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
9558
|
|
|
|
|
|
|
}, |
9559
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
9560
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
9561
|
|
|
|
|
|
|
}, |
9562
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
9563
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
9564
|
|
|
|
|
|
|
}, |
9565
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
9566
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
9567
|
|
|
|
|
|
|
}, |
9568
|
|
|
|
|
|
|
'Australia/Perth' => { |
9569
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
9570
|
|
|
|
|
|
|
}, |
9571
|
|
|
|
|
|
|
'Australia/Sydney' => { |
9572
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
9573
|
|
|
|
|
|
|
}, |
9574
|
|
|
|
|
|
|
'Australia_Central' => { |
9575
|
|
|
|
|
|
|
long => { |
9576
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Australiei Centrale#, |
9577
|
|
|
|
|
|
|
'generic' => q#Ora Australiei Centrale#, |
9578
|
|
|
|
|
|
|
'standard' => q#Ora standard a Australiei Centrale#, |
9579
|
|
|
|
|
|
|
}, |
9580
|
|
|
|
|
|
|
}, |
9581
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
9582
|
|
|
|
|
|
|
long => { |
9583
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Australiei Central Occidentale#, |
9584
|
|
|
|
|
|
|
'generic' => q#Ora Australiei Central Occidentale#, |
9585
|
|
|
|
|
|
|
'standard' => q#Ora standard a Australiei Central Occidentale#, |
9586
|
|
|
|
|
|
|
}, |
9587
|
|
|
|
|
|
|
}, |
9588
|
|
|
|
|
|
|
'Australia_Eastern' => { |
9589
|
|
|
|
|
|
|
long => { |
9590
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Australiei Orientale#, |
9591
|
|
|
|
|
|
|
'generic' => q#Ora Australiei Orientale#, |
9592
|
|
|
|
|
|
|
'standard' => q#Ora standard a Australiei Orientale#, |
9593
|
|
|
|
|
|
|
}, |
9594
|
|
|
|
|
|
|
}, |
9595
|
|
|
|
|
|
|
'Australia_Western' => { |
9596
|
|
|
|
|
|
|
long => { |
9597
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Australiei Occidentale#, |
9598
|
|
|
|
|
|
|
'generic' => q#Ora Australiei Occidentale#, |
9599
|
|
|
|
|
|
|
'standard' => q#Ora standard a Australiei Occidentale#, |
9600
|
|
|
|
|
|
|
}, |
9601
|
|
|
|
|
|
|
}, |
9602
|
|
|
|
|
|
|
'Azerbaijan' => { |
9603
|
|
|
|
|
|
|
long => { |
9604
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Azerbaidjanului#, |
9605
|
|
|
|
|
|
|
'generic' => q#Ora Azerbaidjanului#, |
9606
|
|
|
|
|
|
|
'standard' => q#Ora standard a Azerbaidjanului#, |
9607
|
|
|
|
|
|
|
}, |
9608
|
|
|
|
|
|
|
}, |
9609
|
|
|
|
|
|
|
'Azores' => { |
9610
|
|
|
|
|
|
|
long => { |
9611
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Azore#, |
9612
|
|
|
|
|
|
|
'generic' => q#Ora din Azore#, |
9613
|
|
|
|
|
|
|
'standard' => q#Ora standard din Azore#, |
9614
|
|
|
|
|
|
|
}, |
9615
|
|
|
|
|
|
|
}, |
9616
|
|
|
|
|
|
|
'Bangladesh' => { |
9617
|
|
|
|
|
|
|
long => { |
9618
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Bangladesh#, |
9619
|
|
|
|
|
|
|
'generic' => q#Ora din Bangladesh#, |
9620
|
|
|
|
|
|
|
'standard' => q#Ora standard din Bangladesh#, |
9621
|
|
|
|
|
|
|
}, |
9622
|
|
|
|
|
|
|
}, |
9623
|
|
|
|
|
|
|
'Bhutan' => { |
9624
|
|
|
|
|
|
|
long => { |
9625
|
|
|
|
|
|
|
'standard' => q#Ora Bhutanului#, |
9626
|
|
|
|
|
|
|
}, |
9627
|
|
|
|
|
|
|
}, |
9628
|
|
|
|
|
|
|
'Bolivia' => { |
9629
|
|
|
|
|
|
|
long => { |
9630
|
|
|
|
|
|
|
'standard' => q#Ora Boliviei#, |
9631
|
|
|
|
|
|
|
}, |
9632
|
|
|
|
|
|
|
}, |
9633
|
|
|
|
|
|
|
'Brasilia' => { |
9634
|
|
|
|
|
|
|
long => { |
9635
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Brasiliei#, |
9636
|
|
|
|
|
|
|
'generic' => q#Ora Brasiliei#, |
9637
|
|
|
|
|
|
|
'standard' => q#Ora standard a Brasiliei#, |
9638
|
|
|
|
|
|
|
}, |
9639
|
|
|
|
|
|
|
}, |
9640
|
|
|
|
|
|
|
'Brunei' => { |
9641
|
|
|
|
|
|
|
long => { |
9642
|
|
|
|
|
|
|
'standard' => q#Ora din Brunei Darussalam#, |
9643
|
|
|
|
|
|
|
}, |
9644
|
|
|
|
|
|
|
}, |
9645
|
|
|
|
|
|
|
'Cape_Verde' => { |
9646
|
|
|
|
|
|
|
long => { |
9647
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Capul Verde#, |
9648
|
|
|
|
|
|
|
'generic' => q#Ora din Capul Verde#, |
9649
|
|
|
|
|
|
|
'standard' => q#Ora standard din Capul Verde#, |
9650
|
|
|
|
|
|
|
}, |
9651
|
|
|
|
|
|
|
}, |
9652
|
|
|
|
|
|
|
'Chamorro' => { |
9653
|
|
|
|
|
|
|
long => { |
9654
|
|
|
|
|
|
|
'standard' => q#Ora din Chamorro#, |
9655
|
|
|
|
|
|
|
}, |
9656
|
|
|
|
|
|
|
}, |
9657
|
|
|
|
|
|
|
'Chatham' => { |
9658
|
|
|
|
|
|
|
long => { |
9659
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Chatham#, |
9660
|
|
|
|
|
|
|
'generic' => q#Ora din Chatham#, |
9661
|
|
|
|
|
|
|
'standard' => q#Ora standard din Chatham#, |
9662
|
|
|
|
|
|
|
}, |
9663
|
|
|
|
|
|
|
}, |
9664
|
|
|
|
|
|
|
'Chile' => { |
9665
|
|
|
|
|
|
|
long => { |
9666
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Chile#, |
9667
|
|
|
|
|
|
|
'generic' => q#Ora din Chile#, |
9668
|
|
|
|
|
|
|
'standard' => q#Ora standard din Chile#, |
9669
|
|
|
|
|
|
|
}, |
9670
|
|
|
|
|
|
|
}, |
9671
|
|
|
|
|
|
|
'China' => { |
9672
|
|
|
|
|
|
|
long => { |
9673
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Chinei#, |
9674
|
|
|
|
|
|
|
'generic' => q#Ora Chinei#, |
9675
|
|
|
|
|
|
|
'standard' => q#Ora standard a Chinei#, |
9676
|
|
|
|
|
|
|
}, |
9677
|
|
|
|
|
|
|
}, |
9678
|
|
|
|
|
|
|
'Choibalsan' => { |
9679
|
|
|
|
|
|
|
long => { |
9680
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Choibalsan#, |
9681
|
|
|
|
|
|
|
'generic' => q#Ora din Choibalsan#, |
9682
|
|
|
|
|
|
|
'standard' => q#Ora standard din Choibalsan#, |
9683
|
|
|
|
|
|
|
}, |
9684
|
|
|
|
|
|
|
}, |
9685
|
|
|
|
|
|
|
'Christmas' => { |
9686
|
|
|
|
|
|
|
long => { |
9687
|
|
|
|
|
|
|
'standard' => q#Ora din Insula Christmas#, |
9688
|
|
|
|
|
|
|
}, |
9689
|
|
|
|
|
|
|
}, |
9690
|
|
|
|
|
|
|
'Cocos' => { |
9691
|
|
|
|
|
|
|
long => { |
9692
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Cocos#, |
9693
|
|
|
|
|
|
|
}, |
9694
|
|
|
|
|
|
|
}, |
9695
|
|
|
|
|
|
|
'Colombia' => { |
9696
|
|
|
|
|
|
|
long => { |
9697
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Columbiei#, |
9698
|
|
|
|
|
|
|
'generic' => q#Ora Columbiei#, |
9699
|
|
|
|
|
|
|
'standard' => q#Ora standard a Columbiei#, |
9700
|
|
|
|
|
|
|
}, |
9701
|
|
|
|
|
|
|
}, |
9702
|
|
|
|
|
|
|
'Cook' => { |
9703
|
|
|
|
|
|
|
long => { |
9704
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Insulelor Cook#, |
9705
|
|
|
|
|
|
|
'generic' => q#Ora Insulelor Cook#, |
9706
|
|
|
|
|
|
|
'standard' => q#Ora standard a Insulelor Cook#, |
9707
|
|
|
|
|
|
|
}, |
9708
|
|
|
|
|
|
|
}, |
9709
|
|
|
|
|
|
|
'Cuba' => { |
9710
|
|
|
|
|
|
|
long => { |
9711
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Cubei#, |
9712
|
|
|
|
|
|
|
'generic' => q#Ora Cubei#, |
9713
|
|
|
|
|
|
|
'standard' => q#Ora standard a Cubei#, |
9714
|
|
|
|
|
|
|
}, |
9715
|
|
|
|
|
|
|
}, |
9716
|
|
|
|
|
|
|
'Davis' => { |
9717
|
|
|
|
|
|
|
long => { |
9718
|
|
|
|
|
|
|
'standard' => q#Ora din Davis#, |
9719
|
|
|
|
|
|
|
}, |
9720
|
|
|
|
|
|
|
}, |
9721
|
|
|
|
|
|
|
'DumontDUrville' => { |
9722
|
|
|
|
|
|
|
long => { |
9723
|
|
|
|
|
|
|
'standard' => q#Ora din Dumont-d’Urville#, |
9724
|
|
|
|
|
|
|
}, |
9725
|
|
|
|
|
|
|
}, |
9726
|
|
|
|
|
|
|
'East_Timor' => { |
9727
|
|
|
|
|
|
|
long => { |
9728
|
|
|
|
|
|
|
'standard' => q#Ora Timorului de Est#, |
9729
|
|
|
|
|
|
|
}, |
9730
|
|
|
|
|
|
|
}, |
9731
|
|
|
|
|
|
|
'Easter' => { |
9732
|
|
|
|
|
|
|
long => { |
9733
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Insula Paștelui#, |
9734
|
|
|
|
|
|
|
'generic' => q#Ora din Insula Paștelui#, |
9735
|
|
|
|
|
|
|
'standard' => q#Ora standard din Insula Paștelui#, |
9736
|
|
|
|
|
|
|
}, |
9737
|
|
|
|
|
|
|
}, |
9738
|
|
|
|
|
|
|
'Ecuador' => { |
9739
|
|
|
|
|
|
|
long => { |
9740
|
|
|
|
|
|
|
'standard' => q#Ora Ecuadorului#, |
9741
|
|
|
|
|
|
|
}, |
9742
|
|
|
|
|
|
|
}, |
9743
|
|
|
|
|
|
|
'Etc/UTC' => { |
9744
|
|
|
|
|
|
|
long => { |
9745
|
|
|
|
|
|
|
'standard' => q#Timpul universal coordonat#, |
9746
|
|
|
|
|
|
|
}, |
9747
|
|
|
|
|
|
|
}, |
9748
|
|
|
|
|
|
|
'Etc/Unknown' => { |
9749
|
|
|
|
|
|
|
exemplarCity => q#Oraș necunoscut#, |
9750
|
|
|
|
|
|
|
}, |
9751
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
9752
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
9753
|
|
|
|
|
|
|
}, |
9754
|
|
|
|
|
|
|
'Europe/Andorra' => { |
9755
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
9756
|
|
|
|
|
|
|
}, |
9757
|
|
|
|
|
|
|
'Europe/Astrakhan' => { |
9758
|
|
|
|
|
|
|
exemplarCity => q#Astrahan#, |
9759
|
|
|
|
|
|
|
}, |
9760
|
|
|
|
|
|
|
'Europe/Athens' => { |
9761
|
|
|
|
|
|
|
exemplarCity => q#Atena#, |
9762
|
|
|
|
|
|
|
}, |
9763
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
9764
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
9765
|
|
|
|
|
|
|
}, |
9766
|
|
|
|
|
|
|
'Europe/Berlin' => { |
9767
|
|
|
|
|
|
|
exemplarCity => q#Berlin#, |
9768
|
|
|
|
|
|
|
}, |
9769
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
9770
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
9771
|
|
|
|
|
|
|
}, |
9772
|
|
|
|
|
|
|
'Europe/Brussels' => { |
9773
|
|
|
|
|
|
|
exemplarCity => q#Bruxelles#, |
9774
|
|
|
|
|
|
|
}, |
9775
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
9776
|
|
|
|
|
|
|
exemplarCity => q#București#, |
9777
|
|
|
|
|
|
|
}, |
9778
|
|
|
|
|
|
|
'Europe/Budapest' => { |
9779
|
|
|
|
|
|
|
exemplarCity => q#Budapesta#, |
9780
|
|
|
|
|
|
|
}, |
9781
|
|
|
|
|
|
|
'Europe/Busingen' => { |
9782
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
9783
|
|
|
|
|
|
|
}, |
9784
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
9785
|
|
|
|
|
|
|
exemplarCity => q#Chișinău#, |
9786
|
|
|
|
|
|
|
}, |
9787
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
9788
|
|
|
|
|
|
|
exemplarCity => q#Copenhaga#, |
9789
|
|
|
|
|
|
|
}, |
9790
|
|
|
|
|
|
|
'Europe/Dublin' => { |
9791
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
9792
|
|
|
|
|
|
|
long => { |
9793
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Irlandei#, |
9794
|
|
|
|
|
|
|
}, |
9795
|
|
|
|
|
|
|
}, |
9796
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
9797
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
9798
|
|
|
|
|
|
|
}, |
9799
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
9800
|
|
|
|
|
|
|
exemplarCity => q#Guernsey#, |
9801
|
|
|
|
|
|
|
}, |
9802
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
9803
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
9804
|
|
|
|
|
|
|
}, |
9805
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
9806
|
|
|
|
|
|
|
exemplarCity => q#Insula Man#, |
9807
|
|
|
|
|
|
|
}, |
9808
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
9809
|
|
|
|
|
|
|
exemplarCity => q#Istanbul#, |
9810
|
|
|
|
|
|
|
}, |
9811
|
|
|
|
|
|
|
'Europe/Jersey' => { |
9812
|
|
|
|
|
|
|
exemplarCity => q#Jersey#, |
9813
|
|
|
|
|
|
|
}, |
9814
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
9815
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
9816
|
|
|
|
|
|
|
}, |
9817
|
|
|
|
|
|
|
'Europe/Kiev' => { |
9818
|
|
|
|
|
|
|
exemplarCity => q#Kiev#, |
9819
|
|
|
|
|
|
|
}, |
9820
|
|
|
|
|
|
|
'Europe/Kirov' => { |
9821
|
|
|
|
|
|
|
exemplarCity => q#Kirov#, |
9822
|
|
|
|
|
|
|
}, |
9823
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
9824
|
|
|
|
|
|
|
exemplarCity => q#Lisabona#, |
9825
|
|
|
|
|
|
|
}, |
9826
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
9827
|
|
|
|
|
|
|
exemplarCity => q#Ljubljana#, |
9828
|
|
|
|
|
|
|
}, |
9829
|
|
|
|
|
|
|
'Europe/London' => { |
9830
|
|
|
|
|
|
|
exemplarCity => q#Londra#, |
9831
|
|
|
|
|
|
|
long => { |
9832
|
|
|
|
|
|
|
'daylight' => q#Ora de vară britanică#, |
9833
|
|
|
|
|
|
|
}, |
9834
|
|
|
|
|
|
|
}, |
9835
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
9836
|
|
|
|
|
|
|
exemplarCity => q#Luxemburg#, |
9837
|
|
|
|
|
|
|
}, |
9838
|
|
|
|
|
|
|
'Europe/Madrid' => { |
9839
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
9840
|
|
|
|
|
|
|
}, |
9841
|
|
|
|
|
|
|
'Europe/Malta' => { |
9842
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
9843
|
|
|
|
|
|
|
}, |
9844
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
9845
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
9846
|
|
|
|
|
|
|
}, |
9847
|
|
|
|
|
|
|
'Europe/Minsk' => { |
9848
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
9849
|
|
|
|
|
|
|
}, |
9850
|
|
|
|
|
|
|
'Europe/Monaco' => { |
9851
|
|
|
|
|
|
|
exemplarCity => q#Monaco#, |
9852
|
|
|
|
|
|
|
}, |
9853
|
|
|
|
|
|
|
'Europe/Moscow' => { |
9854
|
|
|
|
|
|
|
exemplarCity => q#Moscova#, |
9855
|
|
|
|
|
|
|
}, |
9856
|
|
|
|
|
|
|
'Europe/Oslo' => { |
9857
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
9858
|
|
|
|
|
|
|
}, |
9859
|
|
|
|
|
|
|
'Europe/Paris' => { |
9860
|
|
|
|
|
|
|
exemplarCity => q#Paris#, |
9861
|
|
|
|
|
|
|
}, |
9862
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
9863
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
9864
|
|
|
|
|
|
|
}, |
9865
|
|
|
|
|
|
|
'Europe/Prague' => { |
9866
|
|
|
|
|
|
|
exemplarCity => q#Praga#, |
9867
|
|
|
|
|
|
|
}, |
9868
|
|
|
|
|
|
|
'Europe/Riga' => { |
9869
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
9870
|
|
|
|
|
|
|
}, |
9871
|
|
|
|
|
|
|
'Europe/Rome' => { |
9872
|
|
|
|
|
|
|
exemplarCity => q#Roma#, |
9873
|
|
|
|
|
|
|
}, |
9874
|
|
|
|
|
|
|
'Europe/Samara' => { |
9875
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
9876
|
|
|
|
|
|
|
}, |
9877
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
9878
|
|
|
|
|
|
|
exemplarCity => q#San Marino#, |
9879
|
|
|
|
|
|
|
}, |
9880
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
9881
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
9882
|
|
|
|
|
|
|
}, |
9883
|
|
|
|
|
|
|
'Europe/Saratov' => { |
9884
|
|
|
|
|
|
|
exemplarCity => q#Saratov#, |
9885
|
|
|
|
|
|
|
}, |
9886
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
9887
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
9888
|
|
|
|
|
|
|
}, |
9889
|
|
|
|
|
|
|
'Europe/Skopje' => { |
9890
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
9891
|
|
|
|
|
|
|
}, |
9892
|
|
|
|
|
|
|
'Europe/Sofia' => { |
9893
|
|
|
|
|
|
|
exemplarCity => q#Sofia#, |
9894
|
|
|
|
|
|
|
}, |
9895
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
9896
|
|
|
|
|
|
|
exemplarCity => q#Stockholm#, |
9897
|
|
|
|
|
|
|
}, |
9898
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
9899
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
9900
|
|
|
|
|
|
|
}, |
9901
|
|
|
|
|
|
|
'Europe/Tirane' => { |
9902
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
9903
|
|
|
|
|
|
|
}, |
9904
|
|
|
|
|
|
|
'Europe/Ulyanovsk' => { |
9905
|
|
|
|
|
|
|
exemplarCity => q#Ulianovsk#, |
9906
|
|
|
|
|
|
|
}, |
9907
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
9908
|
|
|
|
|
|
|
exemplarCity => q#Ujhorod#, |
9909
|
|
|
|
|
|
|
}, |
9910
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
9911
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
9912
|
|
|
|
|
|
|
}, |
9913
|
|
|
|
|
|
|
'Europe/Vatican' => { |
9914
|
|
|
|
|
|
|
exemplarCity => q#Vatican#, |
9915
|
|
|
|
|
|
|
}, |
9916
|
|
|
|
|
|
|
'Europe/Vienna' => { |
9917
|
|
|
|
|
|
|
exemplarCity => q#Viena#, |
9918
|
|
|
|
|
|
|
}, |
9919
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
9920
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
9921
|
|
|
|
|
|
|
}, |
9922
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
9923
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
9924
|
|
|
|
|
|
|
}, |
9925
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
9926
|
|
|
|
|
|
|
exemplarCity => q#Varșovia#, |
9927
|
|
|
|
|
|
|
}, |
9928
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
9929
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
9930
|
|
|
|
|
|
|
}, |
9931
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
9932
|
|
|
|
|
|
|
exemplarCity => q#Zaporoje#, |
9933
|
|
|
|
|
|
|
}, |
9934
|
|
|
|
|
|
|
'Europe/Zurich' => { |
9935
|
|
|
|
|
|
|
exemplarCity => q#Zürich#, |
9936
|
|
|
|
|
|
|
}, |
9937
|
|
|
|
|
|
|
'Europe_Central' => { |
9938
|
|
|
|
|
|
|
long => { |
9939
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Europei Centrale#, |
9940
|
|
|
|
|
|
|
'generic' => q#Ora Europei Centrale#, |
9941
|
|
|
|
|
|
|
'standard' => q#Ora standard a Europei Centrale#, |
9942
|
|
|
|
|
|
|
}, |
9943
|
|
|
|
|
|
|
short => { |
9944
|
|
|
|
|
|
|
'daylight' => q#CEST#, |
9945
|
|
|
|
|
|
|
'generic' => q#CET#, |
9946
|
|
|
|
|
|
|
'standard' => q#CET#, |
9947
|
|
|
|
|
|
|
}, |
9948
|
|
|
|
|
|
|
}, |
9949
|
|
|
|
|
|
|
'Europe_Eastern' => { |
9950
|
|
|
|
|
|
|
long => { |
9951
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Europei de Est#, |
9952
|
|
|
|
|
|
|
'generic' => q#Ora Europei de Est#, |
9953
|
|
|
|
|
|
|
'standard' => q#Ora standard a Europei de Est#, |
9954
|
|
|
|
|
|
|
}, |
9955
|
|
|
|
|
|
|
short => { |
9956
|
|
|
|
|
|
|
'daylight' => q#EEST#, |
9957
|
|
|
|
|
|
|
'generic' => q#EET#, |
9958
|
|
|
|
|
|
|
'standard' => q#EET#, |
9959
|
|
|
|
|
|
|
}, |
9960
|
|
|
|
|
|
|
}, |
9961
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
9962
|
|
|
|
|
|
|
long => { |
9963
|
|
|
|
|
|
|
'standard' => q#Ora Europei de Est îndepărtate#, |
9964
|
|
|
|
|
|
|
}, |
9965
|
|
|
|
|
|
|
}, |
9966
|
|
|
|
|
|
|
'Europe_Western' => { |
9967
|
|
|
|
|
|
|
long => { |
9968
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Europei de Vest#, |
9969
|
|
|
|
|
|
|
'generic' => q#Ora Europei de Vest#, |
9970
|
|
|
|
|
|
|
'standard' => q#Ora standard a Europei de Vest#, |
9971
|
|
|
|
|
|
|
}, |
9972
|
|
|
|
|
|
|
short => { |
9973
|
|
|
|
|
|
|
'daylight' => q#WEST#, |
9974
|
|
|
|
|
|
|
'generic' => q#WET#, |
9975
|
|
|
|
|
|
|
'standard' => q#WET#, |
9976
|
|
|
|
|
|
|
}, |
9977
|
|
|
|
|
|
|
}, |
9978
|
|
|
|
|
|
|
'Falkland' => { |
9979
|
|
|
|
|
|
|
long => { |
9980
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Insulele Falkland#, |
9981
|
|
|
|
|
|
|
'generic' => q#Ora din Insulele Falkland#, |
9982
|
|
|
|
|
|
|
'standard' => q#Ora standard din Insulele Falkland#, |
9983
|
|
|
|
|
|
|
}, |
9984
|
|
|
|
|
|
|
}, |
9985
|
|
|
|
|
|
|
'Fiji' => { |
9986
|
|
|
|
|
|
|
long => { |
9987
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Fiji#, |
9988
|
|
|
|
|
|
|
'generic' => q#Ora din Fiji#, |
9989
|
|
|
|
|
|
|
'standard' => q#Ora standard din Fiji#, |
9990
|
|
|
|
|
|
|
}, |
9991
|
|
|
|
|
|
|
}, |
9992
|
|
|
|
|
|
|
'French_Guiana' => { |
9993
|
|
|
|
|
|
|
long => { |
9994
|
|
|
|
|
|
|
'standard' => q#Ora din Guyana Franceză#, |
9995
|
|
|
|
|
|
|
}, |
9996
|
|
|
|
|
|
|
}, |
9997
|
|
|
|
|
|
|
'French_Southern' => { |
9998
|
|
|
|
|
|
|
long => { |
9999
|
|
|
|
|
|
|
'standard' => q#Ora din Teritoriile Australe și Antarctice Franceze#, |
10000
|
|
|
|
|
|
|
}, |
10001
|
|
|
|
|
|
|
}, |
10002
|
|
|
|
|
|
|
'GMT' => { |
10003
|
|
|
|
|
|
|
long => { |
10004
|
|
|
|
|
|
|
'standard' => q#Ora de Greenwhich#, |
10005
|
|
|
|
|
|
|
}, |
10006
|
|
|
|
|
|
|
short => { |
10007
|
|
|
|
|
|
|
'standard' => q#GMT#, |
10008
|
|
|
|
|
|
|
}, |
10009
|
|
|
|
|
|
|
}, |
10010
|
|
|
|
|
|
|
'Galapagos' => { |
10011
|
|
|
|
|
|
|
long => { |
10012
|
|
|
|
|
|
|
'standard' => q#Ora din Galapagos#, |
10013
|
|
|
|
|
|
|
}, |
10014
|
|
|
|
|
|
|
}, |
10015
|
|
|
|
|
|
|
'Gambier' => { |
10016
|
|
|
|
|
|
|
long => { |
10017
|
|
|
|
|
|
|
'standard' => q#Ora din Gambier#, |
10018
|
|
|
|
|
|
|
}, |
10019
|
|
|
|
|
|
|
}, |
10020
|
|
|
|
|
|
|
'Georgia' => { |
10021
|
|
|
|
|
|
|
long => { |
10022
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Georgiei#, |
10023
|
|
|
|
|
|
|
'generic' => q#Ora Georgiei#, |
10024
|
|
|
|
|
|
|
'standard' => q#Ora standard a Georgiei#, |
10025
|
|
|
|
|
|
|
}, |
10026
|
|
|
|
|
|
|
}, |
10027
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
10028
|
|
|
|
|
|
|
long => { |
10029
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Gilbert#, |
10030
|
|
|
|
|
|
|
}, |
10031
|
|
|
|
|
|
|
}, |
10032
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
10033
|
|
|
|
|
|
|
long => { |
10034
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Groenlandei orientale#, |
10035
|
|
|
|
|
|
|
'generic' => q#Ora Groenlandei orientale#, |
10036
|
|
|
|
|
|
|
'standard' => q#Ora standard a Groenlandei orientale#, |
10037
|
|
|
|
|
|
|
}, |
10038
|
|
|
|
|
|
|
}, |
10039
|
|
|
|
|
|
|
'Greenland_Western' => { |
10040
|
|
|
|
|
|
|
long => { |
10041
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Groenlandei occidentale#, |
10042
|
|
|
|
|
|
|
'generic' => q#Ora Groenlandei occidentale#, |
10043
|
|
|
|
|
|
|
'standard' => q#Ora standard a Groenlandei occidentale#, |
10044
|
|
|
|
|
|
|
}, |
10045
|
|
|
|
|
|
|
}, |
10046
|
|
|
|
|
|
|
'Gulf' => { |
10047
|
|
|
|
|
|
|
long => { |
10048
|
|
|
|
|
|
|
'standard' => q#Ora standard a Golfului#, |
10049
|
|
|
|
|
|
|
}, |
10050
|
|
|
|
|
|
|
}, |
10051
|
|
|
|
|
|
|
'Guyana' => { |
10052
|
|
|
|
|
|
|
long => { |
10053
|
|
|
|
|
|
|
'standard' => q#Ora din Guyana#, |
10054
|
|
|
|
|
|
|
}, |
10055
|
|
|
|
|
|
|
}, |
10056
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
10057
|
|
|
|
|
|
|
long => { |
10058
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Hawaii-Aleutine#, |
10059
|
|
|
|
|
|
|
'generic' => q#Ora din Hawaii-Aleutine#, |
10060
|
|
|
|
|
|
|
'standard' => q#Ora standard din Hawaii-Aleutine#, |
10061
|
|
|
|
|
|
|
}, |
10062
|
|
|
|
|
|
|
}, |
10063
|
|
|
|
|
|
|
'Hong_Kong' => { |
10064
|
|
|
|
|
|
|
long => { |
10065
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Hong Kong#, |
10066
|
|
|
|
|
|
|
'generic' => q#Ora din Hong Kong#, |
10067
|
|
|
|
|
|
|
'standard' => q#Ora standard din Hong Kong#, |
10068
|
|
|
|
|
|
|
}, |
10069
|
|
|
|
|
|
|
}, |
10070
|
|
|
|
|
|
|
'Hovd' => { |
10071
|
|
|
|
|
|
|
long => { |
10072
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Hovd#, |
10073
|
|
|
|
|
|
|
'generic' => q#Ora din Hovd#, |
10074
|
|
|
|
|
|
|
'standard' => q#Ora standard din Hovd#, |
10075
|
|
|
|
|
|
|
}, |
10076
|
|
|
|
|
|
|
}, |
10077
|
|
|
|
|
|
|
'India' => { |
10078
|
|
|
|
|
|
|
long => { |
10079
|
|
|
|
|
|
|
'standard' => q#Ora Indiei#, |
10080
|
|
|
|
|
|
|
}, |
10081
|
|
|
|
|
|
|
}, |
10082
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
10083
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
10084
|
|
|
|
|
|
|
}, |
10085
|
|
|
|
|
|
|
'Indian/Chagos' => { |
10086
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
10087
|
|
|
|
|
|
|
}, |
10088
|
|
|
|
|
|
|
'Indian/Christmas' => { |
10089
|
|
|
|
|
|
|
exemplarCity => q#Christmas#, |
10090
|
|
|
|
|
|
|
}, |
10091
|
|
|
|
|
|
|
'Indian/Cocos' => { |
10092
|
|
|
|
|
|
|
exemplarCity => q#Cocos#, |
10093
|
|
|
|
|
|
|
}, |
10094
|
|
|
|
|
|
|
'Indian/Comoro' => { |
10095
|
|
|
|
|
|
|
exemplarCity => q#Comore#, |
10096
|
|
|
|
|
|
|
}, |
10097
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
10098
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
10099
|
|
|
|
|
|
|
}, |
10100
|
|
|
|
|
|
|
'Indian/Mahe' => { |
10101
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
10102
|
|
|
|
|
|
|
}, |
10103
|
|
|
|
|
|
|
'Indian/Maldives' => { |
10104
|
|
|
|
|
|
|
exemplarCity => q#Maldive#, |
10105
|
|
|
|
|
|
|
}, |
10106
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
10107
|
|
|
|
|
|
|
exemplarCity => q#Mauritius#, |
10108
|
|
|
|
|
|
|
}, |
10109
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
10110
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
10111
|
|
|
|
|
|
|
}, |
10112
|
|
|
|
|
|
|
'Indian/Reunion' => { |
10113
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
10114
|
|
|
|
|
|
|
}, |
10115
|
|
|
|
|
|
|
'Indian_Ocean' => { |
10116
|
|
|
|
|
|
|
long => { |
10117
|
|
|
|
|
|
|
'standard' => q#Ora Oceanului Indian#, |
10118
|
|
|
|
|
|
|
}, |
10119
|
|
|
|
|
|
|
}, |
10120
|
|
|
|
|
|
|
'Indochina' => { |
10121
|
|
|
|
|
|
|
long => { |
10122
|
|
|
|
|
|
|
'standard' => q#Ora Indochinei#, |
10123
|
|
|
|
|
|
|
}, |
10124
|
|
|
|
|
|
|
}, |
10125
|
|
|
|
|
|
|
'Indonesia_Central' => { |
10126
|
|
|
|
|
|
|
long => { |
10127
|
|
|
|
|
|
|
'standard' => q#Ora Indoneziei Centrale#, |
10128
|
|
|
|
|
|
|
}, |
10129
|
|
|
|
|
|
|
}, |
10130
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
10131
|
|
|
|
|
|
|
long => { |
10132
|
|
|
|
|
|
|
'standard' => q#Ora Indoneziei de Est#, |
10133
|
|
|
|
|
|
|
}, |
10134
|
|
|
|
|
|
|
}, |
10135
|
|
|
|
|
|
|
'Indonesia_Western' => { |
10136
|
|
|
|
|
|
|
long => { |
10137
|
|
|
|
|
|
|
'standard' => q#Ora Indoneziei de Vest#, |
10138
|
|
|
|
|
|
|
}, |
10139
|
|
|
|
|
|
|
}, |
10140
|
|
|
|
|
|
|
'Iran' => { |
10141
|
|
|
|
|
|
|
long => { |
10142
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Iranului#, |
10143
|
|
|
|
|
|
|
'generic' => q#Ora Iranului#, |
10144
|
|
|
|
|
|
|
'standard' => q#Ora standard a Iranului#, |
10145
|
|
|
|
|
|
|
}, |
10146
|
|
|
|
|
|
|
}, |
10147
|
|
|
|
|
|
|
'Irkutsk' => { |
10148
|
|
|
|
|
|
|
long => { |
10149
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Irkuțk#, |
10150
|
|
|
|
|
|
|
'generic' => q#Ora din Irkuțk#, |
10151
|
|
|
|
|
|
|
'standard' => q#Ora standard din Irkuțk#, |
10152
|
|
|
|
|
|
|
}, |
10153
|
|
|
|
|
|
|
}, |
10154
|
|
|
|
|
|
|
'Israel' => { |
10155
|
|
|
|
|
|
|
long => { |
10156
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Israelului#, |
10157
|
|
|
|
|
|
|
'generic' => q#Ora Israelului#, |
10158
|
|
|
|
|
|
|
'standard' => q#Ora standard a Israelului#, |
10159
|
|
|
|
|
|
|
}, |
10160
|
|
|
|
|
|
|
}, |
10161
|
|
|
|
|
|
|
'Japan' => { |
10162
|
|
|
|
|
|
|
long => { |
10163
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Japoniei#, |
10164
|
|
|
|
|
|
|
'generic' => q#Ora Japoniei#, |
10165
|
|
|
|
|
|
|
'standard' => q#Ora standard a Japoniei#, |
10166
|
|
|
|
|
|
|
}, |
10167
|
|
|
|
|
|
|
}, |
10168
|
|
|
|
|
|
|
'Kamchatka' => { |
10169
|
|
|
|
|
|
|
long => { |
10170
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Petropavlovsk-Kamciațki#, |
10171
|
|
|
|
|
|
|
'generic' => q#Ora din Petropavlovsk-Kamciațki#, |
10172
|
|
|
|
|
|
|
'standard' => q#Ora standard din Petropavlovsk-Kamciațki#, |
10173
|
|
|
|
|
|
|
}, |
10174
|
|
|
|
|
|
|
}, |
10175
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
10176
|
|
|
|
|
|
|
long => { |
10177
|
|
|
|
|
|
|
'standard' => q#Ora din Kazahstanul de Est#, |
10178
|
|
|
|
|
|
|
}, |
10179
|
|
|
|
|
|
|
}, |
10180
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
10181
|
|
|
|
|
|
|
long => { |
10182
|
|
|
|
|
|
|
'standard' => q#Ora din Kazahstanul de Vest#, |
10183
|
|
|
|
|
|
|
}, |
10184
|
|
|
|
|
|
|
}, |
10185
|
|
|
|
|
|
|
'Korea' => { |
10186
|
|
|
|
|
|
|
long => { |
10187
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Coreei#, |
10188
|
|
|
|
|
|
|
'generic' => q#Ora Coreei#, |
10189
|
|
|
|
|
|
|
'standard' => q#Ora standard a Coreei#, |
10190
|
|
|
|
|
|
|
}, |
10191
|
|
|
|
|
|
|
}, |
10192
|
|
|
|
|
|
|
'Kosrae' => { |
10193
|
|
|
|
|
|
|
long => { |
10194
|
|
|
|
|
|
|
'standard' => q#Ora din Kosrae#, |
10195
|
|
|
|
|
|
|
}, |
10196
|
|
|
|
|
|
|
}, |
10197
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
10198
|
|
|
|
|
|
|
long => { |
10199
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Krasnoiarsk#, |
10200
|
|
|
|
|
|
|
'generic' => q#Ora din Krasnoiarsk#, |
10201
|
|
|
|
|
|
|
'standard' => q#Ora standard din Krasnoiarsk#, |
10202
|
|
|
|
|
|
|
}, |
10203
|
|
|
|
|
|
|
}, |
10204
|
|
|
|
|
|
|
'Kyrgystan' => { |
10205
|
|
|
|
|
|
|
long => { |
10206
|
|
|
|
|
|
|
'standard' => q#Ora din Kârgâzstan#, |
10207
|
|
|
|
|
|
|
}, |
10208
|
|
|
|
|
|
|
}, |
10209
|
|
|
|
|
|
|
'Line_Islands' => { |
10210
|
|
|
|
|
|
|
long => { |
10211
|
|
|
|
|
|
|
'standard' => q#Ora din Insulele Line#, |
10212
|
|
|
|
|
|
|
}, |
10213
|
|
|
|
|
|
|
}, |
10214
|
|
|
|
|
|
|
'Lord_Howe' => { |
10215
|
|
|
|
|
|
|
long => { |
10216
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Lord Howe#, |
10217
|
|
|
|
|
|
|
'generic' => q#Ora din Lord Howe#, |
10218
|
|
|
|
|
|
|
'standard' => q#Ora standard din Lord Howe#, |
10219
|
|
|
|
|
|
|
}, |
10220
|
|
|
|
|
|
|
}, |
10221
|
|
|
|
|
|
|
'Macquarie' => { |
10222
|
|
|
|
|
|
|
long => { |
10223
|
|
|
|
|
|
|
'standard' => q#Ora din Macquarie#, |
10224
|
|
|
|
|
|
|
}, |
10225
|
|
|
|
|
|
|
}, |
10226
|
|
|
|
|
|
|
'Magadan' => { |
10227
|
|
|
|
|
|
|
long => { |
10228
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Magadan#, |
10229
|
|
|
|
|
|
|
'generic' => q#Ora din Magadan#, |
10230
|
|
|
|
|
|
|
'standard' => q#Ora standard din Magadan#, |
10231
|
|
|
|
|
|
|
}, |
10232
|
|
|
|
|
|
|
}, |
10233
|
|
|
|
|
|
|
'Malaysia' => { |
10234
|
|
|
|
|
|
|
long => { |
10235
|
|
|
|
|
|
|
'standard' => q#Ora din Malaysia#, |
10236
|
|
|
|
|
|
|
}, |
10237
|
|
|
|
|
|
|
}, |
10238
|
|
|
|
|
|
|
'Maldives' => { |
10239
|
|
|
|
|
|
|
long => { |
10240
|
|
|
|
|
|
|
'standard' => q#Ora din Maldive#, |
10241
|
|
|
|
|
|
|
}, |
10242
|
|
|
|
|
|
|
}, |
10243
|
|
|
|
|
|
|
'Marquesas' => { |
10244
|
|
|
|
|
|
|
long => { |
10245
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Marchize#, |
10246
|
|
|
|
|
|
|
}, |
10247
|
|
|
|
|
|
|
}, |
10248
|
|
|
|
|
|
|
'Marshall_Islands' => { |
10249
|
|
|
|
|
|
|
long => { |
10250
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Marshall#, |
10251
|
|
|
|
|
|
|
}, |
10252
|
|
|
|
|
|
|
}, |
10253
|
|
|
|
|
|
|
'Mauritius' => { |
10254
|
|
|
|
|
|
|
long => { |
10255
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Mauritius#, |
10256
|
|
|
|
|
|
|
'generic' => q#Ora din Mauritius#, |
10257
|
|
|
|
|
|
|
'standard' => q#Ora standard din Mauritius#, |
10258
|
|
|
|
|
|
|
}, |
10259
|
|
|
|
|
|
|
}, |
10260
|
|
|
|
|
|
|
'Mawson' => { |
10261
|
|
|
|
|
|
|
long => { |
10262
|
|
|
|
|
|
|
'standard' => q#Ora din Mawson#, |
10263
|
|
|
|
|
|
|
}, |
10264
|
|
|
|
|
|
|
}, |
10265
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
10266
|
|
|
|
|
|
|
long => { |
10267
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Mexicului de nord-vest#, |
10268
|
|
|
|
|
|
|
'generic' => q#Ora Mexicului de nord-vest#, |
10269
|
|
|
|
|
|
|
'standard' => q#Ora standard a Mexicului de nord-vest#, |
10270
|
|
|
|
|
|
|
}, |
10271
|
|
|
|
|
|
|
}, |
10272
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
10273
|
|
|
|
|
|
|
long => { |
10274
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a zonei Pacific mexicane#, |
10275
|
|
|
|
|
|
|
'generic' => q#Ora zonei Pacific mexicane#, |
10276
|
|
|
|
|
|
|
'standard' => q#Ora standard a zonei Pacific mexicane#, |
10277
|
|
|
|
|
|
|
}, |
10278
|
|
|
|
|
|
|
}, |
10279
|
|
|
|
|
|
|
'Mongolia' => { |
10280
|
|
|
|
|
|
|
long => { |
10281
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Ulan Bator#, |
10282
|
|
|
|
|
|
|
'generic' => q#Ora din Ulan Bator#, |
10283
|
|
|
|
|
|
|
'standard' => q#Ora standard din Ulan Bator#, |
10284
|
|
|
|
|
|
|
}, |
10285
|
|
|
|
|
|
|
}, |
10286
|
|
|
|
|
|
|
'Moscow' => { |
10287
|
|
|
|
|
|
|
long => { |
10288
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Moscovei#, |
10289
|
|
|
|
|
|
|
'generic' => q#Ora Moscovei#, |
10290
|
|
|
|
|
|
|
'standard' => q#Ora standard a Moscovei#, |
10291
|
|
|
|
|
|
|
}, |
10292
|
|
|
|
|
|
|
}, |
10293
|
|
|
|
|
|
|
'Myanmar' => { |
10294
|
|
|
|
|
|
|
long => { |
10295
|
|
|
|
|
|
|
'standard' => q#Ora Myanmarului#, |
10296
|
|
|
|
|
|
|
}, |
10297
|
|
|
|
|
|
|
}, |
10298
|
|
|
|
|
|
|
'Nauru' => { |
10299
|
|
|
|
|
|
|
long => { |
10300
|
|
|
|
|
|
|
'standard' => q#Ora din Nauru#, |
10301
|
|
|
|
|
|
|
}, |
10302
|
|
|
|
|
|
|
}, |
10303
|
|
|
|
|
|
|
'Nepal' => { |
10304
|
|
|
|
|
|
|
long => { |
10305
|
|
|
|
|
|
|
'standard' => q#Ora Nepalului#, |
10306
|
|
|
|
|
|
|
}, |
10307
|
|
|
|
|
|
|
}, |
10308
|
|
|
|
|
|
|
'New_Caledonia' => { |
10309
|
|
|
|
|
|
|
long => { |
10310
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Noii Caledonii#, |
10311
|
|
|
|
|
|
|
'generic' => q#Ora Noii Caledonii#, |
10312
|
|
|
|
|
|
|
'standard' => q#Ora standard a Noii Caledonii#, |
10313
|
|
|
|
|
|
|
}, |
10314
|
|
|
|
|
|
|
}, |
10315
|
|
|
|
|
|
|
'New_Zealand' => { |
10316
|
|
|
|
|
|
|
long => { |
10317
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Noii Zeelande#, |
10318
|
|
|
|
|
|
|
'generic' => q#Ora Noii Zeelande#, |
10319
|
|
|
|
|
|
|
'standard' => q#Ora standard a Noii Zeelande#, |
10320
|
|
|
|
|
|
|
}, |
10321
|
|
|
|
|
|
|
}, |
10322
|
|
|
|
|
|
|
'Newfoundland' => { |
10323
|
|
|
|
|
|
|
long => { |
10324
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Newfoundland#, |
10325
|
|
|
|
|
|
|
'generic' => q#Ora din Newfoundland#, |
10326
|
|
|
|
|
|
|
'standard' => q#Ora standard din Newfoundland#, |
10327
|
|
|
|
|
|
|
}, |
10328
|
|
|
|
|
|
|
}, |
10329
|
|
|
|
|
|
|
'Niue' => { |
10330
|
|
|
|
|
|
|
long => { |
10331
|
|
|
|
|
|
|
'standard' => q#Ora din Niue#, |
10332
|
|
|
|
|
|
|
}, |
10333
|
|
|
|
|
|
|
}, |
10334
|
|
|
|
|
|
|
'Norfolk' => { |
10335
|
|
|
|
|
|
|
long => { |
10336
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Norfolk#, |
10337
|
|
|
|
|
|
|
}, |
10338
|
|
|
|
|
|
|
}, |
10339
|
|
|
|
|
|
|
'Noronha' => { |
10340
|
|
|
|
|
|
|
long => { |
10341
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Fernando de Noronha#, |
10342
|
|
|
|
|
|
|
'generic' => q#Ora din Fernando de Noronha#, |
10343
|
|
|
|
|
|
|
'standard' => q#Ora standard din Fernando de Noronha#, |
10344
|
|
|
|
|
|
|
}, |
10345
|
|
|
|
|
|
|
}, |
10346
|
|
|
|
|
|
|
'Novosibirsk' => { |
10347
|
|
|
|
|
|
|
long => { |
10348
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Novosibirsk#, |
10349
|
|
|
|
|
|
|
'generic' => q#Ora din Novosibirsk#, |
10350
|
|
|
|
|
|
|
'standard' => q#Ora standard din Novosibirsk#, |
10351
|
|
|
|
|
|
|
}, |
10352
|
|
|
|
|
|
|
}, |
10353
|
|
|
|
|
|
|
'Omsk' => { |
10354
|
|
|
|
|
|
|
long => { |
10355
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Omsk#, |
10356
|
|
|
|
|
|
|
'generic' => q#Ora din Omsk#, |
10357
|
|
|
|
|
|
|
'standard' => q#Ora standard din Omsk#, |
10358
|
|
|
|
|
|
|
}, |
10359
|
|
|
|
|
|
|
}, |
10360
|
|
|
|
|
|
|
'Pacific/Apia' => { |
10361
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
10362
|
|
|
|
|
|
|
}, |
10363
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
10364
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
10365
|
|
|
|
|
|
|
}, |
10366
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
10367
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
10368
|
|
|
|
|
|
|
}, |
10369
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
10370
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
10371
|
|
|
|
|
|
|
}, |
10372
|
|
|
|
|
|
|
'Pacific/Easter' => { |
10373
|
|
|
|
|
|
|
exemplarCity => q#Insula Paștelui#, |
10374
|
|
|
|
|
|
|
}, |
10375
|
|
|
|
|
|
|
'Pacific/Efate' => { |
10376
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
10377
|
|
|
|
|
|
|
}, |
10378
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
10379
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
10380
|
|
|
|
|
|
|
}, |
10381
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
10382
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
10383
|
|
|
|
|
|
|
}, |
10384
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
10385
|
|
|
|
|
|
|
exemplarCity => q#Fiji#, |
10386
|
|
|
|
|
|
|
}, |
10387
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
10388
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
10389
|
|
|
|
|
|
|
}, |
10390
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
10391
|
|
|
|
|
|
|
exemplarCity => q#Galapagos#, |
10392
|
|
|
|
|
|
|
}, |
10393
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
10394
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
10395
|
|
|
|
|
|
|
}, |
10396
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
10397
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
10398
|
|
|
|
|
|
|
}, |
10399
|
|
|
|
|
|
|
'Pacific/Guam' => { |
10400
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
10401
|
|
|
|
|
|
|
}, |
10402
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
10403
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
10404
|
|
|
|
|
|
|
}, |
10405
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
10406
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
10407
|
|
|
|
|
|
|
}, |
10408
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
10409
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
10410
|
|
|
|
|
|
|
}, |
10411
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
10412
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
10413
|
|
|
|
|
|
|
}, |
10414
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
10415
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
10416
|
|
|
|
|
|
|
}, |
10417
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
10418
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
10419
|
|
|
|
|
|
|
}, |
10420
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
10421
|
|
|
|
|
|
|
exemplarCity => q#Marchize#, |
10422
|
|
|
|
|
|
|
}, |
10423
|
|
|
|
|
|
|
'Pacific/Midway' => { |
10424
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
10425
|
|
|
|
|
|
|
}, |
10426
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
10427
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
10428
|
|
|
|
|
|
|
}, |
10429
|
|
|
|
|
|
|
'Pacific/Niue' => { |
10430
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
10431
|
|
|
|
|
|
|
}, |
10432
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
10433
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
10434
|
|
|
|
|
|
|
}, |
10435
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
10436
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
10437
|
|
|
|
|
|
|
}, |
10438
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
10439
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
10440
|
|
|
|
|
|
|
}, |
10441
|
|
|
|
|
|
|
'Pacific/Palau' => { |
10442
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
10443
|
|
|
|
|
|
|
}, |
10444
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
10445
|
|
|
|
|
|
|
exemplarCity => q#Insula Pitcairn#, |
10446
|
|
|
|
|
|
|
}, |
10447
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
10448
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
10449
|
|
|
|
|
|
|
}, |
10450
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
10451
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
10452
|
|
|
|
|
|
|
}, |
10453
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
10454
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
10455
|
|
|
|
|
|
|
}, |
10456
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
10457
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
10458
|
|
|
|
|
|
|
}, |
10459
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
10460
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
10461
|
|
|
|
|
|
|
}, |
10462
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
10463
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
10464
|
|
|
|
|
|
|
}, |
10465
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
10466
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
10467
|
|
|
|
|
|
|
}, |
10468
|
|
|
|
|
|
|
'Pacific/Truk' => { |
10469
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
10470
|
|
|
|
|
|
|
}, |
10471
|
|
|
|
|
|
|
'Pacific/Wake' => { |
10472
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
10473
|
|
|
|
|
|
|
}, |
10474
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
10475
|
|
|
|
|
|
|
exemplarCity => q#Wallis#, |
10476
|
|
|
|
|
|
|
}, |
10477
|
|
|
|
|
|
|
'Pakistan' => { |
10478
|
|
|
|
|
|
|
long => { |
10479
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Pakistanului#, |
10480
|
|
|
|
|
|
|
'generic' => q#Ora Pakistanului#, |
10481
|
|
|
|
|
|
|
'standard' => q#Ora standard a Pakistanului#, |
10482
|
|
|
|
|
|
|
}, |
10483
|
|
|
|
|
|
|
}, |
10484
|
|
|
|
|
|
|
'Palau' => { |
10485
|
|
|
|
|
|
|
long => { |
10486
|
|
|
|
|
|
|
'standard' => q#Ora din Palau#, |
10487
|
|
|
|
|
|
|
}, |
10488
|
|
|
|
|
|
|
}, |
10489
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
10490
|
|
|
|
|
|
|
long => { |
10491
|
|
|
|
|
|
|
'standard' => q#Ora din Papua Noua Guinee#, |
10492
|
|
|
|
|
|
|
}, |
10493
|
|
|
|
|
|
|
}, |
10494
|
|
|
|
|
|
|
'Paraguay' => { |
10495
|
|
|
|
|
|
|
long => { |
10496
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Paraguay#, |
10497
|
|
|
|
|
|
|
'generic' => q#Ora din Paraguay#, |
10498
|
|
|
|
|
|
|
'standard' => q#Ora standard din Paraguay#, |
10499
|
|
|
|
|
|
|
}, |
10500
|
|
|
|
|
|
|
}, |
10501
|
|
|
|
|
|
|
'Peru' => { |
10502
|
|
|
|
|
|
|
long => { |
10503
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Peru#, |
10504
|
|
|
|
|
|
|
'generic' => q#Ora din Peru#, |
10505
|
|
|
|
|
|
|
'standard' => q#Ora standard din Peru#, |
10506
|
|
|
|
|
|
|
}, |
10507
|
|
|
|
|
|
|
}, |
10508
|
|
|
|
|
|
|
'Philippines' => { |
10509
|
|
|
|
|
|
|
long => { |
10510
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Filipine#, |
10511
|
|
|
|
|
|
|
'generic' => q#Ora din Filipine#, |
10512
|
|
|
|
|
|
|
'standard' => q#Ora standard din Filipine#, |
10513
|
|
|
|
|
|
|
}, |
10514
|
|
|
|
|
|
|
}, |
10515
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
10516
|
|
|
|
|
|
|
long => { |
10517
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Phoenix#, |
10518
|
|
|
|
|
|
|
}, |
10519
|
|
|
|
|
|
|
}, |
10520
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
10521
|
|
|
|
|
|
|
long => { |
10522
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Saint-Pierre și Miquelon#, |
10523
|
|
|
|
|
|
|
'generic' => q#Ora din Saint-Pierre și Miquelon#, |
10524
|
|
|
|
|
|
|
'standard' => q#Ora standard din Saint-Pierre și Miquelon#, |
10525
|
|
|
|
|
|
|
}, |
10526
|
|
|
|
|
|
|
}, |
10527
|
|
|
|
|
|
|
'Pitcairn' => { |
10528
|
|
|
|
|
|
|
long => { |
10529
|
|
|
|
|
|
|
'standard' => q#Ora din Pitcairn#, |
10530
|
|
|
|
|
|
|
}, |
10531
|
|
|
|
|
|
|
}, |
10532
|
|
|
|
|
|
|
'Ponape' => { |
10533
|
|
|
|
|
|
|
long => { |
10534
|
|
|
|
|
|
|
'standard' => q#Ora din Ponape#, |
10535
|
|
|
|
|
|
|
}, |
10536
|
|
|
|
|
|
|
}, |
10537
|
|
|
|
|
|
|
'Pyongyang' => { |
10538
|
|
|
|
|
|
|
long => { |
10539
|
|
|
|
|
|
|
'standard' => q#Ora din Pyongyang#, |
10540
|
|
|
|
|
|
|
}, |
10541
|
|
|
|
|
|
|
}, |
10542
|
|
|
|
|
|
|
'Reunion' => { |
10543
|
|
|
|
|
|
|
long => { |
10544
|
|
|
|
|
|
|
'standard' => q#Ora din Reunion#, |
10545
|
|
|
|
|
|
|
}, |
10546
|
|
|
|
|
|
|
}, |
10547
|
|
|
|
|
|
|
'Rothera' => { |
10548
|
|
|
|
|
|
|
long => { |
10549
|
|
|
|
|
|
|
'standard' => q#Ora din Rothera#, |
10550
|
|
|
|
|
|
|
}, |
10551
|
|
|
|
|
|
|
}, |
10552
|
|
|
|
|
|
|
'Sakhalin' => { |
10553
|
|
|
|
|
|
|
long => { |
10554
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Sahalin#, |
10555
|
|
|
|
|
|
|
'generic' => q#Ora din Sahalin#, |
10556
|
|
|
|
|
|
|
'standard' => q#Ora standard din Sahalin#, |
10557
|
|
|
|
|
|
|
}, |
10558
|
|
|
|
|
|
|
}, |
10559
|
|
|
|
|
|
|
'Samara' => { |
10560
|
|
|
|
|
|
|
long => { |
10561
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Samara#, |
10562
|
|
|
|
|
|
|
'generic' => q#Ora din Samara#, |
10563
|
|
|
|
|
|
|
'standard' => q#Ora standard din Samara#, |
10564
|
|
|
|
|
|
|
}, |
10565
|
|
|
|
|
|
|
}, |
10566
|
|
|
|
|
|
|
'Samoa' => { |
10567
|
|
|
|
|
|
|
long => { |
10568
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Samoa#, |
10569
|
|
|
|
|
|
|
'generic' => q#Ora din Samoa#, |
10570
|
|
|
|
|
|
|
'standard' => q#Ora standard din Samoa#, |
10571
|
|
|
|
|
|
|
}, |
10572
|
|
|
|
|
|
|
}, |
10573
|
|
|
|
|
|
|
'Seychelles' => { |
10574
|
|
|
|
|
|
|
long => { |
10575
|
|
|
|
|
|
|
'standard' => q#Ora din Seychelles#, |
10576
|
|
|
|
|
|
|
}, |
10577
|
|
|
|
|
|
|
}, |
10578
|
|
|
|
|
|
|
'Singapore' => { |
10579
|
|
|
|
|
|
|
long => { |
10580
|
|
|
|
|
|
|
'standard' => q#Ora din Singapore#, |
10581
|
|
|
|
|
|
|
}, |
10582
|
|
|
|
|
|
|
}, |
10583
|
|
|
|
|
|
|
'Solomon' => { |
10584
|
|
|
|
|
|
|
long => { |
10585
|
|
|
|
|
|
|
'standard' => q#Ora Insulelor Solomon#, |
10586
|
|
|
|
|
|
|
}, |
10587
|
|
|
|
|
|
|
}, |
10588
|
|
|
|
|
|
|
'South_Georgia' => { |
10589
|
|
|
|
|
|
|
long => { |
10590
|
|
|
|
|
|
|
'standard' => q#Ora Georgiei de Sud#, |
10591
|
|
|
|
|
|
|
}, |
10592
|
|
|
|
|
|
|
}, |
10593
|
|
|
|
|
|
|
'Suriname' => { |
10594
|
|
|
|
|
|
|
long => { |
10595
|
|
|
|
|
|
|
'standard' => q#Ora Surinamului#, |
10596
|
|
|
|
|
|
|
}, |
10597
|
|
|
|
|
|
|
}, |
10598
|
|
|
|
|
|
|
'Syowa' => { |
10599
|
|
|
|
|
|
|
long => { |
10600
|
|
|
|
|
|
|
'standard' => q#Ora din Syowa#, |
10601
|
|
|
|
|
|
|
}, |
10602
|
|
|
|
|
|
|
}, |
10603
|
|
|
|
|
|
|
'Tahiti' => { |
10604
|
|
|
|
|
|
|
long => { |
10605
|
|
|
|
|
|
|
'standard' => q#Ora din Tahiti#, |
10606
|
|
|
|
|
|
|
}, |
10607
|
|
|
|
|
|
|
}, |
10608
|
|
|
|
|
|
|
'Taipei' => { |
10609
|
|
|
|
|
|
|
long => { |
10610
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Taipei#, |
10611
|
|
|
|
|
|
|
'generic' => q#Ora din Taipei#, |
10612
|
|
|
|
|
|
|
'standard' => q#Ora standard din Taipei#, |
10613
|
|
|
|
|
|
|
}, |
10614
|
|
|
|
|
|
|
}, |
10615
|
|
|
|
|
|
|
'Tajikistan' => { |
10616
|
|
|
|
|
|
|
long => { |
10617
|
|
|
|
|
|
|
'standard' => q#Ora din Tadjikistan#, |
10618
|
|
|
|
|
|
|
}, |
10619
|
|
|
|
|
|
|
}, |
10620
|
|
|
|
|
|
|
'Tokelau' => { |
10621
|
|
|
|
|
|
|
long => { |
10622
|
|
|
|
|
|
|
'standard' => q#Ora din Tokelau#, |
10623
|
|
|
|
|
|
|
}, |
10624
|
|
|
|
|
|
|
}, |
10625
|
|
|
|
|
|
|
'Tonga' => { |
10626
|
|
|
|
|
|
|
long => { |
10627
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Tonga#, |
10628
|
|
|
|
|
|
|
'generic' => q#Ora din Tonga#, |
10629
|
|
|
|
|
|
|
'standard' => q#Ora standard din Tonga#, |
10630
|
|
|
|
|
|
|
}, |
10631
|
|
|
|
|
|
|
}, |
10632
|
|
|
|
|
|
|
'Truk' => { |
10633
|
|
|
|
|
|
|
long => { |
10634
|
|
|
|
|
|
|
'standard' => q#Ora din Chuuk#, |
10635
|
|
|
|
|
|
|
}, |
10636
|
|
|
|
|
|
|
}, |
10637
|
|
|
|
|
|
|
'Turkmenistan' => { |
10638
|
|
|
|
|
|
|
long => { |
10639
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Turkmenistan#, |
10640
|
|
|
|
|
|
|
'generic' => q#Ora din Turkmenistan#, |
10641
|
|
|
|
|
|
|
'standard' => q#Ora standard din Turkmenistan#, |
10642
|
|
|
|
|
|
|
}, |
10643
|
|
|
|
|
|
|
}, |
10644
|
|
|
|
|
|
|
'Tuvalu' => { |
10645
|
|
|
|
|
|
|
long => { |
10646
|
|
|
|
|
|
|
'standard' => q#Ora din Tuvalu#, |
10647
|
|
|
|
|
|
|
}, |
10648
|
|
|
|
|
|
|
}, |
10649
|
|
|
|
|
|
|
'Uruguay' => { |
10650
|
|
|
|
|
|
|
long => { |
10651
|
|
|
|
|
|
|
'daylight' => q#Ora de vară a Uruguayului#, |
10652
|
|
|
|
|
|
|
'generic' => q#Ora Uruguayului#, |
10653
|
|
|
|
|
|
|
'standard' => q#Ora standard a Uruguayului#, |
10654
|
|
|
|
|
|
|
}, |
10655
|
|
|
|
|
|
|
}, |
10656
|
|
|
|
|
|
|
'Uzbekistan' => { |
10657
|
|
|
|
|
|
|
long => { |
10658
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Uzbekistan#, |
10659
|
|
|
|
|
|
|
'generic' => q#Ora din Uzbekistan#, |
10660
|
|
|
|
|
|
|
'standard' => q#Ora standard din Uzbekistan#, |
10661
|
|
|
|
|
|
|
}, |
10662
|
|
|
|
|
|
|
}, |
10663
|
|
|
|
|
|
|
'Vanuatu' => { |
10664
|
|
|
|
|
|
|
long => { |
10665
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Vanuatu#, |
10666
|
|
|
|
|
|
|
'generic' => q#Ora din Vanuatu#, |
10667
|
|
|
|
|
|
|
'standard' => q#Ora standard din Vanuatu#, |
10668
|
|
|
|
|
|
|
}, |
10669
|
|
|
|
|
|
|
}, |
10670
|
|
|
|
|
|
|
'Venezuela' => { |
10671
|
|
|
|
|
|
|
long => { |
10672
|
|
|
|
|
|
|
'standard' => q#Ora Venezuelei#, |
10673
|
|
|
|
|
|
|
}, |
10674
|
|
|
|
|
|
|
}, |
10675
|
|
|
|
|
|
|
'Vladivostok' => { |
10676
|
|
|
|
|
|
|
long => { |
10677
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Vladivostok#, |
10678
|
|
|
|
|
|
|
'generic' => q#Ora din Vladivostok#, |
10679
|
|
|
|
|
|
|
'standard' => q#Ora standard din Vladivostok#, |
10680
|
|
|
|
|
|
|
}, |
10681
|
|
|
|
|
|
|
}, |
10682
|
|
|
|
|
|
|
'Volgograd' => { |
10683
|
|
|
|
|
|
|
long => { |
10684
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Volgograd#, |
10685
|
|
|
|
|
|
|
'generic' => q#Ora din Volgograd#, |
10686
|
|
|
|
|
|
|
'standard' => q#Ora standard din Volgograd#, |
10687
|
|
|
|
|
|
|
}, |
10688
|
|
|
|
|
|
|
}, |
10689
|
|
|
|
|
|
|
'Vostok' => { |
10690
|
|
|
|
|
|
|
long => { |
10691
|
|
|
|
|
|
|
'standard' => q#Ora din Vostok#, |
10692
|
|
|
|
|
|
|
}, |
10693
|
|
|
|
|
|
|
}, |
10694
|
|
|
|
|
|
|
'Wake' => { |
10695
|
|
|
|
|
|
|
long => { |
10696
|
|
|
|
|
|
|
'standard' => q#Ora Insulei Wake#, |
10697
|
|
|
|
|
|
|
}, |
10698
|
|
|
|
|
|
|
}, |
10699
|
|
|
|
|
|
|
'Wallis' => { |
10700
|
|
|
|
|
|
|
long => { |
10701
|
|
|
|
|
|
|
'standard' => q#Ora din Wallis și Futuna#, |
10702
|
|
|
|
|
|
|
}, |
10703
|
|
|
|
|
|
|
}, |
10704
|
|
|
|
|
|
|
'Yakutsk' => { |
10705
|
|
|
|
|
|
|
long => { |
10706
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Iakuțk#, |
10707
|
|
|
|
|
|
|
'generic' => q#Ora din Iakuțk#, |
10708
|
|
|
|
|
|
|
'standard' => q#Ora standard din Iakuțk#, |
10709
|
|
|
|
|
|
|
}, |
10710
|
|
|
|
|
|
|
}, |
10711
|
|
|
|
|
|
|
'Yekaterinburg' => { |
10712
|
|
|
|
|
|
|
long => { |
10713
|
|
|
|
|
|
|
'daylight' => q#Ora de vară din Ekaterinburg#, |
10714
|
|
|
|
|
|
|
'generic' => q#Ora din Ekaterinburg#, |
10715
|
|
|
|
|
|
|
'standard' => q#Ora standard din Ekaterinburg#, |
10716
|
|
|
|
|
|
|
}, |
10717
|
|
|
|
|
|
|
}, |
10718
|
|
|
|
|
|
|
} } |
10719
|
|
|
|
|
|
|
); |
10720
|
|
|
|
|
|
|
no Moo; |
10721
|
|
|
|
|
|
|
|
10722
|
1
|
|
|
1
|
|
17552
|
1; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
12
|
|
10723
|
|
|
|
|
|
|
|
10724
|
|
|
|
|
|
|
# vim: tabstop=4 |