line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Fil - Package for language Filipino |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Fil; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\fil.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:27:48 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2175283
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
91
|
use v5.10.1; |
|
1
|
|
|
|
|
2
|
|
16
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
7
|
|
17
|
1
|
|
|
1
|
|
30
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
18
|
1
|
|
|
1
|
|
37
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
17
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
697
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
44654
|
|
|
1
|
|
|
|
|
13
|
|
21
|
1
|
|
|
1
|
|
1457
|
use Moo; |
|
1
|
|
|
|
|
8698
|
|
|
1
|
|
|
|
|
4
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
has 'valid_algorithmic_formats' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => ArrayRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','spellout-ordinal','digits-ordinal' ]}, |
29
|
|
|
|
|
|
|
); |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
has 'algorithmic_number_format_data' => ( |
32
|
|
|
|
|
|
|
is => 'ro', |
33
|
|
|
|
|
|
|
isa => HashRef, |
34
|
|
|
|
|
|
|
init_arg => undef, |
35
|
|
|
|
|
|
|
default => sub { |
36
|
1
|
|
|
1
|
|
3386
|
use bignum; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
9
|
|
37
|
|
|
|
|
|
|
return { |
38
|
|
|
|
|
|
|
'digits-ordinal' => { |
39
|
|
|
|
|
|
|
'public' => { |
40
|
|
|
|
|
|
|
'-x' => { |
41
|
|
|
|
|
|
|
divisor => q(1), |
42
|
|
|
|
|
|
|
rule => q(âââ), |
43
|
|
|
|
|
|
|
}, |
44
|
|
|
|
|
|
|
'0' => { |
45
|
|
|
|
|
|
|
base_value => q(0), |
46
|
|
|
|
|
|
|
divisor => q(1), |
47
|
|
|
|
|
|
|
rule => q(ika=#,##0=), |
48
|
|
|
|
|
|
|
}, |
49
|
|
|
|
|
|
|
'max' => { |
50
|
|
|
|
|
|
|
base_value => q(0), |
51
|
|
|
|
|
|
|
divisor => q(1), |
52
|
|
|
|
|
|
|
rule => q(ika=#,##0=), |
53
|
|
|
|
|
|
|
}, |
54
|
|
|
|
|
|
|
}, |
55
|
|
|
|
|
|
|
}, |
56
|
|
|
|
|
|
|
'number-times' => { |
57
|
|
|
|
|
|
|
'private' => { |
58
|
|
|
|
|
|
|
'1' => { |
59
|
|
|
|
|
|
|
base_value => q(1), |
60
|
|
|
|
|
|
|
divisor => q(1), |
61
|
|
|
|
|
|
|
rule => q(isáng), |
62
|
|
|
|
|
|
|
}, |
63
|
|
|
|
|
|
|
'2' => { |
64
|
|
|
|
|
|
|
base_value => q(2), |
65
|
|
|
|
|
|
|
divisor => q(1), |
66
|
|
|
|
|
|
|
rule => q(dalawáng), |
67
|
|
|
|
|
|
|
}, |
68
|
|
|
|
|
|
|
'3' => { |
69
|
|
|
|
|
|
|
base_value => q(3), |
70
|
|
|
|
|
|
|
divisor => q(1), |
71
|
|
|
|
|
|
|
rule => q(tatlóng), |
72
|
|
|
|
|
|
|
}, |
73
|
|
|
|
|
|
|
'4' => { |
74
|
|
|
|
|
|
|
base_value => q(4), |
75
|
|
|
|
|
|
|
divisor => q(1), |
76
|
|
|
|
|
|
|
rule => q(ápat na), |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
'5' => { |
79
|
|
|
|
|
|
|
base_value => q(5), |
80
|
|
|
|
|
|
|
divisor => q(1), |
81
|
|
|
|
|
|
|
rule => q(limáng), |
82
|
|
|
|
|
|
|
}, |
83
|
|
|
|
|
|
|
'6' => { |
84
|
|
|
|
|
|
|
base_value => q(6), |
85
|
|
|
|
|
|
|
divisor => q(1), |
86
|
|
|
|
|
|
|
rule => q(anim na), |
87
|
|
|
|
|
|
|
}, |
88
|
|
|
|
|
|
|
'7' => { |
89
|
|
|
|
|
|
|
base_value => q(7), |
90
|
|
|
|
|
|
|
divisor => q(1), |
91
|
|
|
|
|
|
|
rule => q(pitóng), |
92
|
|
|
|
|
|
|
}, |
93
|
|
|
|
|
|
|
'8' => { |
94
|
|
|
|
|
|
|
base_value => q(8), |
95
|
|
|
|
|
|
|
divisor => q(1), |
96
|
|
|
|
|
|
|
rule => q(walóng), |
97
|
|
|
|
|
|
|
}, |
98
|
|
|
|
|
|
|
'9' => { |
99
|
|
|
|
|
|
|
base_value => q(9), |
100
|
|
|
|
|
|
|
divisor => q(1), |
101
|
|
|
|
|
|
|
rule => q(siyám na), |
102
|
|
|
|
|
|
|
}, |
103
|
|
|
|
|
|
|
'10' => { |
104
|
|
|
|
|
|
|
base_value => q(10), |
105
|
|
|
|
|
|
|
divisor => q(10), |
106
|
|
|
|
|
|
|
rule => q(sampûng), |
107
|
|
|
|
|
|
|
}, |
108
|
|
|
|
|
|
|
'11' => { |
109
|
|
|
|
|
|
|
base_value => q(11), |
110
|
|
|
|
|
|
|
divisor => q(10), |
111
|
|
|
|
|
|
|
rule => q(labÃng-ââ), |
112
|
|
|
|
|
|
|
}, |
113
|
|
|
|
|
|
|
'20' => { |
114
|
|
|
|
|
|
|
base_value => q(20), |
115
|
|
|
|
|
|
|
divisor => q(10), |
116
|
|
|
|
|
|
|
rule => q(â%%number-timesâ pû[ât ââ]), |
117
|
|
|
|
|
|
|
}, |
118
|
|
|
|
|
|
|
'100' => { |
119
|
|
|
|
|
|
|
base_value => q(100), |
120
|
|
|
|
|
|
|
divisor => q(100), |
121
|
|
|
|
|
|
|
rule => q(â%%number-timesâ daán[ at ââ]), |
122
|
|
|
|
|
|
|
}, |
123
|
|
|
|
|
|
|
'1000' => { |
124
|
|
|
|
|
|
|
base_value => q(1000), |
125
|
|
|
|
|
|
|
divisor => q(1000), |
126
|
|
|
|
|
|
|
rule => q(â%%number-timesâ libó[ât ââ]), |
127
|
|
|
|
|
|
|
}, |
128
|
|
|
|
|
|
|
'max' => { |
129
|
|
|
|
|
|
|
base_value => q(1000), |
130
|
|
|
|
|
|
|
divisor => q(1000), |
131
|
|
|
|
|
|
|
rule => q(â%%number-timesâ libó[ât ââ]), |
132
|
|
|
|
|
|
|
}, |
133
|
|
|
|
|
|
|
}, |
134
|
|
|
|
|
|
|
}, |
135
|
|
|
|
|
|
|
'spellout-cardinal' => { |
136
|
|
|
|
|
|
|
'public' => { |
137
|
|
|
|
|
|
|
'-x' => { |
138
|
|
|
|
|
|
|
divisor => q(1), |
139
|
|
|
|
|
|
|
rule => q(minus ââ), |
140
|
|
|
|
|
|
|
}, |
141
|
|
|
|
|
|
|
'0' => { |
142
|
|
|
|
|
|
|
base_value => q(0), |
143
|
|
|
|
|
|
|
divisor => q(1), |
144
|
|
|
|
|
|
|
rule => q(walâ), |
145
|
|
|
|
|
|
|
}, |
146
|
|
|
|
|
|
|
'x.x' => { |
147
|
|
|
|
|
|
|
divisor => q(1), |
148
|
|
|
|
|
|
|
rule => q(ââ tuldok ââ), |
149
|
|
|
|
|
|
|
}, |
150
|
|
|
|
|
|
|
'1' => { |
151
|
|
|
|
|
|
|
base_value => q(1), |
152
|
|
|
|
|
|
|
divisor => q(1), |
153
|
|
|
|
|
|
|
rule => q(isá), |
154
|
|
|
|
|
|
|
}, |
155
|
|
|
|
|
|
|
'2' => { |
156
|
|
|
|
|
|
|
base_value => q(2), |
157
|
|
|
|
|
|
|
divisor => q(1), |
158
|
|
|
|
|
|
|
rule => q(dalawá), |
159
|
|
|
|
|
|
|
}, |
160
|
|
|
|
|
|
|
'3' => { |
161
|
|
|
|
|
|
|
base_value => q(3), |
162
|
|
|
|
|
|
|
divisor => q(1), |
163
|
|
|
|
|
|
|
rule => q(tatló), |
164
|
|
|
|
|
|
|
}, |
165
|
|
|
|
|
|
|
'4' => { |
166
|
|
|
|
|
|
|
base_value => q(4), |
167
|
|
|
|
|
|
|
divisor => q(1), |
168
|
|
|
|
|
|
|
rule => q(ápat), |
169
|
|
|
|
|
|
|
}, |
170
|
|
|
|
|
|
|
'5' => { |
171
|
|
|
|
|
|
|
base_value => q(5), |
172
|
|
|
|
|
|
|
divisor => q(1), |
173
|
|
|
|
|
|
|
rule => q(limá), |
174
|
|
|
|
|
|
|
}, |
175
|
|
|
|
|
|
|
'6' => { |
176
|
|
|
|
|
|
|
base_value => q(6), |
177
|
|
|
|
|
|
|
divisor => q(1), |
178
|
|
|
|
|
|
|
rule => q(anim), |
179
|
|
|
|
|
|
|
}, |
180
|
|
|
|
|
|
|
'7' => { |
181
|
|
|
|
|
|
|
base_value => q(7), |
182
|
|
|
|
|
|
|
divisor => q(1), |
183
|
|
|
|
|
|
|
rule => q(pitó), |
184
|
|
|
|
|
|
|
}, |
185
|
|
|
|
|
|
|
'8' => { |
186
|
|
|
|
|
|
|
base_value => q(8), |
187
|
|
|
|
|
|
|
divisor => q(1), |
188
|
|
|
|
|
|
|
rule => q(waló), |
189
|
|
|
|
|
|
|
}, |
190
|
|
|
|
|
|
|
'9' => { |
191
|
|
|
|
|
|
|
base_value => q(9), |
192
|
|
|
|
|
|
|
divisor => q(1), |
193
|
|
|
|
|
|
|
rule => q(siyám), |
194
|
|
|
|
|
|
|
}, |
195
|
|
|
|
|
|
|
'10' => { |
196
|
|
|
|
|
|
|
base_value => q(10), |
197
|
|
|
|
|
|
|
divisor => q(10), |
198
|
|
|
|
|
|
|
rule => q(sampû), |
199
|
|
|
|
|
|
|
}, |
200
|
|
|
|
|
|
|
'11' => { |
201
|
|
|
|
|
|
|
base_value => q(11), |
202
|
|
|
|
|
|
|
divisor => q(10), |
203
|
|
|
|
|
|
|
rule => q(labÃng-ââ), |
204
|
|
|
|
|
|
|
}, |
205
|
|
|
|
|
|
|
'20' => { |
206
|
|
|
|
|
|
|
base_value => q(20), |
207
|
|
|
|
|
|
|
divisor => q(10), |
208
|
|
|
|
|
|
|
rule => q(â%%number-timesâ pû[ât ââ]), |
209
|
|
|
|
|
|
|
}, |
210
|
|
|
|
|
|
|
'100' => { |
211
|
|
|
|
|
|
|
base_value => q(100), |
212
|
|
|
|
|
|
|
divisor => q(100), |
213
|
|
|
|
|
|
|
rule => q(â%%number-timesâ daán[ at ââ]), |
214
|
|
|
|
|
|
|
}, |
215
|
|
|
|
|
|
|
'1000' => { |
216
|
|
|
|
|
|
|
base_value => q(1000), |
217
|
|
|
|
|
|
|
divisor => q(1000), |
218
|
|
|
|
|
|
|
rule => q(â%%number-timesâ libó[ât ââ]), |
219
|
|
|
|
|
|
|
}, |
220
|
|
|
|
|
|
|
'1000000' => { |
221
|
|
|
|
|
|
|
base_value => q(1000000), |
222
|
|
|
|
|
|
|
divisor => q(1000000), |
223
|
|
|
|
|
|
|
rule => q(â%%number-timesâ milyón[ at ââ]), |
224
|
|
|
|
|
|
|
}, |
225
|
|
|
|
|
|
|
'1000000000' => { |
226
|
|
|
|
|
|
|
base_value => q(1000000000), |
227
|
|
|
|
|
|
|
divisor => q(1000000000), |
228
|
|
|
|
|
|
|
rule => q(â%%number-timesâ bilyón[ at ââ]), |
229
|
|
|
|
|
|
|
}, |
230
|
|
|
|
|
|
|
'1000000000000' => { |
231
|
|
|
|
|
|
|
base_value => q(1000000000000), |
232
|
|
|
|
|
|
|
divisor => q(1000000000000), |
233
|
|
|
|
|
|
|
rule => q(â%%number-timesâ trilyón[ at ââ]), |
234
|
|
|
|
|
|
|
}, |
235
|
|
|
|
|
|
|
'1000000000000000' => { |
236
|
|
|
|
|
|
|
base_value => q(1000000000000000), |
237
|
|
|
|
|
|
|
divisor => q(1000000000000000), |
238
|
|
|
|
|
|
|
rule => q(â%%number-timesâ katrilyón[ at ââ]), |
239
|
|
|
|
|
|
|
}, |
240
|
|
|
|
|
|
|
'1000000000000000000' => { |
241
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
242
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
243
|
|
|
|
|
|
|
rule => q(=#,##0=), |
244
|
|
|
|
|
|
|
}, |
245
|
|
|
|
|
|
|
'max' => { |
246
|
|
|
|
|
|
|
base_value => q(1000000000000000000), |
247
|
|
|
|
|
|
|
divisor => q(1000000000000000000), |
248
|
|
|
|
|
|
|
rule => q(=#,##0=), |
249
|
|
|
|
|
|
|
}, |
250
|
|
|
|
|
|
|
}, |
251
|
|
|
|
|
|
|
}, |
252
|
|
|
|
|
|
|
'spellout-numbering' => { |
253
|
|
|
|
|
|
|
'public' => { |
254
|
|
|
|
|
|
|
'0' => { |
255
|
|
|
|
|
|
|
base_value => q(0), |
256
|
|
|
|
|
|
|
divisor => q(1), |
257
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
258
|
|
|
|
|
|
|
}, |
259
|
|
|
|
|
|
|
'max' => { |
260
|
|
|
|
|
|
|
base_value => q(0), |
261
|
|
|
|
|
|
|
divisor => q(1), |
262
|
|
|
|
|
|
|
rule => q(=%spellout-cardinal=), |
263
|
|
|
|
|
|
|
}, |
264
|
|
|
|
|
|
|
}, |
265
|
|
|
|
|
|
|
}, |
266
|
|
|
|
|
|
|
'spellout-numbering-year' => { |
267
|
|
|
|
|
|
|
'public' => { |
268
|
|
|
|
|
|
|
'0' => { |
269
|
|
|
|
|
|
|
base_value => q(0), |
270
|
|
|
|
|
|
|
divisor => q(1), |
271
|
|
|
|
|
|
|
rule => q(=%spellout-numbering=), |
272
|
|
|
|
|
|
|
}, |
273
|
|
|
|
|
|
|
'x.x' => { |
274
|
|
|
|
|
|
|
divisor => q(1), |
275
|
|
|
|
|
|
|
rule => q(=#,###0.#=), |
276
|
|
|
|
|
|
|
}, |
277
|
|
|
|
|
|
|
'max' => { |
278
|
|
|
|
|
|
|
divisor => q(1), |
279
|
|
|
|
|
|
|
rule => q(=#,###0.#=), |
280
|
|
|
|
|
|
|
}, |
281
|
|
|
|
|
|
|
}, |
282
|
|
|
|
|
|
|
}, |
283
|
|
|
|
|
|
|
'spellout-ordinal' => { |
284
|
|
|
|
|
|
|
'public' => { |
285
|
|
|
|
|
|
|
'0' => { |
286
|
|
|
|
|
|
|
base_value => q(0), |
287
|
|
|
|
|
|
|
divisor => q(1), |
288
|
|
|
|
|
|
|
rule => q(ika =%spellout-cardinal=), |
289
|
|
|
|
|
|
|
}, |
290
|
|
|
|
|
|
|
'x.x' => { |
291
|
|
|
|
|
|
|
divisor => q(1), |
292
|
|
|
|
|
|
|
rule => q(=#,##0.#=), |
293
|
|
|
|
|
|
|
}, |
294
|
|
|
|
|
|
|
'max' => { |
295
|
|
|
|
|
|
|
divisor => q(1), |
296
|
|
|
|
|
|
|
rule => q(=#,##0.#=), |
297
|
|
|
|
|
|
|
}, |
298
|
|
|
|
|
|
|
}, |
299
|
|
|
|
|
|
|
}, |
300
|
|
|
|
|
|
|
} }, |
301
|
|
|
|
|
|
|
); |
302
|
|
|
|
|
|
|
|
303
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
304
|
|
|
|
|
|
|
sub display_name_pattern { |
305
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
306
|
|
|
|
|
|
|
|
307
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
308
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
309
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
310
|
|
|
|
|
|
|
$region, |
311
|
|
|
|
|
|
|
$script, |
312
|
|
|
|
|
|
|
$variant, |
313
|
|
|
|
|
|
|
); |
314
|
|
|
|
|
|
|
|
315
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
316
|
0
|
|
|
|
|
|
return $display_pattern; |
317
|
|
|
|
|
|
|
} |
318
|
|
|
|
|
|
|
|
319
|
|
|
|
|
|
|
has 'display_name_language' => ( |
320
|
|
|
|
|
|
|
is => 'ro', |
321
|
|
|
|
|
|
|
isa => CodeRef, |
322
|
|
|
|
|
|
|
init_arg => undef, |
323
|
|
|
|
|
|
|
default => sub { |
324
|
|
|
|
|
|
|
sub { |
325
|
|
|
|
|
|
|
my %languages = ( |
326
|
|
|
|
|
|
|
'ab' => 'Abkhazian', |
327
|
|
|
|
|
|
|
'ach' => 'Acoli', |
328
|
|
|
|
|
|
|
'af' => 'Afrikaans', |
329
|
|
|
|
|
|
|
'agq' => 'Aghem', |
330
|
|
|
|
|
|
|
'ak' => 'Akan', |
331
|
|
|
|
|
|
|
'am' => 'Amharic', |
332
|
|
|
|
|
|
|
'ar' => 'Arabe', |
333
|
|
|
|
|
|
|
'ar_001' => 'Modernong Karaniwang Arabe', |
334
|
|
|
|
|
|
|
'arn' => 'Mapuche', |
335
|
|
|
|
|
|
|
'as' => 'Assamese', |
336
|
|
|
|
|
|
|
'asa' => 'Asu', |
337
|
|
|
|
|
|
|
'ay' => 'Aymara', |
338
|
|
|
|
|
|
|
'az' => 'Azerbaijani', |
339
|
|
|
|
|
|
|
'az@alt=short' => 'Azeri', |
340
|
|
|
|
|
|
|
'ba' => 'Bashkir', |
341
|
|
|
|
|
|
|
'be' => 'Belarusian', |
342
|
|
|
|
|
|
|
'bem' => 'Bemba', |
343
|
|
|
|
|
|
|
'bez' => 'Bena', |
344
|
|
|
|
|
|
|
'bg' => 'Bulgarian', |
345
|
|
|
|
|
|
|
'bgn' => 'Kanlurang Balochi', |
346
|
|
|
|
|
|
|
'bm' => 'Bambara', |
347
|
|
|
|
|
|
|
'bn' => 'Bengali', |
348
|
|
|
|
|
|
|
'bo' => 'Tibetan', |
349
|
|
|
|
|
|
|
'br' => 'Breton', |
350
|
|
|
|
|
|
|
'brx' => 'Bodo', |
351
|
|
|
|
|
|
|
'bs' => 'Bosnian', |
352
|
|
|
|
|
|
|
'ca' => 'Catalan', |
353
|
|
|
|
|
|
|
'ce' => 'Chechen', |
354
|
|
|
|
|
|
|
'cgg' => 'Chiga', |
355
|
|
|
|
|
|
|
'chr' => 'Cherokee', |
356
|
|
|
|
|
|
|
'ckb' => 'Central Kurdish', |
357
|
|
|
|
|
|
|
'co' => 'Corsican', |
358
|
|
|
|
|
|
|
'cs' => 'Czech', |
359
|
|
|
|
|
|
|
'cv' => 'Chuvash', |
360
|
|
|
|
|
|
|
'cy' => 'Welsh', |
361
|
|
|
|
|
|
|
'da' => 'Danish', |
362
|
|
|
|
|
|
|
'dav' => 'Taita', |
363
|
|
|
|
|
|
|
'de' => 'German', |
364
|
|
|
|
|
|
|
'de_AT' => 'Austrian German', |
365
|
|
|
|
|
|
|
'de_CH' => 'Swiss High German', |
366
|
|
|
|
|
|
|
'dje' => 'Zarma', |
367
|
|
|
|
|
|
|
'dsb' => 'Lower Sorbian', |
368
|
|
|
|
|
|
|
'dua' => 'Duala', |
369
|
|
|
|
|
|
|
'dv' => 'Divehi', |
370
|
|
|
|
|
|
|
'dyo' => 'Jola-Fonyi', |
371
|
|
|
|
|
|
|
'dz' => 'Dzongkha', |
372
|
|
|
|
|
|
|
'ebu' => 'Embu', |
373
|
|
|
|
|
|
|
'ee' => 'Ewe', |
374
|
|
|
|
|
|
|
'efi' => 'Efik', |
375
|
|
|
|
|
|
|
'el' => 'Greek', |
376
|
|
|
|
|
|
|
'en' => 'Ingles', |
377
|
|
|
|
|
|
|
'en_AU' => 'Ingles ng Australya', |
378
|
|
|
|
|
|
|
'en_CA' => 'Ingles sa Canada', |
379
|
|
|
|
|
|
|
'en_GB' => 'Ingles ng British', |
380
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Ingles ng UK', |
381
|
|
|
|
|
|
|
'en_US' => 'Ingles (US)', |
382
|
|
|
|
|
|
|
'en_US@alt=short' => 'Ingles sa US', |
383
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
384
|
|
|
|
|
|
|
'es' => 'Espanyol', |
385
|
|
|
|
|
|
|
'es_419' => 'Latin American na Espanyol', |
386
|
|
|
|
|
|
|
'es_ES' => 'European Spanish', |
387
|
|
|
|
|
|
|
'es_MX' => 'Espanyol ng Mehiko', |
388
|
|
|
|
|
|
|
'et' => 'Estonian', |
389
|
|
|
|
|
|
|
'eu' => 'Basque', |
390
|
|
|
|
|
|
|
'fa' => 'Persian', |
391
|
|
|
|
|
|
|
'fi' => 'Finnish', |
392
|
|
|
|
|
|
|
'fil' => 'Filipino', |
393
|
|
|
|
|
|
|
'fj' => 'Fijian', |
394
|
|
|
|
|
|
|
'fo' => 'Faroese', |
395
|
|
|
|
|
|
|
'fr' => 'French', |
396
|
|
|
|
|
|
|
'fr_CA' => 'Canadian French', |
397
|
|
|
|
|
|
|
'fr_CH' => 'Swiss French', |
398
|
|
|
|
|
|
|
'fy' => 'Kanlurang Frisian', |
399
|
|
|
|
|
|
|
'ga' => 'Irish', |
400
|
|
|
|
|
|
|
'gaa' => 'Ga', |
401
|
|
|
|
|
|
|
'gag' => 'Gagauz', |
402
|
|
|
|
|
|
|
'gd' => 'Scots Gaelic', |
403
|
|
|
|
|
|
|
'gl' => 'Galician', |
404
|
|
|
|
|
|
|
'gn' => 'Guarani', |
405
|
|
|
|
|
|
|
'gsw' => 'Swiss German', |
406
|
|
|
|
|
|
|
'gu' => 'Gujarati', |
407
|
|
|
|
|
|
|
'guz' => 'Gusii', |
408
|
|
|
|
|
|
|
'gv' => 'Manx', |
409
|
|
|
|
|
|
|
'ha' => 'Hausa', |
410
|
|
|
|
|
|
|
'haw' => 'Hawaiian', |
411
|
|
|
|
|
|
|
'he' => 'Hebrew', |
412
|
|
|
|
|
|
|
'hi' => 'Hindi', |
413
|
|
|
|
|
|
|
'hr' => 'Croatian', |
414
|
|
|
|
|
|
|
'hsb' => 'Upper Sorbian', |
415
|
|
|
|
|
|
|
'ht' => 'Haitian', |
416
|
|
|
|
|
|
|
'hu' => 'Hungarian', |
417
|
|
|
|
|
|
|
'hy' => 'Armenian', |
418
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
419
|
|
|
|
|
|
|
'id' => 'Indonesian', |
420
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
421
|
|
|
|
|
|
|
'ig' => 'Igbo', |
422
|
|
|
|
|
|
|
'ii' => 'Sichuan Yi', |
423
|
|
|
|
|
|
|
'is' => 'Icelandic', |
424
|
|
|
|
|
|
|
'it' => 'Italian', |
425
|
|
|
|
|
|
|
'iu' => 'Inuktitut', |
426
|
|
|
|
|
|
|
'ja' => 'Japanese', |
427
|
|
|
|
|
|
|
'jgo' => 'Ngomba', |
428
|
|
|
|
|
|
|
'jmc' => 'Machame', |
429
|
|
|
|
|
|
|
'jv' => 'Javanese', |
430
|
|
|
|
|
|
|
'ka' => 'Georgian', |
431
|
|
|
|
|
|
|
'kab' => 'Kabyle', |
432
|
|
|
|
|
|
|
'kam' => 'Kamba', |
433
|
|
|
|
|
|
|
'kde' => 'Makonde', |
434
|
|
|
|
|
|
|
'kea' => 'Kabuverdianu', |
435
|
|
|
|
|
|
|
'kg' => 'Kongo', |
436
|
|
|
|
|
|
|
'khq' => 'Koyra Chiini', |
437
|
|
|
|
|
|
|
'ki' => 'Kikuyu', |
438
|
|
|
|
|
|
|
'kk' => 'Kazakh', |
439
|
|
|
|
|
|
|
'kl' => 'Kalaallisut', |
440
|
|
|
|
|
|
|
'kln' => 'Kalenjin', |
441
|
|
|
|
|
|
|
'km' => 'Khmer', |
442
|
|
|
|
|
|
|
'kn' => 'Kannada', |
443
|
|
|
|
|
|
|
'ko' => 'Korean', |
444
|
|
|
|
|
|
|
'koi' => 'Komi-Permyak', |
445
|
|
|
|
|
|
|
'kok' => 'Konkani', |
446
|
|
|
|
|
|
|
'ks' => 'Kashmiri', |
447
|
|
|
|
|
|
|
'ksb' => 'Shambala', |
448
|
|
|
|
|
|
|
'ksf' => 'Bafia', |
449
|
|
|
|
|
|
|
'ku' => 'Kurdish', |
450
|
|
|
|
|
|
|
'kw' => 'Cornish', |
451
|
|
|
|
|
|
|
'ky' => 'Kirghiz', |
452
|
|
|
|
|
|
|
'la' => 'Latin', |
453
|
|
|
|
|
|
|
'lag' => 'Langi', |
454
|
|
|
|
|
|
|
'lb' => 'Luxembourgish', |
455
|
|
|
|
|
|
|
'lg' => 'Ganda', |
456
|
|
|
|
|
|
|
'lkt' => 'Lakota', |
457
|
|
|
|
|
|
|
'ln' => 'Lingala', |
458
|
|
|
|
|
|
|
'lo' => 'Lao', |
459
|
|
|
|
|
|
|
'loz' => 'Lozi', |
460
|
|
|
|
|
|
|
'lrc' => 'Hilagang Luri', |
461
|
|
|
|
|
|
|
'lt' => 'Lithuanian', |
462
|
|
|
|
|
|
|
'lu' => 'Luba-Katanga', |
463
|
|
|
|
|
|
|
'lua' => 'Luba-Lulua', |
464
|
|
|
|
|
|
|
'luo' => 'Luo', |
465
|
|
|
|
|
|
|
'luy' => 'Luyia', |
466
|
|
|
|
|
|
|
'lv' => 'Latvian', |
467
|
|
|
|
|
|
|
'mas' => 'Masai', |
468
|
|
|
|
|
|
|
'mer' => 'Meru', |
469
|
|
|
|
|
|
|
'mfe' => 'Morisyen', |
470
|
|
|
|
|
|
|
'mg' => 'Malagasy', |
471
|
|
|
|
|
|
|
'mgh' => 'Makhuwa-Meetto', |
472
|
|
|
|
|
|
|
'mgo' => 'Metaâ', |
473
|
|
|
|
|
|
|
'mi' => 'Maori', |
474
|
|
|
|
|
|
|
'mk' => 'Macedonian', |
475
|
|
|
|
|
|
|
'ml' => 'Malayalam', |
476
|
|
|
|
|
|
|
'mn' => 'Mongolian', |
477
|
|
|
|
|
|
|
'moh' => 'Mohawk', |
478
|
|
|
|
|
|
|
'mr' => 'Marathi', |
479
|
|
|
|
|
|
|
'ms' => 'Malay', |
480
|
|
|
|
|
|
|
'mt' => 'Maltese', |
481
|
|
|
|
|
|
|
'mua' => 'Mundang', |
482
|
|
|
|
|
|
|
'my' => 'Burmese', |
483
|
|
|
|
|
|
|
'mzn' => 'Mazanderani', |
484
|
|
|
|
|
|
|
'naq' => 'Nama', |
485
|
|
|
|
|
|
|
'nb' => 'Norwegian Bokmal', |
486
|
|
|
|
|
|
|
'nd' => 'Hilagang Ndebele', |
487
|
|
|
|
|
|
|
'nds' => 'Low German', |
488
|
|
|
|
|
|
|
'nds_NL' => 'Low Saxon', |
489
|
|
|
|
|
|
|
'ne' => 'Nepali', |
490
|
|
|
|
|
|
|
'nl' => 'Dutch', |
491
|
|
|
|
|
|
|
'nl_BE' => 'Flemish', |
492
|
|
|
|
|
|
|
'nmg' => 'Kwasio', |
493
|
|
|
|
|
|
|
'nn' => 'Norwegian Nynorsk', |
494
|
|
|
|
|
|
|
'no' => 'Norwegian', |
495
|
|
|
|
|
|
|
'nqo' => 'NâKo', |
496
|
|
|
|
|
|
|
'nso' => 'Northern Sotho', |
497
|
|
|
|
|
|
|
'nus' => 'Nuer', |
498
|
|
|
|
|
|
|
'ny' => 'Nyanja', |
499
|
|
|
|
|
|
|
'nyn' => 'Nyankole', |
500
|
|
|
|
|
|
|
'oc' => 'Occitan', |
501
|
|
|
|
|
|
|
'om' => 'Oromo', |
502
|
|
|
|
|
|
|
'or' => 'Oriya', |
503
|
|
|
|
|
|
|
'os' => 'Ossetic', |
504
|
|
|
|
|
|
|
'pa' => 'Punjabi', |
505
|
|
|
|
|
|
|
'pl' => 'Polish', |
506
|
|
|
|
|
|
|
'ps' => 'Pashto', |
507
|
|
|
|
|
|
|
'ps@alt=variant' => 'Pushto', |
508
|
|
|
|
|
|
|
'pt' => 'Portuges', |
509
|
|
|
|
|
|
|
'pt_BR' => 'Portuges ng Brasil', |
510
|
|
|
|
|
|
|
'pt_PT' => 'European Portuguese', |
511
|
|
|
|
|
|
|
'qu' => 'Quechua', |
512
|
|
|
|
|
|
|
'quc' => 'Kʼicheʼ', |
513
|
|
|
|
|
|
|
'rm' => 'Romansh', |
514
|
|
|
|
|
|
|
'rn' => 'Rundi', |
515
|
|
|
|
|
|
|
'ro' => 'Romanian', |
516
|
|
|
|
|
|
|
'ro_MD' => 'Moldavian', |
517
|
|
|
|
|
|
|
'rof' => 'Rombo', |
518
|
|
|
|
|
|
|
'ru' => 'Russian', |
519
|
|
|
|
|
|
|
'rw' => 'Kinyarwanda', |
520
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
521
|
|
|
|
|
|
|
'sa' => 'Sanskrit', |
522
|
|
|
|
|
|
|
'saq' => 'Samburu', |
523
|
|
|
|
|
|
|
'sbp' => 'Sangu', |
524
|
|
|
|
|
|
|
'sd' => 'Sindhi', |
525
|
|
|
|
|
|
|
'sdh' => 'Katimugang Kurdish', |
526
|
|
|
|
|
|
|
'se' => 'Hilagang Sami', |
527
|
|
|
|
|
|
|
'seh' => 'Sena', |
528
|
|
|
|
|
|
|
'ses' => 'Koyraboro Senni', |
529
|
|
|
|
|
|
|
'sg' => 'Sango', |
530
|
|
|
|
|
|
|
'sh' => 'Serbo-Croatian', |
531
|
|
|
|
|
|
|
'shi' => 'Tachelhit', |
532
|
|
|
|
|
|
|
'si' => 'Sinhala', |
533
|
|
|
|
|
|
|
'sk' => 'Slovak', |
534
|
|
|
|
|
|
|
'sl' => 'Slovenian', |
535
|
|
|
|
|
|
|
'sm' => 'Samoan', |
536
|
|
|
|
|
|
|
'sma' => 'Katimugang Sami', |
537
|
|
|
|
|
|
|
'smj' => 'Lule Sami', |
538
|
|
|
|
|
|
|
'smn' => 'Inari Sami', |
539
|
|
|
|
|
|
|
'sms' => 'Skolt Sami', |
540
|
|
|
|
|
|
|
'sn' => 'Shona', |
541
|
|
|
|
|
|
|
'so' => 'Somali', |
542
|
|
|
|
|
|
|
'sq' => 'Albanian', |
543
|
|
|
|
|
|
|
'sr' => 'Serbian', |
544
|
|
|
|
|
|
|
'ss' => 'Swati', |
545
|
|
|
|
|
|
|
'st' => 'Southern Sotho', |
546
|
|
|
|
|
|
|
'su' => 'Sundanese', |
547
|
|
|
|
|
|
|
'sv' => 'Swedish', |
548
|
|
|
|
|
|
|
'sw' => 'Swahili', |
549
|
|
|
|
|
|
|
'sw_CD' => 'Swahili (Congo)', |
550
|
|
|
|
|
|
|
'swb' => 'Comorian', |
551
|
|
|
|
|
|
|
'ta' => 'Tamil', |
552
|
|
|
|
|
|
|
'te' => 'Telugu', |
553
|
|
|
|
|
|
|
'teo' => 'Teso', |
554
|
|
|
|
|
|
|
'tet' => 'Tetum', |
555
|
|
|
|
|
|
|
'tg' => 'Tajik', |
556
|
|
|
|
|
|
|
'th' => 'Thai', |
557
|
|
|
|
|
|
|
'ti' => 'Tigrinya', |
558
|
|
|
|
|
|
|
'tk' => 'Turkmen', |
559
|
|
|
|
|
|
|
'tl' => 'Tagalog', |
560
|
|
|
|
|
|
|
'tlh' => 'Klingon', |
561
|
|
|
|
|
|
|
'tn' => 'Tswana', |
562
|
|
|
|
|
|
|
'to' => 'Tongan', |
563
|
|
|
|
|
|
|
'tpi' => 'Tok Pisin', |
564
|
|
|
|
|
|
|
'tr' => 'Turkish', |
565
|
|
|
|
|
|
|
'ts' => 'Tsonga', |
566
|
|
|
|
|
|
|
'tt' => 'Tatar', |
567
|
|
|
|
|
|
|
'tum' => 'Tumbuka', |
568
|
|
|
|
|
|
|
'tw' => 'Twi', |
569
|
|
|
|
|
|
|
'twq' => 'Tasawaq', |
570
|
|
|
|
|
|
|
'ty' => 'Tahitian', |
571
|
|
|
|
|
|
|
'tzm' => 'Tamazight ng Gitnang Atlas', |
572
|
|
|
|
|
|
|
'ug' => 'Uyghur', |
573
|
|
|
|
|
|
|
'ug@alt=variant' => 'Uighur', |
574
|
|
|
|
|
|
|
'uk' => 'Ukranian', |
575
|
|
|
|
|
|
|
'und' => 'Hindi Kilalang Wika', |
576
|
|
|
|
|
|
|
'ur' => 'Urdu', |
577
|
|
|
|
|
|
|
'uz' => 'Uzbek', |
578
|
|
|
|
|
|
|
'vai' => 'Vai', |
579
|
|
|
|
|
|
|
've' => 'Venda', |
580
|
|
|
|
|
|
|
'vi' => 'Vietnamese', |
581
|
|
|
|
|
|
|
'vun' => 'Vunjo', |
582
|
|
|
|
|
|
|
'wbp' => 'Warlpiri', |
583
|
|
|
|
|
|
|
'wo' => 'Wolof', |
584
|
|
|
|
|
|
|
'xh' => 'Xhosa', |
585
|
|
|
|
|
|
|
'xog' => 'Soga', |
586
|
|
|
|
|
|
|
'yi' => 'Yiddish', |
587
|
|
|
|
|
|
|
'yo' => 'Yoruba', |
588
|
|
|
|
|
|
|
'yue' => 'Cantonese', |
589
|
|
|
|
|
|
|
'zgh' => 'Standard Moroccan Tamazight', |
590
|
|
|
|
|
|
|
'zh' => 'Chinese', |
591
|
|
|
|
|
|
|
'zh_Hans' => 'Simplified Chinese', |
592
|
|
|
|
|
|
|
'zh_Hant' => 'Chinese (Traditional)', |
593
|
|
|
|
|
|
|
'zu' => 'Zulu', |
594
|
|
|
|
|
|
|
'zxx' => 'Walang nilalaman na ukol sa wika', |
595
|
|
|
|
|
|
|
|
596
|
|
|
|
|
|
|
); |
597
|
|
|
|
|
|
|
if (@_) { |
598
|
|
|
|
|
|
|
return $languages{$_[0]}; |
599
|
|
|
|
|
|
|
} |
600
|
|
|
|
|
|
|
return \%languages; |
601
|
|
|
|
|
|
|
} |
602
|
|
|
|
|
|
|
}, |
603
|
|
|
|
|
|
|
); |
604
|
|
|
|
|
|
|
|
605
|
|
|
|
|
|
|
has 'display_name_script' => ( |
606
|
|
|
|
|
|
|
is => 'ro', |
607
|
|
|
|
|
|
|
isa => CodeRef, |
608
|
|
|
|
|
|
|
init_arg => undef, |
609
|
|
|
|
|
|
|
default => sub { |
610
|
|
|
|
|
|
|
sub { |
611
|
|
|
|
|
|
|
my %scripts = ( |
612
|
|
|
|
|
|
|
'Arab' => 'Arabic', |
613
|
|
|
|
|
|
|
'Arab@alt=variant' => 'Perso-Arabic', |
614
|
|
|
|
|
|
|
'Armn' => 'Armenian', |
615
|
|
|
|
|
|
|
'Beng' => 'Bengali', |
616
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo', |
617
|
|
|
|
|
|
|
'Brai' => 'Braille', |
618
|
|
|
|
|
|
|
'Cyrl' => 'Cyrillic', |
619
|
|
|
|
|
|
|
'Deva' => 'Devanagari', |
620
|
|
|
|
|
|
|
'Ethi' => 'Ethiopic', |
621
|
|
|
|
|
|
|
'Geor' => 'Georgian', |
622
|
|
|
|
|
|
|
'Grek' => 'Greek', |
623
|
|
|
|
|
|
|
'Gujr' => 'Gujarati', |
624
|
|
|
|
|
|
|
'Guru' => 'Gurmukhi', |
625
|
|
|
|
|
|
|
'Hang' => 'Hangul', |
626
|
|
|
|
|
|
|
'Hani' => 'Han', |
627
|
|
|
|
|
|
|
'Hans' => 'Pinasimple', |
628
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'Pinasimpleng Han', |
629
|
|
|
|
|
|
|
'Hant' => 'Tradisyonal', |
630
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Tradisyonal na Han', |
631
|
|
|
|
|
|
|
'Hebr' => 'Hebrew', |
632
|
|
|
|
|
|
|
'Hira' => 'Hiragana', |
633
|
|
|
|
|
|
|
'Jpan' => 'Japanese', |
634
|
|
|
|
|
|
|
'Kana' => 'Katakana', |
635
|
|
|
|
|
|
|
'Khmr' => 'Khmer', |
636
|
|
|
|
|
|
|
'Knda' => 'Kannada', |
637
|
|
|
|
|
|
|
'Kore' => 'Korean', |
638
|
|
|
|
|
|
|
'Laoo' => 'Lao', |
639
|
|
|
|
|
|
|
'Latn' => 'Latin', |
640
|
|
|
|
|
|
|
'Mlym' => 'Malayalam', |
641
|
|
|
|
|
|
|
'Mong' => 'Mongolian', |
642
|
|
|
|
|
|
|
'Mymr' => 'Myanmar', |
643
|
|
|
|
|
|
|
'Orya' => 'Oriya', |
644
|
|
|
|
|
|
|
'Sinh' => 'Sinhala', |
645
|
|
|
|
|
|
|
'Taml' => 'Tamil', |
646
|
|
|
|
|
|
|
'Telu' => 'Telugu', |
647
|
|
|
|
|
|
|
'Thaa' => 'Thaana', |
648
|
|
|
|
|
|
|
'Thai' => 'Thai', |
649
|
|
|
|
|
|
|
'Tibt' => 'Tibetan', |
650
|
|
|
|
|
|
|
'Zsym' => 'Mga Simbolo', |
651
|
|
|
|
|
|
|
'Zxxx' => 'Hindi Nakasulat', |
652
|
|
|
|
|
|
|
'Zyyy' => 'Karaniwan', |
653
|
|
|
|
|
|
|
'Zzzz' => 'Hindi Kilalang Script', |
654
|
|
|
|
|
|
|
|
655
|
|
|
|
|
|
|
); |
656
|
|
|
|
|
|
|
if ( @_ ) { |
657
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
658
|
|
|
|
|
|
|
} |
659
|
|
|
|
|
|
|
return \%scripts; |
660
|
|
|
|
|
|
|
} |
661
|
|
|
|
|
|
|
} |
662
|
|
|
|
|
|
|
); |
663
|
|
|
|
|
|
|
|
664
|
|
|
|
|
|
|
has 'display_name_region' => ( |
665
|
|
|
|
|
|
|
is => 'ro', |
666
|
|
|
|
|
|
|
isa => HashRef[Str], |
667
|
|
|
|
|
|
|
init_arg => undef, |
668
|
|
|
|
|
|
|
default => sub { |
669
|
|
|
|
|
|
|
{ |
670
|
|
|
|
|
|
|
'001' => 'Mundo', |
671
|
|
|
|
|
|
|
'002' => 'Africa', |
672
|
|
|
|
|
|
|
'003' => 'Hilagang Amerika', |
673
|
|
|
|
|
|
|
'005' => 'Timog Amerika', |
674
|
|
|
|
|
|
|
'009' => 'Oceania', |
675
|
|
|
|
|
|
|
'011' => 'Kanlurang Africa', |
676
|
|
|
|
|
|
|
'013' => 'Gitnang Amerika', |
677
|
|
|
|
|
|
|
'014' => 'Silangang Africa', |
678
|
|
|
|
|
|
|
'015' => 'Hilagang Africa', |
679
|
|
|
|
|
|
|
'017' => 'Gitnang Africa', |
680
|
|
|
|
|
|
|
'018' => 'Katimugang Africa', |
681
|
|
|
|
|
|
|
'019' => 'Americas', |
682
|
|
|
|
|
|
|
'021' => 'Northern America', |
683
|
|
|
|
|
|
|
'029' => 'Carribbean', |
684
|
|
|
|
|
|
|
'030' => 'Silangang Asya', |
685
|
|
|
|
|
|
|
'034' => 'Katimugang Asya', |
686
|
|
|
|
|
|
|
'035' => 'Timog-Silangang Asya', |
687
|
|
|
|
|
|
|
'039' => 'Katimugang Europe', |
688
|
|
|
|
|
|
|
'053' => 'Australasia', |
689
|
|
|
|
|
|
|
'054' => 'Melanesia', |
690
|
|
|
|
|
|
|
'057' => 'Rehiyon ng Micronesia', |
691
|
|
|
|
|
|
|
'061' => 'Polynesia', |
692
|
|
|
|
|
|
|
'142' => 'Asya', |
693
|
|
|
|
|
|
|
'143' => 'Gitnang Asya', |
694
|
|
|
|
|
|
|
'145' => 'Kanlurang Asya', |
695
|
|
|
|
|
|
|
'150' => 'Europe', |
696
|
|
|
|
|
|
|
'151' => 'Silangang Europe', |
697
|
|
|
|
|
|
|
'154' => 'Hilagang Europe', |
698
|
|
|
|
|
|
|
'155' => 'Kanlurang Europe', |
699
|
|
|
|
|
|
|
'419' => 'Latin America', |
700
|
|
|
|
|
|
|
'AC' => 'Acsencion island', |
701
|
|
|
|
|
|
|
'AD' => 'Andorra', |
702
|
|
|
|
|
|
|
'AE' => 'United Arab Emirates', |
703
|
|
|
|
|
|
|
'AF' => 'Afghanistan', |
704
|
|
|
|
|
|
|
'AG' => 'Antigua and Barbuda', |
705
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
706
|
|
|
|
|
|
|
'AL' => 'Albania', |
707
|
|
|
|
|
|
|
'AM' => 'Armenia', |
708
|
|
|
|
|
|
|
'AO' => 'Angola', |
709
|
|
|
|
|
|
|
'AQ' => 'Antarctica', |
710
|
|
|
|
|
|
|
'AR' => 'Argentina', |
711
|
|
|
|
|
|
|
'AS' => 'American Samoa', |
712
|
|
|
|
|
|
|
'AT' => 'Austria', |
713
|
|
|
|
|
|
|
'AU' => 'Australia', |
714
|
|
|
|
|
|
|
'AW' => 'Aruba', |
715
|
|
|
|
|
|
|
'AX' => 'Ã
land Islands', |
716
|
|
|
|
|
|
|
'AZ' => 'Azerbaijan', |
717
|
|
|
|
|
|
|
'BA' => 'Bosnia and Herzegovina', |
718
|
|
|
|
|
|
|
'BB' => 'Barbados', |
719
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
720
|
|
|
|
|
|
|
'BE' => 'Belgium', |
721
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
722
|
|
|
|
|
|
|
'BG' => 'Bulgaria', |
723
|
|
|
|
|
|
|
'BH' => 'Bahrain', |
724
|
|
|
|
|
|
|
'BI' => 'Burundi', |
725
|
|
|
|
|
|
|
'BJ' => 'Benin', |
726
|
|
|
|
|
|
|
'BL' => 'Saint Barthélemy', |
727
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
728
|
|
|
|
|
|
|
'BN' => 'Brunei', |
729
|
|
|
|
|
|
|
'BO' => 'Bolivia', |
730
|
|
|
|
|
|
|
'BQ' => 'Caribbean Netherlands', |
731
|
|
|
|
|
|
|
'BR' => 'Brazil', |
732
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
733
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
734
|
|
|
|
|
|
|
'BV' => 'Bouvet Island', |
735
|
|
|
|
|
|
|
'BW' => 'Botswana', |
736
|
|
|
|
|
|
|
'BY' => 'Belarus', |
737
|
|
|
|
|
|
|
'BZ' => 'Belize', |
738
|
|
|
|
|
|
|
'CA' => 'Canada', |
739
|
|
|
|
|
|
|
'CC' => 'Cocos (Keeling) Islands', |
740
|
|
|
|
|
|
|
'CD' => 'Congo - Kinshasa', |
741
|
|
|
|
|
|
|
'CD@alt=variant' => 'Congo (DRC)', |
742
|
|
|
|
|
|
|
'CF' => 'Central African Republic', |
743
|
|
|
|
|
|
|
'CG' => 'Congo - Brazzaville', |
744
|
|
|
|
|
|
|
'CG@alt=variant' => 'Congo (Republika)', |
745
|
|
|
|
|
|
|
'CH' => 'Switzerland', |
746
|
|
|
|
|
|
|
'CI' => 'Côte dâIvoire', |
747
|
|
|
|
|
|
|
'CI@alt=variant' => 'Ivory Coast', |
748
|
|
|
|
|
|
|
'CK' => 'Cook Islands', |
749
|
|
|
|
|
|
|
'CL' => 'Chile', |
750
|
|
|
|
|
|
|
'CM' => 'Cameroon', |
751
|
|
|
|
|
|
|
'CN' => 'China', |
752
|
|
|
|
|
|
|
'CO' => 'Colombia', |
753
|
|
|
|
|
|
|
'CP' => 'Clipperton Island', |
754
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
755
|
|
|
|
|
|
|
'CU' => 'Cuba', |
756
|
|
|
|
|
|
|
'CV' => 'Cape Verde', |
757
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
758
|
|
|
|
|
|
|
'CX' => 'Christmas Island', |
759
|
|
|
|
|
|
|
'CY' => 'Cyprus', |
760
|
|
|
|
|
|
|
'CZ' => 'Czech Republic', |
761
|
|
|
|
|
|
|
'DE' => 'Germany', |
762
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
763
|
|
|
|
|
|
|
'DJ' => 'Djibouti', |
764
|
|
|
|
|
|
|
'DK' => 'Denmark', |
765
|
|
|
|
|
|
|
'DM' => 'Dominica', |
766
|
|
|
|
|
|
|
'DO' => 'Dominican Republic', |
767
|
|
|
|
|
|
|
'DZ' => 'Algeria', |
768
|
|
|
|
|
|
|
'EA' => 'Ceuta and Melilla', |
769
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
770
|
|
|
|
|
|
|
'EE' => 'Estonia', |
771
|
|
|
|
|
|
|
'EG' => 'Egypt', |
772
|
|
|
|
|
|
|
'EH' => 'Kanlurang Sahara', |
773
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
774
|
|
|
|
|
|
|
'ES' => 'Spain', |
775
|
|
|
|
|
|
|
'ET' => 'Ethiopia', |
776
|
|
|
|
|
|
|
'EU' => 'European Union', |
777
|
|
|
|
|
|
|
'FI' => 'Finland', |
778
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
779
|
|
|
|
|
|
|
'FK' => 'Falkland Islands', |
780
|
|
|
|
|
|
|
'FK@alt=variant' => 'Falkland Islands (Islas Malvinas)', |
781
|
|
|
|
|
|
|
'FM' => 'Micronesia', |
782
|
|
|
|
|
|
|
'FO' => 'Faroe Islands', |
783
|
|
|
|
|
|
|
'FR' => 'France', |
784
|
|
|
|
|
|
|
'GA' => 'Gabon', |
785
|
|
|
|
|
|
|
'GB' => 'United Kingdom', |
786
|
|
|
|
|
|
|
'GB@alt=short' => 'U.K.', |
787
|
|
|
|
|
|
|
'GD' => 'Grenada', |
788
|
|
|
|
|
|
|
'GE' => 'Georgia', |
789
|
|
|
|
|
|
|
'GF' => 'French Guiana', |
790
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
791
|
|
|
|
|
|
|
'GH' => 'Ghana', |
792
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
793
|
|
|
|
|
|
|
'GL' => 'Greenland', |
794
|
|
|
|
|
|
|
'GM' => 'Gambia', |
795
|
|
|
|
|
|
|
'GN' => 'Guinea', |
796
|
|
|
|
|
|
|
'GP' => 'Guadeloupe', |
797
|
|
|
|
|
|
|
'GQ' => 'Equatorial Guinea', |
798
|
|
|
|
|
|
|
'GR' => 'Greece', |
799
|
|
|
|
|
|
|
'GS' => 'South Georgia and the South Sandwich Islands', |
800
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
801
|
|
|
|
|
|
|
'GU' => 'Guam', |
802
|
|
|
|
|
|
|
'GW' => 'Guinea-Bissau', |
803
|
|
|
|
|
|
|
'GY' => 'Guyana', |
804
|
|
|
|
|
|
|
'HK' => 'Hong Kong SAR China', |
805
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Kong', |
806
|
|
|
|
|
|
|
'HM' => 'Heard Island and McDonald Islands', |
807
|
|
|
|
|
|
|
'HN' => 'Honduras', |
808
|
|
|
|
|
|
|
'HR' => 'Croatia', |
809
|
|
|
|
|
|
|
'HT' => 'Haiti', |
810
|
|
|
|
|
|
|
'HU' => 'Hungary', |
811
|
|
|
|
|
|
|
'IC' => 'Canary Island', |
812
|
|
|
|
|
|
|
'ID' => 'Indonesia', |
813
|
|
|
|
|
|
|
'IE' => 'Ireland', |
814
|
|
|
|
|
|
|
'IL' => 'Israel', |
815
|
|
|
|
|
|
|
'IM' => 'Isle of Man', |
816
|
|
|
|
|
|
|
'IN' => 'India', |
817
|
|
|
|
|
|
|
'IO' => 'British Indian Ocean Territory', |
818
|
|
|
|
|
|
|
'IQ' => 'Iraq', |
819
|
|
|
|
|
|
|
'IR' => 'Iran', |
820
|
|
|
|
|
|
|
'IS' => 'Iceland', |
821
|
|
|
|
|
|
|
'IT' => 'Italy', |
822
|
|
|
|
|
|
|
'JE' => 'Jersey', |
823
|
|
|
|
|
|
|
'JM' => 'Jamaica', |
824
|
|
|
|
|
|
|
'JO' => 'Jordan', |
825
|
|
|
|
|
|
|
'JP' => 'Japan', |
826
|
|
|
|
|
|
|
'KE' => 'Kenya', |
827
|
|
|
|
|
|
|
'KG' => 'Kyrgyzstan', |
828
|
|
|
|
|
|
|
'KH' => 'Cambodia', |
829
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
830
|
|
|
|
|
|
|
'KM' => 'Comoros', |
831
|
|
|
|
|
|
|
'KN' => 'Saint Kitts and Nevis', |
832
|
|
|
|
|
|
|
'KP' => 'Hilagang Korea', |
833
|
|
|
|
|
|
|
'KR' => 'Timog Korea', |
834
|
|
|
|
|
|
|
'KW' => 'Kuwait', |
835
|
|
|
|
|
|
|
'KY' => 'Cayman Islands', |
836
|
|
|
|
|
|
|
'KZ' => 'Kazakhstan', |
837
|
|
|
|
|
|
|
'LA' => 'Laos', |
838
|
|
|
|
|
|
|
'LB' => 'Lebanon', |
839
|
|
|
|
|
|
|
'LC' => 'Saint Lucia', |
840
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
841
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
842
|
|
|
|
|
|
|
'LR' => 'Liberia', |
843
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
844
|
|
|
|
|
|
|
'LT' => 'Lithuania', |
845
|
|
|
|
|
|
|
'LU' => 'Luxembourg', |
846
|
|
|
|
|
|
|
'LV' => 'Latvia', |
847
|
|
|
|
|
|
|
'LY' => 'Libya', |
848
|
|
|
|
|
|
|
'MA' => 'Morocco', |
849
|
|
|
|
|
|
|
'MC' => 'Monaco', |
850
|
|
|
|
|
|
|
'MD' => 'Moldova', |
851
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
852
|
|
|
|
|
|
|
'MF' => 'Saint Martin', |
853
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
854
|
|
|
|
|
|
|
'MH' => 'Marshall Islands', |
855
|
|
|
|
|
|
|
'MK' => 'Macedonia', |
856
|
|
|
|
|
|
|
'MK@alt=variant' => 'Macedonia (FYROM)', |
857
|
|
|
|
|
|
|
'ML' => 'Mali', |
858
|
|
|
|
|
|
|
'MM' => 'Myanmar (Burma)', |
859
|
|
|
|
|
|
|
'MN' => 'Mongolia', |
860
|
|
|
|
|
|
|
'MO' => 'Macau SAR China', |
861
|
|
|
|
|
|
|
'MO@alt=short' => 'Macau', |
862
|
|
|
|
|
|
|
'MP' => 'Northern Mariana Islands', |
863
|
|
|
|
|
|
|
'MQ' => 'Martinique', |
864
|
|
|
|
|
|
|
'MR' => 'Mauritania', |
865
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
866
|
|
|
|
|
|
|
'MT' => 'Malta', |
867
|
|
|
|
|
|
|
'MU' => 'Mauritius', |
868
|
|
|
|
|
|
|
'MV' => 'Maldives', |
869
|
|
|
|
|
|
|
'MW' => 'Malawi', |
870
|
|
|
|
|
|
|
'MX' => 'Mexico', |
871
|
|
|
|
|
|
|
'MY' => 'Malaysia', |
872
|
|
|
|
|
|
|
'MZ' => 'Mozambique', |
873
|
|
|
|
|
|
|
'NA' => 'Namibia', |
874
|
|
|
|
|
|
|
'NC' => 'New Caledonia', |
875
|
|
|
|
|
|
|
'NE' => 'Niger', |
876
|
|
|
|
|
|
|
'NF' => 'Norfolk Island', |
877
|
|
|
|
|
|
|
'NG' => 'Nigeria', |
878
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
879
|
|
|
|
|
|
|
'NL' => 'Netherlands', |
880
|
|
|
|
|
|
|
'NO' => 'Norway', |
881
|
|
|
|
|
|
|
'NP' => 'Nepal', |
882
|
|
|
|
|
|
|
'NR' => 'Nauru', |
883
|
|
|
|
|
|
|
'NU' => 'Niue', |
884
|
|
|
|
|
|
|
'NZ' => 'New Zealand', |
885
|
|
|
|
|
|
|
'OM' => 'Oman', |
886
|
|
|
|
|
|
|
'PA' => 'Panama', |
887
|
|
|
|
|
|
|
'PE' => 'Peru', |
888
|
|
|
|
|
|
|
'PF' => 'French Polynesia', |
889
|
|
|
|
|
|
|
'PG' => 'Papua New Guinea', |
890
|
|
|
|
|
|
|
'PH' => 'Pilipinas', |
891
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
892
|
|
|
|
|
|
|
'PL' => 'Poland', |
893
|
|
|
|
|
|
|
'PM' => 'Saint Pierre and Miquelon', |
894
|
|
|
|
|
|
|
'PN' => 'Pitcairn Islands', |
895
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
896
|
|
|
|
|
|
|
'PS' => 'Palestinian Territories', |
897
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestine', |
898
|
|
|
|
|
|
|
'PT' => 'Portugal', |
899
|
|
|
|
|
|
|
'PW' => 'Palau', |
900
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
901
|
|
|
|
|
|
|
'QA' => 'Qatar', |
902
|
|
|
|
|
|
|
'QO' => 'Outlying Oceania', |
903
|
|
|
|
|
|
|
'RE' => 'Réunion', |
904
|
|
|
|
|
|
|
'RO' => 'Romania', |
905
|
|
|
|
|
|
|
'RS' => 'Serbia', |
906
|
|
|
|
|
|
|
'RU' => 'Russia', |
907
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
908
|
|
|
|
|
|
|
'SA' => 'Saudi Arabia', |
909
|
|
|
|
|
|
|
'SB' => 'Solomon Islands', |
910
|
|
|
|
|
|
|
'SC' => 'Seychelles', |
911
|
|
|
|
|
|
|
'SD' => 'Sudan', |
912
|
|
|
|
|
|
|
'SE' => 'Sweden', |
913
|
|
|
|
|
|
|
'SG' => 'Singapore', |
914
|
|
|
|
|
|
|
'SH' => 'Saint Helena', |
915
|
|
|
|
|
|
|
'SI' => 'Slovenia', |
916
|
|
|
|
|
|
|
'SJ' => 'Svalbard and Jan Mayen', |
917
|
|
|
|
|
|
|
'SK' => 'Slovakia', |
918
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
919
|
|
|
|
|
|
|
'SM' => 'San Marino', |
920
|
|
|
|
|
|
|
'SN' => 'Senegal', |
921
|
|
|
|
|
|
|
'SO' => 'Somalia', |
922
|
|
|
|
|
|
|
'SR' => 'Suriname', |
923
|
|
|
|
|
|
|
'SS' => 'Timog Sudan', |
924
|
|
|
|
|
|
|
'ST' => 'São Tomé and PrÃncipe', |
925
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
926
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
927
|
|
|
|
|
|
|
'SY' => 'Syria', |
928
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
929
|
|
|
|
|
|
|
'TA' => 'Tristan de Cunha', |
930
|
|
|
|
|
|
|
'TC' => 'Turks and Caicos Islands', |
931
|
|
|
|
|
|
|
'TD' => 'Chad', |
932
|
|
|
|
|
|
|
'TF' => 'French Southern Territories', |
933
|
|
|
|
|
|
|
'TG' => 'Togo', |
934
|
|
|
|
|
|
|
'TH' => 'Thailand', |
935
|
|
|
|
|
|
|
'TJ' => 'Tajikistan', |
936
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
937
|
|
|
|
|
|
|
'TL' => 'Timor-Leste', |
938
|
|
|
|
|
|
|
'TL@alt=variant' => 'East Timor', |
939
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
940
|
|
|
|
|
|
|
'TN' => 'Tunisia', |
941
|
|
|
|
|
|
|
'TO' => 'Tonga', |
942
|
|
|
|
|
|
|
'TR' => 'Turkey', |
943
|
|
|
|
|
|
|
'TT' => 'Trinidad and Tobago', |
944
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
945
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
946
|
|
|
|
|
|
|
'TZ' => 'Tanzania', |
947
|
|
|
|
|
|
|
'UA' => 'Ukraine', |
948
|
|
|
|
|
|
|
'UG' => 'Uganda', |
949
|
|
|
|
|
|
|
'UM' => 'U.S. Outlying Islands', |
950
|
|
|
|
|
|
|
'US' => 'Estados Unidos', |
951
|
|
|
|
|
|
|
'US@alt=short' => 'U.S.', |
952
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
953
|
|
|
|
|
|
|
'UZ' => 'Uzbekistan', |
954
|
|
|
|
|
|
|
'VA' => 'Vatican City', |
955
|
|
|
|
|
|
|
'VC' => 'Saint Vincent and the Grenadines', |
956
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
957
|
|
|
|
|
|
|
'VG' => 'British Virgin Islands', |
958
|
|
|
|
|
|
|
'VI' => 'U.S. Virgin Islands', |
959
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
960
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
961
|
|
|
|
|
|
|
'WF' => 'Wallis and Futuna', |
962
|
|
|
|
|
|
|
'WS' => 'Samoa', |
963
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
964
|
|
|
|
|
|
|
'YE' => 'Yemen', |
965
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
966
|
|
|
|
|
|
|
'ZA' => 'South Africa', |
967
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
968
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
969
|
|
|
|
|
|
|
'ZZ' => 'Hindi Kilalang Rehiyon', |
970
|
|
|
|
|
|
|
|
971
|
|
|
|
|
|
|
} |
972
|
|
|
|
|
|
|
}, |
973
|
|
|
|
|
|
|
); |
974
|
|
|
|
|
|
|
|
975
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
976
|
|
|
|
|
|
|
is => 'ro', |
977
|
|
|
|
|
|
|
isa => HashRef[Str], |
978
|
|
|
|
|
|
|
init_arg => undef, |
979
|
|
|
|
|
|
|
default => sub { |
980
|
|
|
|
|
|
|
{ |
981
|
|
|
|
|
|
|
'PINYIN' => 'Pinyin Romanization', |
982
|
|
|
|
|
|
|
'WADEGILE' => 'Wade-Giles Romanization', |
983
|
|
|
|
|
|
|
|
984
|
|
|
|
|
|
|
} |
985
|
|
|
|
|
|
|
}, |
986
|
|
|
|
|
|
|
); |
987
|
|
|
|
|
|
|
|
988
|
|
|
|
|
|
|
has 'display_name_key' => ( |
989
|
|
|
|
|
|
|
is => 'ro', |
990
|
|
|
|
|
|
|
isa => HashRef[Str], |
991
|
|
|
|
|
|
|
init_arg => undef, |
992
|
|
|
|
|
|
|
default => sub { |
993
|
|
|
|
|
|
|
{ |
994
|
|
|
|
|
|
|
'calendar' => 'Kalendaryo', |
995
|
|
|
|
|
|
|
'colalternate' => 'Pag-uuri-uri ng Mga Ignore Symbol', |
996
|
|
|
|
|
|
|
'colbackwards' => 'Pag-uuri-uri ng Baliktad na Accent', |
997
|
|
|
|
|
|
|
'colcasefirst' => 'Uppercase/Lowercase na Pagsusunud-sunod', |
998
|
|
|
|
|
|
|
'colcaselevel' => 'Case Sensitive na Pag-uuri-uri', |
999
|
|
|
|
|
|
|
'colhiraganaquaternary' => 'Pag-uuri-uri ng Kana', |
1000
|
|
|
|
|
|
|
'collation' => 'Pagkakasunud-sunod ng Ayos', |
1001
|
|
|
|
|
|
|
'colnormalization' => 'Normalized na Pag-uuri-uri', |
1002
|
|
|
|
|
|
|
'colnumeric' => 'Numeric na Pag-uuri-uri', |
1003
|
|
|
|
|
|
|
'colstrength' => 'Lakas ng Pag-uuri-uri', |
1004
|
|
|
|
|
|
|
'currency' => 'Pera', |
1005
|
|
|
|
|
|
|
'hc' => 'Siklo ng Oras (12 laban sa 24)', |
1006
|
|
|
|
|
|
|
'lb' => 'Estilo ng Putol ng Linya', |
1007
|
|
|
|
|
|
|
'ms' => 'Sistema ng Pagsukat', |
1008
|
|
|
|
|
|
|
'numbers' => 'Mga Numero', |
1009
|
|
|
|
|
|
|
'timezone' => 'Time Zone', |
1010
|
|
|
|
|
|
|
'va' => 'Lokal na Variant', |
1011
|
|
|
|
|
|
|
'variabletop' => 'Pag-uri-uriin Bilang Mga Simbolo', |
1012
|
|
|
|
|
|
|
'x' => 'Pribadong Paggamit', |
1013
|
|
|
|
|
|
|
|
1014
|
|
|
|
|
|
|
} |
1015
|
|
|
|
|
|
|
}, |
1016
|
|
|
|
|
|
|
); |
1017
|
|
|
|
|
|
|
|
1018
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1019
|
|
|
|
|
|
|
is => 'ro', |
1020
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1021
|
|
|
|
|
|
|
init_arg => undef, |
1022
|
|
|
|
|
|
|
default => sub { |
1023
|
|
|
|
|
|
|
{ |
1024
|
|
|
|
|
|
|
'calendar' => { |
1025
|
|
|
|
|
|
|
'buddhist' => q{Kalendaryo ng Buddhist}, |
1026
|
|
|
|
|
|
|
'chinese' => q{Kalendaryong Chinese}, |
1027
|
|
|
|
|
|
|
'coptic' => q{Coptic Calendar}, |
1028
|
|
|
|
|
|
|
'dangi' => q{Dangi na Kalendaryo}, |
1029
|
|
|
|
|
|
|
'ethiopic' => q{Kalendaryo ng Ethiopia}, |
1030
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Kalendaryong Ethiopic Amete Alem}, |
1031
|
|
|
|
|
|
|
'gregorian' => q{Gregorian na Kalendaryo}, |
1032
|
|
|
|
|
|
|
'hebrew' => q{Hebrew na Kalendaryo}, |
1033
|
|
|
|
|
|
|
'indian' => q{Pambansang Kalendaryong Indian}, |
1034
|
|
|
|
|
|
|
'islamic' => q{Kalendaryong Islamic}, |
1035
|
|
|
|
|
|
|
'islamic-civil' => q{Kalendaryong Islamic-Civil}, |
1036
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601 na Kalendaryo}, |
1037
|
|
|
|
|
|
|
'japanese' => q{Kalendaryong Japanese}, |
1038
|
|
|
|
|
|
|
'persian' => q{Kalendaryong Persian}, |
1039
|
|
|
|
|
|
|
'roc' => q{Kalendaryong Minguo}, |
1040
|
|
|
|
|
|
|
}, |
1041
|
|
|
|
|
|
|
'colalternate' => { |
1042
|
|
|
|
|
|
|
'non-ignorable' => q{Pag-uri-uriin ang Mga Simbolo}, |
1043
|
|
|
|
|
|
|
'shifted' => q{Pag-uri-uriin ang Mga Ignoring Symbol}, |
1044
|
|
|
|
|
|
|
}, |
1045
|
|
|
|
|
|
|
'colbackwards' => { |
1046
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin ang Mga Accent nang Normal}, |
1047
|
|
|
|
|
|
|
'yes' => q{Pag-uri-uriin ang Mga Accent nang Baliktad}, |
1048
|
|
|
|
|
|
|
}, |
1049
|
|
|
|
|
|
|
'colcasefirst' => { |
1050
|
|
|
|
|
|
|
'lower' => q{Lowercase Muna ang Pag-uri-uriin}, |
1051
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin ang Ayos ng Normal na Case}, |
1052
|
|
|
|
|
|
|
'upper' => q{Uppercase Muna ang Pag-uri-uriin}, |
1053
|
|
|
|
|
|
|
}, |
1054
|
|
|
|
|
|
|
'colcaselevel' => { |
1055
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin ang Hindi Case Sensitive}, |
1056
|
|
|
|
|
|
|
'yes' => q{Pag-uri-uriin ang Case Sensitive}, |
1057
|
|
|
|
|
|
|
}, |
1058
|
|
|
|
|
|
|
'colhiraganaquaternary' => { |
1059
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin ang Kana nang Hiwalay}, |
1060
|
|
|
|
|
|
|
'yes' => q{Pag-uri-uriin ang Kana nang Naiiba}, |
1061
|
|
|
|
|
|
|
}, |
1062
|
|
|
|
|
|
|
'collation' => { |
1063
|
|
|
|
|
|
|
'big5han' => q{Pagkakasunod-sunod ng Pag-uuri ng Tradisyunal na Chinese - Big5}, |
1064
|
|
|
|
|
|
|
'dictionary' => q{Pagkakasunud-sunod ng Pag-uuri ng Diksyunaryo}, |
1065
|
|
|
|
|
|
|
'ducet' => q{Default na Pagkakasunud-sunod ng Ayos ng Unicode}, |
1066
|
|
|
|
|
|
|
'gb2312han' => q{Pagkakasunud-sunod ng Pag-uuri ng Pinasimpleng Chinese - GB2312}, |
1067
|
|
|
|
|
|
|
'phonebook' => q{Pagkakasunud-sunod ng Pag-uuri ng Phonebook}, |
1068
|
|
|
|
|
|
|
'phonetic' => q{Phonetic na Ayos ng Pag-uuri-uri}, |
1069
|
|
|
|
|
|
|
'pinyin' => q{Pagkakasunud-sunod ng Pag-uuri ng Pinyin}, |
1070
|
|
|
|
|
|
|
'reformed' => q{Pagkakasunud-sunod ng Pag-uuri ng Na-reform}, |
1071
|
|
|
|
|
|
|
'search' => q{Pangkalahatang Paghahanap}, |
1072
|
|
|
|
|
|
|
'searchjl' => q{Maghanap Ayon sa Unang Katinig ng Hangul}, |
1073
|
|
|
|
|
|
|
'standard' => q{Karaniwang Pagkakasunud-sunod ng Ayos}, |
1074
|
|
|
|
|
|
|
'stroke' => q{Pagkakasunud-sunod ng Pag-uuri ng Stroke}, |
1075
|
|
|
|
|
|
|
'traditional' => q{Tradisyunal na Pagkakasunud-sunod ng Pag-uuri}, |
1076
|
|
|
|
|
|
|
'unihan' => q{Pagkakasunud-sunod ng Pag-uuri ng Radical-Stroke}, |
1077
|
|
|
|
|
|
|
}, |
1078
|
|
|
|
|
|
|
'colnormalization' => { |
1079
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin nang Walang Pag-normalize}, |
1080
|
|
|
|
|
|
|
'yes' => q{Pag-uri-uriin ang Unicode nang Normalized}, |
1081
|
|
|
|
|
|
|
}, |
1082
|
|
|
|
|
|
|
'colnumeric' => { |
1083
|
|
|
|
|
|
|
'no' => q{Pag-uri-uriin ang Mga Digit nang Indibidwal}, |
1084
|
|
|
|
|
|
|
'yes' => q{Pag-uri-uriin ang Mga Digit nang Numerical}, |
1085
|
|
|
|
|
|
|
}, |
1086
|
|
|
|
|
|
|
'colstrength' => { |
1087
|
|
|
|
|
|
|
'identical' => q{Pag-uri-uriin Lahat}, |
1088
|
|
|
|
|
|
|
'primary' => q{Mga Base na Titik Lang ang Pag-uri-uriin}, |
1089
|
|
|
|
|
|
|
'quaternary' => q{Pag-uri-uriin ang Mga Accent/Case/Lapad/Kana}, |
1090
|
|
|
|
|
|
|
'secondary' => q{Pag-uri-uriin ang Mga Accent}, |
1091
|
|
|
|
|
|
|
'tertiary' => q{Pag-uri-uriin ang Mga Accent/Case/Lapad}, |
1092
|
|
|
|
|
|
|
}, |
1093
|
|
|
|
|
|
|
'hc' => { |
1094
|
|
|
|
|
|
|
'h11' => q{12 Oras na Sistema (0â11)}, |
1095
|
|
|
|
|
|
|
'h12' => q{12 Oras na Sistema (1â12)}, |
1096
|
|
|
|
|
|
|
'h23' => q{24 na Oras na Sistema (0â23)}, |
1097
|
|
|
|
|
|
|
'h24' => q{24 na Oras na Sistema (1â24)}, |
1098
|
|
|
|
|
|
|
}, |
1099
|
|
|
|
|
|
|
'lb' => { |
1100
|
|
|
|
|
|
|
'loose' => q{Loose na Estilo ng Putol ng Linya}, |
1101
|
|
|
|
|
|
|
'normal' => q{Normal na Estilo ng Putol ng Linya}, |
1102
|
|
|
|
|
|
|
'strict' => q{Mahigpit na Estilo ng Putol ng Linya}, |
1103
|
|
|
|
|
|
|
}, |
1104
|
|
|
|
|
|
|
'ms' => { |
1105
|
|
|
|
|
|
|
'metric' => q{Metrikong Sistema}, |
1106
|
|
|
|
|
|
|
'uksystem' => q{Sistemang Imperial na Pagsukat}, |
1107
|
|
|
|
|
|
|
'ussystem' => q{Sistema ng Pagsukat sa US}, |
1108
|
|
|
|
|
|
|
}, |
1109
|
|
|
|
|
|
|
'numbers' => { |
1110
|
|
|
|
|
|
|
'arab' => q{Arabic-Indic na Mga Digit}, |
1111
|
|
|
|
|
|
|
'arabext' => q{Extendend Arabic-Indic na Mga Digit}, |
1112
|
|
|
|
|
|
|
'armn' => q{Mga Armenian Numeral}, |
1113
|
|
|
|
|
|
|
'armnlow' => q{Armenian Lowercase Numerals}, |
1114
|
|
|
|
|
|
|
'beng' => q{Mga Bengali Digit}, |
1115
|
|
|
|
|
|
|
'deva' => q{Mga Devanagari Digit}, |
1116
|
|
|
|
|
|
|
'ethi' => q{Mga Ethiopic Numeral}, |
1117
|
|
|
|
|
|
|
'finance' => q{Mga Pampinansyang Numeral}, |
1118
|
|
|
|
|
|
|
'fullwide' => q{Mga Full-Width Digit}, |
1119
|
|
|
|
|
|
|
'geor' => q{Georgian na Mga Numeral}, |
1120
|
|
|
|
|
|
|
'grek' => q{Greek na Mga Numeral}, |
1121
|
|
|
|
|
|
|
'greklow' => q{Greek Lowercase Numerals}, |
1122
|
|
|
|
|
|
|
'gujr' => q{Mga Gujarati Digit}, |
1123
|
|
|
|
|
|
|
'guru' => q{Mga Gurmukhi Digit}, |
1124
|
|
|
|
|
|
|
'hanidec' => q{Mga Chinese Decimal na Numeral}, |
1125
|
|
|
|
|
|
|
'hans' => q{Simplified Chinese na Mga Numeral}, |
1126
|
|
|
|
|
|
|
'hansfin' => q{Simplified Chinese na Mga Numeral para sa Pananalapi}, |
1127
|
|
|
|
|
|
|
'hant' => q{Traditional Chinese na Mga Numeral}, |
1128
|
|
|
|
|
|
|
'hantfin' => q{Traditional Chinese na Mga Numeral para sa Pananalapi}, |
1129
|
|
|
|
|
|
|
'hebr' => q{Mga Hebrew Numeral}, |
1130
|
|
|
|
|
|
|
'jpan' => q{Mga Japanese Numeral}, |
1131
|
|
|
|
|
|
|
'jpanfin' => q{Mga Japanese Numeral sa Pananalapi}, |
1132
|
|
|
|
|
|
|
'khmr' => q{Mga Khmer na Digit}, |
1133
|
|
|
|
|
|
|
'knda' => q{Mga Kannada na Digit}, |
1134
|
|
|
|
|
|
|
'laoo' => q{Mga Lao na Digit}, |
1135
|
|
|
|
|
|
|
'latn' => q{Mga Kanluraning Digit}, |
1136
|
|
|
|
|
|
|
'mlym' => q{Mga Malayalam na Digit}, |
1137
|
|
|
|
|
|
|
'mong' => q{Mongolian Digits}, |
1138
|
|
|
|
|
|
|
'mymr' => q{Mga Myanmar na Digit}, |
1139
|
|
|
|
|
|
|
'native' => q{Mga Native na Digit}, |
1140
|
|
|
|
|
|
|
'orya' => q{Mga Oriya na Digit}, |
1141
|
|
|
|
|
|
|
'roman' => q{Mga Roman Numeral}, |
1142
|
|
|
|
|
|
|
'romanlow' => q{Roman Lowercase Numerals}, |
1143
|
|
|
|
|
|
|
'taml' => q{Tamil na Mga Numeral}, |
1144
|
|
|
|
|
|
|
'tamldec' => q{Mga Tamil na Digit}, |
1145
|
|
|
|
|
|
|
'telu' => q{Mga Telugu na Digit}, |
1146
|
|
|
|
|
|
|
'thai' => q{Mga Thai na Digit}, |
1147
|
|
|
|
|
|
|
'tibt' => q{Mga Tibetan na Digit}, |
1148
|
|
|
|
|
|
|
'traditional' => q{Mga Tradisyunal na Numeral}, |
1149
|
|
|
|
|
|
|
'vaii' => q{Mga Vai na Digit}, |
1150
|
|
|
|
|
|
|
}, |
1151
|
|
|
|
|
|
|
|
1152
|
|
|
|
|
|
|
} |
1153
|
|
|
|
|
|
|
}, |
1154
|
|
|
|
|
|
|
); |
1155
|
|
|
|
|
|
|
|
1156
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1157
|
|
|
|
|
|
|
is => 'ro', |
1158
|
|
|
|
|
|
|
isa => HashRef[Str], |
1159
|
|
|
|
|
|
|
init_arg => undef, |
1160
|
|
|
|
|
|
|
default => sub { |
1161
|
|
|
|
|
|
|
{ |
1162
|
|
|
|
|
|
|
'metric' => q{Metriko}, |
1163
|
|
|
|
|
|
|
'UK' => q{UK}, |
1164
|
|
|
|
|
|
|
'US' => q{US}, |
1165
|
|
|
|
|
|
|
|
1166
|
|
|
|
|
|
|
} |
1167
|
|
|
|
|
|
|
}, |
1168
|
|
|
|
|
|
|
); |
1169
|
|
|
|
|
|
|
|
1170
|
|
|
|
|
|
|
has 'display_name_transform_name' => ( |
1171
|
|
|
|
|
|
|
is => 'ro', |
1172
|
|
|
|
|
|
|
isa => HashRef[Str], |
1173
|
|
|
|
|
|
|
init_arg => undef, |
1174
|
|
|
|
|
|
|
default => sub { |
1175
|
|
|
|
|
|
|
{ |
1176
|
|
|
|
|
|
|
'bgn' => 'BGN', |
1177
|
|
|
|
|
|
|
'numeric' => 'Numeric', |
1178
|
|
|
|
|
|
|
'tone' => 'Tono', |
1179
|
|
|
|
|
|
|
'ungegn' => 'UNGEGN', |
1180
|
|
|
|
|
|
|
'x-accents' => 'Accents', |
1181
|
|
|
|
|
|
|
'x-fullwidth' => 'Fullwidth', |
1182
|
|
|
|
|
|
|
'x-halfwidth' => 'Halfwidth', |
1183
|
|
|
|
|
|
|
'x-jamo' => 'Jamo', |
1184
|
|
|
|
|
|
|
'x-pinyin' => 'Pinyin', |
1185
|
|
|
|
|
|
|
'x-publishing' => 'Publishing', |
1186
|
|
|
|
|
|
|
|
1187
|
|
|
|
|
|
|
} |
1188
|
|
|
|
|
|
|
}, |
1189
|
|
|
|
|
|
|
); |
1190
|
|
|
|
|
|
|
|
1191
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1192
|
|
|
|
|
|
|
is => 'ro', |
1193
|
|
|
|
|
|
|
isa => HashRef[Str], |
1194
|
|
|
|
|
|
|
init_arg => undef, |
1195
|
|
|
|
|
|
|
default => sub { |
1196
|
|
|
|
|
|
|
{ |
1197
|
|
|
|
|
|
|
'language' => 'Wika: {0}', |
1198
|
|
|
|
|
|
|
'script' => 'Script: {0}', |
1199
|
|
|
|
|
|
|
'region' => 'Rehiyon: {0}', |
1200
|
|
|
|
|
|
|
|
1201
|
|
|
|
|
|
|
} |
1202
|
|
|
|
|
|
|
}, |
1203
|
|
|
|
|
|
|
); |
1204
|
|
|
|
|
|
|
|
1205
|
|
|
|
|
|
|
has 'characters' => ( |
1206
|
|
|
|
|
|
|
is => 'ro', |
1207
|
|
|
|
|
|
|
isa => HashRef, |
1208
|
|
|
|
|
|
|
init_arg => undef, |
1209
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1210
|
|
|
|
|
|
|
? eval <<'EOT' |
1211
|
|
|
|
|
|
|
sub { |
1212
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1213
|
|
|
|
|
|
|
return { |
1214
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[á à â é è ê à ì î ó ò ô ú ù û])}, |
1215
|
|
|
|
|
|
|
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'], |
1216
|
|
|
|
|
|
|
main => qr{(?^u:[a b c d e f g h i j k l m n ñ {ng} o p q r s t u v w x y z])}, |
1217
|
|
|
|
|
|
|
punctuation => qr{(?^u:[\- â â â , ; \: ! ? . ⦠' â â " â â ( ) \[ \] § * / \& # â² â³])}, |
1218
|
|
|
|
|
|
|
}; |
1219
|
|
|
|
|
|
|
}, |
1220
|
|
|
|
|
|
|
EOT |
1221
|
|
|
|
|
|
|
: sub { |
1222
|
|
|
|
|
|
|
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'], }; |
1223
|
|
|
|
|
|
|
}, |
1224
|
1
|
|
|
1
|
|
100
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
150
|
|
1225
|
|
|
|
|
|
|
|
1226
|
|
|
|
|
|
|
|
1227
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1228
|
|
|
|
|
|
|
is => 'ro', |
1229
|
|
|
|
|
|
|
isa => HashRef, |
1230
|
|
|
|
|
|
|
init_arg => undef, |
1231
|
|
|
|
|
|
|
default => sub { |
1232
|
|
|
|
|
|
|
return { |
1233
|
|
|
|
|
|
|
'final' => '{0}â¦', |
1234
|
|
|
|
|
|
|
'initial' => 'â¦{0}', |
1235
|
|
|
|
|
|
|
'medial' => '{0}â¦{1}', |
1236
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1237
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1238
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1239
|
|
|
|
|
|
|
}; |
1240
|
|
|
|
|
|
|
}, |
1241
|
|
|
|
|
|
|
); |
1242
|
|
|
|
|
|
|
|
1243
|
|
|
|
|
|
|
has 'more_information' => ( |
1244
|
|
|
|
|
|
|
is => 'ro', |
1245
|
|
|
|
|
|
|
isa => Str, |
1246
|
|
|
|
|
|
|
init_arg => undef, |
1247
|
|
|
|
|
|
|
default => qq{?}, |
1248
|
|
|
|
|
|
|
); |
1249
|
|
|
|
|
|
|
|
1250
|
|
|
|
|
|
|
has 'quote_start' => ( |
1251
|
|
|
|
|
|
|
is => 'ro', |
1252
|
|
|
|
|
|
|
isa => Str, |
1253
|
|
|
|
|
|
|
init_arg => undef, |
1254
|
|
|
|
|
|
|
default => qq{â}, |
1255
|
|
|
|
|
|
|
); |
1256
|
|
|
|
|
|
|
|
1257
|
|
|
|
|
|
|
has 'quote_end' => ( |
1258
|
|
|
|
|
|
|
is => 'ro', |
1259
|
|
|
|
|
|
|
isa => Str, |
1260
|
|
|
|
|
|
|
init_arg => undef, |
1261
|
|
|
|
|
|
|
default => qq{â}, |
1262
|
|
|
|
|
|
|
); |
1263
|
|
|
|
|
|
|
|
1264
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1265
|
|
|
|
|
|
|
is => 'ro', |
1266
|
|
|
|
|
|
|
isa => Str, |
1267
|
|
|
|
|
|
|
init_arg => undef, |
1268
|
|
|
|
|
|
|
default => qq{â}, |
1269
|
|
|
|
|
|
|
); |
1270
|
|
|
|
|
|
|
|
1271
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1272
|
|
|
|
|
|
|
is => 'ro', |
1273
|
|
|
|
|
|
|
isa => Str, |
1274
|
|
|
|
|
|
|
init_arg => undef, |
1275
|
|
|
|
|
|
|
default => qq{â}, |
1276
|
|
|
|
|
|
|
); |
1277
|
|
|
|
|
|
|
|
1278
|
|
|
|
|
|
|
has 'duration_units' => ( |
1279
|
|
|
|
|
|
|
is => 'ro', |
1280
|
|
|
|
|
|
|
isa => HashRef[Str], |
1281
|
|
|
|
|
|
|
init_arg => undef, |
1282
|
|
|
|
|
|
|
default => sub { { |
1283
|
|
|
|
|
|
|
hm => 'h:mm', |
1284
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1285
|
|
|
|
|
|
|
ms => 'm:ss', |
1286
|
|
|
|
|
|
|
} } |
1287
|
|
|
|
|
|
|
); |
1288
|
|
|
|
|
|
|
|
1289
|
|
|
|
|
|
|
has 'units' => ( |
1290
|
|
|
|
|
|
|
is => 'ro', |
1291
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1292
|
|
|
|
|
|
|
init_arg => undef, |
1293
|
|
|
|
|
|
|
default => sub { { |
1294
|
|
|
|
|
|
|
'long' => { |
1295
|
|
|
|
|
|
|
'acre' => { |
1296
|
|
|
|
|
|
|
'name' => q(acres), |
1297
|
|
|
|
|
|
|
'one' => q({0} acre), |
1298
|
|
|
|
|
|
|
'other' => q({0} acres), |
1299
|
|
|
|
|
|
|
}, |
1300
|
|
|
|
|
|
|
'acre-foot' => { |
1301
|
|
|
|
|
|
|
'name' => q(acre-feet), |
1302
|
|
|
|
|
|
|
'one' => q({0} acre-foot), |
1303
|
|
|
|
|
|
|
'other' => q({0} acre-feet), |
1304
|
|
|
|
|
|
|
}, |
1305
|
|
|
|
|
|
|
'ampere' => { |
1306
|
|
|
|
|
|
|
'name' => q(amperes), |
1307
|
|
|
|
|
|
|
'one' => q({0} ampere), |
1308
|
|
|
|
|
|
|
'other' => q({0} na ampere), |
1309
|
|
|
|
|
|
|
}, |
1310
|
|
|
|
|
|
|
'arc-minute' => { |
1311
|
|
|
|
|
|
|
'name' => q(arcminutes), |
1312
|
|
|
|
|
|
|
'one' => q({0} arcminute), |
1313
|
|
|
|
|
|
|
'other' => q({0} na arcminute), |
1314
|
|
|
|
|
|
|
}, |
1315
|
|
|
|
|
|
|
'arc-second' => { |
1316
|
|
|
|
|
|
|
'name' => q(arcseconds), |
1317
|
|
|
|
|
|
|
'one' => q({0} arcsecond), |
1318
|
|
|
|
|
|
|
'other' => q({0} na arcsecond), |
1319
|
|
|
|
|
|
|
}, |
1320
|
|
|
|
|
|
|
'astronomical-unit' => { |
1321
|
|
|
|
|
|
|
'name' => q(astronomical units), |
1322
|
|
|
|
|
|
|
'one' => q({0} astronomical unit), |
1323
|
|
|
|
|
|
|
'other' => q({0} na astronomical units), |
1324
|
|
|
|
|
|
|
}, |
1325
|
|
|
|
|
|
|
'bit' => { |
1326
|
|
|
|
|
|
|
'name' => q(bits), |
1327
|
|
|
|
|
|
|
'one' => q({0} bit), |
1328
|
|
|
|
|
|
|
'other' => q({0} na bit), |
1329
|
|
|
|
|
|
|
}, |
1330
|
|
|
|
|
|
|
'byte' => { |
1331
|
|
|
|
|
|
|
'name' => q(bytes), |
1332
|
|
|
|
|
|
|
'one' => q({0} byte), |
1333
|
|
|
|
|
|
|
'other' => q({0} na byte), |
1334
|
|
|
|
|
|
|
}, |
1335
|
|
|
|
|
|
|
'calorie' => { |
1336
|
|
|
|
|
|
|
'name' => q(calories), |
1337
|
|
|
|
|
|
|
'one' => q({0} calorie), |
1338
|
|
|
|
|
|
|
'other' => q({0} na calories), |
1339
|
|
|
|
|
|
|
}, |
1340
|
|
|
|
|
|
|
'carat' => { |
1341
|
|
|
|
|
|
|
'name' => q(karat), |
1342
|
|
|
|
|
|
|
'one' => q({0} karat), |
1343
|
|
|
|
|
|
|
'other' => q({0} karat), |
1344
|
|
|
|
|
|
|
}, |
1345
|
|
|
|
|
|
|
'celsius' => { |
1346
|
|
|
|
|
|
|
'name' => q(degrees Celsius), |
1347
|
|
|
|
|
|
|
'one' => q({0} degree Celsius), |
1348
|
|
|
|
|
|
|
'other' => q({0} degrees Celsius), |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
'centiliter' => { |
1351
|
|
|
|
|
|
|
'name' => q(sentilitro), |
1352
|
|
|
|
|
|
|
'one' => q({0} sentilitro), |
1353
|
|
|
|
|
|
|
'other' => q({0} sentilitro), |
1354
|
|
|
|
|
|
|
}, |
1355
|
|
|
|
|
|
|
'centimeter' => { |
1356
|
|
|
|
|
|
|
'name' => q(sentimetro), |
1357
|
|
|
|
|
|
|
'one' => q({0} sentimetro), |
1358
|
|
|
|
|
|
|
'other' => q({0} sentimetro), |
1359
|
|
|
|
|
|
|
'per' => q({0} kada sentimetro), |
1360
|
|
|
|
|
|
|
}, |
1361
|
|
|
|
|
|
|
'century' => { |
1362
|
|
|
|
|
|
|
'name' => q(mga siglo), |
1363
|
|
|
|
|
|
|
'one' => q({0} siglo), |
1364
|
|
|
|
|
|
|
'other' => q({0} siglo), |
1365
|
|
|
|
|
|
|
}, |
1366
|
|
|
|
|
|
|
'coordinate' => { |
1367
|
|
|
|
|
|
|
'east' => q({0}S), |
1368
|
|
|
|
|
|
|
'north' => q({0}H), |
1369
|
|
|
|
|
|
|
'south' => q({0}T), |
1370
|
|
|
|
|
|
|
'west' => q({0}K), |
1371
|
|
|
|
|
|
|
}, |
1372
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1373
|
|
|
|
|
|
|
'name' => q(kubiko sentimetro), |
1374
|
|
|
|
|
|
|
'one' => q({0} kubiko sentimetro), |
1375
|
|
|
|
|
|
|
'other' => q({0} na sentimetro kubiko), |
1376
|
|
|
|
|
|
|
'per' => q({0} kada sentimetro kubiko), |
1377
|
|
|
|
|
|
|
}, |
1378
|
|
|
|
|
|
|
'cubic-foot' => { |
1379
|
|
|
|
|
|
|
'name' => q(kubiko talampakan), |
1380
|
|
|
|
|
|
|
'one' => q({0} kubiko talampakan), |
1381
|
|
|
|
|
|
|
'other' => q({0} kubiko talampakan), |
1382
|
|
|
|
|
|
|
}, |
1383
|
|
|
|
|
|
|
'cubic-inch' => { |
1384
|
|
|
|
|
|
|
'name' => q(kubiko pulgada), |
1385
|
|
|
|
|
|
|
'one' => q({0} kubiko pulgada), |
1386
|
|
|
|
|
|
|
'other' => q({0} kubiko pulgada), |
1387
|
|
|
|
|
|
|
}, |
1388
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1389
|
|
|
|
|
|
|
'name' => q(kubiko kilometro), |
1390
|
|
|
|
|
|
|
'one' => q({0} kubiko kilometro), |
1391
|
|
|
|
|
|
|
'other' => q({0} kubiko kilometro), |
1392
|
|
|
|
|
|
|
}, |
1393
|
|
|
|
|
|
|
'cubic-meter' => { |
1394
|
|
|
|
|
|
|
'name' => q(kubiko metro), |
1395
|
|
|
|
|
|
|
'one' => q({0} kubiko metro), |
1396
|
|
|
|
|
|
|
'other' => q({0} na metro kubiko), |
1397
|
|
|
|
|
|
|
'per' => q({0} kada metro kubiko), |
1398
|
|
|
|
|
|
|
}, |
1399
|
|
|
|
|
|
|
'cubic-mile' => { |
1400
|
|
|
|
|
|
|
'name' => q(kubiko milya), |
1401
|
|
|
|
|
|
|
'one' => q({0} kubiko milya), |
1402
|
|
|
|
|
|
|
'other' => q({0} kubiko milya), |
1403
|
|
|
|
|
|
|
}, |
1404
|
|
|
|
|
|
|
'cubic-yard' => { |
1405
|
|
|
|
|
|
|
'name' => q(kubiko yarda), |
1406
|
|
|
|
|
|
|
'one' => q({0} kubiko yarda), |
1407
|
|
|
|
|
|
|
'other' => q({0} kubiko yarda), |
1408
|
|
|
|
|
|
|
}, |
1409
|
|
|
|
|
|
|
'cup' => { |
1410
|
|
|
|
|
|
|
'name' => q(tasa), |
1411
|
|
|
|
|
|
|
'one' => q({0} tasa), |
1412
|
|
|
|
|
|
|
'other' => q({0} na tasa), |
1413
|
|
|
|
|
|
|
}, |
1414
|
|
|
|
|
|
|
'cup-metric' => { |
1415
|
|
|
|
|
|
|
'name' => q(metric cups), |
1416
|
|
|
|
|
|
|
'one' => q({0} metric cup), |
1417
|
|
|
|
|
|
|
'other' => q({0} na metric cup), |
1418
|
|
|
|
|
|
|
}, |
1419
|
|
|
|
|
|
|
'day' => { |
1420
|
|
|
|
|
|
|
'name' => q(araw), |
1421
|
|
|
|
|
|
|
'one' => q({0} araw), |
1422
|
|
|
|
|
|
|
'other' => q({0} na araw), |
1423
|
|
|
|
|
|
|
'per' => q({0} kada araw), |
1424
|
|
|
|
|
|
|
}, |
1425
|
|
|
|
|
|
|
'deciliter' => { |
1426
|
|
|
|
|
|
|
'name' => q(decilitro), |
1427
|
|
|
|
|
|
|
'one' => q({0} decilitro), |
1428
|
|
|
|
|
|
|
'other' => q({0} na decilitro), |
1429
|
|
|
|
|
|
|
}, |
1430
|
|
|
|
|
|
|
'decimeter' => { |
1431
|
|
|
|
|
|
|
'name' => q(decimetro), |
1432
|
|
|
|
|
|
|
'one' => q({0} decimetro), |
1433
|
|
|
|
|
|
|
'other' => q({0} na decimetro), |
1434
|
|
|
|
|
|
|
}, |
1435
|
|
|
|
|
|
|
'degree' => { |
1436
|
|
|
|
|
|
|
'name' => q(degrees), |
1437
|
|
|
|
|
|
|
'one' => q({0} degree), |
1438
|
|
|
|
|
|
|
'other' => q({0} na degree), |
1439
|
|
|
|
|
|
|
}, |
1440
|
|
|
|
|
|
|
'fahrenheit' => { |
1441
|
|
|
|
|
|
|
'name' => q(degrees Fahrenheit), |
1442
|
|
|
|
|
|
|
'one' => q({0} degree Fahrenheit), |
1443
|
|
|
|
|
|
|
'other' => q({0} degrees Fahrenheit), |
1444
|
|
|
|
|
|
|
}, |
1445
|
|
|
|
|
|
|
'fluid-ounce' => { |
1446
|
|
|
|
|
|
|
'name' => q(fluid ounces), |
1447
|
|
|
|
|
|
|
'one' => q({0} fluid ounce), |
1448
|
|
|
|
|
|
|
'other' => q({0} na fluid ounce), |
1449
|
|
|
|
|
|
|
}, |
1450
|
|
|
|
|
|
|
'foodcalorie' => { |
1451
|
|
|
|
|
|
|
'name' => q(Calories), |
1452
|
|
|
|
|
|
|
'one' => q({0} Calorie), |
1453
|
|
|
|
|
|
|
'other' => q({0} na Calories), |
1454
|
|
|
|
|
|
|
}, |
1455
|
|
|
|
|
|
|
'foot' => { |
1456
|
|
|
|
|
|
|
'name' => q(talampakan), |
1457
|
|
|
|
|
|
|
'one' => q({0} talampakan), |
1458
|
|
|
|
|
|
|
'other' => q({0} na talampakan), |
1459
|
|
|
|
|
|
|
'per' => q({0} kada talampakan), |
1460
|
|
|
|
|
|
|
}, |
1461
|
|
|
|
|
|
|
'g-force' => { |
1462
|
|
|
|
|
|
|
'name' => q(g-force), |
1463
|
|
|
|
|
|
|
'one' => q({0} g-force), |
1464
|
|
|
|
|
|
|
'other' => q({0} g-force), |
1465
|
|
|
|
|
|
|
}, |
1466
|
|
|
|
|
|
|
'gallon' => { |
1467
|
|
|
|
|
|
|
'name' => q(galon), |
1468
|
|
|
|
|
|
|
'one' => q({0} galon), |
1469
|
|
|
|
|
|
|
'other' => q({0} na galon), |
1470
|
|
|
|
|
|
|
'per' => q({0} kada galon), |
1471
|
|
|
|
|
|
|
}, |
1472
|
|
|
|
|
|
|
'generic' => { |
1473
|
|
|
|
|
|
|
'name' => q(°), |
1474
|
|
|
|
|
|
|
'one' => q({0}°), |
1475
|
|
|
|
|
|
|
'other' => q({0}°), |
1476
|
|
|
|
|
|
|
}, |
1477
|
|
|
|
|
|
|
'gigabit' => { |
1478
|
|
|
|
|
|
|
'name' => q(gigabits), |
1479
|
|
|
|
|
|
|
'one' => q({0} gigabit), |
1480
|
|
|
|
|
|
|
'other' => q({0} na gigabit), |
1481
|
|
|
|
|
|
|
}, |
1482
|
|
|
|
|
|
|
'gigabyte' => { |
1483
|
|
|
|
|
|
|
'name' => q(gigabytes), |
1484
|
|
|
|
|
|
|
'one' => q({0} gigabyte), |
1485
|
|
|
|
|
|
|
'other' => q({0} na gigabyte), |
1486
|
|
|
|
|
|
|
}, |
1487
|
|
|
|
|
|
|
'gigahertz' => { |
1488
|
|
|
|
|
|
|
'name' => q(gigahertz), |
1489
|
|
|
|
|
|
|
'one' => q({0} gigahertz), |
1490
|
|
|
|
|
|
|
'other' => q({0} na gigahertz), |
1491
|
|
|
|
|
|
|
}, |
1492
|
|
|
|
|
|
|
'gigawatt' => { |
1493
|
|
|
|
|
|
|
'name' => q(gigawatts), |
1494
|
|
|
|
|
|
|
'one' => q({0} gigawatt), |
1495
|
|
|
|
|
|
|
'other' => q({0} na gigawatt), |
1496
|
|
|
|
|
|
|
}, |
1497
|
|
|
|
|
|
|
'gram' => { |
1498
|
|
|
|
|
|
|
'name' => q(gramo), |
1499
|
|
|
|
|
|
|
'one' => q({0} gramo), |
1500
|
|
|
|
|
|
|
'other' => q({0} na gramo), |
1501
|
|
|
|
|
|
|
'per' => q({0} kada gramo), |
1502
|
|
|
|
|
|
|
}, |
1503
|
|
|
|
|
|
|
'hectare' => { |
1504
|
|
|
|
|
|
|
'name' => q(hektarya), |
1505
|
|
|
|
|
|
|
'one' => q({0} hektarya), |
1506
|
|
|
|
|
|
|
'other' => q({0} na hektarya), |
1507
|
|
|
|
|
|
|
}, |
1508
|
|
|
|
|
|
|
'hectoliter' => { |
1509
|
|
|
|
|
|
|
'name' => q(hektolitro), |
1510
|
|
|
|
|
|
|
'one' => q({0} hektolitro), |
1511
|
|
|
|
|
|
|
'other' => q({0} hektolitro), |
1512
|
|
|
|
|
|
|
}, |
1513
|
|
|
|
|
|
|
'hectopascal' => { |
1514
|
|
|
|
|
|
|
'name' => q(hectopascals), |
1515
|
|
|
|
|
|
|
'one' => q({0} hectopascal), |
1516
|
|
|
|
|
|
|
'other' => q({0} na hectopascal), |
1517
|
|
|
|
|
|
|
}, |
1518
|
|
|
|
|
|
|
'hertz' => { |
1519
|
|
|
|
|
|
|
'name' => q(hertz), |
1520
|
|
|
|
|
|
|
'one' => q({0} hertz), |
1521
|
|
|
|
|
|
|
'other' => q({0} na hertz), |
1522
|
|
|
|
|
|
|
}, |
1523
|
|
|
|
|
|
|
'horsepower' => { |
1524
|
|
|
|
|
|
|
'name' => q(horsepower), |
1525
|
|
|
|
|
|
|
'one' => q({0} horsepower), |
1526
|
|
|
|
|
|
|
'other' => q({0} horsepower), |
1527
|
|
|
|
|
|
|
}, |
1528
|
|
|
|
|
|
|
'hour' => { |
1529
|
|
|
|
|
|
|
'name' => q(mga oras), |
1530
|
|
|
|
|
|
|
'one' => q({0} oras), |
1531
|
|
|
|
|
|
|
'other' => q({0} na oras), |
1532
|
|
|
|
|
|
|
'per' => q({0} kada oras), |
1533
|
|
|
|
|
|
|
}, |
1534
|
|
|
|
|
|
|
'inch' => { |
1535
|
|
|
|
|
|
|
'name' => q(pulgada), |
1536
|
|
|
|
|
|
|
'one' => q({0} pulgada), |
1537
|
|
|
|
|
|
|
'other' => q({0} na pulgada), |
1538
|
|
|
|
|
|
|
'per' => q({0} kada pulgada), |
1539
|
|
|
|
|
|
|
}, |
1540
|
|
|
|
|
|
|
'inch-hg' => { |
1541
|
|
|
|
|
|
|
'name' => q(pulgada ng asoge), |
1542
|
|
|
|
|
|
|
'one' => q({0} pulgada ng asoge), |
1543
|
|
|
|
|
|
|
'other' => q({0} na pulgada ng asoge), |
1544
|
|
|
|
|
|
|
}, |
1545
|
|
|
|
|
|
|
'joule' => { |
1546
|
|
|
|
|
|
|
'name' => q(joules), |
1547
|
|
|
|
|
|
|
'one' => q({0} joule), |
1548
|
|
|
|
|
|
|
'other' => q({0} na joules), |
1549
|
|
|
|
|
|
|
}, |
1550
|
|
|
|
|
|
|
'karat' => { |
1551
|
|
|
|
|
|
|
'name' => q(karat), |
1552
|
|
|
|
|
|
|
'one' => q({0} karat), |
1553
|
|
|
|
|
|
|
'other' => q({0} na karat), |
1554
|
|
|
|
|
|
|
}, |
1555
|
|
|
|
|
|
|
'kelvin' => { |
1556
|
|
|
|
|
|
|
'name' => q(degrees kelvin), |
1557
|
|
|
|
|
|
|
'one' => q({0} degree kelvin), |
1558
|
|
|
|
|
|
|
'other' => q({0} degrees kelvin), |
1559
|
|
|
|
|
|
|
}, |
1560
|
|
|
|
|
|
|
'kilobit' => { |
1561
|
|
|
|
|
|
|
'name' => q(kilobits), |
1562
|
|
|
|
|
|
|
'one' => q({0} kilobit), |
1563
|
|
|
|
|
|
|
'other' => q({0} na kilobit), |
1564
|
|
|
|
|
|
|
}, |
1565
|
|
|
|
|
|
|
'kilobyte' => { |
1566
|
|
|
|
|
|
|
'name' => q(kilobytes), |
1567
|
|
|
|
|
|
|
'one' => q({0} kilobyte), |
1568
|
|
|
|
|
|
|
'other' => q({0} na kilobyte), |
1569
|
|
|
|
|
|
|
}, |
1570
|
|
|
|
|
|
|
'kilocalorie' => { |
1571
|
|
|
|
|
|
|
'name' => q(kilocalories), |
1572
|
|
|
|
|
|
|
'one' => q({0} kilocalorie), |
1573
|
|
|
|
|
|
|
'other' => q({0} na kilocalorie), |
1574
|
|
|
|
|
|
|
}, |
1575
|
|
|
|
|
|
|
'kilogram' => { |
1576
|
|
|
|
|
|
|
'name' => q(kilo), |
1577
|
|
|
|
|
|
|
'one' => q({0} kilo), |
1578
|
|
|
|
|
|
|
'other' => q({0} kilo), |
1579
|
|
|
|
|
|
|
'per' => q({0} kada kilo), |
1580
|
|
|
|
|
|
|
}, |
1581
|
|
|
|
|
|
|
'kilohertz' => { |
1582
|
|
|
|
|
|
|
'name' => q(kilohertz), |
1583
|
|
|
|
|
|
|
'one' => q({0} kilohertz), |
1584
|
|
|
|
|
|
|
'other' => q({0} na kilohertz), |
1585
|
|
|
|
|
|
|
}, |
1586
|
|
|
|
|
|
|
'kilojoule' => { |
1587
|
|
|
|
|
|
|
'name' => q(kilojoules), |
1588
|
|
|
|
|
|
|
'one' => q({0} kilojoule), |
1589
|
|
|
|
|
|
|
'other' => q({0} na kilojoule), |
1590
|
|
|
|
|
|
|
}, |
1591
|
|
|
|
|
|
|
'kilometer' => { |
1592
|
|
|
|
|
|
|
'name' => q(kilometro), |
1593
|
|
|
|
|
|
|
'one' => q({0} kilometro), |
1594
|
|
|
|
|
|
|
'other' => q({0} na kilometro), |
1595
|
|
|
|
|
|
|
'per' => q({0} kada kilometro), |
1596
|
|
|
|
|
|
|
}, |
1597
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1598
|
|
|
|
|
|
|
'name' => q(kilometro kada oras), |
1599
|
|
|
|
|
|
|
'one' => q({0} kilometro kada oras), |
1600
|
|
|
|
|
|
|
'other' => q({0} na kilometro kada oras), |
1601
|
|
|
|
|
|
|
}, |
1602
|
|
|
|
|
|
|
'kilowatt' => { |
1603
|
|
|
|
|
|
|
'name' => q(kilowatts), |
1604
|
|
|
|
|
|
|
'one' => q({0} kilowatt), |
1605
|
|
|
|
|
|
|
'other' => q({0} kilowatts), |
1606
|
|
|
|
|
|
|
}, |
1607
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1608
|
|
|
|
|
|
|
'name' => q(kilowatt-hours), |
1609
|
|
|
|
|
|
|
'one' => q({0} kilowatt hour), |
1610
|
|
|
|
|
|
|
'other' => q({0} na kilowatt-hour), |
1611
|
|
|
|
|
|
|
}, |
1612
|
|
|
|
|
|
|
'knot' => { |
1613
|
|
|
|
|
|
|
'name' => q(knot), |
1614
|
|
|
|
|
|
|
'one' => q({0} knot), |
1615
|
|
|
|
|
|
|
'other' => q({0} na knot), |
1616
|
|
|
|
|
|
|
}, |
1617
|
|
|
|
|
|
|
'light-year' => { |
1618
|
|
|
|
|
|
|
'name' => q(light year), |
1619
|
|
|
|
|
|
|
'one' => q({0} light year), |
1620
|
|
|
|
|
|
|
'other' => q({0} na light year), |
1621
|
|
|
|
|
|
|
}, |
1622
|
|
|
|
|
|
|
'liter' => { |
1623
|
|
|
|
|
|
|
'name' => q(litro), |
1624
|
|
|
|
|
|
|
'one' => q({0} litro), |
1625
|
|
|
|
|
|
|
'other' => q({0} na litro), |
1626
|
|
|
|
|
|
|
'per' => q({0} kada litro), |
1627
|
|
|
|
|
|
|
}, |
1628
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
1629
|
|
|
|
|
|
|
'name' => q(litro kada 100 kilometro), |
1630
|
|
|
|
|
|
|
'one' => q({0} litro kada 100 kilometro), |
1631
|
|
|
|
|
|
|
'other' => q({0} na litro kada 100 kilometer), |
1632
|
|
|
|
|
|
|
}, |
1633
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1634
|
|
|
|
|
|
|
'name' => q(litro kada kilometro), |
1635
|
|
|
|
|
|
|
'one' => q({0} litro kada kilometro), |
1636
|
|
|
|
|
|
|
'other' => q({0} litro kada kilometro), |
1637
|
|
|
|
|
|
|
}, |
1638
|
|
|
|
|
|
|
'lux' => { |
1639
|
|
|
|
|
|
|
'name' => q(lux), |
1640
|
|
|
|
|
|
|
'one' => q({0} lux), |
1641
|
|
|
|
|
|
|
'other' => q({0} na lux), |
1642
|
|
|
|
|
|
|
}, |
1643
|
|
|
|
|
|
|
'megabit' => { |
1644
|
|
|
|
|
|
|
'name' => q(megabits), |
1645
|
|
|
|
|
|
|
'one' => q({0} megabit), |
1646
|
|
|
|
|
|
|
'other' => q({0} na megabit), |
1647
|
|
|
|
|
|
|
}, |
1648
|
|
|
|
|
|
|
'megabyte' => { |
1649
|
|
|
|
|
|
|
'name' => q(megabytes), |
1650
|
|
|
|
|
|
|
'one' => q({0} megabyte), |
1651
|
|
|
|
|
|
|
'other' => q({0} na megabyte), |
1652
|
|
|
|
|
|
|
}, |
1653
|
|
|
|
|
|
|
'megahertz' => { |
1654
|
|
|
|
|
|
|
'name' => q(megahertz), |
1655
|
|
|
|
|
|
|
'one' => q({0} na megahertz), |
1656
|
|
|
|
|
|
|
'other' => q({0} megahertz), |
1657
|
|
|
|
|
|
|
}, |
1658
|
|
|
|
|
|
|
'megaliter' => { |
1659
|
|
|
|
|
|
|
'name' => q(megalitro), |
1660
|
|
|
|
|
|
|
'one' => q({0} megalitro), |
1661
|
|
|
|
|
|
|
'other' => q({0} megalitro), |
1662
|
|
|
|
|
|
|
}, |
1663
|
|
|
|
|
|
|
'megawatt' => { |
1664
|
|
|
|
|
|
|
'name' => q(megawatts), |
1665
|
|
|
|
|
|
|
'one' => q({0} megawatt), |
1666
|
|
|
|
|
|
|
'other' => q({0} na megawatt), |
1667
|
|
|
|
|
|
|
}, |
1668
|
|
|
|
|
|
|
'meter' => { |
1669
|
|
|
|
|
|
|
'name' => q(metro), |
1670
|
|
|
|
|
|
|
'one' => q({0} metro), |
1671
|
|
|
|
|
|
|
'other' => q({0} na metro), |
1672
|
|
|
|
|
|
|
'per' => q({0} kada metro), |
1673
|
|
|
|
|
|
|
}, |
1674
|
|
|
|
|
|
|
'meter-per-second' => { |
1675
|
|
|
|
|
|
|
'name' => q(metro kada segundo), |
1676
|
|
|
|
|
|
|
'one' => q({0} metro kada segundo), |
1677
|
|
|
|
|
|
|
'other' => q({0} metro kada segundo), |
1678
|
|
|
|
|
|
|
}, |
1679
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1680
|
|
|
|
|
|
|
'name' => q(metro kada segundo kwadrado), |
1681
|
|
|
|
|
|
|
'one' => q({0} metro kada segundo kwadrado), |
1682
|
|
|
|
|
|
|
'other' => q({0} na metro kada segundo kwadrado), |
1683
|
|
|
|
|
|
|
}, |
1684
|
|
|
|
|
|
|
'metric-ton' => { |
1685
|
|
|
|
|
|
|
'name' => q(toneladang metriko), |
1686
|
|
|
|
|
|
|
'one' => q({0} toneladang metriko), |
1687
|
|
|
|
|
|
|
'other' => q({0} na toneladang metriko), |
1688
|
|
|
|
|
|
|
}, |
1689
|
|
|
|
|
|
|
'microgram' => { |
1690
|
|
|
|
|
|
|
'name' => q(micrograms), |
1691
|
|
|
|
|
|
|
'one' => q({0} microgram), |
1692
|
|
|
|
|
|
|
'other' => q({0} micrograms), |
1693
|
|
|
|
|
|
|
}, |
1694
|
|
|
|
|
|
|
'micrometer' => { |
1695
|
|
|
|
|
|
|
'name' => q(micrometro), |
1696
|
|
|
|
|
|
|
'one' => q({0} micrometro), |
1697
|
|
|
|
|
|
|
'other' => q({0} micrometro), |
1698
|
|
|
|
|
|
|
}, |
1699
|
|
|
|
|
|
|
'microsecond' => { |
1700
|
|
|
|
|
|
|
'name' => q(mikrosegundo), |
1701
|
|
|
|
|
|
|
'one' => q({0} mikrosegundo), |
1702
|
|
|
|
|
|
|
'other' => q({0} mikrosegundo), |
1703
|
|
|
|
|
|
|
}, |
1704
|
|
|
|
|
|
|
'mile' => { |
1705
|
|
|
|
|
|
|
'name' => q(milya), |
1706
|
|
|
|
|
|
|
'one' => q({0} milya), |
1707
|
|
|
|
|
|
|
'other' => q({0} na milya), |
1708
|
|
|
|
|
|
|
}, |
1709
|
|
|
|
|
|
|
'mile-per-gallon' => { |
1710
|
|
|
|
|
|
|
'name' => q(milya kada galon), |
1711
|
|
|
|
|
|
|
'one' => q({0} milya kada galon), |
1712
|
|
|
|
|
|
|
'other' => q({0} na milya kada galon), |
1713
|
|
|
|
|
|
|
}, |
1714
|
|
|
|
|
|
|
'mile-per-hour' => { |
1715
|
|
|
|
|
|
|
'name' => q(milya kada oras), |
1716
|
|
|
|
|
|
|
'one' => q({0} milya kada oras), |
1717
|
|
|
|
|
|
|
'other' => q({0} milya kada oras), |
1718
|
|
|
|
|
|
|
}, |
1719
|
|
|
|
|
|
|
'mile-scandinavian' => { |
1720
|
|
|
|
|
|
|
'name' => q(milya-scandinavian), |
1721
|
|
|
|
|
|
|
'one' => q({0} milya-scandinavian), |
1722
|
|
|
|
|
|
|
'other' => q({0} na milya-scandinavian), |
1723
|
|
|
|
|
|
|
}, |
1724
|
|
|
|
|
|
|
'milliampere' => { |
1725
|
|
|
|
|
|
|
'name' => q(milliamperes), |
1726
|
|
|
|
|
|
|
'one' => q({0} milliampere), |
1727
|
|
|
|
|
|
|
'other' => q({0} na milliampere), |
1728
|
|
|
|
|
|
|
}, |
1729
|
|
|
|
|
|
|
'millibar' => { |
1730
|
|
|
|
|
|
|
'name' => q(millibar), |
1731
|
|
|
|
|
|
|
'one' => q({0} millibar), |
1732
|
|
|
|
|
|
|
'other' => q({0} na millibar), |
1733
|
|
|
|
|
|
|
}, |
1734
|
|
|
|
|
|
|
'milligram' => { |
1735
|
|
|
|
|
|
|
'name' => q(milligrams), |
1736
|
|
|
|
|
|
|
'one' => q({0} milligram), |
1737
|
|
|
|
|
|
|
'other' => q({0} milligrams), |
1738
|
|
|
|
|
|
|
}, |
1739
|
|
|
|
|
|
|
'milliliter' => { |
1740
|
|
|
|
|
|
|
'name' => q(mililitro), |
1741
|
|
|
|
|
|
|
'one' => q({0} mililitro), |
1742
|
|
|
|
|
|
|
'other' => q({0} mililitro), |
1743
|
|
|
|
|
|
|
}, |
1744
|
|
|
|
|
|
|
'millimeter' => { |
1745
|
|
|
|
|
|
|
'name' => q(milimetro), |
1746
|
|
|
|
|
|
|
'one' => q({0} milimetro), |
1747
|
|
|
|
|
|
|
'other' => q({0} na milimetro), |
1748
|
|
|
|
|
|
|
}, |
1749
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1750
|
|
|
|
|
|
|
'name' => q(milimetro ng asoge), |
1751
|
|
|
|
|
|
|
'one' => q({0} millimetro ng mercury), |
1752
|
|
|
|
|
|
|
'other' => q({0} na milimetro ng asoge), |
1753
|
|
|
|
|
|
|
}, |
1754
|
|
|
|
|
|
|
'millisecond' => { |
1755
|
|
|
|
|
|
|
'name' => q(milisegundo), |
1756
|
|
|
|
|
|
|
'one' => q({0} milisegundo), |
1757
|
|
|
|
|
|
|
'other' => q({0} milisegundo), |
1758
|
|
|
|
|
|
|
}, |
1759
|
|
|
|
|
|
|
'milliwatt' => { |
1760
|
|
|
|
|
|
|
'name' => q(milliwatts), |
1761
|
|
|
|
|
|
|
'one' => q({0} milliwatt), |
1762
|
|
|
|
|
|
|
'other' => q({0} na milliwatt), |
1763
|
|
|
|
|
|
|
}, |
1764
|
|
|
|
|
|
|
'minute' => { |
1765
|
|
|
|
|
|
|
'name' => q(mga minuto), |
1766
|
|
|
|
|
|
|
'one' => q({0} minuto), |
1767
|
|
|
|
|
|
|
'other' => q({0} na minuto), |
1768
|
|
|
|
|
|
|
'per' => q({0} kada minuto), |
1769
|
|
|
|
|
|
|
}, |
1770
|
|
|
|
|
|
|
'month' => { |
1771
|
|
|
|
|
|
|
'name' => q(mga buwan), |
1772
|
|
|
|
|
|
|
'one' => q({0} buwan), |
1773
|
|
|
|
|
|
|
'other' => q({0} buwan), |
1774
|
|
|
|
|
|
|
'per' => q({0} kada buwan), |
1775
|
|
|
|
|
|
|
}, |
1776
|
|
|
|
|
|
|
'nanometer' => { |
1777
|
|
|
|
|
|
|
'name' => q(nanometro), |
1778
|
|
|
|
|
|
|
'one' => q({0} nanometro), |
1779
|
|
|
|
|
|
|
'other' => q({0} nanometro), |
1780
|
|
|
|
|
|
|
}, |
1781
|
|
|
|
|
|
|
'nanosecond' => { |
1782
|
|
|
|
|
|
|
'name' => q(nanosegundo), |
1783
|
|
|
|
|
|
|
'one' => q({0} nanosegundo), |
1784
|
|
|
|
|
|
|
'other' => q({0} nanosegundo), |
1785
|
|
|
|
|
|
|
}, |
1786
|
|
|
|
|
|
|
'nautical-mile' => { |
1787
|
|
|
|
|
|
|
'name' => q(nautical miles), |
1788
|
|
|
|
|
|
|
'one' => q({0} nautical mile), |
1789
|
|
|
|
|
|
|
'other' => q({0} nautical miles), |
1790
|
|
|
|
|
|
|
}, |
1791
|
|
|
|
|
|
|
'ohm' => { |
1792
|
|
|
|
|
|
|
'name' => q(ohms), |
1793
|
|
|
|
|
|
|
'one' => q({0} ohm), |
1794
|
|
|
|
|
|
|
'other' => q({0} na ohm), |
1795
|
|
|
|
|
|
|
}, |
1796
|
|
|
|
|
|
|
'ounce' => { |
1797
|
|
|
|
|
|
|
'name' => q(onsa), |
1798
|
|
|
|
|
|
|
'one' => q({0} onsa), |
1799
|
|
|
|
|
|
|
'other' => q({0} na onsa), |
1800
|
|
|
|
|
|
|
'per' => q({0} kada onsa), |
1801
|
|
|
|
|
|
|
}, |
1802
|
|
|
|
|
|
|
'ounce-troy' => { |
1803
|
|
|
|
|
|
|
'name' => q(troy na onsa), |
1804
|
|
|
|
|
|
|
'one' => q({0} troy na onsa), |
1805
|
|
|
|
|
|
|
'other' => q({0} na troy na onsa), |
1806
|
|
|
|
|
|
|
}, |
1807
|
|
|
|
|
|
|
'parsec' => { |
1808
|
|
|
|
|
|
|
'name' => q(parsecs), |
1809
|
|
|
|
|
|
|
'one' => q({0} parsec), |
1810
|
|
|
|
|
|
|
'other' => q({0} parsecs), |
1811
|
|
|
|
|
|
|
}, |
1812
|
|
|
|
|
|
|
'per' => { |
1813
|
|
|
|
|
|
|
'1' => q({0} kada {1}), |
1814
|
|
|
|
|
|
|
}, |
1815
|
|
|
|
|
|
|
'picometer' => { |
1816
|
|
|
|
|
|
|
'name' => q(picometer), |
1817
|
|
|
|
|
|
|
'one' => q({0} picometer), |
1818
|
|
|
|
|
|
|
'other' => q({0} picometer), |
1819
|
|
|
|
|
|
|
}, |
1820
|
|
|
|
|
|
|
'pint' => { |
1821
|
|
|
|
|
|
|
'name' => q(pints), |
1822
|
|
|
|
|
|
|
'one' => q({0} pint), |
1823
|
|
|
|
|
|
|
'other' => q({0} pints), |
1824
|
|
|
|
|
|
|
}, |
1825
|
|
|
|
|
|
|
'pint-metric' => { |
1826
|
|
|
|
|
|
|
'name' => q(metric pints), |
1827
|
|
|
|
|
|
|
'one' => q({0} metric pint), |
1828
|
|
|
|
|
|
|
'other' => q({0} na metric pint), |
1829
|
|
|
|
|
|
|
}, |
1830
|
|
|
|
|
|
|
'pound' => { |
1831
|
|
|
|
|
|
|
'name' => q(libra), |
1832
|
|
|
|
|
|
|
'one' => q({0} libra), |
1833
|
|
|
|
|
|
|
'other' => q({0} na libra), |
1834
|
|
|
|
|
|
|
'per' => q({0} kada libra), |
1835
|
|
|
|
|
|
|
}, |
1836
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1837
|
|
|
|
|
|
|
'name' => q(libra kada pulgadang parisukat), |
1838
|
|
|
|
|
|
|
'one' => q({0} libra kada pulgadang parisukat), |
1839
|
|
|
|
|
|
|
'other' => q({0} na libra kada pulgadang parisukat), |
1840
|
|
|
|
|
|
|
}, |
1841
|
|
|
|
|
|
|
'quart' => { |
1842
|
|
|
|
|
|
|
'name' => q(quarts), |
1843
|
|
|
|
|
|
|
'one' => q({0} quart), |
1844
|
|
|
|
|
|
|
'other' => q({0} na quarts), |
1845
|
|
|
|
|
|
|
}, |
1846
|
|
|
|
|
|
|
'radian' => { |
1847
|
|
|
|
|
|
|
'name' => q(radians), |
1848
|
|
|
|
|
|
|
'one' => q({0} radian), |
1849
|
|
|
|
|
|
|
'other' => q({0} na radian), |
1850
|
|
|
|
|
|
|
}, |
1851
|
|
|
|
|
|
|
'revolution' => { |
1852
|
|
|
|
|
|
|
'name' => q(pag-ikot), |
1853
|
|
|
|
|
|
|
'one' => q({0} pag-ikot), |
1854
|
|
|
|
|
|
|
'other' => q({0} na pag-ikot), |
1855
|
|
|
|
|
|
|
}, |
1856
|
|
|
|
|
|
|
'second' => { |
1857
|
|
|
|
|
|
|
'name' => q(mga segundo), |
1858
|
|
|
|
|
|
|
'one' => q({0} segundo), |
1859
|
|
|
|
|
|
|
'other' => q({0} na segundo), |
1860
|
|
|
|
|
|
|
'per' => q({0} kada segundo), |
1861
|
|
|
|
|
|
|
}, |
1862
|
|
|
|
|
|
|
'square-centimeter' => { |
1863
|
|
|
|
|
|
|
'name' => q(sentimetro kwadrado), |
1864
|
|
|
|
|
|
|
'one' => q({0} sentimetro kwadrado), |
1865
|
|
|
|
|
|
|
'other' => q({0} na sentimetro kwadrado), |
1866
|
|
|
|
|
|
|
'per' => q({0} kada sentimetro kwadrado), |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
'square-foot' => { |
1869
|
|
|
|
|
|
|
'name' => q(talampakan parisukat), |
1870
|
|
|
|
|
|
|
'one' => q({0} talampakan parisukat), |
1871
|
|
|
|
|
|
|
'other' => q({0} na talampakan parisukat), |
1872
|
|
|
|
|
|
|
}, |
1873
|
|
|
|
|
|
|
'square-inch' => { |
1874
|
|
|
|
|
|
|
'name' => q(pulgada kwadrado), |
1875
|
|
|
|
|
|
|
'one' => q({0} pulgada kwadrado), |
1876
|
|
|
|
|
|
|
'other' => q({0} na pulgada kwadrado), |
1877
|
|
|
|
|
|
|
'per' => q({0} kada pulgada kwadrado), |
1878
|
|
|
|
|
|
|
}, |
1879
|
|
|
|
|
|
|
'square-kilometer' => { |
1880
|
|
|
|
|
|
|
'name' => q(kilometro kwadrado), |
1881
|
|
|
|
|
|
|
'one' => q({0} kilometro kwadrado), |
1882
|
|
|
|
|
|
|
'other' => q({0} na kilometro kwadrado), |
1883
|
|
|
|
|
|
|
}, |
1884
|
|
|
|
|
|
|
'square-meter' => { |
1885
|
|
|
|
|
|
|
'name' => q(metro kwadrado), |
1886
|
|
|
|
|
|
|
'one' => q({0} metro kwadrado), |
1887
|
|
|
|
|
|
|
'other' => q({0} na metro kwadrado), |
1888
|
|
|
|
|
|
|
'per' => q({0} kada metro kwadrado), |
1889
|
|
|
|
|
|
|
}, |
1890
|
|
|
|
|
|
|
'square-mile' => { |
1891
|
|
|
|
|
|
|
'name' => q(milya kwadrado), |
1892
|
|
|
|
|
|
|
'one' => q({0} milya kwadrado), |
1893
|
|
|
|
|
|
|
'other' => q({0} na milya kwadrado), |
1894
|
|
|
|
|
|
|
}, |
1895
|
|
|
|
|
|
|
'square-yard' => { |
1896
|
|
|
|
|
|
|
'name' => q(yardang parisukat), |
1897
|
|
|
|
|
|
|
'one' => q({0} yardang parisukat), |
1898
|
|
|
|
|
|
|
'other' => q({0} na yardang parisukat), |
1899
|
|
|
|
|
|
|
}, |
1900
|
|
|
|
|
|
|
'tablespoon' => { |
1901
|
|
|
|
|
|
|
'name' => q(kutsara), |
1902
|
|
|
|
|
|
|
'one' => q({0} kutsara), |
1903
|
|
|
|
|
|
|
'other' => q({0} na kutsara), |
1904
|
|
|
|
|
|
|
}, |
1905
|
|
|
|
|
|
|
'teaspoon' => { |
1906
|
|
|
|
|
|
|
'name' => q(kutsarita), |
1907
|
|
|
|
|
|
|
'one' => q({0} kutsarita), |
1908
|
|
|
|
|
|
|
'other' => q({0} na kutsarita), |
1909
|
|
|
|
|
|
|
}, |
1910
|
|
|
|
|
|
|
'terabit' => { |
1911
|
|
|
|
|
|
|
'name' => q(terabits), |
1912
|
|
|
|
|
|
|
'one' => q({0} terabit), |
1913
|
|
|
|
|
|
|
'other' => q({0} na terabit), |
1914
|
|
|
|
|
|
|
}, |
1915
|
|
|
|
|
|
|
'terabyte' => { |
1916
|
|
|
|
|
|
|
'name' => q(terabytes), |
1917
|
|
|
|
|
|
|
'one' => q({0} terabyte), |
1918
|
|
|
|
|
|
|
'other' => q({0} na terabyte), |
1919
|
|
|
|
|
|
|
}, |
1920
|
|
|
|
|
|
|
'ton' => { |
1921
|
|
|
|
|
|
|
'name' => q(tonelada), |
1922
|
|
|
|
|
|
|
'one' => q({0} tonelada), |
1923
|
|
|
|
|
|
|
'other' => q({0} tonelada), |
1924
|
|
|
|
|
|
|
}, |
1925
|
|
|
|
|
|
|
'volt' => { |
1926
|
|
|
|
|
|
|
'name' => q(volts), |
1927
|
|
|
|
|
|
|
'one' => q({0} volt), |
1928
|
|
|
|
|
|
|
'other' => q({0} na volt), |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'watt' => { |
1931
|
|
|
|
|
|
|
'name' => q(watts), |
1932
|
|
|
|
|
|
|
'one' => q({0} watt), |
1933
|
|
|
|
|
|
|
'other' => q({0} na watt), |
1934
|
|
|
|
|
|
|
}, |
1935
|
|
|
|
|
|
|
'week' => { |
1936
|
|
|
|
|
|
|
'name' => q(mga linggo), |
1937
|
|
|
|
|
|
|
'one' => q({0} linggo), |
1938
|
|
|
|
|
|
|
'other' => q({0} na linggo), |
1939
|
|
|
|
|
|
|
'per' => q({0} kada linggo), |
1940
|
|
|
|
|
|
|
}, |
1941
|
|
|
|
|
|
|
'yard' => { |
1942
|
|
|
|
|
|
|
'name' => q(yarda), |
1943
|
|
|
|
|
|
|
'one' => q({0} yarda), |
1944
|
|
|
|
|
|
|
'other' => q({0} na yarda), |
1945
|
|
|
|
|
|
|
}, |
1946
|
|
|
|
|
|
|
'year' => { |
1947
|
|
|
|
|
|
|
'name' => q(mga taon), |
1948
|
|
|
|
|
|
|
'one' => q({0} taon), |
1949
|
|
|
|
|
|
|
'other' => q({0} na taon), |
1950
|
|
|
|
|
|
|
'per' => q({0} kada taon), |
1951
|
|
|
|
|
|
|
}, |
1952
|
|
|
|
|
|
|
}, |
1953
|
|
|
|
|
|
|
'narrow' => { |
1954
|
|
|
|
|
|
|
'acre' => { |
1955
|
|
|
|
|
|
|
'one' => q({0}ac), |
1956
|
|
|
|
|
|
|
'other' => q({0}ac), |
1957
|
|
|
|
|
|
|
}, |
1958
|
|
|
|
|
|
|
'arc-minute' => { |
1959
|
|
|
|
|
|
|
'one' => q({0}â²), |
1960
|
|
|
|
|
|
|
'other' => q({0}â²), |
1961
|
|
|
|
|
|
|
}, |
1962
|
|
|
|
|
|
|
'arc-second' => { |
1963
|
|
|
|
|
|
|
'one' => q({0}â³), |
1964
|
|
|
|
|
|
|
'other' => q({0}â³), |
1965
|
|
|
|
|
|
|
}, |
1966
|
|
|
|
|
|
|
'celsius' => { |
1967
|
|
|
|
|
|
|
'name' => q(â°C), |
1968
|
|
|
|
|
|
|
'one' => q({0}°C), |
1969
|
|
|
|
|
|
|
'other' => q({0}°C), |
1970
|
|
|
|
|
|
|
}, |
1971
|
|
|
|
|
|
|
'centimeter' => { |
1972
|
|
|
|
|
|
|
'name' => q(cm), |
1973
|
|
|
|
|
|
|
'one' => q({0}cm), |
1974
|
|
|
|
|
|
|
'other' => q({0}cm), |
1975
|
|
|
|
|
|
|
}, |
1976
|
|
|
|
|
|
|
'coordinate' => { |
1977
|
|
|
|
|
|
|
'east' => q({0}S), |
1978
|
|
|
|
|
|
|
'north' => q({0}H), |
1979
|
|
|
|
|
|
|
'south' => q({0}T), |
1980
|
|
|
|
|
|
|
'west' => q({0}K), |
1981
|
|
|
|
|
|
|
}, |
1982
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1983
|
|
|
|
|
|
|
'one' => q({0}km³), |
1984
|
|
|
|
|
|
|
'other' => q({0}km³), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'cubic-mile' => { |
1987
|
|
|
|
|
|
|
'one' => q({0}mi³), |
1988
|
|
|
|
|
|
|
'other' => q({0}mi³), |
1989
|
|
|
|
|
|
|
}, |
1990
|
|
|
|
|
|
|
'day' => { |
1991
|
|
|
|
|
|
|
'name' => q(araw), |
1992
|
|
|
|
|
|
|
'one' => q({0} araw), |
1993
|
|
|
|
|
|
|
'other' => q({0} na araw), |
1994
|
|
|
|
|
|
|
}, |
1995
|
|
|
|
|
|
|
'degree' => { |
1996
|
|
|
|
|
|
|
'one' => q({0}°), |
1997
|
|
|
|
|
|
|
'other' => q({0}°), |
1998
|
|
|
|
|
|
|
}, |
1999
|
|
|
|
|
|
|
'fahrenheit' => { |
2000
|
|
|
|
|
|
|
'one' => q({0}°F), |
2001
|
|
|
|
|
|
|
'other' => q({0}°F), |
2002
|
|
|
|
|
|
|
}, |
2003
|
|
|
|
|
|
|
'foot' => { |
2004
|
|
|
|
|
|
|
'one' => q({0}â²), |
2005
|
|
|
|
|
|
|
'other' => q({0}â²), |
2006
|
|
|
|
|
|
|
}, |
2007
|
|
|
|
|
|
|
'g-force' => { |
2008
|
|
|
|
|
|
|
'one' => q({0}G), |
2009
|
|
|
|
|
|
|
'other' => q({0}G), |
2010
|
|
|
|
|
|
|
}, |
2011
|
|
|
|
|
|
|
'gram' => { |
2012
|
|
|
|
|
|
|
'name' => q(gramo), |
2013
|
|
|
|
|
|
|
'one' => q({0}g), |
2014
|
|
|
|
|
|
|
'other' => q({0}g), |
2015
|
|
|
|
|
|
|
}, |
2016
|
|
|
|
|
|
|
'hectare' => { |
2017
|
|
|
|
|
|
|
'one' => q({0}ha), |
2018
|
|
|
|
|
|
|
'other' => q({0}ha), |
2019
|
|
|
|
|
|
|
}, |
2020
|
|
|
|
|
|
|
'hectopascal' => { |
2021
|
|
|
|
|
|
|
'one' => q({0}hPa), |
2022
|
|
|
|
|
|
|
'other' => q({0}hPa), |
2023
|
|
|
|
|
|
|
}, |
2024
|
|
|
|
|
|
|
'horsepower' => { |
2025
|
|
|
|
|
|
|
'one' => q({0}hp), |
2026
|
|
|
|
|
|
|
'other' => q({0}hp), |
2027
|
|
|
|
|
|
|
}, |
2028
|
|
|
|
|
|
|
'hour' => { |
2029
|
|
|
|
|
|
|
'name' => q(oras), |
2030
|
|
|
|
|
|
|
'one' => q({0} oras), |
2031
|
|
|
|
|
|
|
'other' => q({0} oras), |
2032
|
|
|
|
|
|
|
}, |
2033
|
|
|
|
|
|
|
'inch' => { |
2034
|
|
|
|
|
|
|
'one' => q({0}â³), |
2035
|
|
|
|
|
|
|
'other' => q({0}â³), |
2036
|
|
|
|
|
|
|
}, |
2037
|
|
|
|
|
|
|
'inch-hg' => { |
2038
|
|
|
|
|
|
|
'one' => q({0}" Hg), |
2039
|
|
|
|
|
|
|
'other' => q({0}" Hg), |
2040
|
|
|
|
|
|
|
}, |
2041
|
|
|
|
|
|
|
'kilogram' => { |
2042
|
|
|
|
|
|
|
'name' => q(kg), |
2043
|
|
|
|
|
|
|
'one' => q({0}kg), |
2044
|
|
|
|
|
|
|
'other' => q({0}kg), |
2045
|
|
|
|
|
|
|
}, |
2046
|
|
|
|
|
|
|
'kilometer' => { |
2047
|
|
|
|
|
|
|
'name' => q(km), |
2048
|
|
|
|
|
|
|
'one' => q({0}km), |
2049
|
|
|
|
|
|
|
'other' => q({0}km), |
2050
|
|
|
|
|
|
|
}, |
2051
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2052
|
|
|
|
|
|
|
'name' => q(km/hr), |
2053
|
|
|
|
|
|
|
'one' => q({0}kph), |
2054
|
|
|
|
|
|
|
'other' => q({0}kph), |
2055
|
|
|
|
|
|
|
}, |
2056
|
|
|
|
|
|
|
'kilowatt' => { |
2057
|
|
|
|
|
|
|
'one' => q({0}kW), |
2058
|
|
|
|
|
|
|
'other' => q({0}kW), |
2059
|
|
|
|
|
|
|
}, |
2060
|
|
|
|
|
|
|
'light-year' => { |
2061
|
|
|
|
|
|
|
'one' => q({0}ly), |
2062
|
|
|
|
|
|
|
'other' => q({0}ly), |
2063
|
|
|
|
|
|
|
}, |
2064
|
|
|
|
|
|
|
'liter' => { |
2065
|
|
|
|
|
|
|
'name' => q(litro), |
2066
|
|
|
|
|
|
|
'one' => q({0}L), |
2067
|
|
|
|
|
|
|
'other' => q({0}L), |
2068
|
|
|
|
|
|
|
}, |
2069
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2070
|
|
|
|
|
|
|
'name' => q(L/100km), |
2071
|
|
|
|
|
|
|
'one' => q({0}L/100km), |
2072
|
|
|
|
|
|
|
'other' => q({0}L/100km), |
2073
|
|
|
|
|
|
|
}, |
2074
|
|
|
|
|
|
|
'meter' => { |
2075
|
|
|
|
|
|
|
'name' => q(metro), |
2076
|
|
|
|
|
|
|
'one' => q({0}m), |
2077
|
|
|
|
|
|
|
'other' => q({0}m), |
2078
|
|
|
|
|
|
|
}, |
2079
|
|
|
|
|
|
|
'meter-per-second' => { |
2080
|
|
|
|
|
|
|
'one' => q({0}m/s), |
2081
|
|
|
|
|
|
|
'other' => q({0}m/s), |
2082
|
|
|
|
|
|
|
}, |
2083
|
|
|
|
|
|
|
'mile' => { |
2084
|
|
|
|
|
|
|
'one' => q({0}mi), |
2085
|
|
|
|
|
|
|
'other' => q({0}mi), |
2086
|
|
|
|
|
|
|
}, |
2087
|
|
|
|
|
|
|
'mile-per-hour' => { |
2088
|
|
|
|
|
|
|
'one' => q({0}mph), |
2089
|
|
|
|
|
|
|
'other' => q({0}mph), |
2090
|
|
|
|
|
|
|
}, |
2091
|
|
|
|
|
|
|
'millibar' => { |
2092
|
|
|
|
|
|
|
'one' => q({0}mb), |
2093
|
|
|
|
|
|
|
'other' => q({0}mb), |
2094
|
|
|
|
|
|
|
}, |
2095
|
|
|
|
|
|
|
'millimeter' => { |
2096
|
|
|
|
|
|
|
'name' => q(mm), |
2097
|
|
|
|
|
|
|
'one' => q({0}mm), |
2098
|
|
|
|
|
|
|
'other' => q({0}mm), |
2099
|
|
|
|
|
|
|
}, |
2100
|
|
|
|
|
|
|
'millisecond' => { |
2101
|
|
|
|
|
|
|
'name' => q(mseg), |
2102
|
|
|
|
|
|
|
'one' => q({0}ms), |
2103
|
|
|
|
|
|
|
'other' => q({0}ms), |
2104
|
|
|
|
|
|
|
}, |
2105
|
|
|
|
|
|
|
'minute' => { |
2106
|
|
|
|
|
|
|
'name' => q(min.), |
2107
|
|
|
|
|
|
|
'one' => q({0}m), |
2108
|
|
|
|
|
|
|
'other' => q({0}m), |
2109
|
|
|
|
|
|
|
}, |
2110
|
|
|
|
|
|
|
'month' => { |
2111
|
|
|
|
|
|
|
'name' => q(buwan), |
2112
|
|
|
|
|
|
|
'one' => q({0}buwan), |
2113
|
|
|
|
|
|
|
'other' => q({0} buwan), |
2114
|
|
|
|
|
|
|
}, |
2115
|
|
|
|
|
|
|
'ounce' => { |
2116
|
|
|
|
|
|
|
'one' => q({0}oz), |
2117
|
|
|
|
|
|
|
'other' => q({0}oz), |
2118
|
|
|
|
|
|
|
}, |
2119
|
|
|
|
|
|
|
'per' => { |
2120
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2121
|
|
|
|
|
|
|
}, |
2122
|
|
|
|
|
|
|
'picometer' => { |
2123
|
|
|
|
|
|
|
'one' => q({0}pm), |
2124
|
|
|
|
|
|
|
'other' => q({0}pm), |
2125
|
|
|
|
|
|
|
}, |
2126
|
|
|
|
|
|
|
'pound' => { |
2127
|
|
|
|
|
|
|
'one' => q({0}#), |
2128
|
|
|
|
|
|
|
'other' => q({0}#), |
2129
|
|
|
|
|
|
|
}, |
2130
|
|
|
|
|
|
|
'second' => { |
2131
|
|
|
|
|
|
|
'name' => q(seg.), |
2132
|
|
|
|
|
|
|
'one' => q({0}s), |
2133
|
|
|
|
|
|
|
'other' => q({0}s), |
2134
|
|
|
|
|
|
|
}, |
2135
|
|
|
|
|
|
|
'square-foot' => { |
2136
|
|
|
|
|
|
|
'one' => q({0}ft²), |
2137
|
|
|
|
|
|
|
'other' => q({0}ft²), |
2138
|
|
|
|
|
|
|
}, |
2139
|
|
|
|
|
|
|
'square-kilometer' => { |
2140
|
|
|
|
|
|
|
'one' => q({0}km²), |
2141
|
|
|
|
|
|
|
'other' => q({0}km²), |
2142
|
|
|
|
|
|
|
}, |
2143
|
|
|
|
|
|
|
'square-meter' => { |
2144
|
|
|
|
|
|
|
'one' => q({0} m²), |
2145
|
|
|
|
|
|
|
'other' => q({0} m²), |
2146
|
|
|
|
|
|
|
}, |
2147
|
|
|
|
|
|
|
'square-mile' => { |
2148
|
|
|
|
|
|
|
'one' => q({0}mi²), |
2149
|
|
|
|
|
|
|
'other' => q({0}mi²), |
2150
|
|
|
|
|
|
|
}, |
2151
|
|
|
|
|
|
|
'watt' => { |
2152
|
|
|
|
|
|
|
'one' => q({0}W), |
2153
|
|
|
|
|
|
|
'other' => q({0}W), |
2154
|
|
|
|
|
|
|
}, |
2155
|
|
|
|
|
|
|
'week' => { |
2156
|
|
|
|
|
|
|
'name' => q(linggo), |
2157
|
|
|
|
|
|
|
'one' => q({0}linggo), |
2158
|
|
|
|
|
|
|
'other' => q({0}linggo), |
2159
|
|
|
|
|
|
|
}, |
2160
|
|
|
|
|
|
|
'yard' => { |
2161
|
|
|
|
|
|
|
'one' => q({0}yd), |
2162
|
|
|
|
|
|
|
'other' => q({0}yd), |
2163
|
|
|
|
|
|
|
}, |
2164
|
|
|
|
|
|
|
'year' => { |
2165
|
|
|
|
|
|
|
'name' => q(taon), |
2166
|
|
|
|
|
|
|
'one' => q({0}taon), |
2167
|
|
|
|
|
|
|
'other' => q({0}taon), |
2168
|
|
|
|
|
|
|
}, |
2169
|
|
|
|
|
|
|
}, |
2170
|
|
|
|
|
|
|
'short' => { |
2171
|
|
|
|
|
|
|
'acre' => { |
2172
|
|
|
|
|
|
|
'name' => q(acres), |
2173
|
|
|
|
|
|
|
'one' => q({0} ac), |
2174
|
|
|
|
|
|
|
'other' => q({0} ac), |
2175
|
|
|
|
|
|
|
}, |
2176
|
|
|
|
|
|
|
'acre-foot' => { |
2177
|
|
|
|
|
|
|
'name' => q(acre ft), |
2178
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
2179
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
2180
|
|
|
|
|
|
|
}, |
2181
|
|
|
|
|
|
|
'ampere' => { |
2182
|
|
|
|
|
|
|
'name' => q(amp), |
2183
|
|
|
|
|
|
|
'one' => q({0} A), |
2184
|
|
|
|
|
|
|
'other' => q({0} A), |
2185
|
|
|
|
|
|
|
}, |
2186
|
|
|
|
|
|
|
'arc-minute' => { |
2187
|
|
|
|
|
|
|
'name' => q(arcmins), |
2188
|
|
|
|
|
|
|
'one' => q({0} arcmin), |
2189
|
|
|
|
|
|
|
'other' => q({0} na arcmin), |
2190
|
|
|
|
|
|
|
}, |
2191
|
|
|
|
|
|
|
'arc-second' => { |
2192
|
|
|
|
|
|
|
'name' => q(arcsecs), |
2193
|
|
|
|
|
|
|
'one' => q({0} arcsec), |
2194
|
|
|
|
|
|
|
'other' => q({0} na arcsec), |
2195
|
|
|
|
|
|
|
}, |
2196
|
|
|
|
|
|
|
'astronomical-unit' => { |
2197
|
|
|
|
|
|
|
'name' => q(au), |
2198
|
|
|
|
|
|
|
'one' => q({0} au), |
2199
|
|
|
|
|
|
|
'other' => q({0} au), |
2200
|
|
|
|
|
|
|
}, |
2201
|
|
|
|
|
|
|
'bit' => { |
2202
|
|
|
|
|
|
|
'name' => q(bit), |
2203
|
|
|
|
|
|
|
'one' => q({0} bit), |
2204
|
|
|
|
|
|
|
'other' => q({0} bit), |
2205
|
|
|
|
|
|
|
}, |
2206
|
|
|
|
|
|
|
'byte' => { |
2207
|
|
|
|
|
|
|
'name' => q(byte), |
2208
|
|
|
|
|
|
|
'one' => q({0} byte), |
2209
|
|
|
|
|
|
|
'other' => q({0} byte), |
2210
|
|
|
|
|
|
|
}, |
2211
|
|
|
|
|
|
|
'calorie' => { |
2212
|
|
|
|
|
|
|
'name' => q(cal), |
2213
|
|
|
|
|
|
|
'one' => q({0} cal), |
2214
|
|
|
|
|
|
|
'other' => q({0} cal), |
2215
|
|
|
|
|
|
|
}, |
2216
|
|
|
|
|
|
|
'carat' => { |
2217
|
|
|
|
|
|
|
'name' => q(karat), |
2218
|
|
|
|
|
|
|
'one' => q({0} KD), |
2219
|
|
|
|
|
|
|
'other' => q({0} KD), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'celsius' => { |
2222
|
|
|
|
|
|
|
'name' => q(deg. C), |
2223
|
|
|
|
|
|
|
'one' => q({0}°C), |
2224
|
|
|
|
|
|
|
'other' => q({0}°C), |
2225
|
|
|
|
|
|
|
}, |
2226
|
|
|
|
|
|
|
'centiliter' => { |
2227
|
|
|
|
|
|
|
'name' => q(cL), |
2228
|
|
|
|
|
|
|
'one' => q({0} cL), |
2229
|
|
|
|
|
|
|
'other' => q({0} cL), |
2230
|
|
|
|
|
|
|
}, |
2231
|
|
|
|
|
|
|
'centimeter' => { |
2232
|
|
|
|
|
|
|
'name' => q(cm), |
2233
|
|
|
|
|
|
|
'one' => q({0} cm), |
2234
|
|
|
|
|
|
|
'other' => q({0} cm), |
2235
|
|
|
|
|
|
|
'per' => q({0}/cm), |
2236
|
|
|
|
|
|
|
}, |
2237
|
|
|
|
|
|
|
'century' => { |
2238
|
|
|
|
|
|
|
'name' => q(siglo), |
2239
|
|
|
|
|
|
|
'one' => q({0} siglo), |
2240
|
|
|
|
|
|
|
'other' => q({0} siglo), |
2241
|
|
|
|
|
|
|
}, |
2242
|
|
|
|
|
|
|
'coordinate' => { |
2243
|
|
|
|
|
|
|
'east' => q({0}S), |
2244
|
|
|
|
|
|
|
'north' => q({0}H), |
2245
|
|
|
|
|
|
|
'south' => q({0}T), |
2246
|
|
|
|
|
|
|
'west' => q({0}K), |
2247
|
|
|
|
|
|
|
}, |
2248
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2249
|
|
|
|
|
|
|
'name' => q(cm³), |
2250
|
|
|
|
|
|
|
'one' => q({0} cm³), |
2251
|
|
|
|
|
|
|
'other' => q({0} cm³), |
2252
|
|
|
|
|
|
|
'per' => q({0}/cm³), |
2253
|
|
|
|
|
|
|
}, |
2254
|
|
|
|
|
|
|
'cubic-foot' => { |
2255
|
|
|
|
|
|
|
'name' => q(talampakan³), |
2256
|
|
|
|
|
|
|
'one' => q({0} ft³), |
2257
|
|
|
|
|
|
|
'other' => q({0} ft³), |
2258
|
|
|
|
|
|
|
}, |
2259
|
|
|
|
|
|
|
'cubic-inch' => { |
2260
|
|
|
|
|
|
|
'name' => q(pulgada³), |
2261
|
|
|
|
|
|
|
'one' => q({0} in³), |
2262
|
|
|
|
|
|
|
'other' => q({0} in³), |
2263
|
|
|
|
|
|
|
}, |
2264
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2265
|
|
|
|
|
|
|
'name' => q(km³), |
2266
|
|
|
|
|
|
|
'one' => q({0} km³), |
2267
|
|
|
|
|
|
|
'other' => q({0} km³), |
2268
|
|
|
|
|
|
|
}, |
2269
|
|
|
|
|
|
|
'cubic-meter' => { |
2270
|
|
|
|
|
|
|
'name' => q(m³), |
2271
|
|
|
|
|
|
|
'one' => q({0} m³), |
2272
|
|
|
|
|
|
|
'other' => q({0} m³), |
2273
|
|
|
|
|
|
|
'per' => q({0}/m³), |
2274
|
|
|
|
|
|
|
}, |
2275
|
|
|
|
|
|
|
'cubic-mile' => { |
2276
|
|
|
|
|
|
|
'name' => q(mi³), |
2277
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2278
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2279
|
|
|
|
|
|
|
}, |
2280
|
|
|
|
|
|
|
'cubic-yard' => { |
2281
|
|
|
|
|
|
|
'name' => q(yarda³), |
2282
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2283
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2284
|
|
|
|
|
|
|
}, |
2285
|
|
|
|
|
|
|
'cup' => { |
2286
|
|
|
|
|
|
|
'name' => q(tasa), |
2287
|
|
|
|
|
|
|
'one' => q({0} c), |
2288
|
|
|
|
|
|
|
'other' => q({0} c), |
2289
|
|
|
|
|
|
|
}, |
2290
|
|
|
|
|
|
|
'cup-metric' => { |
2291
|
|
|
|
|
|
|
'name' => q(mcup), |
2292
|
|
|
|
|
|
|
'one' => q({0} mc), |
2293
|
|
|
|
|
|
|
'other' => q({0} na mc), |
2294
|
|
|
|
|
|
|
}, |
2295
|
|
|
|
|
|
|
'day' => { |
2296
|
|
|
|
|
|
|
'name' => q(araw), |
2297
|
|
|
|
|
|
|
'one' => q({0} araw), |
2298
|
|
|
|
|
|
|
'other' => q({0} araw), |
2299
|
|
|
|
|
|
|
'per' => q({0}/araw), |
2300
|
|
|
|
|
|
|
}, |
2301
|
|
|
|
|
|
|
'deciliter' => { |
2302
|
|
|
|
|
|
|
'name' => q(dL), |
2303
|
|
|
|
|
|
|
'one' => q({0} dL), |
2304
|
|
|
|
|
|
|
'other' => q({0} dL), |
2305
|
|
|
|
|
|
|
}, |
2306
|
|
|
|
|
|
|
'decimeter' => { |
2307
|
|
|
|
|
|
|
'name' => q(dm), |
2308
|
|
|
|
|
|
|
'one' => q({0} dm), |
2309
|
|
|
|
|
|
|
'other' => q({0} dm), |
2310
|
|
|
|
|
|
|
}, |
2311
|
|
|
|
|
|
|
'degree' => { |
2312
|
|
|
|
|
|
|
'name' => q(degrees), |
2313
|
|
|
|
|
|
|
'one' => q({0} deg), |
2314
|
|
|
|
|
|
|
'other' => q({0} na deg), |
2315
|
|
|
|
|
|
|
}, |
2316
|
|
|
|
|
|
|
'fahrenheit' => { |
2317
|
|
|
|
|
|
|
'name' => q(deg. F), |
2318
|
|
|
|
|
|
|
'one' => q({0}°F), |
2319
|
|
|
|
|
|
|
'other' => q({0}°F), |
2320
|
|
|
|
|
|
|
}, |
2321
|
|
|
|
|
|
|
'fluid-ounce' => { |
2322
|
|
|
|
|
|
|
'name' => q(fl oz), |
2323
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2324
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2325
|
|
|
|
|
|
|
}, |
2326
|
|
|
|
|
|
|
'foodcalorie' => { |
2327
|
|
|
|
|
|
|
'name' => q(Cal), |
2328
|
|
|
|
|
|
|
'one' => q({0} Cal), |
2329
|
|
|
|
|
|
|
'other' => q({0} Cal), |
2330
|
|
|
|
|
|
|
}, |
2331
|
|
|
|
|
|
|
'foot' => { |
2332
|
|
|
|
|
|
|
'name' => q(talampakan), |
2333
|
|
|
|
|
|
|
'one' => q({0} ft), |
2334
|
|
|
|
|
|
|
'other' => q({0} ft), |
2335
|
|
|
|
|
|
|
'per' => q({0}/ft), |
2336
|
|
|
|
|
|
|
}, |
2337
|
|
|
|
|
|
|
'g-force' => { |
2338
|
|
|
|
|
|
|
'name' => q(g-force), |
2339
|
|
|
|
|
|
|
'one' => q({0} G), |
2340
|
|
|
|
|
|
|
'other' => q({0} G), |
2341
|
|
|
|
|
|
|
}, |
2342
|
|
|
|
|
|
|
'gallon' => { |
2343
|
|
|
|
|
|
|
'name' => q(gal), |
2344
|
|
|
|
|
|
|
'one' => q({0} gal), |
2345
|
|
|
|
|
|
|
'other' => q({0} na gal), |
2346
|
|
|
|
|
|
|
'per' => q({0}/gal), |
2347
|
|
|
|
|
|
|
}, |
2348
|
|
|
|
|
|
|
'generic' => { |
2349
|
|
|
|
|
|
|
'name' => q(°), |
2350
|
|
|
|
|
|
|
'one' => q({0}°), |
2351
|
|
|
|
|
|
|
'other' => q({0}°), |
2352
|
|
|
|
|
|
|
}, |
2353
|
|
|
|
|
|
|
'gigabit' => { |
2354
|
|
|
|
|
|
|
'name' => q(Gbit), |
2355
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2356
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2357
|
|
|
|
|
|
|
}, |
2358
|
|
|
|
|
|
|
'gigabyte' => { |
2359
|
|
|
|
|
|
|
'name' => q(GByte), |
2360
|
|
|
|
|
|
|
'one' => q({0} GB), |
2361
|
|
|
|
|
|
|
'other' => q({0} GB), |
2362
|
|
|
|
|
|
|
}, |
2363
|
|
|
|
|
|
|
'gigahertz' => { |
2364
|
|
|
|
|
|
|
'name' => q(GHz), |
2365
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2366
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2367
|
|
|
|
|
|
|
}, |
2368
|
|
|
|
|
|
|
'gigawatt' => { |
2369
|
|
|
|
|
|
|
'name' => q(GW), |
2370
|
|
|
|
|
|
|
'one' => q({0} GW), |
2371
|
|
|
|
|
|
|
'other' => q({0} GW), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
'gram' => { |
2374
|
|
|
|
|
|
|
'name' => q(gramo), |
2375
|
|
|
|
|
|
|
'one' => q({0} g), |
2376
|
|
|
|
|
|
|
'other' => q({0} g), |
2377
|
|
|
|
|
|
|
'per' => q({0}/g), |
2378
|
|
|
|
|
|
|
}, |
2379
|
|
|
|
|
|
|
'hectare' => { |
2380
|
|
|
|
|
|
|
'name' => q(hektarya), |
2381
|
|
|
|
|
|
|
'one' => q({0} ha), |
2382
|
|
|
|
|
|
|
'other' => q({0} ha), |
2383
|
|
|
|
|
|
|
}, |
2384
|
|
|
|
|
|
|
'hectoliter' => { |
2385
|
|
|
|
|
|
|
'name' => q(hL), |
2386
|
|
|
|
|
|
|
'one' => q({0} hL), |
2387
|
|
|
|
|
|
|
'other' => q({0} hL), |
2388
|
|
|
|
|
|
|
}, |
2389
|
|
|
|
|
|
|
'hectopascal' => { |
2390
|
|
|
|
|
|
|
'name' => q(hPa), |
2391
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2392
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2393
|
|
|
|
|
|
|
}, |
2394
|
|
|
|
|
|
|
'hertz' => { |
2395
|
|
|
|
|
|
|
'name' => q(Hz), |
2396
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2397
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2398
|
|
|
|
|
|
|
}, |
2399
|
|
|
|
|
|
|
'horsepower' => { |
2400
|
|
|
|
|
|
|
'name' => q(hp), |
2401
|
|
|
|
|
|
|
'one' => q({0} hp), |
2402
|
|
|
|
|
|
|
'other' => q({0} hp), |
2403
|
|
|
|
|
|
|
}, |
2404
|
|
|
|
|
|
|
'hour' => { |
2405
|
|
|
|
|
|
|
'name' => q(oras), |
2406
|
|
|
|
|
|
|
'one' => q({0} oras), |
2407
|
|
|
|
|
|
|
'other' => q({0} na oras), |
2408
|
|
|
|
|
|
|
'per' => q({0} kada oras), |
2409
|
|
|
|
|
|
|
}, |
2410
|
|
|
|
|
|
|
'inch' => { |
2411
|
|
|
|
|
|
|
'name' => q(pulgada), |
2412
|
|
|
|
|
|
|
'one' => q({0} in), |
2413
|
|
|
|
|
|
|
'other' => q({0} in), |
2414
|
|
|
|
|
|
|
'per' => q({0}/in), |
2415
|
|
|
|
|
|
|
}, |
2416
|
|
|
|
|
|
|
'inch-hg' => { |
2417
|
|
|
|
|
|
|
'name' => q(in Hg), |
2418
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2419
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2420
|
|
|
|
|
|
|
}, |
2421
|
|
|
|
|
|
|
'joule' => { |
2422
|
|
|
|
|
|
|
'name' => q(joules), |
2423
|
|
|
|
|
|
|
'one' => q({0} J), |
2424
|
|
|
|
|
|
|
'other' => q({0} J), |
2425
|
|
|
|
|
|
|
}, |
2426
|
|
|
|
|
|
|
'karat' => { |
2427
|
|
|
|
|
|
|
'name' => q(karat), |
2428
|
|
|
|
|
|
|
'one' => q({0} kt), |
2429
|
|
|
|
|
|
|
'other' => q({0} kt), |
2430
|
|
|
|
|
|
|
}, |
2431
|
|
|
|
|
|
|
'kelvin' => { |
2432
|
|
|
|
|
|
|
'name' => q(deg. K), |
2433
|
|
|
|
|
|
|
'one' => q({0}°K), |
2434
|
|
|
|
|
|
|
'other' => q({0}°K), |
2435
|
|
|
|
|
|
|
}, |
2436
|
|
|
|
|
|
|
'kilobit' => { |
2437
|
|
|
|
|
|
|
'name' => q(kbit), |
2438
|
|
|
|
|
|
|
'one' => q({0} kb), |
2439
|
|
|
|
|
|
|
'other' => q({0} kb), |
2440
|
|
|
|
|
|
|
}, |
2441
|
|
|
|
|
|
|
'kilobyte' => { |
2442
|
|
|
|
|
|
|
'name' => q(kByte), |
2443
|
|
|
|
|
|
|
'one' => q({0} kB), |
2444
|
|
|
|
|
|
|
'other' => q({0} kB), |
2445
|
|
|
|
|
|
|
}, |
2446
|
|
|
|
|
|
|
'kilocalorie' => { |
2447
|
|
|
|
|
|
|
'name' => q(kcal), |
2448
|
|
|
|
|
|
|
'one' => q({0} kcal), |
2449
|
|
|
|
|
|
|
'other' => q({0} kcal), |
2450
|
|
|
|
|
|
|
}, |
2451
|
|
|
|
|
|
|
'kilogram' => { |
2452
|
|
|
|
|
|
|
'name' => q(kg), |
2453
|
|
|
|
|
|
|
'one' => q({0} kg), |
2454
|
|
|
|
|
|
|
'other' => q({0} kg), |
2455
|
|
|
|
|
|
|
'per' => q({0}/kg), |
2456
|
|
|
|
|
|
|
}, |
2457
|
|
|
|
|
|
|
'kilohertz' => { |
2458
|
|
|
|
|
|
|
'name' => q(kHz), |
2459
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2460
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2461
|
|
|
|
|
|
|
}, |
2462
|
|
|
|
|
|
|
'kilojoule' => { |
2463
|
|
|
|
|
|
|
'name' => q(kilojoule), |
2464
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2465
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2466
|
|
|
|
|
|
|
}, |
2467
|
|
|
|
|
|
|
'kilometer' => { |
2468
|
|
|
|
|
|
|
'name' => q(km), |
2469
|
|
|
|
|
|
|
'one' => q({0} km), |
2470
|
|
|
|
|
|
|
'other' => q({0} km), |
2471
|
|
|
|
|
|
|
'per' => q({0}/km), |
2472
|
|
|
|
|
|
|
}, |
2473
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2474
|
|
|
|
|
|
|
'name' => q(km/hr), |
2475
|
|
|
|
|
|
|
'one' => q({0} kph), |
2476
|
|
|
|
|
|
|
'other' => q({0} kph), |
2477
|
|
|
|
|
|
|
}, |
2478
|
|
|
|
|
|
|
'kilowatt' => { |
2479
|
|
|
|
|
|
|
'name' => q(kW), |
2480
|
|
|
|
|
|
|
'one' => q({0} kW), |
2481
|
|
|
|
|
|
|
'other' => q({0} kW), |
2482
|
|
|
|
|
|
|
}, |
2483
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2484
|
|
|
|
|
|
|
'name' => q(kW-hour), |
2485
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2486
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2487
|
|
|
|
|
|
|
}, |
2488
|
|
|
|
|
|
|
'knot' => { |
2489
|
|
|
|
|
|
|
'name' => q(kn), |
2490
|
|
|
|
|
|
|
'one' => q({0} kn), |
2491
|
|
|
|
|
|
|
'other' => q({0} kn), |
2492
|
|
|
|
|
|
|
}, |
2493
|
|
|
|
|
|
|
'light-year' => { |
2494
|
|
|
|
|
|
|
'name' => q(light yrs), |
2495
|
|
|
|
|
|
|
'one' => q({0} ly), |
2496
|
|
|
|
|
|
|
'other' => q({0} na ly), |
2497
|
|
|
|
|
|
|
}, |
2498
|
|
|
|
|
|
|
'liter' => { |
2499
|
|
|
|
|
|
|
'name' => q(litro), |
2500
|
|
|
|
|
|
|
'one' => q({0} L), |
2501
|
|
|
|
|
|
|
'other' => q({0} L), |
2502
|
|
|
|
|
|
|
'per' => q({0}/l), |
2503
|
|
|
|
|
|
|
}, |
2504
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
2505
|
|
|
|
|
|
|
'name' => q(L/100km), |
2506
|
|
|
|
|
|
|
'one' => q({0} na L/100km), |
2507
|
|
|
|
|
|
|
'other' => q({0} na L/100km), |
2508
|
|
|
|
|
|
|
}, |
2509
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2510
|
|
|
|
|
|
|
'name' => q(litro/km), |
2511
|
|
|
|
|
|
|
'one' => q({0} L/km), |
2512
|
|
|
|
|
|
|
'other' => q({0} L/km), |
2513
|
|
|
|
|
|
|
}, |
2514
|
|
|
|
|
|
|
'lux' => { |
2515
|
|
|
|
|
|
|
'name' => q(lux), |
2516
|
|
|
|
|
|
|
'one' => q({0} lx), |
2517
|
|
|
|
|
|
|
'other' => q({0} lx), |
2518
|
|
|
|
|
|
|
}, |
2519
|
|
|
|
|
|
|
'megabit' => { |
2520
|
|
|
|
|
|
|
'name' => q(Mbit), |
2521
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2522
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2523
|
|
|
|
|
|
|
}, |
2524
|
|
|
|
|
|
|
'megabyte' => { |
2525
|
|
|
|
|
|
|
'name' => q(MByte), |
2526
|
|
|
|
|
|
|
'one' => q({0} MB), |
2527
|
|
|
|
|
|
|
'other' => q({0} MB), |
2528
|
|
|
|
|
|
|
}, |
2529
|
|
|
|
|
|
|
'megahertz' => { |
2530
|
|
|
|
|
|
|
'name' => q(MHz), |
2531
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2532
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2533
|
|
|
|
|
|
|
}, |
2534
|
|
|
|
|
|
|
'megaliter' => { |
2535
|
|
|
|
|
|
|
'name' => q(ML), |
2536
|
|
|
|
|
|
|
'one' => q({0} ML), |
2537
|
|
|
|
|
|
|
'other' => q({0} ML), |
2538
|
|
|
|
|
|
|
}, |
2539
|
|
|
|
|
|
|
'megawatt' => { |
2540
|
|
|
|
|
|
|
'name' => q(MW), |
2541
|
|
|
|
|
|
|
'one' => q({0} MW), |
2542
|
|
|
|
|
|
|
'other' => q({0} MW), |
2543
|
|
|
|
|
|
|
}, |
2544
|
|
|
|
|
|
|
'meter' => { |
2545
|
|
|
|
|
|
|
'name' => q(metro), |
2546
|
|
|
|
|
|
|
'one' => q({0} m), |
2547
|
|
|
|
|
|
|
'other' => q({0} m), |
2548
|
|
|
|
|
|
|
'per' => q({0}/m), |
2549
|
|
|
|
|
|
|
}, |
2550
|
|
|
|
|
|
|
'meter-per-second' => { |
2551
|
|
|
|
|
|
|
'name' => q(metro/seg), |
2552
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2553
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2554
|
|
|
|
|
|
|
}, |
2555
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2556
|
|
|
|
|
|
|
'name' => q(metro/segundo²), |
2557
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2558
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2559
|
|
|
|
|
|
|
}, |
2560
|
|
|
|
|
|
|
'metric-ton' => { |
2561
|
|
|
|
|
|
|
'name' => q(t), |
2562
|
|
|
|
|
|
|
'one' => q({0} t), |
2563
|
|
|
|
|
|
|
'other' => q({0} t), |
2564
|
|
|
|
|
|
|
}, |
2565
|
|
|
|
|
|
|
'microgram' => { |
2566
|
|
|
|
|
|
|
'name' => q(µg), |
2567
|
|
|
|
|
|
|
'one' => q({0} µg), |
2568
|
|
|
|
|
|
|
'other' => q({0} µg), |
2569
|
|
|
|
|
|
|
}, |
2570
|
|
|
|
|
|
|
'micrometer' => { |
2571
|
|
|
|
|
|
|
'name' => q(µmetro), |
2572
|
|
|
|
|
|
|
'one' => q({0} µm), |
2573
|
|
|
|
|
|
|
'other' => q({0} µm), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
'microsecond' => { |
2576
|
|
|
|
|
|
|
'name' => q(μseg), |
2577
|
|
|
|
|
|
|
'one' => q({0} μs), |
2578
|
|
|
|
|
|
|
'other' => q({0} μs), |
2579
|
|
|
|
|
|
|
}, |
2580
|
|
|
|
|
|
|
'mile' => { |
2581
|
|
|
|
|
|
|
'name' => q(milya), |
2582
|
|
|
|
|
|
|
'one' => q({0} mi), |
2583
|
|
|
|
|
|
|
'other' => q({0} mi), |
2584
|
|
|
|
|
|
|
}, |
2585
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2586
|
|
|
|
|
|
|
'name' => q(milya/gal), |
2587
|
|
|
|
|
|
|
'one' => q({0} mpg), |
2588
|
|
|
|
|
|
|
'other' => q({0} na mpg), |
2589
|
|
|
|
|
|
|
}, |
2590
|
|
|
|
|
|
|
'mile-per-hour' => { |
2591
|
|
|
|
|
|
|
'name' => q(milya/oras), |
2592
|
|
|
|
|
|
|
'one' => q({0} mph), |
2593
|
|
|
|
|
|
|
'other' => q({0} mph), |
2594
|
|
|
|
|
|
|
}, |
2595
|
|
|
|
|
|
|
'mile-scandinavian' => { |
2596
|
|
|
|
|
|
|
'name' => q(smi), |
2597
|
|
|
|
|
|
|
'one' => q({0} smi), |
2598
|
|
|
|
|
|
|
'other' => q({0} smi), |
2599
|
|
|
|
|
|
|
}, |
2600
|
|
|
|
|
|
|
'milliampere' => { |
2601
|
|
|
|
|
|
|
'name' => q(milliamps), |
2602
|
|
|
|
|
|
|
'one' => q({0} mA), |
2603
|
|
|
|
|
|
|
'other' => q({0} mA), |
2604
|
|
|
|
|
|
|
}, |
2605
|
|
|
|
|
|
|
'millibar' => { |
2606
|
|
|
|
|
|
|
'name' => q(mbar), |
2607
|
|
|
|
|
|
|
'one' => q({0} mb), |
2608
|
|
|
|
|
|
|
'other' => q({0} mb), |
2609
|
|
|
|
|
|
|
}, |
2610
|
|
|
|
|
|
|
'milligram' => { |
2611
|
|
|
|
|
|
|
'name' => q(mg), |
2612
|
|
|
|
|
|
|
'one' => q({0} mg), |
2613
|
|
|
|
|
|
|
'other' => q({0} mg), |
2614
|
|
|
|
|
|
|
}, |
2615
|
|
|
|
|
|
|
'milliliter' => { |
2616
|
|
|
|
|
|
|
'name' => q(mL), |
2617
|
|
|
|
|
|
|
'one' => q({0} mL), |
2618
|
|
|
|
|
|
|
'other' => q({0} mL), |
2619
|
|
|
|
|
|
|
}, |
2620
|
|
|
|
|
|
|
'millimeter' => { |
2621
|
|
|
|
|
|
|
'name' => q(mm), |
2622
|
|
|
|
|
|
|
'one' => q({0} mm), |
2623
|
|
|
|
|
|
|
'other' => q({0} mm), |
2624
|
|
|
|
|
|
|
}, |
2625
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2626
|
|
|
|
|
|
|
'name' => q(milimetro ng asoge), |
2627
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
2628
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
2629
|
|
|
|
|
|
|
}, |
2630
|
|
|
|
|
|
|
'millisecond' => { |
2631
|
|
|
|
|
|
|
'name' => q(miliseg), |
2632
|
|
|
|
|
|
|
'one' => q({0} ms), |
2633
|
|
|
|
|
|
|
'other' => q({0} ms), |
2634
|
|
|
|
|
|
|
}, |
2635
|
|
|
|
|
|
|
'milliwatt' => { |
2636
|
|
|
|
|
|
|
'name' => q(mW), |
2637
|
|
|
|
|
|
|
'one' => q({0} mW), |
2638
|
|
|
|
|
|
|
'other' => q({0} mW), |
2639
|
|
|
|
|
|
|
}, |
2640
|
|
|
|
|
|
|
'minute' => { |
2641
|
|
|
|
|
|
|
'name' => q(min.), |
2642
|
|
|
|
|
|
|
'one' => q({0} min.), |
2643
|
|
|
|
|
|
|
'other' => q({0} min.), |
2644
|
|
|
|
|
|
|
'per' => q({0}/min), |
2645
|
|
|
|
|
|
|
}, |
2646
|
|
|
|
|
|
|
'month' => { |
2647
|
|
|
|
|
|
|
'name' => q(buwan), |
2648
|
|
|
|
|
|
|
'one' => q({0} buwan), |
2649
|
|
|
|
|
|
|
'other' => q({0} buwan), |
2650
|
|
|
|
|
|
|
'per' => q({0}/buwan), |
2651
|
|
|
|
|
|
|
}, |
2652
|
|
|
|
|
|
|
'nanometer' => { |
2653
|
|
|
|
|
|
|
'name' => q(nm), |
2654
|
|
|
|
|
|
|
'one' => q({0} nm), |
2655
|
|
|
|
|
|
|
'other' => q({0} nm), |
2656
|
|
|
|
|
|
|
}, |
2657
|
|
|
|
|
|
|
'nanosecond' => { |
2658
|
|
|
|
|
|
|
'name' => q(nanoseg), |
2659
|
|
|
|
|
|
|
'one' => q({0} ns), |
2660
|
|
|
|
|
|
|
'other' => q({0} ns), |
2661
|
|
|
|
|
|
|
}, |
2662
|
|
|
|
|
|
|
'nautical-mile' => { |
2663
|
|
|
|
|
|
|
'name' => q(nmi), |
2664
|
|
|
|
|
|
|
'one' => q({0} nmi), |
2665
|
|
|
|
|
|
|
'other' => q({0} na nmi), |
2666
|
|
|
|
|
|
|
}, |
2667
|
|
|
|
|
|
|
'ohm' => { |
2668
|
|
|
|
|
|
|
'name' => q(ohms), |
2669
|
|
|
|
|
|
|
'one' => q({0} Ω), |
2670
|
|
|
|
|
|
|
'other' => q({0} Ω), |
2671
|
|
|
|
|
|
|
}, |
2672
|
|
|
|
|
|
|
'ounce' => { |
2673
|
|
|
|
|
|
|
'name' => q(oz), |
2674
|
|
|
|
|
|
|
'one' => q({0} oz), |
2675
|
|
|
|
|
|
|
'other' => q({0} oz), |
2676
|
|
|
|
|
|
|
'per' => q({0}/oz), |
2677
|
|
|
|
|
|
|
}, |
2678
|
|
|
|
|
|
|
'ounce-troy' => { |
2679
|
|
|
|
|
|
|
'name' => q(oz troy), |
2680
|
|
|
|
|
|
|
'one' => q({0} oz t), |
2681
|
|
|
|
|
|
|
'other' => q({0} oz t), |
2682
|
|
|
|
|
|
|
}, |
2683
|
|
|
|
|
|
|
'parsec' => { |
2684
|
|
|
|
|
|
|
'name' => q(parsecs), |
2685
|
|
|
|
|
|
|
'one' => q({0} pc), |
2686
|
|
|
|
|
|
|
'other' => q({0} na pc), |
2687
|
|
|
|
|
|
|
}, |
2688
|
|
|
|
|
|
|
'per' => { |
2689
|
|
|
|
|
|
|
'1' => q({0}/{1}), |
2690
|
|
|
|
|
|
|
}, |
2691
|
|
|
|
|
|
|
'picometer' => { |
2692
|
|
|
|
|
|
|
'name' => q(pm), |
2693
|
|
|
|
|
|
|
'one' => q({0} pm), |
2694
|
|
|
|
|
|
|
'other' => q({0} na pm), |
2695
|
|
|
|
|
|
|
}, |
2696
|
|
|
|
|
|
|
'pint' => { |
2697
|
|
|
|
|
|
|
'name' => q(pints), |
2698
|
|
|
|
|
|
|
'one' => q({0} pt), |
2699
|
|
|
|
|
|
|
'other' => q({0} pt), |
2700
|
|
|
|
|
|
|
}, |
2701
|
|
|
|
|
|
|
'pint-metric' => { |
2702
|
|
|
|
|
|
|
'name' => q(mpt), |
2703
|
|
|
|
|
|
|
'one' => q({0} na mpt), |
2704
|
|
|
|
|
|
|
'other' => q({0} na mpt), |
2705
|
|
|
|
|
|
|
}, |
2706
|
|
|
|
|
|
|
'pound' => { |
2707
|
|
|
|
|
|
|
'name' => q(libra), |
2708
|
|
|
|
|
|
|
'one' => q({0} lb), |
2709
|
|
|
|
|
|
|
'other' => q({0} lbs), |
2710
|
|
|
|
|
|
|
'per' => q({0}/lb), |
2711
|
|
|
|
|
|
|
}, |
2712
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2713
|
|
|
|
|
|
|
'name' => q(psi), |
2714
|
|
|
|
|
|
|
'one' => q({0} psi), |
2715
|
|
|
|
|
|
|
'other' => q({0} psi), |
2716
|
|
|
|
|
|
|
}, |
2717
|
|
|
|
|
|
|
'quart' => { |
2718
|
|
|
|
|
|
|
'name' => q(qts), |
2719
|
|
|
|
|
|
|
'one' => q({0} qt), |
2720
|
|
|
|
|
|
|
'other' => q({0} qt), |
2721
|
|
|
|
|
|
|
}, |
2722
|
|
|
|
|
|
|
'radian' => { |
2723
|
|
|
|
|
|
|
'name' => q(radians), |
2724
|
|
|
|
|
|
|
'one' => q({0} rad), |
2725
|
|
|
|
|
|
|
'other' => q({0} na rad), |
2726
|
|
|
|
|
|
|
}, |
2727
|
|
|
|
|
|
|
'revolution' => { |
2728
|
|
|
|
|
|
|
'name' => q(rev), |
2729
|
|
|
|
|
|
|
'one' => q({0} rev), |
2730
|
|
|
|
|
|
|
'other' => q({0} na rev), |
2731
|
|
|
|
|
|
|
}, |
2732
|
|
|
|
|
|
|
'second' => { |
2733
|
|
|
|
|
|
|
'name' => q(seg.), |
2734
|
|
|
|
|
|
|
'one' => q({0} seg.), |
2735
|
|
|
|
|
|
|
'other' => q({0} seg.), |
2736
|
|
|
|
|
|
|
'per' => q({0}/s), |
2737
|
|
|
|
|
|
|
}, |
2738
|
|
|
|
|
|
|
'square-centimeter' => { |
2739
|
|
|
|
|
|
|
'name' => q(cm²), |
2740
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2741
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2742
|
|
|
|
|
|
|
'per' => q({0} kada cm²), |
2743
|
|
|
|
|
|
|
}, |
2744
|
|
|
|
|
|
|
'square-foot' => { |
2745
|
|
|
|
|
|
|
'name' => q(sq feet), |
2746
|
|
|
|
|
|
|
'one' => q({0} sq ft), |
2747
|
|
|
|
|
|
|
'other' => q({0} sq ft), |
2748
|
|
|
|
|
|
|
}, |
2749
|
|
|
|
|
|
|
'square-inch' => { |
2750
|
|
|
|
|
|
|
'name' => q(pulgada²), |
2751
|
|
|
|
|
|
|
'one' => q({0} in²), |
2752
|
|
|
|
|
|
|
'other' => q({0} in²), |
2753
|
|
|
|
|
|
|
'per' => q({0} kada in²), |
2754
|
|
|
|
|
|
|
}, |
2755
|
|
|
|
|
|
|
'square-kilometer' => { |
2756
|
|
|
|
|
|
|
'name' => q(km²), |
2757
|
|
|
|
|
|
|
'one' => q({0} km²), |
2758
|
|
|
|
|
|
|
'other' => q({0} km²), |
2759
|
|
|
|
|
|
|
}, |
2760
|
|
|
|
|
|
|
'square-meter' => { |
2761
|
|
|
|
|
|
|
'name' => q(metro²), |
2762
|
|
|
|
|
|
|
'one' => q({0} m²), |
2763
|
|
|
|
|
|
|
'other' => q({0} m²), |
2764
|
|
|
|
|
|
|
'per' => q({0} kada m²), |
2765
|
|
|
|
|
|
|
}, |
2766
|
|
|
|
|
|
|
'square-mile' => { |
2767
|
|
|
|
|
|
|
'name' => q(sq mile), |
2768
|
|
|
|
|
|
|
'one' => q({0} sq mi), |
2769
|
|
|
|
|
|
|
'other' => q({0} sq mi), |
2770
|
|
|
|
|
|
|
}, |
2771
|
|
|
|
|
|
|
'square-yard' => { |
2772
|
|
|
|
|
|
|
'name' => q(yarda²), |
2773
|
|
|
|
|
|
|
'one' => q({0} yd²), |
2774
|
|
|
|
|
|
|
'other' => q({0} yd²), |
2775
|
|
|
|
|
|
|
}, |
2776
|
|
|
|
|
|
|
'tablespoon' => { |
2777
|
|
|
|
|
|
|
'name' => q(tbsp), |
2778
|
|
|
|
|
|
|
'one' => q({0} tbsp), |
2779
|
|
|
|
|
|
|
'other' => q({0} tbsp), |
2780
|
|
|
|
|
|
|
}, |
2781
|
|
|
|
|
|
|
'teaspoon' => { |
2782
|
|
|
|
|
|
|
'name' => q(tsp), |
2783
|
|
|
|
|
|
|
'one' => q({0} tsp), |
2784
|
|
|
|
|
|
|
'other' => q({0} tsp), |
2785
|
|
|
|
|
|
|
}, |
2786
|
|
|
|
|
|
|
'terabit' => { |
2787
|
|
|
|
|
|
|
'name' => q(Tbit), |
2788
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2789
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2790
|
|
|
|
|
|
|
}, |
2791
|
|
|
|
|
|
|
'terabyte' => { |
2792
|
|
|
|
|
|
|
'name' => q(TByte), |
2793
|
|
|
|
|
|
|
'one' => q({0} TB), |
2794
|
|
|
|
|
|
|
'other' => q({0} TB), |
2795
|
|
|
|
|
|
|
}, |
2796
|
|
|
|
|
|
|
'ton' => { |
2797
|
|
|
|
|
|
|
'name' => q(tonelada), |
2798
|
|
|
|
|
|
|
'one' => q({0} tn), |
2799
|
|
|
|
|
|
|
'other' => q({0} tn), |
2800
|
|
|
|
|
|
|
}, |
2801
|
|
|
|
|
|
|
'volt' => { |
2802
|
|
|
|
|
|
|
'name' => q(volts), |
2803
|
|
|
|
|
|
|
'one' => q({0} V), |
2804
|
|
|
|
|
|
|
'other' => q({0} V), |
2805
|
|
|
|
|
|
|
}, |
2806
|
|
|
|
|
|
|
'watt' => { |
2807
|
|
|
|
|
|
|
'name' => q(watts), |
2808
|
|
|
|
|
|
|
'one' => q({0} W), |
2809
|
|
|
|
|
|
|
'other' => q({0} W), |
2810
|
|
|
|
|
|
|
}, |
2811
|
|
|
|
|
|
|
'week' => { |
2812
|
|
|
|
|
|
|
'name' => q(linggo), |
2813
|
|
|
|
|
|
|
'one' => q({0} linggo), |
2814
|
|
|
|
|
|
|
'other' => q({0} na linggo), |
2815
|
|
|
|
|
|
|
'per' => q({0}/linggo), |
2816
|
|
|
|
|
|
|
}, |
2817
|
|
|
|
|
|
|
'yard' => { |
2818
|
|
|
|
|
|
|
'name' => q(yarda), |
2819
|
|
|
|
|
|
|
'one' => q({0} yd), |
2820
|
|
|
|
|
|
|
'other' => q({0} na yd), |
2821
|
|
|
|
|
|
|
}, |
2822
|
|
|
|
|
|
|
'year' => { |
2823
|
|
|
|
|
|
|
'name' => q(taon), |
2824
|
|
|
|
|
|
|
'one' => q({0} taon), |
2825
|
|
|
|
|
|
|
'other' => q({0} taon), |
2826
|
|
|
|
|
|
|
'per' => q({0}/taon), |
2827
|
|
|
|
|
|
|
}, |
2828
|
|
|
|
|
|
|
}, |
2829
|
|
|
|
|
|
|
} } |
2830
|
|
|
|
|
|
|
); |
2831
|
|
|
|
|
|
|
|
2832
|
|
|
|
|
|
|
has 'yesstr' => ( |
2833
|
|
|
|
|
|
|
is => 'ro', |
2834
|
|
|
|
|
|
|
isa => RegexpRef, |
2835
|
|
|
|
|
|
|
init_arg => undef, |
2836
|
|
|
|
|
|
|
default => sub { qr'^(?i:oo|o|yes|y)$' } |
2837
|
|
|
|
|
|
|
); |
2838
|
|
|
|
|
|
|
|
2839
|
|
|
|
|
|
|
has 'nostr' => ( |
2840
|
|
|
|
|
|
|
is => 'ro', |
2841
|
|
|
|
|
|
|
isa => RegexpRef, |
2842
|
|
|
|
|
|
|
init_arg => undef, |
2843
|
|
|
|
|
|
|
default => sub { qr'^(?i:hindi|h|no|n)$' } |
2844
|
|
|
|
|
|
|
); |
2845
|
|
|
|
|
|
|
|
2846
|
|
|
|
|
|
|
has 'listPatterns' => ( |
2847
|
|
|
|
|
|
|
is => 'ro', |
2848
|
|
|
|
|
|
|
isa => HashRef, |
2849
|
|
|
|
|
|
|
init_arg => undef, |
2850
|
|
|
|
|
|
|
default => sub { { |
2851
|
|
|
|
|
|
|
start => q({0}, {1}), |
2852
|
|
|
|
|
|
|
middle => q({0}, {1}), |
2853
|
|
|
|
|
|
|
end => q({0}, {1}), |
2854
|
|
|
|
|
|
|
2 => q({0}, {1}), |
2855
|
|
|
|
|
|
|
} } |
2856
|
|
|
|
|
|
|
); |
2857
|
|
|
|
|
|
|
|
2858
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
2859
|
|
|
|
|
|
|
is => 'ro', |
2860
|
|
|
|
|
|
|
isa => Str, |
2861
|
|
|
|
|
|
|
init_arg => undef, |
2862
|
|
|
|
|
|
|
default => 'latn', |
2863
|
|
|
|
|
|
|
); |
2864
|
|
|
|
|
|
|
|
2865
|
|
|
|
|
|
|
has native_numbering_system => ( |
2866
|
|
|
|
|
|
|
is => 'ro', |
2867
|
|
|
|
|
|
|
isa => Str, |
2868
|
|
|
|
|
|
|
init_arg => undef, |
2869
|
|
|
|
|
|
|
default => 'latn', |
2870
|
|
|
|
|
|
|
); |
2871
|
|
|
|
|
|
|
|
2872
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
2873
|
|
|
|
|
|
|
is =>'ro', |
2874
|
|
|
|
|
|
|
isa => Int, |
2875
|
|
|
|
|
|
|
init_arg => undef, |
2876
|
|
|
|
|
|
|
default => 1, |
2877
|
|
|
|
|
|
|
); |
2878
|
|
|
|
|
|
|
|
2879
|
|
|
|
|
|
|
has 'number_symbols' => ( |
2880
|
|
|
|
|
|
|
is => 'ro', |
2881
|
|
|
|
|
|
|
isa => HashRef, |
2882
|
|
|
|
|
|
|
init_arg => undef, |
2883
|
|
|
|
|
|
|
default => sub { { |
2884
|
|
|
|
|
|
|
'latn' => { |
2885
|
|
|
|
|
|
|
'decimal' => q(.), |
2886
|
|
|
|
|
|
|
'exponential' => q(E), |
2887
|
|
|
|
|
|
|
'group' => q(,), |
2888
|
|
|
|
|
|
|
'infinity' => q(â), |
2889
|
|
|
|
|
|
|
'list' => q(;), |
2890
|
|
|
|
|
|
|
'minusSign' => q(-), |
2891
|
|
|
|
|
|
|
'nan' => q(NaN), |
2892
|
|
|
|
|
|
|
'perMille' => q(â°), |
2893
|
|
|
|
|
|
|
'percentSign' => q(%), |
2894
|
|
|
|
|
|
|
'plusSign' => q(+), |
2895
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
2896
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
2897
|
|
|
|
|
|
|
}, |
2898
|
|
|
|
|
|
|
} } |
2899
|
|
|
|
|
|
|
); |
2900
|
|
|
|
|
|
|
|
2901
|
|
|
|
|
|
|
has 'number_formats' => ( |
2902
|
|
|
|
|
|
|
is => 'ro', |
2903
|
|
|
|
|
|
|
isa => HashRef, |
2904
|
|
|
|
|
|
|
init_arg => undef, |
2905
|
|
|
|
|
|
|
default => sub { { |
2906
|
|
|
|
|
|
|
decimalFormat => { |
2907
|
|
|
|
|
|
|
'default' => { |
2908
|
|
|
|
|
|
|
'1000' => { |
2909
|
|
|
|
|
|
|
'one' => '0K', |
2910
|
|
|
|
|
|
|
'other' => '0K', |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
'10000' => { |
2913
|
|
|
|
|
|
|
'one' => '00K', |
2914
|
|
|
|
|
|
|
'other' => '00K', |
2915
|
|
|
|
|
|
|
}, |
2916
|
|
|
|
|
|
|
'100000' => { |
2917
|
|
|
|
|
|
|
'one' => '000K', |
2918
|
|
|
|
|
|
|
'other' => '000K', |
2919
|
|
|
|
|
|
|
}, |
2920
|
|
|
|
|
|
|
'1000000' => { |
2921
|
|
|
|
|
|
|
'one' => '0M', |
2922
|
|
|
|
|
|
|
'other' => '0M', |
2923
|
|
|
|
|
|
|
}, |
2924
|
|
|
|
|
|
|
'10000000' => { |
2925
|
|
|
|
|
|
|
'one' => '00M', |
2926
|
|
|
|
|
|
|
'other' => '00M', |
2927
|
|
|
|
|
|
|
}, |
2928
|
|
|
|
|
|
|
'100000000' => { |
2929
|
|
|
|
|
|
|
'one' => '000M', |
2930
|
|
|
|
|
|
|
'other' => '000M', |
2931
|
|
|
|
|
|
|
}, |
2932
|
|
|
|
|
|
|
'1000000000' => { |
2933
|
|
|
|
|
|
|
'one' => '0B', |
2934
|
|
|
|
|
|
|
'other' => '0B', |
2935
|
|
|
|
|
|
|
}, |
2936
|
|
|
|
|
|
|
'10000000000' => { |
2937
|
|
|
|
|
|
|
'one' => '00B', |
2938
|
|
|
|
|
|
|
'other' => '00B', |
2939
|
|
|
|
|
|
|
}, |
2940
|
|
|
|
|
|
|
'100000000000' => { |
2941
|
|
|
|
|
|
|
'one' => '000B', |
2942
|
|
|
|
|
|
|
'other' => '000B', |
2943
|
|
|
|
|
|
|
}, |
2944
|
|
|
|
|
|
|
'1000000000000' => { |
2945
|
|
|
|
|
|
|
'one' => '0T', |
2946
|
|
|
|
|
|
|
'other' => '0T', |
2947
|
|
|
|
|
|
|
}, |
2948
|
|
|
|
|
|
|
'10000000000000' => { |
2949
|
|
|
|
|
|
|
'one' => '00T', |
2950
|
|
|
|
|
|
|
'other' => '00T', |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'100000000000000' => { |
2953
|
|
|
|
|
|
|
'one' => '000T', |
2954
|
|
|
|
|
|
|
'other' => '000T', |
2955
|
|
|
|
|
|
|
}, |
2956
|
|
|
|
|
|
|
'standard' => { |
2957
|
|
|
|
|
|
|
'' => '#,##0.###', |
2958
|
|
|
|
|
|
|
}, |
2959
|
|
|
|
|
|
|
}, |
2960
|
|
|
|
|
|
|
'long' => { |
2961
|
|
|
|
|
|
|
'1000' => { |
2962
|
|
|
|
|
|
|
'one' => '0 libo', |
2963
|
|
|
|
|
|
|
'other' => '0 na libo', |
2964
|
|
|
|
|
|
|
}, |
2965
|
|
|
|
|
|
|
'10000' => { |
2966
|
|
|
|
|
|
|
'one' => '00 libo', |
2967
|
|
|
|
|
|
|
'other' => '00 na libo', |
2968
|
|
|
|
|
|
|
}, |
2969
|
|
|
|
|
|
|
'100000' => { |
2970
|
|
|
|
|
|
|
'one' => '000 libo', |
2971
|
|
|
|
|
|
|
'other' => '000 na libo', |
2972
|
|
|
|
|
|
|
}, |
2973
|
|
|
|
|
|
|
'1000000' => { |
2974
|
|
|
|
|
|
|
'one' => '0 milyon', |
2975
|
|
|
|
|
|
|
'other' => '0 na milyon', |
2976
|
|
|
|
|
|
|
}, |
2977
|
|
|
|
|
|
|
'10000000' => { |
2978
|
|
|
|
|
|
|
'one' => '00 milyon', |
2979
|
|
|
|
|
|
|
'other' => '00 na milyon', |
2980
|
|
|
|
|
|
|
}, |
2981
|
|
|
|
|
|
|
'100000000' => { |
2982
|
|
|
|
|
|
|
'one' => '000 milyon', |
2983
|
|
|
|
|
|
|
'other' => '000 na milyon', |
2984
|
|
|
|
|
|
|
}, |
2985
|
|
|
|
|
|
|
'1000000000' => { |
2986
|
|
|
|
|
|
|
'one' => '0 bilyon', |
2987
|
|
|
|
|
|
|
'other' => '0 na bilyon', |
2988
|
|
|
|
|
|
|
}, |
2989
|
|
|
|
|
|
|
'10000000000' => { |
2990
|
|
|
|
|
|
|
'one' => '00 bilyon', |
2991
|
|
|
|
|
|
|
'other' => '00 na bilyon', |
2992
|
|
|
|
|
|
|
}, |
2993
|
|
|
|
|
|
|
'100000000000' => { |
2994
|
|
|
|
|
|
|
'one' => '000 bilyon', |
2995
|
|
|
|
|
|
|
'other' => '000 na bilyon', |
2996
|
|
|
|
|
|
|
}, |
2997
|
|
|
|
|
|
|
'1000000000000' => { |
2998
|
|
|
|
|
|
|
'one' => '0 trilyon', |
2999
|
|
|
|
|
|
|
'other' => '0 na trilyon', |
3000
|
|
|
|
|
|
|
}, |
3001
|
|
|
|
|
|
|
'10000000000000' => { |
3002
|
|
|
|
|
|
|
'one' => '00 trilyon', |
3003
|
|
|
|
|
|
|
'other' => '00 na trilyon', |
3004
|
|
|
|
|
|
|
}, |
3005
|
|
|
|
|
|
|
'100000000000000' => { |
3006
|
|
|
|
|
|
|
'one' => '000 trilyon', |
3007
|
|
|
|
|
|
|
'other' => '000 na trilyon', |
3008
|
|
|
|
|
|
|
}, |
3009
|
|
|
|
|
|
|
}, |
3010
|
|
|
|
|
|
|
'short' => { |
3011
|
|
|
|
|
|
|
'1000' => { |
3012
|
|
|
|
|
|
|
'one' => '0K', |
3013
|
|
|
|
|
|
|
'other' => '0K', |
3014
|
|
|
|
|
|
|
}, |
3015
|
|
|
|
|
|
|
'10000' => { |
3016
|
|
|
|
|
|
|
'one' => '00K', |
3017
|
|
|
|
|
|
|
'other' => '00K', |
3018
|
|
|
|
|
|
|
}, |
3019
|
|
|
|
|
|
|
'100000' => { |
3020
|
|
|
|
|
|
|
'one' => '000K', |
3021
|
|
|
|
|
|
|
'other' => '000K', |
3022
|
|
|
|
|
|
|
}, |
3023
|
|
|
|
|
|
|
'1000000' => { |
3024
|
|
|
|
|
|
|
'one' => '0M', |
3025
|
|
|
|
|
|
|
'other' => '0M', |
3026
|
|
|
|
|
|
|
}, |
3027
|
|
|
|
|
|
|
'10000000' => { |
3028
|
|
|
|
|
|
|
'one' => '00M', |
3029
|
|
|
|
|
|
|
'other' => '00M', |
3030
|
|
|
|
|
|
|
}, |
3031
|
|
|
|
|
|
|
'100000000' => { |
3032
|
|
|
|
|
|
|
'one' => '000M', |
3033
|
|
|
|
|
|
|
'other' => '000M', |
3034
|
|
|
|
|
|
|
}, |
3035
|
|
|
|
|
|
|
'1000000000' => { |
3036
|
|
|
|
|
|
|
'one' => '0B', |
3037
|
|
|
|
|
|
|
'other' => '0B', |
3038
|
|
|
|
|
|
|
}, |
3039
|
|
|
|
|
|
|
'10000000000' => { |
3040
|
|
|
|
|
|
|
'one' => '00B', |
3041
|
|
|
|
|
|
|
'other' => '00B', |
3042
|
|
|
|
|
|
|
}, |
3043
|
|
|
|
|
|
|
'100000000000' => { |
3044
|
|
|
|
|
|
|
'one' => '000B', |
3045
|
|
|
|
|
|
|
'other' => '000B', |
3046
|
|
|
|
|
|
|
}, |
3047
|
|
|
|
|
|
|
'1000000000000' => { |
3048
|
|
|
|
|
|
|
'one' => '0T', |
3049
|
|
|
|
|
|
|
'other' => '0T', |
3050
|
|
|
|
|
|
|
}, |
3051
|
|
|
|
|
|
|
'10000000000000' => { |
3052
|
|
|
|
|
|
|
'one' => '00T', |
3053
|
|
|
|
|
|
|
'other' => '00T', |
3054
|
|
|
|
|
|
|
}, |
3055
|
|
|
|
|
|
|
'100000000000000' => { |
3056
|
|
|
|
|
|
|
'one' => '000T', |
3057
|
|
|
|
|
|
|
'other' => '000T', |
3058
|
|
|
|
|
|
|
}, |
3059
|
|
|
|
|
|
|
}, |
3060
|
|
|
|
|
|
|
}, |
3061
|
|
|
|
|
|
|
percentFormat => { |
3062
|
|
|
|
|
|
|
'default' => { |
3063
|
|
|
|
|
|
|
'standard' => { |
3064
|
|
|
|
|
|
|
'' => '#,##0%', |
3065
|
|
|
|
|
|
|
}, |
3066
|
|
|
|
|
|
|
}, |
3067
|
|
|
|
|
|
|
}, |
3068
|
|
|
|
|
|
|
scientificFormat => { |
3069
|
|
|
|
|
|
|
'default' => { |
3070
|
|
|
|
|
|
|
'standard' => { |
3071
|
|
|
|
|
|
|
'' => '#E0', |
3072
|
|
|
|
|
|
|
}, |
3073
|
|
|
|
|
|
|
}, |
3074
|
|
|
|
|
|
|
}, |
3075
|
|
|
|
|
|
|
} }, |
3076
|
|
|
|
|
|
|
); |
3077
|
|
|
|
|
|
|
|
3078
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
3079
|
|
|
|
|
|
|
is => 'ro', |
3080
|
|
|
|
|
|
|
isa => HashRef, |
3081
|
|
|
|
|
|
|
init_arg => undef, |
3082
|
|
|
|
|
|
|
default => sub { { |
3083
|
|
|
|
|
|
|
'latn' => { |
3084
|
|
|
|
|
|
|
'pattern' => { |
3085
|
|
|
|
|
|
|
'default' => { |
3086
|
|
|
|
|
|
|
'accounting' => { |
3087
|
|
|
|
|
|
|
'negative' => '(¤#,##0.00)', |
3088
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
3089
|
|
|
|
|
|
|
}, |
3090
|
|
|
|
|
|
|
'standard' => { |
3091
|
|
|
|
|
|
|
'positive' => '¤#,##0.00', |
3092
|
|
|
|
|
|
|
}, |
3093
|
|
|
|
|
|
|
}, |
3094
|
|
|
|
|
|
|
}, |
3095
|
|
|
|
|
|
|
}, |
3096
|
|
|
|
|
|
|
} }, |
3097
|
|
|
|
|
|
|
); |
3098
|
|
|
|
|
|
|
|
3099
|
|
|
|
|
|
|
has 'currencies' => ( |
3100
|
|
|
|
|
|
|
is => 'ro', |
3101
|
|
|
|
|
|
|
isa => HashRef, |
3102
|
|
|
|
|
|
|
init_arg => undef, |
3103
|
|
|
|
|
|
|
default => sub { { |
3104
|
|
|
|
|
|
|
'AED' => { |
3105
|
|
|
|
|
|
|
symbol => 'AED', |
3106
|
|
|
|
|
|
|
display_name => { |
3107
|
|
|
|
|
|
|
'currency' => q(United Arab Emirates Dirham), |
3108
|
|
|
|
|
|
|
'one' => q(UAE dirham), |
3109
|
|
|
|
|
|
|
'other' => q(UAE dirhams), |
3110
|
|
|
|
|
|
|
}, |
3111
|
|
|
|
|
|
|
}, |
3112
|
|
|
|
|
|
|
'AFN' => { |
3113
|
|
|
|
|
|
|
symbol => 'AFN', |
3114
|
|
|
|
|
|
|
display_name => { |
3115
|
|
|
|
|
|
|
'currency' => q(Afghan Afghani), |
3116
|
|
|
|
|
|
|
'one' => q(Afghan Afghani), |
3117
|
|
|
|
|
|
|
'other' => q(Afghan Afghanis), |
3118
|
|
|
|
|
|
|
}, |
3119
|
|
|
|
|
|
|
}, |
3120
|
|
|
|
|
|
|
'ALL' => { |
3121
|
|
|
|
|
|
|
symbol => 'ALL', |
3122
|
|
|
|
|
|
|
display_name => { |
3123
|
|
|
|
|
|
|
'currency' => q(Albanian Lek), |
3124
|
|
|
|
|
|
|
'one' => q(Albanian lek), |
3125
|
|
|
|
|
|
|
'other' => q(Albanian leke), |
3126
|
|
|
|
|
|
|
}, |
3127
|
|
|
|
|
|
|
}, |
3128
|
|
|
|
|
|
|
'AMD' => { |
3129
|
|
|
|
|
|
|
symbol => 'AMD', |
3130
|
|
|
|
|
|
|
display_name => { |
3131
|
|
|
|
|
|
|
'currency' => q(Armenian Dram), |
3132
|
|
|
|
|
|
|
'one' => q(Armenian dram), |
3133
|
|
|
|
|
|
|
'other' => q(Armenian drams), |
3134
|
|
|
|
|
|
|
}, |
3135
|
|
|
|
|
|
|
}, |
3136
|
|
|
|
|
|
|
'ANG' => { |
3137
|
|
|
|
|
|
|
symbol => 'ANG', |
3138
|
|
|
|
|
|
|
display_name => { |
3139
|
|
|
|
|
|
|
'currency' => q(Antillean Guilder ng Netherlands), |
3140
|
|
|
|
|
|
|
'one' => q(Antillean guilder ng Netherlands), |
3141
|
|
|
|
|
|
|
'other' => q(Antillean guilders ng Netherlands), |
3142
|
|
|
|
|
|
|
}, |
3143
|
|
|
|
|
|
|
}, |
3144
|
|
|
|
|
|
|
'AOA' => { |
3145
|
|
|
|
|
|
|
symbol => 'AOA', |
3146
|
|
|
|
|
|
|
display_name => { |
3147
|
|
|
|
|
|
|
'currency' => q(Angolan Kwanza), |
3148
|
|
|
|
|
|
|
'one' => q(Angolan kwanza), |
3149
|
|
|
|
|
|
|
'other' => q(Angolan kwanzas), |
3150
|
|
|
|
|
|
|
}, |
3151
|
|
|
|
|
|
|
}, |
3152
|
|
|
|
|
|
|
'ARS' => { |
3153
|
|
|
|
|
|
|
symbol => 'ARS', |
3154
|
|
|
|
|
|
|
display_name => { |
3155
|
|
|
|
|
|
|
'currency' => q(Piso ng Argentina), |
3156
|
|
|
|
|
|
|
'one' => q(piso ng Argentina), |
3157
|
|
|
|
|
|
|
'other' => q(piso ng Argentina), |
3158
|
|
|
|
|
|
|
}, |
3159
|
|
|
|
|
|
|
}, |
3160
|
|
|
|
|
|
|
'AUD' => { |
3161
|
|
|
|
|
|
|
symbol => 'A$', |
3162
|
|
|
|
|
|
|
display_name => { |
3163
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Australya), |
3164
|
|
|
|
|
|
|
'one' => q(dolyar ng Australya), |
3165
|
|
|
|
|
|
|
'other' => q(dolyares ng Australya), |
3166
|
|
|
|
|
|
|
}, |
3167
|
|
|
|
|
|
|
}, |
3168
|
|
|
|
|
|
|
'AWG' => { |
3169
|
|
|
|
|
|
|
symbol => 'AWG', |
3170
|
|
|
|
|
|
|
display_name => { |
3171
|
|
|
|
|
|
|
'currency' => q(Florin ng Aruba), |
3172
|
|
|
|
|
|
|
'one' => q(florin ng Aruba), |
3173
|
|
|
|
|
|
|
'other' => q(florin ng Aruba), |
3174
|
|
|
|
|
|
|
}, |
3175
|
|
|
|
|
|
|
}, |
3176
|
|
|
|
|
|
|
'AZN' => { |
3177
|
|
|
|
|
|
|
symbol => 'AZN', |
3178
|
|
|
|
|
|
|
display_name => { |
3179
|
|
|
|
|
|
|
'currency' => q(Azerbaijani Manat), |
3180
|
|
|
|
|
|
|
'one' => q(Azerbaijani manat), |
3181
|
|
|
|
|
|
|
'other' => q(Azerbaijani manats), |
3182
|
|
|
|
|
|
|
}, |
3183
|
|
|
|
|
|
|
}, |
3184
|
|
|
|
|
|
|
'BAM' => { |
3185
|
|
|
|
|
|
|
symbol => 'BAM', |
3186
|
|
|
|
|
|
|
display_name => { |
3187
|
|
|
|
|
|
|
'currency' => q(Bosnia-Herzegovina Convertible Mark), |
3188
|
|
|
|
|
|
|
'one' => q(Bosnia-Herzegovina convertible mark), |
3189
|
|
|
|
|
|
|
'other' => q(Bosnia-Herzegovina convertible marks), |
3190
|
|
|
|
|
|
|
}, |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
'BBD' => { |
3193
|
|
|
|
|
|
|
symbol => 'BBD', |
3194
|
|
|
|
|
|
|
display_name => { |
3195
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Barbados), |
3196
|
|
|
|
|
|
|
'one' => q(dolyar ng Barbados), |
3197
|
|
|
|
|
|
|
'other' => q(dolyares ng Barbados), |
3198
|
|
|
|
|
|
|
}, |
3199
|
|
|
|
|
|
|
}, |
3200
|
|
|
|
|
|
|
'BDT' => { |
3201
|
|
|
|
|
|
|
symbol => 'BDT', |
3202
|
|
|
|
|
|
|
display_name => { |
3203
|
|
|
|
|
|
|
'currency' => q(Bangladeshi Taka), |
3204
|
|
|
|
|
|
|
'one' => q(Bangladeshi taka), |
3205
|
|
|
|
|
|
|
'other' => q(Bangladeshi takas), |
3206
|
|
|
|
|
|
|
}, |
3207
|
|
|
|
|
|
|
}, |
3208
|
|
|
|
|
|
|
'BGN' => { |
3209
|
|
|
|
|
|
|
symbol => 'BGN', |
3210
|
|
|
|
|
|
|
display_name => { |
3211
|
|
|
|
|
|
|
'currency' => q(Bulgarian Lev), |
3212
|
|
|
|
|
|
|
'one' => q(Bulgarian lev), |
3213
|
|
|
|
|
|
|
'other' => q(Bulgarian leva), |
3214
|
|
|
|
|
|
|
}, |
3215
|
|
|
|
|
|
|
}, |
3216
|
|
|
|
|
|
|
'BHD' => { |
3217
|
|
|
|
|
|
|
symbol => 'BHD', |
3218
|
|
|
|
|
|
|
display_name => { |
3219
|
|
|
|
|
|
|
'currency' => q(Bahraini Dinar), |
3220
|
|
|
|
|
|
|
'one' => q(Bahraini dinar), |
3221
|
|
|
|
|
|
|
'other' => q(Bahraini dinars), |
3222
|
|
|
|
|
|
|
}, |
3223
|
|
|
|
|
|
|
}, |
3224
|
|
|
|
|
|
|
'BIF' => { |
3225
|
|
|
|
|
|
|
symbol => 'BIF', |
3226
|
|
|
|
|
|
|
display_name => { |
3227
|
|
|
|
|
|
|
'currency' => q(Burundian Franc), |
3228
|
|
|
|
|
|
|
'one' => q(Burundian franc), |
3229
|
|
|
|
|
|
|
'other' => q(Burundian francs), |
3230
|
|
|
|
|
|
|
}, |
3231
|
|
|
|
|
|
|
}, |
3232
|
|
|
|
|
|
|
'BMD' => { |
3233
|
|
|
|
|
|
|
symbol => 'BMD', |
3234
|
|
|
|
|
|
|
display_name => { |
3235
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Bermuda), |
3236
|
|
|
|
|
|
|
'one' => q(dolyar ng Bermuda), |
3237
|
|
|
|
|
|
|
'other' => q(dolyares ng Bermuda), |
3238
|
|
|
|
|
|
|
}, |
3239
|
|
|
|
|
|
|
}, |
3240
|
|
|
|
|
|
|
'BND' => { |
3241
|
|
|
|
|
|
|
symbol => 'BND', |
3242
|
|
|
|
|
|
|
display_name => { |
3243
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Brunei), |
3244
|
|
|
|
|
|
|
'one' => q(dolyar ng Brunei), |
3245
|
|
|
|
|
|
|
'other' => q(dolyar ng Brunei), |
3246
|
|
|
|
|
|
|
}, |
3247
|
|
|
|
|
|
|
}, |
3248
|
|
|
|
|
|
|
'BOB' => { |
3249
|
|
|
|
|
|
|
symbol => 'BOB', |
3250
|
|
|
|
|
|
|
display_name => { |
3251
|
|
|
|
|
|
|
'currency' => q(Boliviano ng Bolivia), |
3252
|
|
|
|
|
|
|
'one' => q(boliviano ng Bolivia), |
3253
|
|
|
|
|
|
|
'other' => q(bolivianos ng Bolivia), |
3254
|
|
|
|
|
|
|
}, |
3255
|
|
|
|
|
|
|
}, |
3256
|
|
|
|
|
|
|
'BRL' => { |
3257
|
|
|
|
|
|
|
symbol => 'R$', |
3258
|
|
|
|
|
|
|
display_name => { |
3259
|
|
|
|
|
|
|
'currency' => q(Real ng Barzil), |
3260
|
|
|
|
|
|
|
'one' => q(real ng Brazil), |
3261
|
|
|
|
|
|
|
'other' => q(reals ng Brazil), |
3262
|
|
|
|
|
|
|
}, |
3263
|
|
|
|
|
|
|
}, |
3264
|
|
|
|
|
|
|
'BSD' => { |
3265
|
|
|
|
|
|
|
symbol => 'BSD', |
3266
|
|
|
|
|
|
|
display_name => { |
3267
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Bahamas), |
3268
|
|
|
|
|
|
|
'one' => q(dolyar ng Bahamas), |
3269
|
|
|
|
|
|
|
'other' => q(dolyares ng Bahamas), |
3270
|
|
|
|
|
|
|
}, |
3271
|
|
|
|
|
|
|
}, |
3272
|
|
|
|
|
|
|
'BTN' => { |
3273
|
|
|
|
|
|
|
symbol => 'BTN', |
3274
|
|
|
|
|
|
|
display_name => { |
3275
|
|
|
|
|
|
|
'currency' => q(Bhutanese Ngultrum), |
3276
|
|
|
|
|
|
|
'one' => q(Bhutanese ngultrum), |
3277
|
|
|
|
|
|
|
'other' => q(Bhutanese ngultrums), |
3278
|
|
|
|
|
|
|
}, |
3279
|
|
|
|
|
|
|
}, |
3280
|
|
|
|
|
|
|
'BWP' => { |
3281
|
|
|
|
|
|
|
symbol => 'BWP', |
3282
|
|
|
|
|
|
|
display_name => { |
3283
|
|
|
|
|
|
|
'currency' => q(Botswanan Pula), |
3284
|
|
|
|
|
|
|
'one' => q(Botswanan pula), |
3285
|
|
|
|
|
|
|
'other' => q(Botswanan pulas), |
3286
|
|
|
|
|
|
|
}, |
3287
|
|
|
|
|
|
|
}, |
3288
|
|
|
|
|
|
|
'BYR' => { |
3289
|
|
|
|
|
|
|
symbol => 'BYR', |
3290
|
|
|
|
|
|
|
display_name => { |
3291
|
|
|
|
|
|
|
'currency' => q(Belarusian Ruble), |
3292
|
|
|
|
|
|
|
'one' => q(Belarusian ruble), |
3293
|
|
|
|
|
|
|
'other' => q(Belarusian rubles), |
3294
|
|
|
|
|
|
|
}, |
3295
|
|
|
|
|
|
|
}, |
3296
|
|
|
|
|
|
|
'BZD' => { |
3297
|
|
|
|
|
|
|
symbol => 'BZD', |
3298
|
|
|
|
|
|
|
display_name => { |
3299
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Belize), |
3300
|
|
|
|
|
|
|
'one' => q(dolyar ng Belize), |
3301
|
|
|
|
|
|
|
'other' => q(dolyares ng Belize), |
3302
|
|
|
|
|
|
|
}, |
3303
|
|
|
|
|
|
|
}, |
3304
|
|
|
|
|
|
|
'CAD' => { |
3305
|
|
|
|
|
|
|
symbol => 'CA$', |
3306
|
|
|
|
|
|
|
display_name => { |
3307
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Canada), |
3308
|
|
|
|
|
|
|
'one' => q(dolyar ng Canada), |
3309
|
|
|
|
|
|
|
'other' => q(Dolyares ng Canada), |
3310
|
|
|
|
|
|
|
}, |
3311
|
|
|
|
|
|
|
}, |
3312
|
|
|
|
|
|
|
'CDF' => { |
3313
|
|
|
|
|
|
|
symbol => 'CDF', |
3314
|
|
|
|
|
|
|
display_name => { |
3315
|
|
|
|
|
|
|
'currency' => q(Congolese Franc), |
3316
|
|
|
|
|
|
|
'one' => q(Congolese franc), |
3317
|
|
|
|
|
|
|
'other' => q(Congolese francs), |
3318
|
|
|
|
|
|
|
}, |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
'CHF' => { |
3321
|
|
|
|
|
|
|
symbol => 'CHF', |
3322
|
|
|
|
|
|
|
display_name => { |
3323
|
|
|
|
|
|
|
'currency' => q(Swiss Franc), |
3324
|
|
|
|
|
|
|
'one' => q(Swiss franc), |
3325
|
|
|
|
|
|
|
'other' => q(Swiss francs), |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
}, |
3328
|
|
|
|
|
|
|
'CLP' => { |
3329
|
|
|
|
|
|
|
symbol => 'CLP', |
3330
|
|
|
|
|
|
|
display_name => { |
3331
|
|
|
|
|
|
|
'currency' => q(Piso ng Chile), |
3332
|
|
|
|
|
|
|
'one' => q(piso ng Chile), |
3333
|
|
|
|
|
|
|
'other' => q(piso ng Chile), |
3334
|
|
|
|
|
|
|
}, |
3335
|
|
|
|
|
|
|
}, |
3336
|
|
|
|
|
|
|
'CNY' => { |
3337
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
3338
|
|
|
|
|
|
|
display_name => { |
3339
|
|
|
|
|
|
|
'currency' => q(Chinese Yuan), |
3340
|
|
|
|
|
|
|
'one' => q(Chinese yuan), |
3341
|
|
|
|
|
|
|
'other' => q(Chinese yuan), |
3342
|
|
|
|
|
|
|
}, |
3343
|
|
|
|
|
|
|
}, |
3344
|
|
|
|
|
|
|
'COP' => { |
3345
|
|
|
|
|
|
|
symbol => 'COP', |
3346
|
|
|
|
|
|
|
display_name => { |
3347
|
|
|
|
|
|
|
'currency' => q(Piso ng Colombia), |
3348
|
|
|
|
|
|
|
'one' => q(piso ng Colombia), |
3349
|
|
|
|
|
|
|
'other' => q(Piso ng Colombia), |
3350
|
|
|
|
|
|
|
}, |
3351
|
|
|
|
|
|
|
}, |
3352
|
|
|
|
|
|
|
'CRC' => { |
3353
|
|
|
|
|
|
|
symbol => 'CRC', |
3354
|
|
|
|
|
|
|
display_name => { |
3355
|
|
|
|
|
|
|
'currency' => q(Colón ng Costa Rica), |
3356
|
|
|
|
|
|
|
'one' => q(colón ng Costa Rica), |
3357
|
|
|
|
|
|
|
'other' => q(colóns ng Costa Rica), |
3358
|
|
|
|
|
|
|
}, |
3359
|
|
|
|
|
|
|
}, |
3360
|
|
|
|
|
|
|
'CUC' => { |
3361
|
|
|
|
|
|
|
symbol => 'CUC', |
3362
|
|
|
|
|
|
|
display_name => { |
3363
|
|
|
|
|
|
|
'currency' => q(Convertible na Piso ng Cuba), |
3364
|
|
|
|
|
|
|
'one' => q(Convertible na piso ng Cuba), |
3365
|
|
|
|
|
|
|
'other' => q(Convertible na Piso ng Cuba), |
3366
|
|
|
|
|
|
|
}, |
3367
|
|
|
|
|
|
|
}, |
3368
|
|
|
|
|
|
|
'CUP' => { |
3369
|
|
|
|
|
|
|
symbol => 'CUP', |
3370
|
|
|
|
|
|
|
display_name => { |
3371
|
|
|
|
|
|
|
'currency' => q(Piso ng Cuba), |
3372
|
|
|
|
|
|
|
'one' => q(piso ng Cuba), |
3373
|
|
|
|
|
|
|
'other' => q(piso ng Cuba), |
3374
|
|
|
|
|
|
|
}, |
3375
|
|
|
|
|
|
|
}, |
3376
|
|
|
|
|
|
|
'CVE' => { |
3377
|
|
|
|
|
|
|
symbol => 'CVE', |
3378
|
|
|
|
|
|
|
display_name => { |
3379
|
|
|
|
|
|
|
'currency' => q(Cape Verdean Escudo), |
3380
|
|
|
|
|
|
|
'one' => q(Cape Verdean escudo), |
3381
|
|
|
|
|
|
|
'other' => q(Cape Verdean escudos), |
3382
|
|
|
|
|
|
|
}, |
3383
|
|
|
|
|
|
|
}, |
3384
|
|
|
|
|
|
|
'CZK' => { |
3385
|
|
|
|
|
|
|
symbol => 'CZK', |
3386
|
|
|
|
|
|
|
display_name => { |
3387
|
|
|
|
|
|
|
'currency' => q(Czech Republic Koruna), |
3388
|
|
|
|
|
|
|
'one' => q(Czech Republic koruna), |
3389
|
|
|
|
|
|
|
'other' => q(Czech Republic korunas), |
3390
|
|
|
|
|
|
|
}, |
3391
|
|
|
|
|
|
|
}, |
3392
|
|
|
|
|
|
|
'DEM' => { |
3393
|
|
|
|
|
|
|
display_name => { |
3394
|
|
|
|
|
|
|
'currency' => q(Deutsche Marks), |
3395
|
|
|
|
|
|
|
}, |
3396
|
|
|
|
|
|
|
}, |
3397
|
|
|
|
|
|
|
'DJF' => { |
3398
|
|
|
|
|
|
|
symbol => 'DJF', |
3399
|
|
|
|
|
|
|
display_name => { |
3400
|
|
|
|
|
|
|
'currency' => q(Djiboutian Franc), |
3401
|
|
|
|
|
|
|
'one' => q(Djiboutian franc), |
3402
|
|
|
|
|
|
|
'other' => q(Djiboutian francs), |
3403
|
|
|
|
|
|
|
}, |
3404
|
|
|
|
|
|
|
}, |
3405
|
|
|
|
|
|
|
'DKK' => { |
3406
|
|
|
|
|
|
|
symbol => 'DKK', |
3407
|
|
|
|
|
|
|
display_name => { |
3408
|
|
|
|
|
|
|
'currency' => q(Danish Krone), |
3409
|
|
|
|
|
|
|
'one' => q(Danish krone), |
3410
|
|
|
|
|
|
|
'other' => q(Danish kroner), |
3411
|
|
|
|
|
|
|
}, |
3412
|
|
|
|
|
|
|
}, |
3413
|
|
|
|
|
|
|
'DOP' => { |
3414
|
|
|
|
|
|
|
symbol => 'DOP', |
3415
|
|
|
|
|
|
|
display_name => { |
3416
|
|
|
|
|
|
|
'currency' => q(Piso ng Dominican), |
3417
|
|
|
|
|
|
|
'one' => q(Piso ng Dominican), |
3418
|
|
|
|
|
|
|
'other' => q(piso ng Dominican), |
3419
|
|
|
|
|
|
|
}, |
3420
|
|
|
|
|
|
|
}, |
3421
|
|
|
|
|
|
|
'DZD' => { |
3422
|
|
|
|
|
|
|
symbol => 'DZD', |
3423
|
|
|
|
|
|
|
display_name => { |
3424
|
|
|
|
|
|
|
'currency' => q(Algerian Dinar), |
3425
|
|
|
|
|
|
|
'one' => q(Algerian dinar), |
3426
|
|
|
|
|
|
|
'other' => q(Algerian dinars), |
3427
|
|
|
|
|
|
|
}, |
3428
|
|
|
|
|
|
|
}, |
3429
|
|
|
|
|
|
|
'EEK' => { |
3430
|
|
|
|
|
|
|
display_name => { |
3431
|
|
|
|
|
|
|
'currency' => q(Estonian Kroon), |
3432
|
|
|
|
|
|
|
}, |
3433
|
|
|
|
|
|
|
}, |
3434
|
|
|
|
|
|
|
'EGP' => { |
3435
|
|
|
|
|
|
|
symbol => 'EGP', |
3436
|
|
|
|
|
|
|
display_name => { |
3437
|
|
|
|
|
|
|
'currency' => q(Egyptian Pound), |
3438
|
|
|
|
|
|
|
'one' => q(Egyptian pound), |
3439
|
|
|
|
|
|
|
'other' => q(Egyptian pounds), |
3440
|
|
|
|
|
|
|
}, |
3441
|
|
|
|
|
|
|
}, |
3442
|
|
|
|
|
|
|
'ERN' => { |
3443
|
|
|
|
|
|
|
symbol => 'ERN', |
3444
|
|
|
|
|
|
|
display_name => { |
3445
|
|
|
|
|
|
|
'currency' => q(Eritrean Nakfa), |
3446
|
|
|
|
|
|
|
'one' => q(Eritrean nakfa), |
3447
|
|
|
|
|
|
|
'other' => q(Eritrean nakfas), |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
}, |
3450
|
|
|
|
|
|
|
'ETB' => { |
3451
|
|
|
|
|
|
|
symbol => 'ETB', |
3452
|
|
|
|
|
|
|
display_name => { |
3453
|
|
|
|
|
|
|
'currency' => q(Ethiopian Birr), |
3454
|
|
|
|
|
|
|
'one' => q(Ethiopian birr), |
3455
|
|
|
|
|
|
|
'other' => q(Ethiopian birrs), |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
}, |
3458
|
|
|
|
|
|
|
'EUR' => { |
3459
|
|
|
|
|
|
|
symbol => 'â¬', |
3460
|
|
|
|
|
|
|
display_name => { |
3461
|
|
|
|
|
|
|
'currency' => q(Euro), |
3462
|
|
|
|
|
|
|
'one' => q(euro), |
3463
|
|
|
|
|
|
|
'other' => q(euros), |
3464
|
|
|
|
|
|
|
}, |
3465
|
|
|
|
|
|
|
}, |
3466
|
|
|
|
|
|
|
'FJD' => { |
3467
|
|
|
|
|
|
|
symbol => 'FJD', |
3468
|
|
|
|
|
|
|
display_name => { |
3469
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Fiji), |
3470
|
|
|
|
|
|
|
'one' => q(dolyar ng Fiji), |
3471
|
|
|
|
|
|
|
'other' => q(dolyares ng Fiji), |
3472
|
|
|
|
|
|
|
}, |
3473
|
|
|
|
|
|
|
}, |
3474
|
|
|
|
|
|
|
'FKP' => { |
3475
|
|
|
|
|
|
|
symbol => 'FKP', |
3476
|
|
|
|
|
|
|
display_name => { |
3477
|
|
|
|
|
|
|
'currency' => q(Pound ng Falkland Islands), |
3478
|
|
|
|
|
|
|
'one' => q(pound ng Falkland Islands), |
3479
|
|
|
|
|
|
|
'other' => q(pounds ng Falkland Islands), |
3480
|
|
|
|
|
|
|
}, |
3481
|
|
|
|
|
|
|
}, |
3482
|
|
|
|
|
|
|
'FRF' => { |
3483
|
|
|
|
|
|
|
display_name => { |
3484
|
|
|
|
|
|
|
'currency' => q(French Franc), |
3485
|
|
|
|
|
|
|
}, |
3486
|
|
|
|
|
|
|
}, |
3487
|
|
|
|
|
|
|
'GBP' => { |
3488
|
|
|
|
|
|
|
symbol => '£', |
3489
|
|
|
|
|
|
|
display_name => { |
3490
|
|
|
|
|
|
|
'currency' => q(British Pound), |
3491
|
|
|
|
|
|
|
'one' => q(British pound), |
3492
|
|
|
|
|
|
|
'other' => q(British pounds), |
3493
|
|
|
|
|
|
|
}, |
3494
|
|
|
|
|
|
|
}, |
3495
|
|
|
|
|
|
|
'GEL' => { |
3496
|
|
|
|
|
|
|
symbol => 'GEL', |
3497
|
|
|
|
|
|
|
display_name => { |
3498
|
|
|
|
|
|
|
'currency' => q(Georgian Lari), |
3499
|
|
|
|
|
|
|
'one' => q(Georgian lari), |
3500
|
|
|
|
|
|
|
'other' => q(Georgian laris), |
3501
|
|
|
|
|
|
|
}, |
3502
|
|
|
|
|
|
|
}, |
3503
|
|
|
|
|
|
|
'GHS' => { |
3504
|
|
|
|
|
|
|
symbol => 'GHS', |
3505
|
|
|
|
|
|
|
display_name => { |
3506
|
|
|
|
|
|
|
'currency' => q(Ghanaian Cedi), |
3507
|
|
|
|
|
|
|
'one' => q(Ghanaian cedi), |
3508
|
|
|
|
|
|
|
'other' => q(Ghanian cedis), |
3509
|
|
|
|
|
|
|
}, |
3510
|
|
|
|
|
|
|
}, |
3511
|
|
|
|
|
|
|
'GIP' => { |
3512
|
|
|
|
|
|
|
symbol => 'GIP', |
3513
|
|
|
|
|
|
|
display_name => { |
3514
|
|
|
|
|
|
|
'currency' => q(Gibraltar Pound), |
3515
|
|
|
|
|
|
|
'one' => q(Gibraltar pound), |
3516
|
|
|
|
|
|
|
'other' => q(Gibraltar pounds), |
3517
|
|
|
|
|
|
|
}, |
3518
|
|
|
|
|
|
|
}, |
3519
|
|
|
|
|
|
|
'GMD' => { |
3520
|
|
|
|
|
|
|
symbol => 'GMD', |
3521
|
|
|
|
|
|
|
display_name => { |
3522
|
|
|
|
|
|
|
'currency' => q(Gambian Dalasi), |
3523
|
|
|
|
|
|
|
'one' => q(Gambian dalasi), |
3524
|
|
|
|
|
|
|
'other' => q(Gambian dalasis), |
3525
|
|
|
|
|
|
|
}, |
3526
|
|
|
|
|
|
|
}, |
3527
|
|
|
|
|
|
|
'GNF' => { |
3528
|
|
|
|
|
|
|
symbol => 'GNF', |
3529
|
|
|
|
|
|
|
display_name => { |
3530
|
|
|
|
|
|
|
'currency' => q(Guinean Franc), |
3531
|
|
|
|
|
|
|
'one' => q(Guinean franc), |
3532
|
|
|
|
|
|
|
'other' => q(Guinean francs), |
3533
|
|
|
|
|
|
|
}, |
3534
|
|
|
|
|
|
|
}, |
3535
|
|
|
|
|
|
|
'GTQ' => { |
3536
|
|
|
|
|
|
|
symbol => 'GTQ', |
3537
|
|
|
|
|
|
|
display_name => { |
3538
|
|
|
|
|
|
|
'currency' => q(Quetzal ng Guatemala), |
3539
|
|
|
|
|
|
|
'one' => q(quetzal ng Guatemala), |
3540
|
|
|
|
|
|
|
'other' => q(quetzals ng Guatemala), |
3541
|
|
|
|
|
|
|
}, |
3542
|
|
|
|
|
|
|
}, |
3543
|
|
|
|
|
|
|
'GYD' => { |
3544
|
|
|
|
|
|
|
symbol => 'GYD', |
3545
|
|
|
|
|
|
|
display_name => { |
3546
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Guyanese), |
3547
|
|
|
|
|
|
|
'one' => q(dolyar ng Guyanese), |
3548
|
|
|
|
|
|
|
'other' => q(dolyares ng Guyanese), |
3549
|
|
|
|
|
|
|
}, |
3550
|
|
|
|
|
|
|
}, |
3551
|
|
|
|
|
|
|
'HKD' => { |
3552
|
|
|
|
|
|
|
symbol => 'HK$', |
3553
|
|
|
|
|
|
|
display_name => { |
3554
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Hong Kong), |
3555
|
|
|
|
|
|
|
'one' => q(dolyar ng Hong Kong), |
3556
|
|
|
|
|
|
|
'other' => q(dolyares ng Hong Kong), |
3557
|
|
|
|
|
|
|
}, |
3558
|
|
|
|
|
|
|
}, |
3559
|
|
|
|
|
|
|
'HNL' => { |
3560
|
|
|
|
|
|
|
symbol => 'HNL', |
3561
|
|
|
|
|
|
|
display_name => { |
3562
|
|
|
|
|
|
|
'currency' => q(Lempira ng Honduras), |
3563
|
|
|
|
|
|
|
'one' => q(lempira ng Honduras), |
3564
|
|
|
|
|
|
|
'other' => q(lempiras ng Honduras), |
3565
|
|
|
|
|
|
|
}, |
3566
|
|
|
|
|
|
|
}, |
3567
|
|
|
|
|
|
|
'HRK' => { |
3568
|
|
|
|
|
|
|
symbol => 'HRK', |
3569
|
|
|
|
|
|
|
display_name => { |
3570
|
|
|
|
|
|
|
'currency' => q(Croatian Kuna), |
3571
|
|
|
|
|
|
|
'one' => q(Croatian kuna), |
3572
|
|
|
|
|
|
|
'other' => q(Croatian kunas), |
3573
|
|
|
|
|
|
|
}, |
3574
|
|
|
|
|
|
|
}, |
3575
|
|
|
|
|
|
|
'HTG' => { |
3576
|
|
|
|
|
|
|
symbol => 'HTG', |
3577
|
|
|
|
|
|
|
display_name => { |
3578
|
|
|
|
|
|
|
'currency' => q(Gourde ng Haiti), |
3579
|
|
|
|
|
|
|
'one' => q(gourde ng Haiti), |
3580
|
|
|
|
|
|
|
'other' => q(gourdes ng Haiti), |
3581
|
|
|
|
|
|
|
}, |
3582
|
|
|
|
|
|
|
}, |
3583
|
|
|
|
|
|
|
'HUF' => { |
3584
|
|
|
|
|
|
|
symbol => 'HUF', |
3585
|
|
|
|
|
|
|
display_name => { |
3586
|
|
|
|
|
|
|
'currency' => q(Hungarian Forint), |
3587
|
|
|
|
|
|
|
'one' => q(Hungarian forint), |
3588
|
|
|
|
|
|
|
'other' => q(Hungarian forints), |
3589
|
|
|
|
|
|
|
}, |
3590
|
|
|
|
|
|
|
}, |
3591
|
|
|
|
|
|
|
'IDR' => { |
3592
|
|
|
|
|
|
|
symbol => 'IDR', |
3593
|
|
|
|
|
|
|
display_name => { |
3594
|
|
|
|
|
|
|
'currency' => q(Indonesian Rupiah), |
3595
|
|
|
|
|
|
|
'one' => q(Indonesian rupiah), |
3596
|
|
|
|
|
|
|
'other' => q(Indonesian rupiahs), |
3597
|
|
|
|
|
|
|
}, |
3598
|
|
|
|
|
|
|
}, |
3599
|
|
|
|
|
|
|
'ILS' => { |
3600
|
|
|
|
|
|
|
symbol => 'âª', |
3601
|
|
|
|
|
|
|
display_name => { |
3602
|
|
|
|
|
|
|
'currency' => q(Israeli New Sheqel), |
3603
|
|
|
|
|
|
|
'one' => q(Israeli new sheqel), |
3604
|
|
|
|
|
|
|
'other' => q(Israeli new sheqels), |
3605
|
|
|
|
|
|
|
}, |
3606
|
|
|
|
|
|
|
}, |
3607
|
|
|
|
|
|
|
'INR' => { |
3608
|
|
|
|
|
|
|
symbol => 'â¹', |
3609
|
|
|
|
|
|
|
display_name => { |
3610
|
|
|
|
|
|
|
'currency' => q(Indian Rupee), |
3611
|
|
|
|
|
|
|
'one' => q(Indian rupee), |
3612
|
|
|
|
|
|
|
'other' => q(Indian rupees), |
3613
|
|
|
|
|
|
|
}, |
3614
|
|
|
|
|
|
|
}, |
3615
|
|
|
|
|
|
|
'IQD' => { |
3616
|
|
|
|
|
|
|
symbol => 'IQD', |
3617
|
|
|
|
|
|
|
display_name => { |
3618
|
|
|
|
|
|
|
'currency' => q(Iraqi Dinar), |
3619
|
|
|
|
|
|
|
'one' => q(Iraqi dinar), |
3620
|
|
|
|
|
|
|
'other' => q(Iraqi dinars), |
3621
|
|
|
|
|
|
|
}, |
3622
|
|
|
|
|
|
|
}, |
3623
|
|
|
|
|
|
|
'IRR' => { |
3624
|
|
|
|
|
|
|
symbol => 'IRR', |
3625
|
|
|
|
|
|
|
display_name => { |
3626
|
|
|
|
|
|
|
'currency' => q(Iranian Rial), |
3627
|
|
|
|
|
|
|
'one' => q(Iranian rial), |
3628
|
|
|
|
|
|
|
'other' => q(Iranian rials), |
3629
|
|
|
|
|
|
|
}, |
3630
|
|
|
|
|
|
|
}, |
3631
|
|
|
|
|
|
|
'ISK' => { |
3632
|
|
|
|
|
|
|
symbol => 'ISK', |
3633
|
|
|
|
|
|
|
display_name => { |
3634
|
|
|
|
|
|
|
'currency' => q(Icelandic Króna), |
3635
|
|
|
|
|
|
|
'one' => q(Icelandic króna), |
3636
|
|
|
|
|
|
|
'other' => q(Icelandic krónur), |
3637
|
|
|
|
|
|
|
}, |
3638
|
|
|
|
|
|
|
}, |
3639
|
|
|
|
|
|
|
'JMD' => { |
3640
|
|
|
|
|
|
|
symbol => 'JMD', |
3641
|
|
|
|
|
|
|
display_name => { |
3642
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Jamaica), |
3643
|
|
|
|
|
|
|
'one' => q(dolyar ng Jamaica), |
3644
|
|
|
|
|
|
|
'other' => q(dolyares ng Jamaica), |
3645
|
|
|
|
|
|
|
}, |
3646
|
|
|
|
|
|
|
}, |
3647
|
|
|
|
|
|
|
'JOD' => { |
3648
|
|
|
|
|
|
|
symbol => 'JOD', |
3649
|
|
|
|
|
|
|
display_name => { |
3650
|
|
|
|
|
|
|
'currency' => q(Jordanian Dinar), |
3651
|
|
|
|
|
|
|
'one' => q(Jordanian dinar), |
3652
|
|
|
|
|
|
|
'other' => q(Jordanian dinars), |
3653
|
|
|
|
|
|
|
}, |
3654
|
|
|
|
|
|
|
}, |
3655
|
|
|
|
|
|
|
'JPY' => { |
3656
|
|
|
|
|
|
|
symbol => 'Â¥', |
3657
|
|
|
|
|
|
|
display_name => { |
3658
|
|
|
|
|
|
|
'currency' => q(Japanese Yen), |
3659
|
|
|
|
|
|
|
'one' => q(Japanese yen), |
3660
|
|
|
|
|
|
|
'other' => q(Japanese yen), |
3661
|
|
|
|
|
|
|
}, |
3662
|
|
|
|
|
|
|
}, |
3663
|
|
|
|
|
|
|
'KES' => { |
3664
|
|
|
|
|
|
|
symbol => 'KES', |
3665
|
|
|
|
|
|
|
display_name => { |
3666
|
|
|
|
|
|
|
'currency' => q(Kenyan Shilling), |
3667
|
|
|
|
|
|
|
'one' => q(Kenyan shilling), |
3668
|
|
|
|
|
|
|
'other' => q(Kenyan shillings), |
3669
|
|
|
|
|
|
|
}, |
3670
|
|
|
|
|
|
|
}, |
3671
|
|
|
|
|
|
|
'KGS' => { |
3672
|
|
|
|
|
|
|
symbol => 'KGS', |
3673
|
|
|
|
|
|
|
display_name => { |
3674
|
|
|
|
|
|
|
'currency' => q(Kyrgystani Som), |
3675
|
|
|
|
|
|
|
'one' => q(Kyrgystani som), |
3676
|
|
|
|
|
|
|
'other' => q(Kyrgystani soms), |
3677
|
|
|
|
|
|
|
}, |
3678
|
|
|
|
|
|
|
}, |
3679
|
|
|
|
|
|
|
'KHR' => { |
3680
|
|
|
|
|
|
|
symbol => 'KHR', |
3681
|
|
|
|
|
|
|
display_name => { |
3682
|
|
|
|
|
|
|
'currency' => q(Cambodian Riel), |
3683
|
|
|
|
|
|
|
'one' => q(Cambodian riel), |
3684
|
|
|
|
|
|
|
'other' => q(Cambodian riels), |
3685
|
|
|
|
|
|
|
}, |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
'KMF' => { |
3688
|
|
|
|
|
|
|
symbol => 'KMF', |
3689
|
|
|
|
|
|
|
display_name => { |
3690
|
|
|
|
|
|
|
'currency' => q(Comorian Franc), |
3691
|
|
|
|
|
|
|
'one' => q(Comorian franc), |
3692
|
|
|
|
|
|
|
'other' => q(Comorian francs), |
3693
|
|
|
|
|
|
|
}, |
3694
|
|
|
|
|
|
|
}, |
3695
|
|
|
|
|
|
|
'KPW' => { |
3696
|
|
|
|
|
|
|
symbol => 'KPW', |
3697
|
|
|
|
|
|
|
display_name => { |
3698
|
|
|
|
|
|
|
'currency' => q(Won ng Hilagang Korea), |
3699
|
|
|
|
|
|
|
'one' => q(won ng Hilagang Korea), |
3700
|
|
|
|
|
|
|
'other' => q(won ng Hilagang Korea), |
3701
|
|
|
|
|
|
|
}, |
3702
|
|
|
|
|
|
|
}, |
3703
|
|
|
|
|
|
|
'KRW' => { |
3704
|
|
|
|
|
|
|
symbol => 'â©', |
3705
|
|
|
|
|
|
|
display_name => { |
3706
|
|
|
|
|
|
|
'currency' => q(Won ng Timog Korea), |
3707
|
|
|
|
|
|
|
'one' => q(won ng Timog Korea), |
3708
|
|
|
|
|
|
|
'other' => q(won ng Timog Korea), |
3709
|
|
|
|
|
|
|
}, |
3710
|
|
|
|
|
|
|
}, |
3711
|
|
|
|
|
|
|
'KWD' => { |
3712
|
|
|
|
|
|
|
symbol => 'KWD', |
3713
|
|
|
|
|
|
|
display_name => { |
3714
|
|
|
|
|
|
|
'currency' => q(Kuwaiti Dinar), |
3715
|
|
|
|
|
|
|
'one' => q(Kuwaiti dinar), |
3716
|
|
|
|
|
|
|
'other' => q(Kuwaiti dinars), |
3717
|
|
|
|
|
|
|
}, |
3718
|
|
|
|
|
|
|
}, |
3719
|
|
|
|
|
|
|
'KYD' => { |
3720
|
|
|
|
|
|
|
symbol => 'KYD', |
3721
|
|
|
|
|
|
|
display_name => { |
3722
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Cayman Islands), |
3723
|
|
|
|
|
|
|
'one' => q(dolyar ng Cayman Islands), |
3724
|
|
|
|
|
|
|
'other' => q(dolyares ng Cayman Islands), |
3725
|
|
|
|
|
|
|
}, |
3726
|
|
|
|
|
|
|
}, |
3727
|
|
|
|
|
|
|
'KZT' => { |
3728
|
|
|
|
|
|
|
symbol => 'KZT', |
3729
|
|
|
|
|
|
|
display_name => { |
3730
|
|
|
|
|
|
|
'currency' => q(Kazakhstani Tenge), |
3731
|
|
|
|
|
|
|
'one' => q(Kazakhstani tenge), |
3732
|
|
|
|
|
|
|
'other' => q(Kazakhstani tenges), |
3733
|
|
|
|
|
|
|
}, |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
'LAK' => { |
3736
|
|
|
|
|
|
|
symbol => 'LAK', |
3737
|
|
|
|
|
|
|
display_name => { |
3738
|
|
|
|
|
|
|
'currency' => q(Laotian Kip), |
3739
|
|
|
|
|
|
|
'one' => q(Laotian kip), |
3740
|
|
|
|
|
|
|
'other' => q(Laotian kips), |
3741
|
|
|
|
|
|
|
}, |
3742
|
|
|
|
|
|
|
}, |
3743
|
|
|
|
|
|
|
'LBP' => { |
3744
|
|
|
|
|
|
|
symbol => 'LBP', |
3745
|
|
|
|
|
|
|
display_name => { |
3746
|
|
|
|
|
|
|
'currency' => q(Pound ng Lebanon), |
3747
|
|
|
|
|
|
|
'one' => q(pound ng Lebanon), |
3748
|
|
|
|
|
|
|
'other' => q(pounds ng Lebanon), |
3749
|
|
|
|
|
|
|
}, |
3750
|
|
|
|
|
|
|
}, |
3751
|
|
|
|
|
|
|
'LKR' => { |
3752
|
|
|
|
|
|
|
symbol => 'LKR', |
3753
|
|
|
|
|
|
|
display_name => { |
3754
|
|
|
|
|
|
|
'currency' => q(Sri Lankan Rupee), |
3755
|
|
|
|
|
|
|
'one' => q(Sri Lankan rupee), |
3756
|
|
|
|
|
|
|
'other' => q(Sri Lankan rupees), |
3757
|
|
|
|
|
|
|
}, |
3758
|
|
|
|
|
|
|
}, |
3759
|
|
|
|
|
|
|
'LRD' => { |
3760
|
|
|
|
|
|
|
symbol => 'LRD', |
3761
|
|
|
|
|
|
|
display_name => { |
3762
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Liberia), |
3763
|
|
|
|
|
|
|
'one' => q(dolyar ng Liberia), |
3764
|
|
|
|
|
|
|
'other' => q(dolyares ng Liberia), |
3765
|
|
|
|
|
|
|
}, |
3766
|
|
|
|
|
|
|
}, |
3767
|
|
|
|
|
|
|
'LSL' => { |
3768
|
|
|
|
|
|
|
display_name => { |
3769
|
|
|
|
|
|
|
'currency' => q(Lesotho Loti), |
3770
|
|
|
|
|
|
|
}, |
3771
|
|
|
|
|
|
|
}, |
3772
|
|
|
|
|
|
|
'LTL' => { |
3773
|
|
|
|
|
|
|
symbol => 'LTL', |
3774
|
|
|
|
|
|
|
display_name => { |
3775
|
|
|
|
|
|
|
'currency' => q(Lithuanian Litas), |
3776
|
|
|
|
|
|
|
'one' => q(Lithuanian litas), |
3777
|
|
|
|
|
|
|
'other' => q(Lithuanian litai), |
3778
|
|
|
|
|
|
|
}, |
3779
|
|
|
|
|
|
|
}, |
3780
|
|
|
|
|
|
|
'LVL' => { |
3781
|
|
|
|
|
|
|
symbol => 'LVL', |
3782
|
|
|
|
|
|
|
display_name => { |
3783
|
|
|
|
|
|
|
'currency' => q(Latvian Lats), |
3784
|
|
|
|
|
|
|
'one' => q(Latvian lats), |
3785
|
|
|
|
|
|
|
'other' => q(Latvian lati), |
3786
|
|
|
|
|
|
|
}, |
3787
|
|
|
|
|
|
|
}, |
3788
|
|
|
|
|
|
|
'LYD' => { |
3789
|
|
|
|
|
|
|
symbol => 'LYD', |
3790
|
|
|
|
|
|
|
display_name => { |
3791
|
|
|
|
|
|
|
'currency' => q(Libyan Dinar), |
3792
|
|
|
|
|
|
|
'one' => q(Libyan dinar), |
3793
|
|
|
|
|
|
|
'other' => q(Libyan dinars), |
3794
|
|
|
|
|
|
|
}, |
3795
|
|
|
|
|
|
|
}, |
3796
|
|
|
|
|
|
|
'MAD' => { |
3797
|
|
|
|
|
|
|
symbol => 'MAD', |
3798
|
|
|
|
|
|
|
display_name => { |
3799
|
|
|
|
|
|
|
'currency' => q(Moroccan Dirham), |
3800
|
|
|
|
|
|
|
'one' => q(Moroccan dirham), |
3801
|
|
|
|
|
|
|
'other' => q(Moroccan dirhams), |
3802
|
|
|
|
|
|
|
}, |
3803
|
|
|
|
|
|
|
}, |
3804
|
|
|
|
|
|
|
'MDL' => { |
3805
|
|
|
|
|
|
|
symbol => 'MDL', |
3806
|
|
|
|
|
|
|
display_name => { |
3807
|
|
|
|
|
|
|
'currency' => q(Moldovan Leu), |
3808
|
|
|
|
|
|
|
'one' => q(Moldovan leu), |
3809
|
|
|
|
|
|
|
'other' => q(Moldovan lei), |
3810
|
|
|
|
|
|
|
}, |
3811
|
|
|
|
|
|
|
}, |
3812
|
|
|
|
|
|
|
'MGA' => { |
3813
|
|
|
|
|
|
|
symbol => 'MGA', |
3814
|
|
|
|
|
|
|
display_name => { |
3815
|
|
|
|
|
|
|
'currency' => q(Malagasy Ariary), |
3816
|
|
|
|
|
|
|
'one' => q(Malagasy Ariary), |
3817
|
|
|
|
|
|
|
'other' => q(Malagasy Ariaries), |
3818
|
|
|
|
|
|
|
}, |
3819
|
|
|
|
|
|
|
}, |
3820
|
|
|
|
|
|
|
'MKD' => { |
3821
|
|
|
|
|
|
|
symbol => 'MKD', |
3822
|
|
|
|
|
|
|
display_name => { |
3823
|
|
|
|
|
|
|
'currency' => q(Macedonian Denar), |
3824
|
|
|
|
|
|
|
'one' => q(Macedonian denar), |
3825
|
|
|
|
|
|
|
'other' => q(Macedonian denari), |
3826
|
|
|
|
|
|
|
}, |
3827
|
|
|
|
|
|
|
}, |
3828
|
|
|
|
|
|
|
'MMK' => { |
3829
|
|
|
|
|
|
|
symbol => 'MMK', |
3830
|
|
|
|
|
|
|
display_name => { |
3831
|
|
|
|
|
|
|
'currency' => q(Myanmar Kyat), |
3832
|
|
|
|
|
|
|
'one' => q(Myanmar kyat), |
3833
|
|
|
|
|
|
|
'other' => q(Myanmar kyats), |
3834
|
|
|
|
|
|
|
}, |
3835
|
|
|
|
|
|
|
}, |
3836
|
|
|
|
|
|
|
'MNT' => { |
3837
|
|
|
|
|
|
|
symbol => 'MNT', |
3838
|
|
|
|
|
|
|
display_name => { |
3839
|
|
|
|
|
|
|
'currency' => q(Mongolian Tugrik), |
3840
|
|
|
|
|
|
|
'one' => q(Mongolian tugrik), |
3841
|
|
|
|
|
|
|
'other' => q(Mongolian tugriks), |
3842
|
|
|
|
|
|
|
}, |
3843
|
|
|
|
|
|
|
}, |
3844
|
|
|
|
|
|
|
'MOP' => { |
3845
|
|
|
|
|
|
|
symbol => 'MOP', |
3846
|
|
|
|
|
|
|
display_name => { |
3847
|
|
|
|
|
|
|
'currency' => q(Macanese Pataca), |
3848
|
|
|
|
|
|
|
'one' => q(Macanese pataca), |
3849
|
|
|
|
|
|
|
'other' => q(Macanese patacas), |
3850
|
|
|
|
|
|
|
}, |
3851
|
|
|
|
|
|
|
}, |
3852
|
|
|
|
|
|
|
'MRO' => { |
3853
|
|
|
|
|
|
|
symbol => 'MRO', |
3854
|
|
|
|
|
|
|
display_name => { |
3855
|
|
|
|
|
|
|
'currency' => q(Mauritanian Ouguiya), |
3856
|
|
|
|
|
|
|
'one' => q(Mauritanian ouguiya), |
3857
|
|
|
|
|
|
|
'other' => q(Mauritanian ouguiyas), |
3858
|
|
|
|
|
|
|
}, |
3859
|
|
|
|
|
|
|
}, |
3860
|
|
|
|
|
|
|
'MUR' => { |
3861
|
|
|
|
|
|
|
symbol => 'MUR', |
3862
|
|
|
|
|
|
|
display_name => { |
3863
|
|
|
|
|
|
|
'currency' => q(Mauritian Rupee), |
3864
|
|
|
|
|
|
|
'one' => q(Mauritian rupee), |
3865
|
|
|
|
|
|
|
'other' => q(Mauritian rupees), |
3866
|
|
|
|
|
|
|
}, |
3867
|
|
|
|
|
|
|
}, |
3868
|
|
|
|
|
|
|
'MVR' => { |
3869
|
|
|
|
|
|
|
symbol => 'MVR', |
3870
|
|
|
|
|
|
|
display_name => { |
3871
|
|
|
|
|
|
|
'currency' => q(Maldivian Rufiyaa), |
3872
|
|
|
|
|
|
|
'one' => q(Maldivian rufiyaa), |
3873
|
|
|
|
|
|
|
'other' => q(Maldivian rufiyaas), |
3874
|
|
|
|
|
|
|
}, |
3875
|
|
|
|
|
|
|
}, |
3876
|
|
|
|
|
|
|
'MWK' => { |
3877
|
|
|
|
|
|
|
symbol => 'MWK', |
3878
|
|
|
|
|
|
|
display_name => { |
3879
|
|
|
|
|
|
|
'currency' => q(Malawian Kwacha), |
3880
|
|
|
|
|
|
|
'one' => q(Malawian Kwacha), |
3881
|
|
|
|
|
|
|
'other' => q(Malawian Kwachas), |
3882
|
|
|
|
|
|
|
}, |
3883
|
|
|
|
|
|
|
}, |
3884
|
|
|
|
|
|
|
'MXN' => { |
3885
|
|
|
|
|
|
|
symbol => 'MX$', |
3886
|
|
|
|
|
|
|
display_name => { |
3887
|
|
|
|
|
|
|
'currency' => q(Piso ng Mexico), |
3888
|
|
|
|
|
|
|
'one' => q(piso ng Mexico), |
3889
|
|
|
|
|
|
|
'other' => q(piso ng Mexico), |
3890
|
|
|
|
|
|
|
}, |
3891
|
|
|
|
|
|
|
}, |
3892
|
|
|
|
|
|
|
'MYR' => { |
3893
|
|
|
|
|
|
|
symbol => 'MYR', |
3894
|
|
|
|
|
|
|
display_name => { |
3895
|
|
|
|
|
|
|
'currency' => q(Malaysian Ringgit), |
3896
|
|
|
|
|
|
|
'one' => q(Malaysian ringgit), |
3897
|
|
|
|
|
|
|
'other' => q(Malaysian ringgits), |
3898
|
|
|
|
|
|
|
}, |
3899
|
|
|
|
|
|
|
}, |
3900
|
|
|
|
|
|
|
'MZN' => { |
3901
|
|
|
|
|
|
|
symbol => 'MZN', |
3902
|
|
|
|
|
|
|
display_name => { |
3903
|
|
|
|
|
|
|
'currency' => q(Mozambican Metical), |
3904
|
|
|
|
|
|
|
'one' => q(Mozambican metical), |
3905
|
|
|
|
|
|
|
'other' => q(Mozambican meticals), |
3906
|
|
|
|
|
|
|
}, |
3907
|
|
|
|
|
|
|
}, |
3908
|
|
|
|
|
|
|
'NAD' => { |
3909
|
|
|
|
|
|
|
symbol => 'NAD', |
3910
|
|
|
|
|
|
|
display_name => { |
3911
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Namibia), |
3912
|
|
|
|
|
|
|
'one' => q(dolyar ng Namibia), |
3913
|
|
|
|
|
|
|
'other' => q(dolyares ng Namibia), |
3914
|
|
|
|
|
|
|
}, |
3915
|
|
|
|
|
|
|
}, |
3916
|
|
|
|
|
|
|
'NGN' => { |
3917
|
|
|
|
|
|
|
symbol => 'NGN', |
3918
|
|
|
|
|
|
|
display_name => { |
3919
|
|
|
|
|
|
|
'currency' => q(Nigerian Naira), |
3920
|
|
|
|
|
|
|
'one' => q(Nigerian naira), |
3921
|
|
|
|
|
|
|
'other' => q(Nigerian nairas), |
3922
|
|
|
|
|
|
|
}, |
3923
|
|
|
|
|
|
|
}, |
3924
|
|
|
|
|
|
|
'NIO' => { |
3925
|
|
|
|
|
|
|
symbol => 'NIO', |
3926
|
|
|
|
|
|
|
display_name => { |
3927
|
|
|
|
|
|
|
'currency' => q(Córdoba ng Nicaragua), |
3928
|
|
|
|
|
|
|
'one' => q(córdoba ng Nicaragua), |
3929
|
|
|
|
|
|
|
'other' => q(Nicaraguan córdobas), |
3930
|
|
|
|
|
|
|
}, |
3931
|
|
|
|
|
|
|
}, |
3932
|
|
|
|
|
|
|
'NOK' => { |
3933
|
|
|
|
|
|
|
symbol => 'NOK', |
3934
|
|
|
|
|
|
|
display_name => { |
3935
|
|
|
|
|
|
|
'currency' => q(Norwegian Krone), |
3936
|
|
|
|
|
|
|
'one' => q(Norwegian krone), |
3937
|
|
|
|
|
|
|
'other' => q(Norwegian kroner), |
3938
|
|
|
|
|
|
|
}, |
3939
|
|
|
|
|
|
|
}, |
3940
|
|
|
|
|
|
|
'NPR' => { |
3941
|
|
|
|
|
|
|
symbol => 'NPR', |
3942
|
|
|
|
|
|
|
display_name => { |
3943
|
|
|
|
|
|
|
'currency' => q(Nepalese Rupee), |
3944
|
|
|
|
|
|
|
'one' => q(Nepalese rupee), |
3945
|
|
|
|
|
|
|
'other' => q(Nepalese rupees), |
3946
|
|
|
|
|
|
|
}, |
3947
|
|
|
|
|
|
|
}, |
3948
|
|
|
|
|
|
|
'NZD' => { |
3949
|
|
|
|
|
|
|
symbol => 'NZ$', |
3950
|
|
|
|
|
|
|
display_name => { |
3951
|
|
|
|
|
|
|
'currency' => q(Dolyar ng New Zealand), |
3952
|
|
|
|
|
|
|
'one' => q(dolyares ng New Zealand), |
3953
|
|
|
|
|
|
|
'other' => q(dolyares ng New Zealand), |
3954
|
|
|
|
|
|
|
}, |
3955
|
|
|
|
|
|
|
}, |
3956
|
|
|
|
|
|
|
'OMR' => { |
3957
|
|
|
|
|
|
|
symbol => 'OMR', |
3958
|
|
|
|
|
|
|
display_name => { |
3959
|
|
|
|
|
|
|
'currency' => q(Omani Rial), |
3960
|
|
|
|
|
|
|
'one' => q(Omani rial), |
3961
|
|
|
|
|
|
|
'other' => q(Omani rials), |
3962
|
|
|
|
|
|
|
}, |
3963
|
|
|
|
|
|
|
}, |
3964
|
|
|
|
|
|
|
'PAB' => { |
3965
|
|
|
|
|
|
|
symbol => 'PAB', |
3966
|
|
|
|
|
|
|
display_name => { |
3967
|
|
|
|
|
|
|
'currency' => q(Balboa ng Panama), |
3968
|
|
|
|
|
|
|
'one' => q(balboa ng Panama), |
3969
|
|
|
|
|
|
|
'other' => q(Balboas ng Panama), |
3970
|
|
|
|
|
|
|
}, |
3971
|
|
|
|
|
|
|
}, |
3972
|
|
|
|
|
|
|
'PEN' => { |
3973
|
|
|
|
|
|
|
symbol => 'PEN', |
3974
|
|
|
|
|
|
|
display_name => { |
3975
|
|
|
|
|
|
|
'currency' => q(Peruvian Nuevo Sol), |
3976
|
|
|
|
|
|
|
'one' => q(Peruvian nuevo sol), |
3977
|
|
|
|
|
|
|
'other' => q(Peruvian nuevos soles), |
3978
|
|
|
|
|
|
|
}, |
3979
|
|
|
|
|
|
|
}, |
3980
|
|
|
|
|
|
|
'PGK' => { |
3981
|
|
|
|
|
|
|
symbol => 'PGK', |
3982
|
|
|
|
|
|
|
display_name => { |
3983
|
|
|
|
|
|
|
'currency' => q(Papua New Guinean Kina), |
3984
|
|
|
|
|
|
|
'one' => q(Papua New Guinean kina), |
3985
|
|
|
|
|
|
|
'other' => q(Papua New Guinean kina), |
3986
|
|
|
|
|
|
|
}, |
3987
|
|
|
|
|
|
|
}, |
3988
|
|
|
|
|
|
|
'PHP' => { |
3989
|
|
|
|
|
|
|
symbol => 'â±', |
3990
|
|
|
|
|
|
|
display_name => { |
3991
|
|
|
|
|
|
|
'currency' => q(Piso ng Pilipinas), |
3992
|
|
|
|
|
|
|
'one' => q(piso ng Pilipinas), |
3993
|
|
|
|
|
|
|
'other' => q(piso ng Pilipinas), |
3994
|
|
|
|
|
|
|
}, |
3995
|
|
|
|
|
|
|
}, |
3996
|
|
|
|
|
|
|
'PKR' => { |
3997
|
|
|
|
|
|
|
symbol => 'PKR', |
3998
|
|
|
|
|
|
|
display_name => { |
3999
|
|
|
|
|
|
|
'currency' => q(Pakistani Rupee), |
4000
|
|
|
|
|
|
|
'one' => q(Pakistani rupee), |
4001
|
|
|
|
|
|
|
'other' => q(Pakistani rupees), |
4002
|
|
|
|
|
|
|
}, |
4003
|
|
|
|
|
|
|
}, |
4004
|
|
|
|
|
|
|
'PLN' => { |
4005
|
|
|
|
|
|
|
symbol => 'PLN', |
4006
|
|
|
|
|
|
|
display_name => { |
4007
|
|
|
|
|
|
|
'currency' => q(Polish Zloty), |
4008
|
|
|
|
|
|
|
'one' => q(Polish zloty), |
4009
|
|
|
|
|
|
|
'other' => q(Polish zlotys), |
4010
|
|
|
|
|
|
|
}, |
4011
|
|
|
|
|
|
|
}, |
4012
|
|
|
|
|
|
|
'PYG' => { |
4013
|
|
|
|
|
|
|
symbol => 'PYG', |
4014
|
|
|
|
|
|
|
display_name => { |
4015
|
|
|
|
|
|
|
'currency' => q(Paraguayan Guarani), |
4016
|
|
|
|
|
|
|
'one' => q(Paraguayan guarani), |
4017
|
|
|
|
|
|
|
'other' => q(Paraguayan guaranis), |
4018
|
|
|
|
|
|
|
}, |
4019
|
|
|
|
|
|
|
}, |
4020
|
|
|
|
|
|
|
'QAR' => { |
4021
|
|
|
|
|
|
|
symbol => 'QAR', |
4022
|
|
|
|
|
|
|
display_name => { |
4023
|
|
|
|
|
|
|
'currency' => q(Qatari Rial), |
4024
|
|
|
|
|
|
|
'one' => q(Qatari rial), |
4025
|
|
|
|
|
|
|
'other' => q(Qatari rials), |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
}, |
4028
|
|
|
|
|
|
|
'RON' => { |
4029
|
|
|
|
|
|
|
symbol => 'RON', |
4030
|
|
|
|
|
|
|
display_name => { |
4031
|
|
|
|
|
|
|
'currency' => q(Romanian Leu), |
4032
|
|
|
|
|
|
|
'one' => q(Romanian leu), |
4033
|
|
|
|
|
|
|
'other' => q(Romanian lei), |
4034
|
|
|
|
|
|
|
}, |
4035
|
|
|
|
|
|
|
}, |
4036
|
|
|
|
|
|
|
'RSD' => { |
4037
|
|
|
|
|
|
|
symbol => 'RSD', |
4038
|
|
|
|
|
|
|
display_name => { |
4039
|
|
|
|
|
|
|
'currency' => q(Serbian Dinar), |
4040
|
|
|
|
|
|
|
'one' => q(Serbian dinar), |
4041
|
|
|
|
|
|
|
'other' => q(Serbian dinars), |
4042
|
|
|
|
|
|
|
}, |
4043
|
|
|
|
|
|
|
}, |
4044
|
|
|
|
|
|
|
'RUB' => { |
4045
|
|
|
|
|
|
|
symbol => 'RUB', |
4046
|
|
|
|
|
|
|
display_name => { |
4047
|
|
|
|
|
|
|
'currency' => q(Russian Ruble), |
4048
|
|
|
|
|
|
|
'one' => q(Russian ruble), |
4049
|
|
|
|
|
|
|
'other' => q(Russian rubles), |
4050
|
|
|
|
|
|
|
}, |
4051
|
|
|
|
|
|
|
}, |
4052
|
|
|
|
|
|
|
'RWF' => { |
4053
|
|
|
|
|
|
|
symbol => 'RWF', |
4054
|
|
|
|
|
|
|
display_name => { |
4055
|
|
|
|
|
|
|
'currency' => q(Rwandan Franc), |
4056
|
|
|
|
|
|
|
'one' => q(Rwandan franc), |
4057
|
|
|
|
|
|
|
'other' => q(Rwandan francs), |
4058
|
|
|
|
|
|
|
}, |
4059
|
|
|
|
|
|
|
}, |
4060
|
|
|
|
|
|
|
'SAR' => { |
4061
|
|
|
|
|
|
|
symbol => 'SAR', |
4062
|
|
|
|
|
|
|
display_name => { |
4063
|
|
|
|
|
|
|
'currency' => q(Saudi Riyal), |
4064
|
|
|
|
|
|
|
'one' => q(Saudi riyal), |
4065
|
|
|
|
|
|
|
'other' => q(Saudi riyals), |
4066
|
|
|
|
|
|
|
}, |
4067
|
|
|
|
|
|
|
}, |
4068
|
|
|
|
|
|
|
'SBD' => { |
4069
|
|
|
|
|
|
|
symbol => 'SBD', |
4070
|
|
|
|
|
|
|
display_name => { |
4071
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Solomon Islands), |
4072
|
|
|
|
|
|
|
'one' => q(dolyar ng Solomon Islands), |
4073
|
|
|
|
|
|
|
'other' => q(dolyar ng Solomon Islands), |
4074
|
|
|
|
|
|
|
}, |
4075
|
|
|
|
|
|
|
}, |
4076
|
|
|
|
|
|
|
'SCR' => { |
4077
|
|
|
|
|
|
|
symbol => 'SCR', |
4078
|
|
|
|
|
|
|
display_name => { |
4079
|
|
|
|
|
|
|
'currency' => q(Seychellois Rupee), |
4080
|
|
|
|
|
|
|
'one' => q(Seychellois rupee), |
4081
|
|
|
|
|
|
|
'other' => q(Seychellois rupees), |
4082
|
|
|
|
|
|
|
}, |
4083
|
|
|
|
|
|
|
}, |
4084
|
|
|
|
|
|
|
'SDG' => { |
4085
|
|
|
|
|
|
|
symbol => 'SDG', |
4086
|
|
|
|
|
|
|
display_name => { |
4087
|
|
|
|
|
|
|
'currency' => q(Pound ng Sudan), |
4088
|
|
|
|
|
|
|
'one' => q(pound ng Sudan), |
4089
|
|
|
|
|
|
|
'other' => q(Sudanese pounds), |
4090
|
|
|
|
|
|
|
}, |
4091
|
|
|
|
|
|
|
}, |
4092
|
|
|
|
|
|
|
'SEK' => { |
4093
|
|
|
|
|
|
|
symbol => 'SEK', |
4094
|
|
|
|
|
|
|
display_name => { |
4095
|
|
|
|
|
|
|
'currency' => q(Swedish Krona), |
4096
|
|
|
|
|
|
|
'one' => q(Swedish krona), |
4097
|
|
|
|
|
|
|
'other' => q(Swedish kronor), |
4098
|
|
|
|
|
|
|
}, |
4099
|
|
|
|
|
|
|
}, |
4100
|
|
|
|
|
|
|
'SGD' => { |
4101
|
|
|
|
|
|
|
symbol => 'SGD', |
4102
|
|
|
|
|
|
|
display_name => { |
4103
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Singapore), |
4104
|
|
|
|
|
|
|
'one' => q(dolyar ng Singapore), |
4105
|
|
|
|
|
|
|
'other' => q(dolyares ng Singapore), |
4106
|
|
|
|
|
|
|
}, |
4107
|
|
|
|
|
|
|
}, |
4108
|
|
|
|
|
|
|
'SHP' => { |
4109
|
|
|
|
|
|
|
symbol => 'SHP', |
4110
|
|
|
|
|
|
|
display_name => { |
4111
|
|
|
|
|
|
|
'currency' => q(Saint Helena Pound), |
4112
|
|
|
|
|
|
|
'one' => q(Saint Helena pound), |
4113
|
|
|
|
|
|
|
'other' => q(Saint Helena pounds), |
4114
|
|
|
|
|
|
|
}, |
4115
|
|
|
|
|
|
|
}, |
4116
|
|
|
|
|
|
|
'SIT' => { |
4117
|
|
|
|
|
|
|
display_name => { |
4118
|
|
|
|
|
|
|
'currency' => q(Slovenian Tolar), |
4119
|
|
|
|
|
|
|
}, |
4120
|
|
|
|
|
|
|
}, |
4121
|
|
|
|
|
|
|
'SKK' => { |
4122
|
|
|
|
|
|
|
display_name => { |
4123
|
|
|
|
|
|
|
'currency' => q(Slovak Koruna), |
4124
|
|
|
|
|
|
|
}, |
4125
|
|
|
|
|
|
|
}, |
4126
|
|
|
|
|
|
|
'SLL' => { |
4127
|
|
|
|
|
|
|
symbol => 'SLL', |
4128
|
|
|
|
|
|
|
display_name => { |
4129
|
|
|
|
|
|
|
'currency' => q(Sierra Leonean Leone), |
4130
|
|
|
|
|
|
|
'one' => q(Sierra Leonean leone), |
4131
|
|
|
|
|
|
|
'other' => q(Sierra Leonean leones), |
4132
|
|
|
|
|
|
|
}, |
4133
|
|
|
|
|
|
|
}, |
4134
|
|
|
|
|
|
|
'SOS' => { |
4135
|
|
|
|
|
|
|
symbol => 'SOS', |
4136
|
|
|
|
|
|
|
display_name => { |
4137
|
|
|
|
|
|
|
'currency' => q(Somali Shilling), |
4138
|
|
|
|
|
|
|
'one' => q(Somali shilling), |
4139
|
|
|
|
|
|
|
'other' => q(Somali shillings), |
4140
|
|
|
|
|
|
|
}, |
4141
|
|
|
|
|
|
|
}, |
4142
|
|
|
|
|
|
|
'SRD' => { |
4143
|
|
|
|
|
|
|
symbol => 'SRD', |
4144
|
|
|
|
|
|
|
display_name => { |
4145
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Suriname), |
4146
|
|
|
|
|
|
|
'one' => q(dolyar ng Suriname), |
4147
|
|
|
|
|
|
|
'other' => q(dolyares ng Suriname), |
4148
|
|
|
|
|
|
|
}, |
4149
|
|
|
|
|
|
|
}, |
4150
|
|
|
|
|
|
|
'SSP' => { |
4151
|
|
|
|
|
|
|
symbol => 'SSP', |
4152
|
|
|
|
|
|
|
display_name => { |
4153
|
|
|
|
|
|
|
'currency' => q(Pound ng Timog Sudan), |
4154
|
|
|
|
|
|
|
'one' => q(Pound ng Timog Sudan), |
4155
|
|
|
|
|
|
|
'other' => q(pounds ng Timog Sudan), |
4156
|
|
|
|
|
|
|
}, |
4157
|
|
|
|
|
|
|
}, |
4158
|
|
|
|
|
|
|
'STD' => { |
4159
|
|
|
|
|
|
|
symbol => 'STD', |
4160
|
|
|
|
|
|
|
display_name => { |
4161
|
|
|
|
|
|
|
'currency' => q(São Tomé & PrÃncipe Dobra), |
4162
|
|
|
|
|
|
|
'one' => q(São Tomé & PrÃncipe dobra), |
4163
|
|
|
|
|
|
|
'other' => q(São Tomé & PrÃncipe dobras), |
4164
|
|
|
|
|
|
|
}, |
4165
|
|
|
|
|
|
|
}, |
4166
|
|
|
|
|
|
|
'SYP' => { |
4167
|
|
|
|
|
|
|
symbol => 'SYP', |
4168
|
|
|
|
|
|
|
display_name => { |
4169
|
|
|
|
|
|
|
'currency' => q(Syrian Pound), |
4170
|
|
|
|
|
|
|
'one' => q(Syrian pound), |
4171
|
|
|
|
|
|
|
'other' => q(Syrian pounds), |
4172
|
|
|
|
|
|
|
}, |
4173
|
|
|
|
|
|
|
}, |
4174
|
|
|
|
|
|
|
'SZL' => { |
4175
|
|
|
|
|
|
|
symbol => 'SZL', |
4176
|
|
|
|
|
|
|
display_name => { |
4177
|
|
|
|
|
|
|
'currency' => q(Swazi Lilangeni), |
4178
|
|
|
|
|
|
|
'one' => q(Swazi lilangeni), |
4179
|
|
|
|
|
|
|
'other' => q(Swazi emalangeni), |
4180
|
|
|
|
|
|
|
}, |
4181
|
|
|
|
|
|
|
}, |
4182
|
|
|
|
|
|
|
'THB' => { |
4183
|
|
|
|
|
|
|
symbol => '฿', |
4184
|
|
|
|
|
|
|
display_name => { |
4185
|
|
|
|
|
|
|
'currency' => q(Thai Baht), |
4186
|
|
|
|
|
|
|
'one' => q(Thai baht), |
4187
|
|
|
|
|
|
|
'other' => q(Thai baht), |
4188
|
|
|
|
|
|
|
}, |
4189
|
|
|
|
|
|
|
}, |
4190
|
|
|
|
|
|
|
'TJS' => { |
4191
|
|
|
|
|
|
|
symbol => 'TJS', |
4192
|
|
|
|
|
|
|
display_name => { |
4193
|
|
|
|
|
|
|
'currency' => q(Tajikistani Somoni), |
4194
|
|
|
|
|
|
|
'one' => q(Tajikistani somoni), |
4195
|
|
|
|
|
|
|
'other' => q(Tajikistani somonis), |
4196
|
|
|
|
|
|
|
}, |
4197
|
|
|
|
|
|
|
}, |
4198
|
|
|
|
|
|
|
'TMT' => { |
4199
|
|
|
|
|
|
|
symbol => 'TMT', |
4200
|
|
|
|
|
|
|
display_name => { |
4201
|
|
|
|
|
|
|
'currency' => q(Turkmenistani Manat), |
4202
|
|
|
|
|
|
|
'one' => q(Turkmenistani manat), |
4203
|
|
|
|
|
|
|
'other' => q(Turkmenistani manat), |
4204
|
|
|
|
|
|
|
}, |
4205
|
|
|
|
|
|
|
}, |
4206
|
|
|
|
|
|
|
'TND' => { |
4207
|
|
|
|
|
|
|
symbol => 'TND', |
4208
|
|
|
|
|
|
|
display_name => { |
4209
|
|
|
|
|
|
|
'currency' => q(Tunisian Dinar), |
4210
|
|
|
|
|
|
|
'one' => q(Tunisian dinar), |
4211
|
|
|
|
|
|
|
'other' => q(Tunisian dinars), |
4212
|
|
|
|
|
|
|
}, |
4213
|
|
|
|
|
|
|
}, |
4214
|
|
|
|
|
|
|
'TOP' => { |
4215
|
|
|
|
|
|
|
symbol => 'TOP', |
4216
|
|
|
|
|
|
|
display_name => { |
4217
|
|
|
|
|
|
|
'currency' => q(Tongan Paʻanga), |
4218
|
|
|
|
|
|
|
'one' => q(Tongan paʻanga), |
4219
|
|
|
|
|
|
|
'other' => q(Tongan paʻanga), |
4220
|
|
|
|
|
|
|
}, |
4221
|
|
|
|
|
|
|
}, |
4222
|
|
|
|
|
|
|
'TRY' => { |
4223
|
|
|
|
|
|
|
symbol => 'TRY', |
4224
|
|
|
|
|
|
|
display_name => { |
4225
|
|
|
|
|
|
|
'currency' => q(Turkish Lira), |
4226
|
|
|
|
|
|
|
'one' => q(Turkish lira), |
4227
|
|
|
|
|
|
|
'other' => q(Turkish Lira), |
4228
|
|
|
|
|
|
|
}, |
4229
|
|
|
|
|
|
|
}, |
4230
|
|
|
|
|
|
|
'TTD' => { |
4231
|
|
|
|
|
|
|
symbol => 'TTD', |
4232
|
|
|
|
|
|
|
display_name => { |
4233
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Trinidad and Tobago), |
4234
|
|
|
|
|
|
|
'one' => q(dolyar ng Trinidad and Tobago), |
4235
|
|
|
|
|
|
|
'other' => q(dolyares ng Trinidad and Tobago), |
4236
|
|
|
|
|
|
|
}, |
4237
|
|
|
|
|
|
|
}, |
4238
|
|
|
|
|
|
|
'TWD' => { |
4239
|
|
|
|
|
|
|
symbol => 'NT$', |
4240
|
|
|
|
|
|
|
display_name => { |
4241
|
|
|
|
|
|
|
'currency' => q(Dolyar ng New Taiwan), |
4242
|
|
|
|
|
|
|
'one' => q(dolyar ng New Taiwan), |
4243
|
|
|
|
|
|
|
'other' => q(dolyares ng New Taiwan), |
4244
|
|
|
|
|
|
|
}, |
4245
|
|
|
|
|
|
|
}, |
4246
|
|
|
|
|
|
|
'TZS' => { |
4247
|
|
|
|
|
|
|
symbol => 'TZS', |
4248
|
|
|
|
|
|
|
display_name => { |
4249
|
|
|
|
|
|
|
'currency' => q(Tanzanian Shilling), |
4250
|
|
|
|
|
|
|
'one' => q(Tanzanian shilling), |
4251
|
|
|
|
|
|
|
'other' => q(Tanzanian shillings), |
4252
|
|
|
|
|
|
|
}, |
4253
|
|
|
|
|
|
|
}, |
4254
|
|
|
|
|
|
|
'UAH' => { |
4255
|
|
|
|
|
|
|
symbol => 'UAH', |
4256
|
|
|
|
|
|
|
display_name => { |
4257
|
|
|
|
|
|
|
'currency' => q(Ukrainian Hryvnia), |
4258
|
|
|
|
|
|
|
'one' => q(Ukrainian hryvnia), |
4259
|
|
|
|
|
|
|
'other' => q(Ukrainian hryvnias), |
4260
|
|
|
|
|
|
|
}, |
4261
|
|
|
|
|
|
|
}, |
4262
|
|
|
|
|
|
|
'UGX' => { |
4263
|
|
|
|
|
|
|
symbol => 'UGX', |
4264
|
|
|
|
|
|
|
display_name => { |
4265
|
|
|
|
|
|
|
'currency' => q(Ugandan Shilling), |
4266
|
|
|
|
|
|
|
'one' => q(Ugandan shilling), |
4267
|
|
|
|
|
|
|
'other' => q(Ugandan shillings), |
4268
|
|
|
|
|
|
|
}, |
4269
|
|
|
|
|
|
|
}, |
4270
|
|
|
|
|
|
|
'USD' => { |
4271
|
|
|
|
|
|
|
symbol => '$', |
4272
|
|
|
|
|
|
|
display_name => { |
4273
|
|
|
|
|
|
|
'currency' => q(Dolyar ng US), |
4274
|
|
|
|
|
|
|
'one' => q(dolyar ng US), |
4275
|
|
|
|
|
|
|
'other' => q(dolyares ng US), |
4276
|
|
|
|
|
|
|
}, |
4277
|
|
|
|
|
|
|
}, |
4278
|
|
|
|
|
|
|
'UYU' => { |
4279
|
|
|
|
|
|
|
symbol => 'UYU', |
4280
|
|
|
|
|
|
|
display_name => { |
4281
|
|
|
|
|
|
|
'currency' => q(Piso ng Uruguay), |
4282
|
|
|
|
|
|
|
'one' => q(piso ng Uruguay), |
4283
|
|
|
|
|
|
|
'other' => q(piso ng Uruguay), |
4284
|
|
|
|
|
|
|
}, |
4285
|
|
|
|
|
|
|
}, |
4286
|
|
|
|
|
|
|
'UZS' => { |
4287
|
|
|
|
|
|
|
symbol => 'UZS', |
4288
|
|
|
|
|
|
|
display_name => { |
4289
|
|
|
|
|
|
|
'currency' => q(Uzbekistan Som), |
4290
|
|
|
|
|
|
|
'one' => q(Uzbekistan som), |
4291
|
|
|
|
|
|
|
'other' => q(Uzbekistan som), |
4292
|
|
|
|
|
|
|
}, |
4293
|
|
|
|
|
|
|
}, |
4294
|
|
|
|
|
|
|
'VEB' => { |
4295
|
|
|
|
|
|
|
display_name => { |
4296
|
|
|
|
|
|
|
'currency' => q(Venezuelan BolÃvar \(1871â2008\)), |
4297
|
|
|
|
|
|
|
}, |
4298
|
|
|
|
|
|
|
}, |
4299
|
|
|
|
|
|
|
'VEF' => { |
4300
|
|
|
|
|
|
|
symbol => 'VEF', |
4301
|
|
|
|
|
|
|
display_name => { |
4302
|
|
|
|
|
|
|
'currency' => q(BolÃvar ng Venezuela), |
4303
|
|
|
|
|
|
|
'one' => q(bolÃvar ng Venezuela), |
4304
|
|
|
|
|
|
|
'other' => q(bolÃvars ng Venezuela), |
4305
|
|
|
|
|
|
|
}, |
4306
|
|
|
|
|
|
|
}, |
4307
|
|
|
|
|
|
|
'VND' => { |
4308
|
|
|
|
|
|
|
symbol => 'â«', |
4309
|
|
|
|
|
|
|
display_name => { |
4310
|
|
|
|
|
|
|
'currency' => q(Vietnamese Dong), |
4311
|
|
|
|
|
|
|
'one' => q(Vietnamese dong), |
4312
|
|
|
|
|
|
|
'other' => q(Vietnamese dong), |
4313
|
|
|
|
|
|
|
}, |
4314
|
|
|
|
|
|
|
}, |
4315
|
|
|
|
|
|
|
'VUV' => { |
4316
|
|
|
|
|
|
|
symbol => 'VUV', |
4317
|
|
|
|
|
|
|
display_name => { |
4318
|
|
|
|
|
|
|
'currency' => q(Vanuatu Vatu), |
4319
|
|
|
|
|
|
|
'one' => q(Vanuatu vatu), |
4320
|
|
|
|
|
|
|
'other' => q(Vanuatu vatus), |
4321
|
|
|
|
|
|
|
}, |
4322
|
|
|
|
|
|
|
}, |
4323
|
|
|
|
|
|
|
'WST' => { |
4324
|
|
|
|
|
|
|
symbol => 'WST', |
4325
|
|
|
|
|
|
|
display_name => { |
4326
|
|
|
|
|
|
|
'currency' => q(Samoan Tala), |
4327
|
|
|
|
|
|
|
'one' => q(Samoan tala), |
4328
|
|
|
|
|
|
|
'other' => q(Samoan tala), |
4329
|
|
|
|
|
|
|
}, |
4330
|
|
|
|
|
|
|
}, |
4331
|
|
|
|
|
|
|
'XAF' => { |
4332
|
|
|
|
|
|
|
symbol => 'FCFA', |
4333
|
|
|
|
|
|
|
display_name => { |
4334
|
|
|
|
|
|
|
'currency' => q(CFA Franc BEAC), |
4335
|
|
|
|
|
|
|
'one' => q(CFA franc BEAC), |
4336
|
|
|
|
|
|
|
'other' => q(CFA francs BEAC), |
4337
|
|
|
|
|
|
|
}, |
4338
|
|
|
|
|
|
|
}, |
4339
|
|
|
|
|
|
|
'XCD' => { |
4340
|
|
|
|
|
|
|
symbol => 'EC$', |
4341
|
|
|
|
|
|
|
display_name => { |
4342
|
|
|
|
|
|
|
'currency' => q(Dolyar ng Silangang Caribbean), |
4343
|
|
|
|
|
|
|
'one' => q(dolyar ng Silangang Caribbean), |
4344
|
|
|
|
|
|
|
'other' => q(dolyares ng Silangang Caribbean), |
4345
|
|
|
|
|
|
|
}, |
4346
|
|
|
|
|
|
|
}, |
4347
|
|
|
|
|
|
|
'XOF' => { |
4348
|
|
|
|
|
|
|
symbol => 'CFA', |
4349
|
|
|
|
|
|
|
display_name => { |
4350
|
|
|
|
|
|
|
'currency' => q(CFA Franc ng Kanlurang Africa), |
4351
|
|
|
|
|
|
|
'one' => q(CFA franc ng Kanlurang Africa), |
4352
|
|
|
|
|
|
|
'other' => q(CFA francs ng Kanlurang Africa), |
4353
|
|
|
|
|
|
|
}, |
4354
|
|
|
|
|
|
|
}, |
4355
|
|
|
|
|
|
|
'XPF' => { |
4356
|
|
|
|
|
|
|
symbol => 'CFPF', |
4357
|
|
|
|
|
|
|
display_name => { |
4358
|
|
|
|
|
|
|
'currency' => q(CFP Franc), |
4359
|
|
|
|
|
|
|
'one' => q(CFP franc), |
4360
|
|
|
|
|
|
|
'other' => q(CFP francs), |
4361
|
|
|
|
|
|
|
}, |
4362
|
|
|
|
|
|
|
}, |
4363
|
|
|
|
|
|
|
'XXX' => { |
4364
|
|
|
|
|
|
|
display_name => { |
4365
|
|
|
|
|
|
|
'currency' => q(Hindi Kilalang Pera), |
4366
|
|
|
|
|
|
|
'one' => q(\(hindi kilalang uri ng pera\)), |
4367
|
|
|
|
|
|
|
'other' => q(\(hindi kilalang pera\)), |
4368
|
|
|
|
|
|
|
}, |
4369
|
|
|
|
|
|
|
}, |
4370
|
|
|
|
|
|
|
'YER' => { |
4371
|
|
|
|
|
|
|
symbol => 'YER', |
4372
|
|
|
|
|
|
|
display_name => { |
4373
|
|
|
|
|
|
|
'currency' => q(Yemeni Rial), |
4374
|
|
|
|
|
|
|
'one' => q(Yemeni rial), |
4375
|
|
|
|
|
|
|
'other' => q(Yemeni rials), |
4376
|
|
|
|
|
|
|
}, |
4377
|
|
|
|
|
|
|
}, |
4378
|
|
|
|
|
|
|
'ZAR' => { |
4379
|
|
|
|
|
|
|
symbol => 'ZAR', |
4380
|
|
|
|
|
|
|
display_name => { |
4381
|
|
|
|
|
|
|
'currency' => q(Rand ng Timog Africa), |
4382
|
|
|
|
|
|
|
'one' => q(rand ng Timog Africa), |
4383
|
|
|
|
|
|
|
'other' => q(rand ng Timog Africa), |
4384
|
|
|
|
|
|
|
}, |
4385
|
|
|
|
|
|
|
}, |
4386
|
|
|
|
|
|
|
'ZMK' => { |
4387
|
|
|
|
|
|
|
display_name => { |
4388
|
|
|
|
|
|
|
'currency' => q(Zambian Kwacha \(1968â2012\)), |
4389
|
|
|
|
|
|
|
}, |
4390
|
|
|
|
|
|
|
}, |
4391
|
|
|
|
|
|
|
'ZMW' => { |
4392
|
|
|
|
|
|
|
symbol => 'ZMW', |
4393
|
|
|
|
|
|
|
display_name => { |
4394
|
|
|
|
|
|
|
'currency' => q(Zambian Kwacha), |
4395
|
|
|
|
|
|
|
'one' => q(Zambian kwacha), |
4396
|
|
|
|
|
|
|
'other' => q(Zambian kwachas), |
4397
|
|
|
|
|
|
|
}, |
4398
|
|
|
|
|
|
|
}, |
4399
|
|
|
|
|
|
|
} }, |
4400
|
|
|
|
|
|
|
); |
4401
|
|
|
|
|
|
|
|
4402
|
|
|
|
|
|
|
|
4403
|
|
|
|
|
|
|
has 'calendar_months' => ( |
4404
|
|
|
|
|
|
|
is => 'ro', |
4405
|
|
|
|
|
|
|
isa => HashRef, |
4406
|
|
|
|
|
|
|
init_arg => undef, |
4407
|
|
|
|
|
|
|
default => sub { { |
4408
|
|
|
|
|
|
|
'gregorian' => { |
4409
|
|
|
|
|
|
|
'format' => { |
4410
|
|
|
|
|
|
|
abbreviated => { |
4411
|
|
|
|
|
|
|
nonleap => [ |
4412
|
|
|
|
|
|
|
'Ene', |
4413
|
|
|
|
|
|
|
'Peb', |
4414
|
|
|
|
|
|
|
'Mar', |
4415
|
|
|
|
|
|
|
'Abr', |
4416
|
|
|
|
|
|
|
'May', |
4417
|
|
|
|
|
|
|
'Hun', |
4418
|
|
|
|
|
|
|
'Hul', |
4419
|
|
|
|
|
|
|
'Ago', |
4420
|
|
|
|
|
|
|
'Set', |
4421
|
|
|
|
|
|
|
'Okt', |
4422
|
|
|
|
|
|
|
'Nob', |
4423
|
|
|
|
|
|
|
'Dis' |
4424
|
|
|
|
|
|
|
], |
4425
|
|
|
|
|
|
|
leap => [ |
4426
|
|
|
|
|
|
|
|
4427
|
|
|
|
|
|
|
], |
4428
|
|
|
|
|
|
|
}, |
4429
|
|
|
|
|
|
|
narrow => { |
4430
|
|
|
|
|
|
|
nonleap => [ |
4431
|
|
|
|
|
|
|
'Ene', |
4432
|
|
|
|
|
|
|
'Peb', |
4433
|
|
|
|
|
|
|
'Mar', |
4434
|
|
|
|
|
|
|
'Abr', |
4435
|
|
|
|
|
|
|
'May', |
4436
|
|
|
|
|
|
|
'Hun', |
4437
|
|
|
|
|
|
|
'Hul', |
4438
|
|
|
|
|
|
|
'Ago', |
4439
|
|
|
|
|
|
|
'Set', |
4440
|
|
|
|
|
|
|
'Okt', |
4441
|
|
|
|
|
|
|
'Nob', |
4442
|
|
|
|
|
|
|
'Dis' |
4443
|
|
|
|
|
|
|
], |
4444
|
|
|
|
|
|
|
leap => [ |
4445
|
|
|
|
|
|
|
|
4446
|
|
|
|
|
|
|
], |
4447
|
|
|
|
|
|
|
}, |
4448
|
|
|
|
|
|
|
wide => { |
4449
|
|
|
|
|
|
|
nonleap => [ |
4450
|
|
|
|
|
|
|
'Enero', |
4451
|
|
|
|
|
|
|
'Pebrero', |
4452
|
|
|
|
|
|
|
'Marso', |
4453
|
|
|
|
|
|
|
'Abril', |
4454
|
|
|
|
|
|
|
'Mayo', |
4455
|
|
|
|
|
|
|
'Hunyo', |
4456
|
|
|
|
|
|
|
'Hulyo', |
4457
|
|
|
|
|
|
|
'Agosto', |
4458
|
|
|
|
|
|
|
'Setyembre', |
4459
|
|
|
|
|
|
|
'Oktubre', |
4460
|
|
|
|
|
|
|
'Nobyembre', |
4461
|
|
|
|
|
|
|
'Disyembre' |
4462
|
|
|
|
|
|
|
], |
4463
|
|
|
|
|
|
|
leap => [ |
4464
|
|
|
|
|
|
|
|
4465
|
|
|
|
|
|
|
], |
4466
|
|
|
|
|
|
|
}, |
4467
|
|
|
|
|
|
|
}, |
4468
|
|
|
|
|
|
|
'stand-alone' => { |
4469
|
|
|
|
|
|
|
abbreviated => { |
4470
|
|
|
|
|
|
|
nonleap => [ |
4471
|
|
|
|
|
|
|
'Ene', |
4472
|
|
|
|
|
|
|
'Peb', |
4473
|
|
|
|
|
|
|
'Mar', |
4474
|
|
|
|
|
|
|
'Abr', |
4475
|
|
|
|
|
|
|
'May', |
4476
|
|
|
|
|
|
|
'Hun', |
4477
|
|
|
|
|
|
|
'Hul', |
4478
|
|
|
|
|
|
|
'Ago', |
4479
|
|
|
|
|
|
|
'Set', |
4480
|
|
|
|
|
|
|
'Okt', |
4481
|
|
|
|
|
|
|
'Nob', |
4482
|
|
|
|
|
|
|
'Dis' |
4483
|
|
|
|
|
|
|
], |
4484
|
|
|
|
|
|
|
leap => [ |
4485
|
|
|
|
|
|
|
|
4486
|
|
|
|
|
|
|
], |
4487
|
|
|
|
|
|
|
}, |
4488
|
|
|
|
|
|
|
narrow => { |
4489
|
|
|
|
|
|
|
nonleap => [ |
4490
|
|
|
|
|
|
|
'E', |
4491
|
|
|
|
|
|
|
'P', |
4492
|
|
|
|
|
|
|
'M', |
4493
|
|
|
|
|
|
|
'A', |
4494
|
|
|
|
|
|
|
'M', |
4495
|
|
|
|
|
|
|
'Hun', |
4496
|
|
|
|
|
|
|
'Hul', |
4497
|
|
|
|
|
|
|
'Ago', |
4498
|
|
|
|
|
|
|
'Set', |
4499
|
|
|
|
|
|
|
'Okt', |
4500
|
|
|
|
|
|
|
'Nob', |
4501
|
|
|
|
|
|
|
'Dis' |
4502
|
|
|
|
|
|
|
], |
4503
|
|
|
|
|
|
|
leap => [ |
4504
|
|
|
|
|
|
|
|
4505
|
|
|
|
|
|
|
], |
4506
|
|
|
|
|
|
|
}, |
4507
|
|
|
|
|
|
|
wide => { |
4508
|
|
|
|
|
|
|
nonleap => [ |
4509
|
|
|
|
|
|
|
'Enero', |
4510
|
|
|
|
|
|
|
'Pebrero', |
4511
|
|
|
|
|
|
|
'Marso', |
4512
|
|
|
|
|
|
|
'Abril', |
4513
|
|
|
|
|
|
|
'Mayo', |
4514
|
|
|
|
|
|
|
'Hunyo', |
4515
|
|
|
|
|
|
|
'Hulyo', |
4516
|
|
|
|
|
|
|
'Agosto', |
4517
|
|
|
|
|
|
|
'Setyembre', |
4518
|
|
|
|
|
|
|
'Oktubre', |
4519
|
|
|
|
|
|
|
'Nobyembre', |
4520
|
|
|
|
|
|
|
'Disyembre' |
4521
|
|
|
|
|
|
|
], |
4522
|
|
|
|
|
|
|
leap => [ |
4523
|
|
|
|
|
|
|
|
4524
|
|
|
|
|
|
|
], |
4525
|
|
|
|
|
|
|
}, |
4526
|
|
|
|
|
|
|
}, |
4527
|
|
|
|
|
|
|
}, |
4528
|
|
|
|
|
|
|
} }, |
4529
|
|
|
|
|
|
|
); |
4530
|
|
|
|
|
|
|
|
4531
|
|
|
|
|
|
|
has 'calendar_days' => ( |
4532
|
|
|
|
|
|
|
is => 'ro', |
4533
|
|
|
|
|
|
|
isa => HashRef, |
4534
|
|
|
|
|
|
|
init_arg => undef, |
4535
|
|
|
|
|
|
|
default => sub { { |
4536
|
|
|
|
|
|
|
'gregorian' => { |
4537
|
|
|
|
|
|
|
'format' => { |
4538
|
|
|
|
|
|
|
abbreviated => { |
4539
|
|
|
|
|
|
|
mon => 'Lun', |
4540
|
|
|
|
|
|
|
tue => 'Mar', |
4541
|
|
|
|
|
|
|
wed => 'Miy', |
4542
|
|
|
|
|
|
|
thu => 'Huw', |
4543
|
|
|
|
|
|
|
fri => 'Biy', |
4544
|
|
|
|
|
|
|
sat => 'Sab', |
4545
|
|
|
|
|
|
|
sun => 'Lin' |
4546
|
|
|
|
|
|
|
}, |
4547
|
|
|
|
|
|
|
narrow => { |
4548
|
|
|
|
|
|
|
mon => 'Lun', |
4549
|
|
|
|
|
|
|
tue => 'Mar', |
4550
|
|
|
|
|
|
|
wed => 'Miy', |
4551
|
|
|
|
|
|
|
thu => 'Huw', |
4552
|
|
|
|
|
|
|
fri => 'Biy', |
4553
|
|
|
|
|
|
|
sat => 'Sab', |
4554
|
|
|
|
|
|
|
sun => 'Lin' |
4555
|
|
|
|
|
|
|
}, |
4556
|
|
|
|
|
|
|
short => { |
4557
|
|
|
|
|
|
|
mon => 'Lu', |
4558
|
|
|
|
|
|
|
tue => 'Ma', |
4559
|
|
|
|
|
|
|
wed => 'Mi', |
4560
|
|
|
|
|
|
|
thu => 'Hu', |
4561
|
|
|
|
|
|
|
fri => 'Bi', |
4562
|
|
|
|
|
|
|
sat => 'Sa', |
4563
|
|
|
|
|
|
|
sun => 'Li' |
4564
|
|
|
|
|
|
|
}, |
4565
|
|
|
|
|
|
|
wide => { |
4566
|
|
|
|
|
|
|
mon => 'Lunes', |
4567
|
|
|
|
|
|
|
tue => 'Martes', |
4568
|
|
|
|
|
|
|
wed => 'Miyerkules', |
4569
|
|
|
|
|
|
|
thu => 'Huwebes', |
4570
|
|
|
|
|
|
|
fri => 'Biyernes', |
4571
|
|
|
|
|
|
|
sat => 'Sabado', |
4572
|
|
|
|
|
|
|
sun => 'Linggo' |
4573
|
|
|
|
|
|
|
}, |
4574
|
|
|
|
|
|
|
}, |
4575
|
|
|
|
|
|
|
'stand-alone' => { |
4576
|
|
|
|
|
|
|
abbreviated => { |
4577
|
|
|
|
|
|
|
mon => 'Lun', |
4578
|
|
|
|
|
|
|
tue => 'Mar', |
4579
|
|
|
|
|
|
|
wed => 'Miy', |
4580
|
|
|
|
|
|
|
thu => 'Huw', |
4581
|
|
|
|
|
|
|
fri => 'Biy', |
4582
|
|
|
|
|
|
|
sat => 'Sab', |
4583
|
|
|
|
|
|
|
sun => 'Lin' |
4584
|
|
|
|
|
|
|
}, |
4585
|
|
|
|
|
|
|
narrow => { |
4586
|
|
|
|
|
|
|
mon => 'Lun', |
4587
|
|
|
|
|
|
|
tue => 'Mar', |
4588
|
|
|
|
|
|
|
wed => 'Miy', |
4589
|
|
|
|
|
|
|
thu => 'Huw', |
4590
|
|
|
|
|
|
|
fri => 'Biy', |
4591
|
|
|
|
|
|
|
sat => 'Sab', |
4592
|
|
|
|
|
|
|
sun => 'Lin' |
4593
|
|
|
|
|
|
|
}, |
4594
|
|
|
|
|
|
|
short => { |
4595
|
|
|
|
|
|
|
mon => 'Lu', |
4596
|
|
|
|
|
|
|
tue => 'Ma', |
4597
|
|
|
|
|
|
|
wed => 'Mi', |
4598
|
|
|
|
|
|
|
thu => 'Hu', |
4599
|
|
|
|
|
|
|
fri => 'Bi', |
4600
|
|
|
|
|
|
|
sat => 'Sa', |
4601
|
|
|
|
|
|
|
sun => 'Li' |
4602
|
|
|
|
|
|
|
}, |
4603
|
|
|
|
|
|
|
wide => { |
4604
|
|
|
|
|
|
|
mon => 'Lunes', |
4605
|
|
|
|
|
|
|
tue => 'Martes', |
4606
|
|
|
|
|
|
|
wed => 'Miyerkules', |
4607
|
|
|
|
|
|
|
thu => 'Huwebes', |
4608
|
|
|
|
|
|
|
fri => 'Biyernes', |
4609
|
|
|
|
|
|
|
sat => 'Sabado', |
4610
|
|
|
|
|
|
|
sun => 'Linggo' |
4611
|
|
|
|
|
|
|
}, |
4612
|
|
|
|
|
|
|
}, |
4613
|
|
|
|
|
|
|
}, |
4614
|
|
|
|
|
|
|
} }, |
4615
|
|
|
|
|
|
|
); |
4616
|
|
|
|
|
|
|
|
4617
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
4618
|
|
|
|
|
|
|
is => 'ro', |
4619
|
|
|
|
|
|
|
isa => HashRef, |
4620
|
|
|
|
|
|
|
init_arg => undef, |
4621
|
|
|
|
|
|
|
default => sub { { |
4622
|
|
|
|
|
|
|
'gregorian' => { |
4623
|
|
|
|
|
|
|
'format' => { |
4624
|
|
|
|
|
|
|
abbreviated => {0 => 'Q1', |
4625
|
|
|
|
|
|
|
1 => 'Q2', |
4626
|
|
|
|
|
|
|
2 => 'Q3', |
4627
|
|
|
|
|
|
|
3 => 'Q4' |
4628
|
|
|
|
|
|
|
}, |
4629
|
|
|
|
|
|
|
narrow => {0 => '1', |
4630
|
|
|
|
|
|
|
1 => '2', |
4631
|
|
|
|
|
|
|
2 => '3', |
4632
|
|
|
|
|
|
|
3 => '4' |
4633
|
|
|
|
|
|
|
}, |
4634
|
|
|
|
|
|
|
wide => {0 => 'ika-1 quarter', |
4635
|
|
|
|
|
|
|
1 => 'ika-2 quarter', |
4636
|
|
|
|
|
|
|
2 => 'ika-3 quarter', |
4637
|
|
|
|
|
|
|
3 => 'ika-4 na quarter' |
4638
|
|
|
|
|
|
|
}, |
4639
|
|
|
|
|
|
|
}, |
4640
|
|
|
|
|
|
|
'stand-alone' => { |
4641
|
|
|
|
|
|
|
abbreviated => {0 => 'Q1', |
4642
|
|
|
|
|
|
|
1 => 'Q2', |
4643
|
|
|
|
|
|
|
2 => 'Q3', |
4644
|
|
|
|
|
|
|
3 => 'Q4' |
4645
|
|
|
|
|
|
|
}, |
4646
|
|
|
|
|
|
|
narrow => {0 => '1', |
4647
|
|
|
|
|
|
|
1 => '2', |
4648
|
|
|
|
|
|
|
2 => '3', |
4649
|
|
|
|
|
|
|
3 => '4' |
4650
|
|
|
|
|
|
|
}, |
4651
|
|
|
|
|
|
|
wide => {0 => 'ika-1 quarter', |
4652
|
|
|
|
|
|
|
1 => 'ika-2 quarter', |
4653
|
|
|
|
|
|
|
2 => 'ika-3 quarter', |
4654
|
|
|
|
|
|
|
3 => 'ika-4 na quarter' |
4655
|
|
|
|
|
|
|
}, |
4656
|
|
|
|
|
|
|
}, |
4657
|
|
|
|
|
|
|
}, |
4658
|
|
|
|
|
|
|
} }, |
4659
|
|
|
|
|
|
|
); |
4660
|
|
|
|
|
|
|
|
4661
|
|
|
|
|
|
|
has 'day_period_data' => ( |
4662
|
|
|
|
|
|
|
is => 'ro', |
4663
|
|
|
|
|
|
|
isa => CodeRef, |
4664
|
|
|
|
|
|
|
init_arg => undef, |
4665
|
|
|
|
|
|
|
default => sub { sub { |
4666
|
|
|
|
|
|
|
# Time in hhmm format |
4667
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
4668
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
4669
|
|
|
|
|
|
|
SWITCH: |
4670
|
|
|
|
|
|
|
for ($type) { |
4671
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
4672
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
4673
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
4674
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
4675
|
|
|
|
|
|
|
return 'night1' if $time >= 1800 |
4676
|
|
|
|
|
|
|
&& $time < 2400; |
4677
|
|
|
|
|
|
|
return 'morning2' if $time >= 600 |
4678
|
|
|
|
|
|
|
&& $time < 1200; |
4679
|
|
|
|
|
|
|
return 'morning1' if $time >= 0 |
4680
|
|
|
|
|
|
|
&& $time < 600; |
4681
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4682
|
|
|
|
|
|
|
&& $time < 1600; |
4683
|
|
|
|
|
|
|
return 'evening1' if $time >= 1600 |
4684
|
|
|
|
|
|
|
&& $time < 1800; |
4685
|
|
|
|
|
|
|
} |
4686
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
4687
|
|
|
|
|
|
|
return 'morning2' if $time >= 600 |
4688
|
|
|
|
|
|
|
&& $time < 1200; |
4689
|
|
|
|
|
|
|
return 'night1' if $time >= 1800 |
4690
|
|
|
|
|
|
|
&& $time < 2400; |
4691
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4692
|
|
|
|
|
|
|
&& $time < 1600; |
4693
|
|
|
|
|
|
|
return 'morning1' if $time >= 0 |
4694
|
|
|
|
|
|
|
&& $time < 600; |
4695
|
|
|
|
|
|
|
return 'evening1' if $time >= 1600 |
4696
|
|
|
|
|
|
|
&& $time < 1800; |
4697
|
|
|
|
|
|
|
} |
4698
|
|
|
|
|
|
|
last SWITCH; |
4699
|
|
|
|
|
|
|
} |
4700
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
4701
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
4702
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
4703
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
4704
|
|
|
|
|
|
|
return 'night1' if $time >= 1800 |
4705
|
|
|
|
|
|
|
&& $time < 2400; |
4706
|
|
|
|
|
|
|
return 'morning2' if $time >= 600 |
4707
|
|
|
|
|
|
|
&& $time < 1200; |
4708
|
|
|
|
|
|
|
return 'morning1' if $time >= 0 |
4709
|
|
|
|
|
|
|
&& $time < 600; |
4710
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4711
|
|
|
|
|
|
|
&& $time < 1600; |
4712
|
|
|
|
|
|
|
return 'evening1' if $time >= 1600 |
4713
|
|
|
|
|
|
|
&& $time < 1800; |
4714
|
|
|
|
|
|
|
} |
4715
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
4716
|
|
|
|
|
|
|
return 'morning2' if $time >= 600 |
4717
|
|
|
|
|
|
|
&& $time < 1200; |
4718
|
|
|
|
|
|
|
return 'night1' if $time >= 1800 |
4719
|
|
|
|
|
|
|
&& $time < 2400; |
4720
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
4721
|
|
|
|
|
|
|
&& $time < 1600; |
4722
|
|
|
|
|
|
|
return 'morning1' if $time >= 0 |
4723
|
|
|
|
|
|
|
&& $time < 600; |
4724
|
|
|
|
|
|
|
return 'evening1' if $time >= 1600 |
4725
|
|
|
|
|
|
|
&& $time < 1800; |
4726
|
|
|
|
|
|
|
} |
4727
|
|
|
|
|
|
|
last SWITCH; |
4728
|
|
|
|
|
|
|
} |
4729
|
|
|
|
|
|
|
} |
4730
|
|
|
|
|
|
|
} }, |
4731
|
|
|
|
|
|
|
); |
4732
|
|
|
|
|
|
|
|
4733
|
|
|
|
|
|
|
around day_period_data => sub { |
4734
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
4735
|
|
|
|
|
|
|
return $self->$orig; |
4736
|
|
|
|
|
|
|
}; |
4737
|
|
|
|
|
|
|
|
4738
|
|
|
|
|
|
|
has 'day_periods' => ( |
4739
|
|
|
|
|
|
|
is => 'ro', |
4740
|
|
|
|
|
|
|
isa => HashRef, |
4741
|
|
|
|
|
|
|
init_arg => undef, |
4742
|
|
|
|
|
|
|
default => sub { { |
4743
|
|
|
|
|
|
|
'gregorian' => { |
4744
|
|
|
|
|
|
|
'format' => { |
4745
|
|
|
|
|
|
|
'wide' => { |
4746
|
|
|
|
|
|
|
'am' => q{AM}, |
4747
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4748
|
|
|
|
|
|
|
'evening1' => q{ng hapon}, |
4749
|
|
|
|
|
|
|
'night1' => q{ng gabi}, |
4750
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4751
|
|
|
|
|
|
|
'morning1' => q{nang umaga}, |
4752
|
|
|
|
|
|
|
'pm' => q{PM}, |
4753
|
|
|
|
|
|
|
'afternoon1' => q{ng tanghali}, |
4754
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4755
|
|
|
|
|
|
|
}, |
4756
|
|
|
|
|
|
|
'narrow' => { |
4757
|
|
|
|
|
|
|
'night1' => q{gabi}, |
4758
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4759
|
|
|
|
|
|
|
'afternoon1' => q{tanghali}, |
4760
|
|
|
|
|
|
|
'pm' => q{pm}, |
4761
|
|
|
|
|
|
|
'morning1' => q{umaga}, |
4762
|
|
|
|
|
|
|
'am' => q{am}, |
4763
|
|
|
|
|
|
|
'evening1' => q{hapon}, |
4764
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4765
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4766
|
|
|
|
|
|
|
}, |
4767
|
|
|
|
|
|
|
'abbreviated' => { |
4768
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4769
|
|
|
|
|
|
|
'evening1' => q{ng hapon}, |
4770
|
|
|
|
|
|
|
'am' => q{AM}, |
4771
|
|
|
|
|
|
|
'morning1' => q{nang umaga}, |
4772
|
|
|
|
|
|
|
'afternoon1' => q{tanghali}, |
4773
|
|
|
|
|
|
|
'pm' => q{PM}, |
4774
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4775
|
|
|
|
|
|
|
'night1' => q{ng gabi}, |
4776
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4777
|
|
|
|
|
|
|
}, |
4778
|
|
|
|
|
|
|
}, |
4779
|
|
|
|
|
|
|
'stand-alone' => { |
4780
|
|
|
|
|
|
|
'abbreviated' => { |
4781
|
|
|
|
|
|
|
'morning1' => q{umaga}, |
4782
|
|
|
|
|
|
|
'pm' => q{PM}, |
4783
|
|
|
|
|
|
|
'afternoon1' => q{tanghali}, |
4784
|
|
|
|
|
|
|
'night1' => q{gabi}, |
4785
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4786
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4787
|
|
|
|
|
|
|
'evening1' => q{hapon}, |
4788
|
|
|
|
|
|
|
'am' => q{AM}, |
4789
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4790
|
|
|
|
|
|
|
}, |
4791
|
|
|
|
|
|
|
'narrow' => { |
4792
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4793
|
|
|
|
|
|
|
'am' => q{AM}, |
4794
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4795
|
|
|
|
|
|
|
'evening1' => q{hapon}, |
4796
|
|
|
|
|
|
|
'night1' => q{gabi}, |
4797
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4798
|
|
|
|
|
|
|
'morning1' => q{umaga}, |
4799
|
|
|
|
|
|
|
'pm' => q{PM}, |
4800
|
|
|
|
|
|
|
'afternoon1' => q{tanghali}, |
4801
|
|
|
|
|
|
|
}, |
4802
|
|
|
|
|
|
|
'wide' => { |
4803
|
|
|
|
|
|
|
'morning1' => q{umaga}, |
4804
|
|
|
|
|
|
|
'pm' => q{PM}, |
4805
|
|
|
|
|
|
|
'afternoon1' => q{tanghali}, |
4806
|
|
|
|
|
|
|
'morning2' => q{madaling-araw}, |
4807
|
|
|
|
|
|
|
'night1' => q{gabi}, |
4808
|
|
|
|
|
|
|
'noon' => q{tanghaling-tapat}, |
4809
|
|
|
|
|
|
|
'evening1' => q{hapon}, |
4810
|
|
|
|
|
|
|
'am' => q{AM}, |
4811
|
|
|
|
|
|
|
'midnight' => q{hatinggabi}, |
4812
|
|
|
|
|
|
|
}, |
4813
|
|
|
|
|
|
|
}, |
4814
|
|
|
|
|
|
|
}, |
4815
|
|
|
|
|
|
|
} }, |
4816
|
|
|
|
|
|
|
); |
4817
|
|
|
|
|
|
|
|
4818
|
|
|
|
|
|
|
has 'eras' => ( |
4819
|
|
|
|
|
|
|
is => 'ro', |
4820
|
|
|
|
|
|
|
isa => HashRef, |
4821
|
|
|
|
|
|
|
init_arg => undef, |
4822
|
|
|
|
|
|
|
default => sub { { |
4823
|
|
|
|
|
|
|
'generic' => { |
4824
|
|
|
|
|
|
|
}, |
4825
|
|
|
|
|
|
|
'gregorian' => { |
4826
|
|
|
|
|
|
|
abbreviated => { |
4827
|
|
|
|
|
|
|
'0' => 'BC', |
4828
|
|
|
|
|
|
|
'1' => 'AD' |
4829
|
|
|
|
|
|
|
}, |
4830
|
|
|
|
|
|
|
wide => { |
4831
|
|
|
|
|
|
|
'0' => 'BC', |
4832
|
|
|
|
|
|
|
'1' => 'AD' |
4833
|
|
|
|
|
|
|
}, |
4834
|
|
|
|
|
|
|
}, |
4835
|
|
|
|
|
|
|
} }, |
4836
|
|
|
|
|
|
|
); |
4837
|
|
|
|
|
|
|
|
4838
|
|
|
|
|
|
|
has 'date_formats' => ( |
4839
|
|
|
|
|
|
|
is => 'ro', |
4840
|
|
|
|
|
|
|
isa => HashRef, |
4841
|
|
|
|
|
|
|
init_arg => undef, |
4842
|
|
|
|
|
|
|
default => sub { { |
4843
|
|
|
|
|
|
|
'generic' => { |
4844
|
|
|
|
|
|
|
'full' => q{EEEE, MMMM d, y G}, |
4845
|
|
|
|
|
|
|
'long' => q{MMMM d, y G}, |
4846
|
|
|
|
|
|
|
'medium' => q{MMM d, y G}, |
4847
|
|
|
|
|
|
|
'short' => q{M/d/y GGGGG}, |
4848
|
|
|
|
|
|
|
}, |
4849
|
|
|
|
|
|
|
'gregorian' => { |
4850
|
|
|
|
|
|
|
'full' => q{EEEE, MMMM d, y}, |
4851
|
|
|
|
|
|
|
'long' => q{MMMM d, y}, |
4852
|
|
|
|
|
|
|
'medium' => q{MMM d, y}, |
4853
|
|
|
|
|
|
|
'short' => q{M/d/yy}, |
4854
|
|
|
|
|
|
|
}, |
4855
|
|
|
|
|
|
|
} }, |
4856
|
|
|
|
|
|
|
); |
4857
|
|
|
|
|
|
|
|
4858
|
|
|
|
|
|
|
has 'time_formats' => ( |
4859
|
|
|
|
|
|
|
is => 'ro', |
4860
|
|
|
|
|
|
|
isa => HashRef, |
4861
|
|
|
|
|
|
|
init_arg => undef, |
4862
|
|
|
|
|
|
|
default => sub { { |
4863
|
|
|
|
|
|
|
'generic' => { |
4864
|
|
|
|
|
|
|
}, |
4865
|
|
|
|
|
|
|
'gregorian' => { |
4866
|
|
|
|
|
|
|
'full' => q{h:mm:ss a zzzz}, |
4867
|
|
|
|
|
|
|
'long' => q{h:mm:ss a z}, |
4868
|
|
|
|
|
|
|
'medium' => q{h:mm:ss a}, |
4869
|
|
|
|
|
|
|
'short' => q{h:mm a}, |
4870
|
|
|
|
|
|
|
}, |
4871
|
|
|
|
|
|
|
} }, |
4872
|
|
|
|
|
|
|
); |
4873
|
|
|
|
|
|
|
|
4874
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
4875
|
|
|
|
|
|
|
is => 'ro', |
4876
|
|
|
|
|
|
|
isa => HashRef, |
4877
|
|
|
|
|
|
|
init_arg => undef, |
4878
|
|
|
|
|
|
|
default => sub { { |
4879
|
|
|
|
|
|
|
'generic' => { |
4880
|
|
|
|
|
|
|
'full' => q{{1} 'nang' {0}}, |
4881
|
|
|
|
|
|
|
'long' => q{{1} 'nang' {0}}, |
4882
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
4883
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
4884
|
|
|
|
|
|
|
}, |
4885
|
|
|
|
|
|
|
'gregorian' => { |
4886
|
|
|
|
|
|
|
'full' => q{{1} 'nang' {0}}, |
4887
|
|
|
|
|
|
|
'long' => q{{1} 'nang' {0}}, |
4888
|
|
|
|
|
|
|
'medium' => q{{1}, {0}}, |
4889
|
|
|
|
|
|
|
'short' => q{{1}, {0}}, |
4890
|
|
|
|
|
|
|
}, |
4891
|
|
|
|
|
|
|
} }, |
4892
|
|
|
|
|
|
|
); |
4893
|
|
|
|
|
|
|
|
4894
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
4895
|
|
|
|
|
|
|
is => 'ro', |
4896
|
|
|
|
|
|
|
isa => HashRef, |
4897
|
|
|
|
|
|
|
init_arg => undef, |
4898
|
|
|
|
|
|
|
default => sub { { |
4899
|
|
|
|
|
|
|
'generic' => { |
4900
|
|
|
|
|
|
|
E => q{ccc}, |
4901
|
|
|
|
|
|
|
Ed => q{d E}, |
4902
|
|
|
|
|
|
|
Gy => q{y G}, |
4903
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
4904
|
|
|
|
|
|
|
GyMMMEd => q{E, MMM d, y G}, |
4905
|
|
|
|
|
|
|
GyMMMd => q{MMM d, y G}, |
4906
|
|
|
|
|
|
|
H => q{HH}, |
4907
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
4908
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
4909
|
|
|
|
|
|
|
M => q{L}, |
4910
|
|
|
|
|
|
|
MEd => q{E, M/d}, |
4911
|
|
|
|
|
|
|
MMM => q{LLL}, |
4912
|
|
|
|
|
|
|
MMMEd => q{E, MMM d}, |
4913
|
|
|
|
|
|
|
MMMMEd => q{E, MMMM d}, |
4914
|
|
|
|
|
|
|
MMMMd => q{MMMM d}, |
4915
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
4916
|
|
|
|
|
|
|
Md => q{M/d}, |
4917
|
|
|
|
|
|
|
d => q{d}, |
4918
|
|
|
|
|
|
|
h => q{h a}, |
4919
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4920
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4921
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4922
|
|
|
|
|
|
|
y => q{y G}, |
4923
|
|
|
|
|
|
|
yyyy => q{y G}, |
4924
|
|
|
|
|
|
|
yyyyM => q{M/y GGGGG}, |
4925
|
|
|
|
|
|
|
yyyyMEd => q{E, M/d/y GGGGG}, |
4926
|
|
|
|
|
|
|
yyyyMM => q{MM-y G}, |
4927
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
4928
|
|
|
|
|
|
|
yyyyMMMEd => q{E, MMM d, y G}, |
4929
|
|
|
|
|
|
|
yyyyMMMM => q{MMMM y G}, |
4930
|
|
|
|
|
|
|
yyyyMMMd => q{MMM d, y G}, |
4931
|
|
|
|
|
|
|
yyyyMd => q{M/d/y GGGGG}, |
4932
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
4933
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
4934
|
|
|
|
|
|
|
}, |
4935
|
|
|
|
|
|
|
'gregorian' => { |
4936
|
|
|
|
|
|
|
E => q{ccc}, |
4937
|
|
|
|
|
|
|
EHm => q{E HH:mm}, |
4938
|
|
|
|
|
|
|
EHms => q{E HH:mm:ss}, |
4939
|
|
|
|
|
|
|
Ed => q{d E}, |
4940
|
|
|
|
|
|
|
Ehm => q{E h:mm a}, |
4941
|
|
|
|
|
|
|
Ehms => q{E h:mm:ss a}, |
4942
|
|
|
|
|
|
|
Gy => q{G y}, |
4943
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
4944
|
|
|
|
|
|
|
GyMMMEd => q{E, MMM d, y G}, |
4945
|
|
|
|
|
|
|
GyMMMd => q{MMM d, y G}, |
4946
|
|
|
|
|
|
|
H => q{HH}, |
4947
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
4948
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
4949
|
|
|
|
|
|
|
Hmsv => q{HH:mm:ss v}, |
4950
|
|
|
|
|
|
|
Hmv => q{HH:mm v}, |
4951
|
|
|
|
|
|
|
M => q{L}, |
4952
|
|
|
|
|
|
|
MEd => q{E, M/d}, |
4953
|
|
|
|
|
|
|
MMM => q{LLL}, |
4954
|
|
|
|
|
|
|
MMMEd => q{E, MMM d}, |
4955
|
|
|
|
|
|
|
MMMMEd => q{E, MMMM d}, |
4956
|
|
|
|
|
|
|
MMMMd => q{MMMM d}, |
4957
|
|
|
|
|
|
|
MMMd => q{MMM d}, |
4958
|
|
|
|
|
|
|
Md => q{M/d}, |
4959
|
|
|
|
|
|
|
d => q{d}, |
4960
|
|
|
|
|
|
|
h => q{h a}, |
4961
|
|
|
|
|
|
|
hm => q{h:mm a}, |
4962
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
4963
|
|
|
|
|
|
|
hmsv => q{h:mm:ss a v}, |
4964
|
|
|
|
|
|
|
hmv => q{h:mm a v}, |
4965
|
|
|
|
|
|
|
ms => q{mm:ss}, |
4966
|
|
|
|
|
|
|
y => q{y}, |
4967
|
|
|
|
|
|
|
yM => q{M/y}, |
4968
|
|
|
|
|
|
|
yMEd => q{E, M/d/y}, |
4969
|
|
|
|
|
|
|
yMM => q{MM/y}, |
4970
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
4971
|
|
|
|
|
|
|
yMMMEd => q{E, MMM d, y}, |
4972
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
4973
|
|
|
|
|
|
|
yMMMd => q{MMM d, y}, |
4974
|
|
|
|
|
|
|
yMd => q{M/d/y}, |
4975
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
4976
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
4977
|
|
|
|
|
|
|
}, |
4978
|
|
|
|
|
|
|
} }, |
4979
|
|
|
|
|
|
|
); |
4980
|
|
|
|
|
|
|
|
4981
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
4982
|
|
|
|
|
|
|
is => 'ro', |
4983
|
|
|
|
|
|
|
isa => HashRef, |
4984
|
|
|
|
|
|
|
init_arg => undef, |
4985
|
|
|
|
|
|
|
default => sub { { |
4986
|
|
|
|
|
|
|
'gregorian' => { |
4987
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
4988
|
|
|
|
|
|
|
}, |
4989
|
|
|
|
|
|
|
} }, |
4990
|
|
|
|
|
|
|
); |
4991
|
|
|
|
|
|
|
|
4992
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
4993
|
|
|
|
|
|
|
is => 'ro', |
4994
|
|
|
|
|
|
|
isa => HashRef, |
4995
|
|
|
|
|
|
|
init_arg => undef, |
4996
|
|
|
|
|
|
|
default => sub { { |
4997
|
|
|
|
|
|
|
'generic' => { |
4998
|
|
|
|
|
|
|
H => { |
4999
|
|
|
|
|
|
|
H => q{HHâHH}, |
5000
|
|
|
|
|
|
|
}, |
5001
|
|
|
|
|
|
|
Hm => { |
5002
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
5003
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
5004
|
|
|
|
|
|
|
}, |
5005
|
|
|
|
|
|
|
Hmv => { |
5006
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
5007
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
5008
|
|
|
|
|
|
|
}, |
5009
|
|
|
|
|
|
|
Hv => { |
5010
|
|
|
|
|
|
|
H => q{HHâHH v}, |
5011
|
|
|
|
|
|
|
}, |
5012
|
|
|
|
|
|
|
M => { |
5013
|
|
|
|
|
|
|
M => q{MâM}, |
5014
|
|
|
|
|
|
|
}, |
5015
|
|
|
|
|
|
|
MEd => { |
5016
|
|
|
|
|
|
|
M => q{E, M/d â E, M/d}, |
5017
|
|
|
|
|
|
|
d => q{E, M/d â E, M/d}, |
5018
|
|
|
|
|
|
|
}, |
5019
|
|
|
|
|
|
|
MMM => { |
5020
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
5021
|
|
|
|
|
|
|
}, |
5022
|
|
|
|
|
|
|
MMMEd => { |
5023
|
|
|
|
|
|
|
M => q{E, MMM d â E, MMM d}, |
5024
|
|
|
|
|
|
|
d => q{E, MMM d â E, MMM d}, |
5025
|
|
|
|
|
|
|
}, |
5026
|
|
|
|
|
|
|
MMMd => { |
5027
|
|
|
|
|
|
|
M => q{MMM d â MMM d}, |
5028
|
|
|
|
|
|
|
d => q{MMM dâd}, |
5029
|
|
|
|
|
|
|
}, |
5030
|
|
|
|
|
|
|
Md => { |
5031
|
|
|
|
|
|
|
M => q{M/d â M/d}, |
5032
|
|
|
|
|
|
|
d => q{M/d â M/d}, |
5033
|
|
|
|
|
|
|
}, |
5034
|
|
|
|
|
|
|
d => { |
5035
|
|
|
|
|
|
|
d => q{dâd}, |
5036
|
|
|
|
|
|
|
}, |
5037
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
5038
|
|
|
|
|
|
|
h => { |
5039
|
|
|
|
|
|
|
a => q{h a â h a}, |
5040
|
|
|
|
|
|
|
h => q{hâh a}, |
5041
|
|
|
|
|
|
|
}, |
5042
|
|
|
|
|
|
|
hm => { |
5043
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
5044
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
5045
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
5046
|
|
|
|
|
|
|
}, |
5047
|
|
|
|
|
|
|
hmv => { |
5048
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
5049
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
5050
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
5051
|
|
|
|
|
|
|
}, |
5052
|
|
|
|
|
|
|
hv => { |
5053
|
|
|
|
|
|
|
a => q{h a â h a v}, |
5054
|
|
|
|
|
|
|
h => q{hâh a v}, |
5055
|
|
|
|
|
|
|
}, |
5056
|
|
|
|
|
|
|
y => { |
5057
|
|
|
|
|
|
|
y => q{yây G}, |
5058
|
|
|
|
|
|
|
}, |
5059
|
|
|
|
|
|
|
yM => { |
5060
|
|
|
|
|
|
|
M => q{M/y â M/y GGGGG}, |
5061
|
|
|
|
|
|
|
y => q{M/y â M/y GGGGG}, |
5062
|
|
|
|
|
|
|
}, |
5063
|
|
|
|
|
|
|
yMEd => { |
5064
|
|
|
|
|
|
|
M => q{E, M/d/y â E, M/d/y GGGGG}, |
5065
|
|
|
|
|
|
|
d => q{E, M/d/y â E, M/d/y GGGGG}, |
5066
|
|
|
|
|
|
|
y => q{E, M/d/y â E, M/d/y GGGGG}, |
5067
|
|
|
|
|
|
|
}, |
5068
|
|
|
|
|
|
|
yMMM => { |
5069
|
|
|
|
|
|
|
M => q{MMMâMMM y G}, |
5070
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
5071
|
|
|
|
|
|
|
}, |
5072
|
|
|
|
|
|
|
yMMMEd => { |
5073
|
|
|
|
|
|
|
M => q{E, MMM d â E, MMM d, y G}, |
5074
|
|
|
|
|
|
|
d => q{E, MMM d â E, MMM d, y G}, |
5075
|
|
|
|
|
|
|
y => q{E, MMM d, y â E, MMM d, y G}, |
5076
|
|
|
|
|
|
|
}, |
5077
|
|
|
|
|
|
|
yMMMM => { |
5078
|
|
|
|
|
|
|
M => q{MMMMâMMMM y G}, |
5079
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y G}, |
5080
|
|
|
|
|
|
|
}, |
5081
|
|
|
|
|
|
|
yMMMd => { |
5082
|
|
|
|
|
|
|
M => q{MMM d â MMM d, y G}, |
5083
|
|
|
|
|
|
|
d => q{MMM dâd, y G}, |
5084
|
|
|
|
|
|
|
y => q{MMM d, y â MMM d, y G}, |
5085
|
|
|
|
|
|
|
}, |
5086
|
|
|
|
|
|
|
yMd => { |
5087
|
|
|
|
|
|
|
M => q{M/d/y â M/d/y GGGGG}, |
5088
|
|
|
|
|
|
|
d => q{M/d/y â M/d/y GGGGG}, |
5089
|
|
|
|
|
|
|
y => q{M/d/y â M/d/y GGGGG}, |
5090
|
|
|
|
|
|
|
}, |
5091
|
|
|
|
|
|
|
}, |
5092
|
|
|
|
|
|
|
'gregorian' => { |
5093
|
|
|
|
|
|
|
H => { |
5094
|
|
|
|
|
|
|
H => q{HHâHH}, |
5095
|
|
|
|
|
|
|
}, |
5096
|
|
|
|
|
|
|
Hm => { |
5097
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
5098
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
5099
|
|
|
|
|
|
|
}, |
5100
|
|
|
|
|
|
|
Hmv => { |
5101
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
5102
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
5103
|
|
|
|
|
|
|
}, |
5104
|
|
|
|
|
|
|
Hv => { |
5105
|
|
|
|
|
|
|
H => q{HHâHH v}, |
5106
|
|
|
|
|
|
|
}, |
5107
|
|
|
|
|
|
|
M => { |
5108
|
|
|
|
|
|
|
M => q{MâM}, |
5109
|
|
|
|
|
|
|
}, |
5110
|
|
|
|
|
|
|
MEd => { |
5111
|
|
|
|
|
|
|
M => q{E, M/d â E, M/d}, |
5112
|
|
|
|
|
|
|
d => q{E, M/d â E, M/d}, |
5113
|
|
|
|
|
|
|
}, |
5114
|
|
|
|
|
|
|
MMM => { |
5115
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
5116
|
|
|
|
|
|
|
}, |
5117
|
|
|
|
|
|
|
MMMEd => { |
5118
|
|
|
|
|
|
|
M => q{E, MMM d â E, MMM d}, |
5119
|
|
|
|
|
|
|
d => q{E, MMM d â E, MMM d}, |
5120
|
|
|
|
|
|
|
}, |
5121
|
|
|
|
|
|
|
MMMd => { |
5122
|
|
|
|
|
|
|
M => q{MMM d â MMM d}, |
5123
|
|
|
|
|
|
|
d => q{MMM dâd}, |
5124
|
|
|
|
|
|
|
}, |
5125
|
|
|
|
|
|
|
Md => { |
5126
|
|
|
|
|
|
|
M => q{M/d â M/d}, |
5127
|
|
|
|
|
|
|
d => q{M/d â M/d}, |
5128
|
|
|
|
|
|
|
}, |
5129
|
|
|
|
|
|
|
d => { |
5130
|
|
|
|
|
|
|
d => q{dâd}, |
5131
|
|
|
|
|
|
|
}, |
5132
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
5133
|
|
|
|
|
|
|
h => { |
5134
|
|
|
|
|
|
|
a => q{h a â h a}, |
5135
|
|
|
|
|
|
|
h => q{hâh a}, |
5136
|
|
|
|
|
|
|
}, |
5137
|
|
|
|
|
|
|
hm => { |
5138
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
5139
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
5140
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
5141
|
|
|
|
|
|
|
}, |
5142
|
|
|
|
|
|
|
hmv => { |
5143
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
5144
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
5145
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
5146
|
|
|
|
|
|
|
}, |
5147
|
|
|
|
|
|
|
hv => { |
5148
|
|
|
|
|
|
|
a => q{h a â h a v}, |
5149
|
|
|
|
|
|
|
h => q{hâh a v}, |
5150
|
|
|
|
|
|
|
}, |
5151
|
|
|
|
|
|
|
y => { |
5152
|
|
|
|
|
|
|
y => q{yây}, |
5153
|
|
|
|
|
|
|
}, |
5154
|
|
|
|
|
|
|
yM => { |
5155
|
|
|
|
|
|
|
M => q{M/y â M/y}, |
5156
|
|
|
|
|
|
|
y => q{M/y â M/y}, |
5157
|
|
|
|
|
|
|
}, |
5158
|
|
|
|
|
|
|
yMEd => { |
5159
|
|
|
|
|
|
|
M => q{E, M/d/y â E, M/d/y}, |
5160
|
|
|
|
|
|
|
d => q{E, M/d/y â E, M/d/y}, |
5161
|
|
|
|
|
|
|
y => q{E, M/d/y â E, M/d/y}, |
5162
|
|
|
|
|
|
|
}, |
5163
|
|
|
|
|
|
|
yMMM => { |
5164
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
5165
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
5166
|
|
|
|
|
|
|
}, |
5167
|
|
|
|
|
|
|
yMMMEd => { |
5168
|
|
|
|
|
|
|
M => q{E, MMM d â E, MMM d, y}, |
5169
|
|
|
|
|
|
|
d => q{E, MMM d â E, MMM d, y}, |
5170
|
|
|
|
|
|
|
y => q{E, MMM d, y â E, MMM d, y}, |
5171
|
|
|
|
|
|
|
}, |
5172
|
|
|
|
|
|
|
yMMMM => { |
5173
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
5174
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
5175
|
|
|
|
|
|
|
}, |
5176
|
|
|
|
|
|
|
yMMMd => { |
5177
|
|
|
|
|
|
|
M => q{MMM d â MMM d, y}, |
5178
|
|
|
|
|
|
|
d => q{MMM dâd, y}, |
5179
|
|
|
|
|
|
|
y => q{MMM d, y â MMM d, y}, |
5180
|
|
|
|
|
|
|
}, |
5181
|
|
|
|
|
|
|
yMd => { |
5182
|
|
|
|
|
|
|
M => q{M/d/y â M/d/y}, |
5183
|
|
|
|
|
|
|
d => q{M/d/y â M/d/y}, |
5184
|
|
|
|
|
|
|
y => q{M/d/y â M/d/y}, |
5185
|
|
|
|
|
|
|
}, |
5186
|
|
|
|
|
|
|
}, |
5187
|
|
|
|
|
|
|
} }, |
5188
|
|
|
|
|
|
|
); |
5189
|
|
|
|
|
|
|
|
5190
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
5191
|
|
|
|
|
|
|
is => 'ro', |
5192
|
|
|
|
|
|
|
isa => HashRef, |
5193
|
|
|
|
|
|
|
init_arg => undef, |
5194
|
|
|
|
|
|
|
default => sub { { |
5195
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
5196
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
5197
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
5198
|
|
|
|
|
|
|
regionFormat => q({0}), |
5199
|
|
|
|
|
|
|
regionFormat => q(Daylight Time ng {0}), |
5200
|
|
|
|
|
|
|
regionFormat => q({0} (+0)), |
5201
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
5202
|
|
|
|
|
|
|
'Afghanistan' => { |
5203
|
|
|
|
|
|
|
long => { |
5204
|
|
|
|
|
|
|
'standard' => q(Oras sa Afghanistan), |
5205
|
|
|
|
|
|
|
}, |
5206
|
|
|
|
|
|
|
}, |
5207
|
|
|
|
|
|
|
'Africa/Abidjan' => { |
5208
|
|
|
|
|
|
|
exemplarCity => q#Abidjan#, |
5209
|
|
|
|
|
|
|
}, |
5210
|
|
|
|
|
|
|
'Africa/Accra' => { |
5211
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
5212
|
|
|
|
|
|
|
}, |
5213
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
5214
|
|
|
|
|
|
|
exemplarCity => q#Addis Ababa#, |
5215
|
|
|
|
|
|
|
}, |
5216
|
|
|
|
|
|
|
'Africa/Algiers' => { |
5217
|
|
|
|
|
|
|
exemplarCity => q#Algiers#, |
5218
|
|
|
|
|
|
|
}, |
5219
|
|
|
|
|
|
|
'Africa/Asmera' => { |
5220
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
5221
|
|
|
|
|
|
|
}, |
5222
|
|
|
|
|
|
|
'Africa/Bamako' => { |
5223
|
|
|
|
|
|
|
exemplarCity => q#Bamako#, |
5224
|
|
|
|
|
|
|
}, |
5225
|
|
|
|
|
|
|
'Africa/Bangui' => { |
5226
|
|
|
|
|
|
|
exemplarCity => q#Bangui#, |
5227
|
|
|
|
|
|
|
}, |
5228
|
|
|
|
|
|
|
'Africa/Banjul' => { |
5229
|
|
|
|
|
|
|
exemplarCity => q#Banjul#, |
5230
|
|
|
|
|
|
|
}, |
5231
|
|
|
|
|
|
|
'Africa/Bissau' => { |
5232
|
|
|
|
|
|
|
exemplarCity => q#Bissau#, |
5233
|
|
|
|
|
|
|
}, |
5234
|
|
|
|
|
|
|
'Africa/Blantyre' => { |
5235
|
|
|
|
|
|
|
exemplarCity => q#Blantyre#, |
5236
|
|
|
|
|
|
|
}, |
5237
|
|
|
|
|
|
|
'Africa/Brazzaville' => { |
5238
|
|
|
|
|
|
|
exemplarCity => q#Brazzaville#, |
5239
|
|
|
|
|
|
|
}, |
5240
|
|
|
|
|
|
|
'Africa/Bujumbura' => { |
5241
|
|
|
|
|
|
|
exemplarCity => q#Bujumbura#, |
5242
|
|
|
|
|
|
|
}, |
5243
|
|
|
|
|
|
|
'Africa/Cairo' => { |
5244
|
|
|
|
|
|
|
exemplarCity => q#Cairo#, |
5245
|
|
|
|
|
|
|
}, |
5246
|
|
|
|
|
|
|
'Africa/Casablanca' => { |
5247
|
|
|
|
|
|
|
exemplarCity => q#Casablanca#, |
5248
|
|
|
|
|
|
|
}, |
5249
|
|
|
|
|
|
|
'Africa/Ceuta' => { |
5250
|
|
|
|
|
|
|
exemplarCity => q#Ceuta#, |
5251
|
|
|
|
|
|
|
}, |
5252
|
|
|
|
|
|
|
'Africa/Conakry' => { |
5253
|
|
|
|
|
|
|
exemplarCity => q#Conakry#, |
5254
|
|
|
|
|
|
|
}, |
5255
|
|
|
|
|
|
|
'Africa/Dakar' => { |
5256
|
|
|
|
|
|
|
exemplarCity => q#Dakar#, |
5257
|
|
|
|
|
|
|
}, |
5258
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
5259
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
5260
|
|
|
|
|
|
|
}, |
5261
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
5262
|
|
|
|
|
|
|
exemplarCity => q#Djibouti#, |
5263
|
|
|
|
|
|
|
}, |
5264
|
|
|
|
|
|
|
'Africa/Douala' => { |
5265
|
|
|
|
|
|
|
exemplarCity => q#Douala#, |
5266
|
|
|
|
|
|
|
}, |
5267
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
5268
|
|
|
|
|
|
|
exemplarCity => q#El Aaiun#, |
5269
|
|
|
|
|
|
|
}, |
5270
|
|
|
|
|
|
|
'Africa/Freetown' => { |
5271
|
|
|
|
|
|
|
exemplarCity => q#Freetown#, |
5272
|
|
|
|
|
|
|
}, |
5273
|
|
|
|
|
|
|
'Africa/Gaborone' => { |
5274
|
|
|
|
|
|
|
exemplarCity => q#Gaborone#, |
5275
|
|
|
|
|
|
|
}, |
5276
|
|
|
|
|
|
|
'Africa/Harare' => { |
5277
|
|
|
|
|
|
|
exemplarCity => q#Harare#, |
5278
|
|
|
|
|
|
|
}, |
5279
|
|
|
|
|
|
|
'Africa/Johannesburg' => { |
5280
|
|
|
|
|
|
|
exemplarCity => q#Johannesburg#, |
5281
|
|
|
|
|
|
|
}, |
5282
|
|
|
|
|
|
|
'Africa/Juba' => { |
5283
|
|
|
|
|
|
|
exemplarCity => q#Juba#, |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
'Africa/Kampala' => { |
5286
|
|
|
|
|
|
|
exemplarCity => q#Kampala#, |
5287
|
|
|
|
|
|
|
}, |
5288
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
5289
|
|
|
|
|
|
|
exemplarCity => q#Khartoum#, |
5290
|
|
|
|
|
|
|
}, |
5291
|
|
|
|
|
|
|
'Africa/Kigali' => { |
5292
|
|
|
|
|
|
|
exemplarCity => q#Kigali#, |
5293
|
|
|
|
|
|
|
}, |
5294
|
|
|
|
|
|
|
'Africa/Kinshasa' => { |
5295
|
|
|
|
|
|
|
exemplarCity => q#Kinshasa#, |
5296
|
|
|
|
|
|
|
}, |
5297
|
|
|
|
|
|
|
'Africa/Lagos' => { |
5298
|
|
|
|
|
|
|
exemplarCity => q#Lagos#, |
5299
|
|
|
|
|
|
|
}, |
5300
|
|
|
|
|
|
|
'Africa/Libreville' => { |
5301
|
|
|
|
|
|
|
exemplarCity => q#Libreville#, |
5302
|
|
|
|
|
|
|
}, |
5303
|
|
|
|
|
|
|
'Africa/Lome' => { |
5304
|
|
|
|
|
|
|
exemplarCity => q#Lome#, |
5305
|
|
|
|
|
|
|
}, |
5306
|
|
|
|
|
|
|
'Africa/Luanda' => { |
5307
|
|
|
|
|
|
|
exemplarCity => q#Luanda#, |
5308
|
|
|
|
|
|
|
}, |
5309
|
|
|
|
|
|
|
'Africa/Lubumbashi' => { |
5310
|
|
|
|
|
|
|
exemplarCity => q#Lubumbashi#, |
5311
|
|
|
|
|
|
|
}, |
5312
|
|
|
|
|
|
|
'Africa/Lusaka' => { |
5313
|
|
|
|
|
|
|
exemplarCity => q#Lusaka#, |
5314
|
|
|
|
|
|
|
}, |
5315
|
|
|
|
|
|
|
'Africa/Malabo' => { |
5316
|
|
|
|
|
|
|
exemplarCity => q#Malabo#, |
5317
|
|
|
|
|
|
|
}, |
5318
|
|
|
|
|
|
|
'Africa/Maputo' => { |
5319
|
|
|
|
|
|
|
exemplarCity => q#Maputo#, |
5320
|
|
|
|
|
|
|
}, |
5321
|
|
|
|
|
|
|
'Africa/Maseru' => { |
5322
|
|
|
|
|
|
|
exemplarCity => q#Maseru#, |
5323
|
|
|
|
|
|
|
}, |
5324
|
|
|
|
|
|
|
'Africa/Mbabane' => { |
5325
|
|
|
|
|
|
|
exemplarCity => q#Mbabane#, |
5326
|
|
|
|
|
|
|
}, |
5327
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
5328
|
|
|
|
|
|
|
exemplarCity => q#Mogadishu#, |
5329
|
|
|
|
|
|
|
}, |
5330
|
|
|
|
|
|
|
'Africa/Monrovia' => { |
5331
|
|
|
|
|
|
|
exemplarCity => q#Monrovia#, |
5332
|
|
|
|
|
|
|
}, |
5333
|
|
|
|
|
|
|
'Africa/Nairobi' => { |
5334
|
|
|
|
|
|
|
exemplarCity => q#Nairobi#, |
5335
|
|
|
|
|
|
|
}, |
5336
|
|
|
|
|
|
|
'Africa/Ndjamena' => { |
5337
|
|
|
|
|
|
|
exemplarCity => q#Ndjamena#, |
5338
|
|
|
|
|
|
|
}, |
5339
|
|
|
|
|
|
|
'Africa/Niamey' => { |
5340
|
|
|
|
|
|
|
exemplarCity => q#Niamey#, |
5341
|
|
|
|
|
|
|
}, |
5342
|
|
|
|
|
|
|
'Africa/Nouakchott' => { |
5343
|
|
|
|
|
|
|
exemplarCity => q#Nouakchott#, |
5344
|
|
|
|
|
|
|
}, |
5345
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
5346
|
|
|
|
|
|
|
exemplarCity => q#Ouagadougou#, |
5347
|
|
|
|
|
|
|
}, |
5348
|
|
|
|
|
|
|
'Africa/Porto-Novo' => { |
5349
|
|
|
|
|
|
|
exemplarCity => q#Porto-Novo#, |
5350
|
|
|
|
|
|
|
}, |
5351
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
5352
|
|
|
|
|
|
|
exemplarCity => q#Sao Tome#, |
5353
|
|
|
|
|
|
|
}, |
5354
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
5355
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
5356
|
|
|
|
|
|
|
}, |
5357
|
|
|
|
|
|
|
'Africa/Tunis' => { |
5358
|
|
|
|
|
|
|
exemplarCity => q#Tunis#, |
5359
|
|
|
|
|
|
|
}, |
5360
|
|
|
|
|
|
|
'Africa/Windhoek' => { |
5361
|
|
|
|
|
|
|
exemplarCity => q#Windhoek#, |
5362
|
|
|
|
|
|
|
}, |
5363
|
|
|
|
|
|
|
'Africa_Central' => { |
5364
|
|
|
|
|
|
|
long => { |
5365
|
|
|
|
|
|
|
'standard' => q(Oras sa Gitnang Africa), |
5366
|
|
|
|
|
|
|
}, |
5367
|
|
|
|
|
|
|
}, |
5368
|
|
|
|
|
|
|
'Africa_Eastern' => { |
5369
|
|
|
|
|
|
|
long => { |
5370
|
|
|
|
|
|
|
'standard' => q(Oras sa Silangang Africa), |
5371
|
|
|
|
|
|
|
}, |
5372
|
|
|
|
|
|
|
}, |
5373
|
|
|
|
|
|
|
'Africa_Southern' => { |
5374
|
|
|
|
|
|
|
long => { |
5375
|
|
|
|
|
|
|
'standard' => q(Oras sa Timog Africa), |
5376
|
|
|
|
|
|
|
}, |
5377
|
|
|
|
|
|
|
}, |
5378
|
|
|
|
|
|
|
'Africa_Western' => { |
5379
|
|
|
|
|
|
|
long => { |
5380
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Kanlurang Africa), |
5381
|
|
|
|
|
|
|
'generic' => q(Oras sa Kanlurang Africa), |
5382
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Kanlurang Africa), |
5383
|
|
|
|
|
|
|
}, |
5384
|
|
|
|
|
|
|
}, |
5385
|
|
|
|
|
|
|
'Alaska' => { |
5386
|
|
|
|
|
|
|
long => { |
5387
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Alaska), |
5388
|
|
|
|
|
|
|
'generic' => q(Oras sa Alaska), |
5389
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Alaska), |
5390
|
|
|
|
|
|
|
}, |
5391
|
|
|
|
|
|
|
}, |
5392
|
|
|
|
|
|
|
'Amazon' => { |
5393
|
|
|
|
|
|
|
long => { |
5394
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Amazon), |
5395
|
|
|
|
|
|
|
'generic' => q(Oras sa Amazon), |
5396
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Amazon), |
5397
|
|
|
|
|
|
|
}, |
5398
|
|
|
|
|
|
|
}, |
5399
|
|
|
|
|
|
|
'America/Adak' => { |
5400
|
|
|
|
|
|
|
exemplarCity => q#Adak#, |
5401
|
|
|
|
|
|
|
}, |
5402
|
|
|
|
|
|
|
'America/Anchorage' => { |
5403
|
|
|
|
|
|
|
exemplarCity => q#Anchorage#, |
5404
|
|
|
|
|
|
|
}, |
5405
|
|
|
|
|
|
|
'America/Anguilla' => { |
5406
|
|
|
|
|
|
|
exemplarCity => q#Anguilla#, |
5407
|
|
|
|
|
|
|
}, |
5408
|
|
|
|
|
|
|
'America/Antigua' => { |
5409
|
|
|
|
|
|
|
exemplarCity => q#Antigua#, |
5410
|
|
|
|
|
|
|
}, |
5411
|
|
|
|
|
|
|
'America/Araguaina' => { |
5412
|
|
|
|
|
|
|
exemplarCity => q#Araguaina#, |
5413
|
|
|
|
|
|
|
}, |
5414
|
|
|
|
|
|
|
'America/Argentina/La_Rioja' => { |
5415
|
|
|
|
|
|
|
exemplarCity => q#La Rioja#, |
5416
|
|
|
|
|
|
|
}, |
5417
|
|
|
|
|
|
|
'America/Argentina/Rio_Gallegos' => { |
5418
|
|
|
|
|
|
|
exemplarCity => q#Rio Gallegos#, |
5419
|
|
|
|
|
|
|
}, |
5420
|
|
|
|
|
|
|
'America/Argentina/Salta' => { |
5421
|
|
|
|
|
|
|
exemplarCity => q#Salta#, |
5422
|
|
|
|
|
|
|
}, |
5423
|
|
|
|
|
|
|
'America/Argentina/San_Juan' => { |
5424
|
|
|
|
|
|
|
exemplarCity => q#San Juan#, |
5425
|
|
|
|
|
|
|
}, |
5426
|
|
|
|
|
|
|
'America/Argentina/San_Luis' => { |
5427
|
|
|
|
|
|
|
exemplarCity => q#San Luis#, |
5428
|
|
|
|
|
|
|
}, |
5429
|
|
|
|
|
|
|
'America/Argentina/Tucuman' => { |
5430
|
|
|
|
|
|
|
exemplarCity => q#Tucuman#, |
5431
|
|
|
|
|
|
|
}, |
5432
|
|
|
|
|
|
|
'America/Argentina/Ushuaia' => { |
5433
|
|
|
|
|
|
|
exemplarCity => q#Ushuaia#, |
5434
|
|
|
|
|
|
|
}, |
5435
|
|
|
|
|
|
|
'America/Aruba' => { |
5436
|
|
|
|
|
|
|
exemplarCity => q#Aruba#, |
5437
|
|
|
|
|
|
|
}, |
5438
|
|
|
|
|
|
|
'America/Asuncion' => { |
5439
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
5440
|
|
|
|
|
|
|
}, |
5441
|
|
|
|
|
|
|
'America/Bahia' => { |
5442
|
|
|
|
|
|
|
exemplarCity => q#Bahia#, |
5443
|
|
|
|
|
|
|
}, |
5444
|
|
|
|
|
|
|
'America/Bahia_Banderas' => { |
5445
|
|
|
|
|
|
|
exemplarCity => q#Bahia Banderas#, |
5446
|
|
|
|
|
|
|
}, |
5447
|
|
|
|
|
|
|
'America/Barbados' => { |
5448
|
|
|
|
|
|
|
exemplarCity => q#Barbados#, |
5449
|
|
|
|
|
|
|
}, |
5450
|
|
|
|
|
|
|
'America/Belem' => { |
5451
|
|
|
|
|
|
|
exemplarCity => q#Belem#, |
5452
|
|
|
|
|
|
|
}, |
5453
|
|
|
|
|
|
|
'America/Belize' => { |
5454
|
|
|
|
|
|
|
exemplarCity => q#Belize#, |
5455
|
|
|
|
|
|
|
}, |
5456
|
|
|
|
|
|
|
'America/Blanc-Sablon' => { |
5457
|
|
|
|
|
|
|
exemplarCity => q#Blanc-Sablon#, |
5458
|
|
|
|
|
|
|
}, |
5459
|
|
|
|
|
|
|
'America/Boa_Vista' => { |
5460
|
|
|
|
|
|
|
exemplarCity => q#Boa Vista#, |
5461
|
|
|
|
|
|
|
}, |
5462
|
|
|
|
|
|
|
'America/Bogota' => { |
5463
|
|
|
|
|
|
|
exemplarCity => q#Bogota#, |
5464
|
|
|
|
|
|
|
}, |
5465
|
|
|
|
|
|
|
'America/Boise' => { |
5466
|
|
|
|
|
|
|
exemplarCity => q#Boise#, |
5467
|
|
|
|
|
|
|
}, |
5468
|
|
|
|
|
|
|
'America/Buenos_Aires' => { |
5469
|
|
|
|
|
|
|
exemplarCity => q#Buenos Aires#, |
5470
|
|
|
|
|
|
|
}, |
5471
|
|
|
|
|
|
|
'America/Cambridge_Bay' => { |
5472
|
|
|
|
|
|
|
exemplarCity => q#Cambridge Bay#, |
5473
|
|
|
|
|
|
|
}, |
5474
|
|
|
|
|
|
|
'America/Campo_Grande' => { |
5475
|
|
|
|
|
|
|
exemplarCity => q#Campo Grande#, |
5476
|
|
|
|
|
|
|
}, |
5477
|
|
|
|
|
|
|
'America/Cancun' => { |
5478
|
|
|
|
|
|
|
exemplarCity => q#Cancun#, |
5479
|
|
|
|
|
|
|
}, |
5480
|
|
|
|
|
|
|
'America/Caracas' => { |
5481
|
|
|
|
|
|
|
exemplarCity => q#Caracas#, |
5482
|
|
|
|
|
|
|
}, |
5483
|
|
|
|
|
|
|
'America/Catamarca' => { |
5484
|
|
|
|
|
|
|
exemplarCity => q#Catamarca#, |
5485
|
|
|
|
|
|
|
}, |
5486
|
|
|
|
|
|
|
'America/Cayenne' => { |
5487
|
|
|
|
|
|
|
exemplarCity => q#Cayenne#, |
5488
|
|
|
|
|
|
|
}, |
5489
|
|
|
|
|
|
|
'America/Cayman' => { |
5490
|
|
|
|
|
|
|
exemplarCity => q#Cayman#, |
5491
|
|
|
|
|
|
|
}, |
5492
|
|
|
|
|
|
|
'America/Chicago' => { |
5493
|
|
|
|
|
|
|
exemplarCity => q#Chicago#, |
5494
|
|
|
|
|
|
|
}, |
5495
|
|
|
|
|
|
|
'America/Chihuahua' => { |
5496
|
|
|
|
|
|
|
exemplarCity => q#Chihuahua#, |
5497
|
|
|
|
|
|
|
}, |
5498
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
5499
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
5500
|
|
|
|
|
|
|
}, |
5501
|
|
|
|
|
|
|
'America/Cordoba' => { |
5502
|
|
|
|
|
|
|
exemplarCity => q#Cordoba#, |
5503
|
|
|
|
|
|
|
}, |
5504
|
|
|
|
|
|
|
'America/Costa_Rica' => { |
5505
|
|
|
|
|
|
|
exemplarCity => q#Costa Rica#, |
5506
|
|
|
|
|
|
|
}, |
5507
|
|
|
|
|
|
|
'America/Creston' => { |
5508
|
|
|
|
|
|
|
exemplarCity => q#Creston#, |
5509
|
|
|
|
|
|
|
}, |
5510
|
|
|
|
|
|
|
'America/Cuiaba' => { |
5511
|
|
|
|
|
|
|
exemplarCity => q#Cuiaba#, |
5512
|
|
|
|
|
|
|
}, |
5513
|
|
|
|
|
|
|
'America/Curacao' => { |
5514
|
|
|
|
|
|
|
exemplarCity => q#Curacao#, |
5515
|
|
|
|
|
|
|
}, |
5516
|
|
|
|
|
|
|
'America/Danmarkshavn' => { |
5517
|
|
|
|
|
|
|
exemplarCity => q#Danmarkshavn#, |
5518
|
|
|
|
|
|
|
}, |
5519
|
|
|
|
|
|
|
'America/Dawson' => { |
5520
|
|
|
|
|
|
|
exemplarCity => q#Dawson#, |
5521
|
|
|
|
|
|
|
}, |
5522
|
|
|
|
|
|
|
'America/Dawson_Creek' => { |
5523
|
|
|
|
|
|
|
exemplarCity => q#Dawson Creek#, |
5524
|
|
|
|
|
|
|
}, |
5525
|
|
|
|
|
|
|
'America/Denver' => { |
5526
|
|
|
|
|
|
|
exemplarCity => q#Denver#, |
5527
|
|
|
|
|
|
|
}, |
5528
|
|
|
|
|
|
|
'America/Detroit' => { |
5529
|
|
|
|
|
|
|
exemplarCity => q#Detroit#, |
5530
|
|
|
|
|
|
|
}, |
5531
|
|
|
|
|
|
|
'America/Dominica' => { |
5532
|
|
|
|
|
|
|
exemplarCity => q#Dominica#, |
5533
|
|
|
|
|
|
|
}, |
5534
|
|
|
|
|
|
|
'America/Edmonton' => { |
5535
|
|
|
|
|
|
|
exemplarCity => q#Edmonton#, |
5536
|
|
|
|
|
|
|
}, |
5537
|
|
|
|
|
|
|
'America/Eirunepe' => { |
5538
|
|
|
|
|
|
|
exemplarCity => q#Eirunepe#, |
5539
|
|
|
|
|
|
|
}, |
5540
|
|
|
|
|
|
|
'America/El_Salvador' => { |
5541
|
|
|
|
|
|
|
exemplarCity => q#El Salvador#, |
5542
|
|
|
|
|
|
|
}, |
5543
|
|
|
|
|
|
|
'America/Fortaleza' => { |
5544
|
|
|
|
|
|
|
exemplarCity => q#Fortaleza#, |
5545
|
|
|
|
|
|
|
}, |
5546
|
|
|
|
|
|
|
'America/Glace_Bay' => { |
5547
|
|
|
|
|
|
|
exemplarCity => q#Glace Bay#, |
5548
|
|
|
|
|
|
|
}, |
5549
|
|
|
|
|
|
|
'America/Godthab' => { |
5550
|
|
|
|
|
|
|
exemplarCity => q#Nuuk#, |
5551
|
|
|
|
|
|
|
}, |
5552
|
|
|
|
|
|
|
'America/Goose_Bay' => { |
5553
|
|
|
|
|
|
|
exemplarCity => q#Goose Bay#, |
5554
|
|
|
|
|
|
|
}, |
5555
|
|
|
|
|
|
|
'America/Grand_Turk' => { |
5556
|
|
|
|
|
|
|
exemplarCity => q#Grand Turk#, |
5557
|
|
|
|
|
|
|
}, |
5558
|
|
|
|
|
|
|
'America/Grenada' => { |
5559
|
|
|
|
|
|
|
exemplarCity => q#Grenada#, |
5560
|
|
|
|
|
|
|
}, |
5561
|
|
|
|
|
|
|
'America/Guadeloupe' => { |
5562
|
|
|
|
|
|
|
exemplarCity => q#Guadeloupe#, |
5563
|
|
|
|
|
|
|
}, |
5564
|
|
|
|
|
|
|
'America/Guatemala' => { |
5565
|
|
|
|
|
|
|
exemplarCity => q#Guatemala#, |
5566
|
|
|
|
|
|
|
}, |
5567
|
|
|
|
|
|
|
'America/Guayaquil' => { |
5568
|
|
|
|
|
|
|
exemplarCity => q#Guayaquil#, |
5569
|
|
|
|
|
|
|
}, |
5570
|
|
|
|
|
|
|
'America/Guyana' => { |
5571
|
|
|
|
|
|
|
exemplarCity => q#Guyana#, |
5572
|
|
|
|
|
|
|
}, |
5573
|
|
|
|
|
|
|
'America/Halifax' => { |
5574
|
|
|
|
|
|
|
exemplarCity => q#Halifax#, |
5575
|
|
|
|
|
|
|
}, |
5576
|
|
|
|
|
|
|
'America/Havana' => { |
5577
|
|
|
|
|
|
|
exemplarCity => q#Havana#, |
5578
|
|
|
|
|
|
|
}, |
5579
|
|
|
|
|
|
|
'America/Hermosillo' => { |
5580
|
|
|
|
|
|
|
exemplarCity => q#Hermosillo#, |
5581
|
|
|
|
|
|
|
}, |
5582
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
5583
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
5584
|
|
|
|
|
|
|
}, |
5585
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
5586
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
5587
|
|
|
|
|
|
|
}, |
5588
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
5589
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
5590
|
|
|
|
|
|
|
}, |
5591
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
5592
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
5593
|
|
|
|
|
|
|
}, |
5594
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
5595
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
5596
|
|
|
|
|
|
|
}, |
5597
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
5598
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
5599
|
|
|
|
|
|
|
}, |
5600
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
5601
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
5602
|
|
|
|
|
|
|
}, |
5603
|
|
|
|
|
|
|
'America/Indianapolis' => { |
5604
|
|
|
|
|
|
|
exemplarCity => q#Indianapolis#, |
5605
|
|
|
|
|
|
|
}, |
5606
|
|
|
|
|
|
|
'America/Inuvik' => { |
5607
|
|
|
|
|
|
|
exemplarCity => q#Inuvik#, |
5608
|
|
|
|
|
|
|
}, |
5609
|
|
|
|
|
|
|
'America/Iqaluit' => { |
5610
|
|
|
|
|
|
|
exemplarCity => q#Iqaluit#, |
5611
|
|
|
|
|
|
|
}, |
5612
|
|
|
|
|
|
|
'America/Jamaica' => { |
5613
|
|
|
|
|
|
|
exemplarCity => q#Jamaica#, |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
'America/Jujuy' => { |
5616
|
|
|
|
|
|
|
exemplarCity => q#Jujuy#, |
5617
|
|
|
|
|
|
|
}, |
5618
|
|
|
|
|
|
|
'America/Juneau' => { |
5619
|
|
|
|
|
|
|
exemplarCity => q#Juneau#, |
5620
|
|
|
|
|
|
|
}, |
5621
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
5622
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
5623
|
|
|
|
|
|
|
}, |
5624
|
|
|
|
|
|
|
'America/Kralendijk' => { |
5625
|
|
|
|
|
|
|
exemplarCity => q#Kralendijk#, |
5626
|
|
|
|
|
|
|
}, |
5627
|
|
|
|
|
|
|
'America/La_Paz' => { |
5628
|
|
|
|
|
|
|
exemplarCity => q#La Paz#, |
5629
|
|
|
|
|
|
|
}, |
5630
|
|
|
|
|
|
|
'America/Lima' => { |
5631
|
|
|
|
|
|
|
exemplarCity => q#Lima#, |
5632
|
|
|
|
|
|
|
}, |
5633
|
|
|
|
|
|
|
'America/Los_Angeles' => { |
5634
|
|
|
|
|
|
|
exemplarCity => q#Los Angeles#, |
5635
|
|
|
|
|
|
|
}, |
5636
|
|
|
|
|
|
|
'America/Louisville' => { |
5637
|
|
|
|
|
|
|
exemplarCity => q#Louisville#, |
5638
|
|
|
|
|
|
|
}, |
5639
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
5640
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
5641
|
|
|
|
|
|
|
}, |
5642
|
|
|
|
|
|
|
'America/Maceio' => { |
5643
|
|
|
|
|
|
|
exemplarCity => q#Maceio#, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'America/Managua' => { |
5646
|
|
|
|
|
|
|
exemplarCity => q#Managua#, |
5647
|
|
|
|
|
|
|
}, |
5648
|
|
|
|
|
|
|
'America/Manaus' => { |
5649
|
|
|
|
|
|
|
exemplarCity => q#Manaus#, |
5650
|
|
|
|
|
|
|
}, |
5651
|
|
|
|
|
|
|
'America/Marigot' => { |
5652
|
|
|
|
|
|
|
exemplarCity => q#Marigot#, |
5653
|
|
|
|
|
|
|
}, |
5654
|
|
|
|
|
|
|
'America/Martinique' => { |
5655
|
|
|
|
|
|
|
exemplarCity => q#Martinique#, |
5656
|
|
|
|
|
|
|
}, |
5657
|
|
|
|
|
|
|
'America/Matamoros' => { |
5658
|
|
|
|
|
|
|
exemplarCity => q#Matamoros#, |
5659
|
|
|
|
|
|
|
}, |
5660
|
|
|
|
|
|
|
'America/Mazatlan' => { |
5661
|
|
|
|
|
|
|
exemplarCity => q#Mazatlan#, |
5662
|
|
|
|
|
|
|
}, |
5663
|
|
|
|
|
|
|
'America/Mendoza' => { |
5664
|
|
|
|
|
|
|
exemplarCity => q#Mendoza#, |
5665
|
|
|
|
|
|
|
}, |
5666
|
|
|
|
|
|
|
'America/Menominee' => { |
5667
|
|
|
|
|
|
|
exemplarCity => q#Menominee#, |
5668
|
|
|
|
|
|
|
}, |
5669
|
|
|
|
|
|
|
'America/Merida' => { |
5670
|
|
|
|
|
|
|
exemplarCity => q#Merida#, |
5671
|
|
|
|
|
|
|
}, |
5672
|
|
|
|
|
|
|
'America/Metlakatla' => { |
5673
|
|
|
|
|
|
|
exemplarCity => q#Metlakatla#, |
5674
|
|
|
|
|
|
|
}, |
5675
|
|
|
|
|
|
|
'America/Mexico_City' => { |
5676
|
|
|
|
|
|
|
exemplarCity => q#Lungsod ng Mexico#, |
5677
|
|
|
|
|
|
|
}, |
5678
|
|
|
|
|
|
|
'America/Miquelon' => { |
5679
|
|
|
|
|
|
|
exemplarCity => q#Miquelon#, |
5680
|
|
|
|
|
|
|
}, |
5681
|
|
|
|
|
|
|
'America/Moncton' => { |
5682
|
|
|
|
|
|
|
exemplarCity => q#Moncton#, |
5683
|
|
|
|
|
|
|
}, |
5684
|
|
|
|
|
|
|
'America/Monterrey' => { |
5685
|
|
|
|
|
|
|
exemplarCity => q#Monterrey#, |
5686
|
|
|
|
|
|
|
}, |
5687
|
|
|
|
|
|
|
'America/Montevideo' => { |
5688
|
|
|
|
|
|
|
exemplarCity => q#Montevideo#, |
5689
|
|
|
|
|
|
|
}, |
5690
|
|
|
|
|
|
|
'America/Montserrat' => { |
5691
|
|
|
|
|
|
|
exemplarCity => q#Montserrat#, |
5692
|
|
|
|
|
|
|
}, |
5693
|
|
|
|
|
|
|
'America/Nassau' => { |
5694
|
|
|
|
|
|
|
exemplarCity => q#Nassau#, |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
'America/New_York' => { |
5697
|
|
|
|
|
|
|
exemplarCity => q#New York#, |
5698
|
|
|
|
|
|
|
}, |
5699
|
|
|
|
|
|
|
'America/Nipigon' => { |
5700
|
|
|
|
|
|
|
exemplarCity => q#Nipigon#, |
5701
|
|
|
|
|
|
|
}, |
5702
|
|
|
|
|
|
|
'America/Nome' => { |
5703
|
|
|
|
|
|
|
exemplarCity => q#Nome#, |
5704
|
|
|
|
|
|
|
}, |
5705
|
|
|
|
|
|
|
'America/Noronha' => { |
5706
|
|
|
|
|
|
|
exemplarCity => q#Noronha#, |
5707
|
|
|
|
|
|
|
}, |
5708
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
5709
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
5710
|
|
|
|
|
|
|
}, |
5711
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
5712
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
5713
|
|
|
|
|
|
|
}, |
5714
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
5715
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
5716
|
|
|
|
|
|
|
}, |
5717
|
|
|
|
|
|
|
'America/Ojinaga' => { |
5718
|
|
|
|
|
|
|
exemplarCity => q#Ojinaga#, |
5719
|
|
|
|
|
|
|
}, |
5720
|
|
|
|
|
|
|
'America/Panama' => { |
5721
|
|
|
|
|
|
|
exemplarCity => q#Panama#, |
5722
|
|
|
|
|
|
|
}, |
5723
|
|
|
|
|
|
|
'America/Pangnirtung' => { |
5724
|
|
|
|
|
|
|
exemplarCity => q#Pangnirtung#, |
5725
|
|
|
|
|
|
|
}, |
5726
|
|
|
|
|
|
|
'America/Paramaribo' => { |
5727
|
|
|
|
|
|
|
exemplarCity => q#Paramaribo#, |
5728
|
|
|
|
|
|
|
}, |
5729
|
|
|
|
|
|
|
'America/Phoenix' => { |
5730
|
|
|
|
|
|
|
exemplarCity => q#Phoenix#, |
5731
|
|
|
|
|
|
|
}, |
5732
|
|
|
|
|
|
|
'America/Port-au-Prince' => { |
5733
|
|
|
|
|
|
|
exemplarCity => q#Port-au-Prince#, |
5734
|
|
|
|
|
|
|
}, |
5735
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
5736
|
|
|
|
|
|
|
exemplarCity => q#Puwerto ng Espanya#, |
5737
|
|
|
|
|
|
|
}, |
5738
|
|
|
|
|
|
|
'America/Porto_Velho' => { |
5739
|
|
|
|
|
|
|
exemplarCity => q#Porto Velho#, |
5740
|
|
|
|
|
|
|
}, |
5741
|
|
|
|
|
|
|
'America/Puerto_Rico' => { |
5742
|
|
|
|
|
|
|
exemplarCity => q#Puerto Rico#, |
5743
|
|
|
|
|
|
|
}, |
5744
|
|
|
|
|
|
|
'America/Rainy_River' => { |
5745
|
|
|
|
|
|
|
exemplarCity => q#Rainy River#, |
5746
|
|
|
|
|
|
|
}, |
5747
|
|
|
|
|
|
|
'America/Rankin_Inlet' => { |
5748
|
|
|
|
|
|
|
exemplarCity => q#Makipot na Look ng Rankin#, |
5749
|
|
|
|
|
|
|
}, |
5750
|
|
|
|
|
|
|
'America/Recife' => { |
5751
|
|
|
|
|
|
|
exemplarCity => q#Recife#, |
5752
|
|
|
|
|
|
|
}, |
5753
|
|
|
|
|
|
|
'America/Regina' => { |
5754
|
|
|
|
|
|
|
exemplarCity => q#Regina#, |
5755
|
|
|
|
|
|
|
}, |
5756
|
|
|
|
|
|
|
'America/Resolute' => { |
5757
|
|
|
|
|
|
|
exemplarCity => q#Resolute#, |
5758
|
|
|
|
|
|
|
}, |
5759
|
|
|
|
|
|
|
'America/Rio_Branco' => { |
5760
|
|
|
|
|
|
|
exemplarCity => q#Rio Branco#, |
5761
|
|
|
|
|
|
|
}, |
5762
|
|
|
|
|
|
|
'America/Santa_Isabel' => { |
5763
|
|
|
|
|
|
|
exemplarCity => q#Santa Isabel#, |
5764
|
|
|
|
|
|
|
}, |
5765
|
|
|
|
|
|
|
'America/Santarem' => { |
5766
|
|
|
|
|
|
|
exemplarCity => q#Santarem#, |
5767
|
|
|
|
|
|
|
}, |
5768
|
|
|
|
|
|
|
'America/Santiago' => { |
5769
|
|
|
|
|
|
|
exemplarCity => q#Santiago#, |
5770
|
|
|
|
|
|
|
}, |
5771
|
|
|
|
|
|
|
'America/Santo_Domingo' => { |
5772
|
|
|
|
|
|
|
exemplarCity => q#Santo Domingo#, |
5773
|
|
|
|
|
|
|
}, |
5774
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
5775
|
|
|
|
|
|
|
exemplarCity => q#Sao Paulo#, |
5776
|
|
|
|
|
|
|
}, |
5777
|
|
|
|
|
|
|
'America/Scoresbysund' => { |
5778
|
|
|
|
|
|
|
exemplarCity => q#Ittoqqortoormiit#, |
5779
|
|
|
|
|
|
|
}, |
5780
|
|
|
|
|
|
|
'America/Sitka' => { |
5781
|
|
|
|
|
|
|
exemplarCity => q#Sitka#, |
5782
|
|
|
|
|
|
|
}, |
5783
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
5784
|
|
|
|
|
|
|
exemplarCity => q#Saint Barthélemy#, |
5785
|
|
|
|
|
|
|
}, |
5786
|
|
|
|
|
|
|
'America/St_Johns' => { |
5787
|
|
|
|
|
|
|
exemplarCity => q#St. Johnâs#, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
'America/St_Kitts' => { |
5790
|
|
|
|
|
|
|
exemplarCity => q#St. Kitts#, |
5791
|
|
|
|
|
|
|
}, |
5792
|
|
|
|
|
|
|
'America/St_Lucia' => { |
5793
|
|
|
|
|
|
|
exemplarCity => q#St. Lucia#, |
5794
|
|
|
|
|
|
|
}, |
5795
|
|
|
|
|
|
|
'America/St_Thomas' => { |
5796
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
5797
|
|
|
|
|
|
|
}, |
5798
|
|
|
|
|
|
|
'America/St_Vincent' => { |
5799
|
|
|
|
|
|
|
exemplarCity => q#St. Vincent#, |
5800
|
|
|
|
|
|
|
}, |
5801
|
|
|
|
|
|
|
'America/Swift_Current' => { |
5802
|
|
|
|
|
|
|
exemplarCity => q#Swift Current#, |
5803
|
|
|
|
|
|
|
}, |
5804
|
|
|
|
|
|
|
'America/Tegucigalpa' => { |
5805
|
|
|
|
|
|
|
exemplarCity => q#Tegucigalpa#, |
5806
|
|
|
|
|
|
|
}, |
5807
|
|
|
|
|
|
|
'America/Thule' => { |
5808
|
|
|
|
|
|
|
exemplarCity => q#Thule#, |
5809
|
|
|
|
|
|
|
}, |
5810
|
|
|
|
|
|
|
'America/Thunder_Bay' => { |
5811
|
|
|
|
|
|
|
exemplarCity => q#Thunder Bay#, |
5812
|
|
|
|
|
|
|
}, |
5813
|
|
|
|
|
|
|
'America/Tijuana' => { |
5814
|
|
|
|
|
|
|
exemplarCity => q#Tijuana#, |
5815
|
|
|
|
|
|
|
}, |
5816
|
|
|
|
|
|
|
'America/Toronto' => { |
5817
|
|
|
|
|
|
|
exemplarCity => q#Toronto#, |
5818
|
|
|
|
|
|
|
}, |
5819
|
|
|
|
|
|
|
'America/Tortola' => { |
5820
|
|
|
|
|
|
|
exemplarCity => q#Tortola#, |
5821
|
|
|
|
|
|
|
}, |
5822
|
|
|
|
|
|
|
'America/Vancouver' => { |
5823
|
|
|
|
|
|
|
exemplarCity => q#Vancouver#, |
5824
|
|
|
|
|
|
|
}, |
5825
|
|
|
|
|
|
|
'America/Whitehorse' => { |
5826
|
|
|
|
|
|
|
exemplarCity => q#Whitehorse#, |
5827
|
|
|
|
|
|
|
}, |
5828
|
|
|
|
|
|
|
'America/Winnipeg' => { |
5829
|
|
|
|
|
|
|
exemplarCity => q#Winnipeg#, |
5830
|
|
|
|
|
|
|
}, |
5831
|
|
|
|
|
|
|
'America/Yakutat' => { |
5832
|
|
|
|
|
|
|
exemplarCity => q#Yakutat#, |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
'America/Yellowknife' => { |
5835
|
|
|
|
|
|
|
exemplarCity => q#Yellowknife#, |
5836
|
|
|
|
|
|
|
}, |
5837
|
|
|
|
|
|
|
'America_Central' => { |
5838
|
|
|
|
|
|
|
long => { |
5839
|
|
|
|
|
|
|
'daylight' => q(Sentral na Daylight Time), |
5840
|
|
|
|
|
|
|
'generic' => q(Sentral na Oras), |
5841
|
|
|
|
|
|
|
'standard' => q(Sentral na Standard na Oras), |
5842
|
|
|
|
|
|
|
}, |
5843
|
|
|
|
|
|
|
}, |
5844
|
|
|
|
|
|
|
'America_Eastern' => { |
5845
|
|
|
|
|
|
|
long => { |
5846
|
|
|
|
|
|
|
'daylight' => q(Eastern Daylight Time), |
5847
|
|
|
|
|
|
|
'generic' => q(Eastern Time), |
5848
|
|
|
|
|
|
|
'standard' => q(Eastern na Standard na Oras), |
5849
|
|
|
|
|
|
|
}, |
5850
|
|
|
|
|
|
|
}, |
5851
|
|
|
|
|
|
|
'America_Mountain' => { |
5852
|
|
|
|
|
|
|
long => { |
5853
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Bundok), |
5854
|
|
|
|
|
|
|
'generic' => q(Oras sa Bundok), |
5855
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Bundok), |
5856
|
|
|
|
|
|
|
}, |
5857
|
|
|
|
|
|
|
}, |
5858
|
|
|
|
|
|
|
'America_Pacific' => { |
5859
|
|
|
|
|
|
|
long => { |
5860
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Pasipiko), |
5861
|
|
|
|
|
|
|
'generic' => q(Oras sa Pasipiko), |
5862
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Pasipiko), |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
}, |
5865
|
|
|
|
|
|
|
'Anadyr' => { |
5866
|
|
|
|
|
|
|
long => { |
5867
|
|
|
|
|
|
|
'daylight' => q(Summer Time sa Anadyr), |
5868
|
|
|
|
|
|
|
'generic' => q(Oras sa Anadyr), |
5869
|
|
|
|
|
|
|
'standard' => q(Standard Time sa Anadyr), |
5870
|
|
|
|
|
|
|
}, |
5871
|
|
|
|
|
|
|
}, |
5872
|
|
|
|
|
|
|
'Antarctica/Casey' => { |
5873
|
|
|
|
|
|
|
exemplarCity => q#Casey#, |
5874
|
|
|
|
|
|
|
}, |
5875
|
|
|
|
|
|
|
'Antarctica/Davis' => { |
5876
|
|
|
|
|
|
|
exemplarCity => q#Davis#, |
5877
|
|
|
|
|
|
|
}, |
5878
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
5879
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
5880
|
|
|
|
|
|
|
}, |
5881
|
|
|
|
|
|
|
'Antarctica/Macquarie' => { |
5882
|
|
|
|
|
|
|
exemplarCity => q#Macquarie#, |
5883
|
|
|
|
|
|
|
}, |
5884
|
|
|
|
|
|
|
'Antarctica/Mawson' => { |
5885
|
|
|
|
|
|
|
exemplarCity => q#Mawson#, |
5886
|
|
|
|
|
|
|
}, |
5887
|
|
|
|
|
|
|
'Antarctica/McMurdo' => { |
5888
|
|
|
|
|
|
|
exemplarCity => q#McMurdo#, |
5889
|
|
|
|
|
|
|
}, |
5890
|
|
|
|
|
|
|
'Antarctica/Palmer' => { |
5891
|
|
|
|
|
|
|
exemplarCity => q#Palmer#, |
5892
|
|
|
|
|
|
|
}, |
5893
|
|
|
|
|
|
|
'Antarctica/Rothera' => { |
5894
|
|
|
|
|
|
|
exemplarCity => q#Rothera#, |
5895
|
|
|
|
|
|
|
}, |
5896
|
|
|
|
|
|
|
'Antarctica/Syowa' => { |
5897
|
|
|
|
|
|
|
exemplarCity => q#Syowa#, |
5898
|
|
|
|
|
|
|
}, |
5899
|
|
|
|
|
|
|
'Antarctica/Troll' => { |
5900
|
|
|
|
|
|
|
exemplarCity => q#Troll#, |
5901
|
|
|
|
|
|
|
}, |
5902
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
5903
|
|
|
|
|
|
|
exemplarCity => q#Vostok#, |
5904
|
|
|
|
|
|
|
}, |
5905
|
|
|
|
|
|
|
'Apia' => { |
5906
|
|
|
|
|
|
|
long => { |
5907
|
|
|
|
|
|
|
'daylight' => q(Apia Daylight Time), |
5908
|
|
|
|
|
|
|
'generic' => q(Oras sa Apia), |
5909
|
|
|
|
|
|
|
'standard' => q(Apia Standard Time), |
5910
|
|
|
|
|
|
|
}, |
5911
|
|
|
|
|
|
|
}, |
5912
|
|
|
|
|
|
|
'Arabian' => { |
5913
|
|
|
|
|
|
|
long => { |
5914
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Arabia), |
5915
|
|
|
|
|
|
|
'generic' => q(Oras sa Arabia), |
5916
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Arabia), |
5917
|
|
|
|
|
|
|
}, |
5918
|
|
|
|
|
|
|
}, |
5919
|
|
|
|
|
|
|
'Arctic/Longyearbyen' => { |
5920
|
|
|
|
|
|
|
exemplarCity => q#Longyearbyen#, |
5921
|
|
|
|
|
|
|
}, |
5922
|
|
|
|
|
|
|
'Argentina' => { |
5923
|
|
|
|
|
|
|
long => { |
5924
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Argentina), |
5925
|
|
|
|
|
|
|
'generic' => q(Oras sa Argentina), |
5926
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Argentina), |
5927
|
|
|
|
|
|
|
}, |
5928
|
|
|
|
|
|
|
}, |
5929
|
|
|
|
|
|
|
'Argentina_Western' => { |
5930
|
|
|
|
|
|
|
long => { |
5931
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Kanlurang Argentina), |
5932
|
|
|
|
|
|
|
'generic' => q(Oras sa Kanlurang Argentina), |
5933
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Kanlurang Argentina), |
5934
|
|
|
|
|
|
|
}, |
5935
|
|
|
|
|
|
|
}, |
5936
|
|
|
|
|
|
|
'Armenia' => { |
5937
|
|
|
|
|
|
|
long => { |
5938
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Armenia), |
5939
|
|
|
|
|
|
|
'generic' => q(Oras sa Armenia), |
5940
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Armenia), |
5941
|
|
|
|
|
|
|
}, |
5942
|
|
|
|
|
|
|
}, |
5943
|
|
|
|
|
|
|
'Asia/Aden' => { |
5944
|
|
|
|
|
|
|
exemplarCity => q#Aden#, |
5945
|
|
|
|
|
|
|
}, |
5946
|
|
|
|
|
|
|
'Asia/Almaty' => { |
5947
|
|
|
|
|
|
|
exemplarCity => q#Almaty#, |
5948
|
|
|
|
|
|
|
}, |
5949
|
|
|
|
|
|
|
'Asia/Amman' => { |
5950
|
|
|
|
|
|
|
exemplarCity => q#Amman#, |
5951
|
|
|
|
|
|
|
}, |
5952
|
|
|
|
|
|
|
'Asia/Anadyr' => { |
5953
|
|
|
|
|
|
|
exemplarCity => q#Anadyr#, |
5954
|
|
|
|
|
|
|
}, |
5955
|
|
|
|
|
|
|
'Asia/Aqtau' => { |
5956
|
|
|
|
|
|
|
exemplarCity => q#Aqtau#, |
5957
|
|
|
|
|
|
|
}, |
5958
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
5959
|
|
|
|
|
|
|
exemplarCity => q#Aqtobe#, |
5960
|
|
|
|
|
|
|
}, |
5961
|
|
|
|
|
|
|
'Asia/Ashgabat' => { |
5962
|
|
|
|
|
|
|
exemplarCity => q#Ashgabat#, |
5963
|
|
|
|
|
|
|
}, |
5964
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
5965
|
|
|
|
|
|
|
exemplarCity => q#Baghdad#, |
5966
|
|
|
|
|
|
|
}, |
5967
|
|
|
|
|
|
|
'Asia/Bahrain' => { |
5968
|
|
|
|
|
|
|
exemplarCity => q#Bahrain#, |
5969
|
|
|
|
|
|
|
}, |
5970
|
|
|
|
|
|
|
'Asia/Baku' => { |
5971
|
|
|
|
|
|
|
exemplarCity => q#Baku#, |
5972
|
|
|
|
|
|
|
}, |
5973
|
|
|
|
|
|
|
'Asia/Bangkok' => { |
5974
|
|
|
|
|
|
|
exemplarCity => q#Bangkok#, |
5975
|
|
|
|
|
|
|
}, |
5976
|
|
|
|
|
|
|
'Asia/Beirut' => { |
5977
|
|
|
|
|
|
|
exemplarCity => q#Beirut#, |
5978
|
|
|
|
|
|
|
}, |
5979
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
5980
|
|
|
|
|
|
|
exemplarCity => q#Bishkek#, |
5981
|
|
|
|
|
|
|
}, |
5982
|
|
|
|
|
|
|
'Asia/Brunei' => { |
5983
|
|
|
|
|
|
|
exemplarCity => q#Brunei#, |
5984
|
|
|
|
|
|
|
}, |
5985
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
5986
|
|
|
|
|
|
|
exemplarCity => q#Kolkata#, |
5987
|
|
|
|
|
|
|
}, |
5988
|
|
|
|
|
|
|
'Asia/Chita' => { |
5989
|
|
|
|
|
|
|
exemplarCity => q#Chita#, |
5990
|
|
|
|
|
|
|
}, |
5991
|
|
|
|
|
|
|
'Asia/Choibalsan' => { |
5992
|
|
|
|
|
|
|
exemplarCity => q#Choibalsan#, |
5993
|
|
|
|
|
|
|
}, |
5994
|
|
|
|
|
|
|
'Asia/Colombo' => { |
5995
|
|
|
|
|
|
|
exemplarCity => q#Colombo#, |
5996
|
|
|
|
|
|
|
}, |
5997
|
|
|
|
|
|
|
'Asia/Damascus' => { |
5998
|
|
|
|
|
|
|
exemplarCity => q#Damascus#, |
5999
|
|
|
|
|
|
|
}, |
6000
|
|
|
|
|
|
|
'Asia/Dhaka' => { |
6001
|
|
|
|
|
|
|
exemplarCity => q#Dhaka#, |
6002
|
|
|
|
|
|
|
}, |
6003
|
|
|
|
|
|
|
'Asia/Dili' => { |
6004
|
|
|
|
|
|
|
exemplarCity => q#Dili#, |
6005
|
|
|
|
|
|
|
}, |
6006
|
|
|
|
|
|
|
'Asia/Dubai' => { |
6007
|
|
|
|
|
|
|
exemplarCity => q#Dubai#, |
6008
|
|
|
|
|
|
|
}, |
6009
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
6010
|
|
|
|
|
|
|
exemplarCity => q#Dushanbe#, |
6011
|
|
|
|
|
|
|
}, |
6012
|
|
|
|
|
|
|
'Asia/Gaza' => { |
6013
|
|
|
|
|
|
|
exemplarCity => q#Gaza#, |
6014
|
|
|
|
|
|
|
}, |
6015
|
|
|
|
|
|
|
'Asia/Hebron' => { |
6016
|
|
|
|
|
|
|
exemplarCity => q#Hebron#, |
6017
|
|
|
|
|
|
|
}, |
6018
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
6019
|
|
|
|
|
|
|
exemplarCity => q#Hong Kong#, |
6020
|
|
|
|
|
|
|
}, |
6021
|
|
|
|
|
|
|
'Asia/Hovd' => { |
6022
|
|
|
|
|
|
|
exemplarCity => q#Hovd#, |
6023
|
|
|
|
|
|
|
}, |
6024
|
|
|
|
|
|
|
'Asia/Irkutsk' => { |
6025
|
|
|
|
|
|
|
exemplarCity => q#Irkutsk#, |
6026
|
|
|
|
|
|
|
}, |
6027
|
|
|
|
|
|
|
'Asia/Jakarta' => { |
6028
|
|
|
|
|
|
|
exemplarCity => q#Jakarta#, |
6029
|
|
|
|
|
|
|
}, |
6030
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
6031
|
|
|
|
|
|
|
exemplarCity => q#Jayapura#, |
6032
|
|
|
|
|
|
|
}, |
6033
|
|
|
|
|
|
|
'Asia/Jerusalem' => { |
6034
|
|
|
|
|
|
|
exemplarCity => q#Jerusalem#, |
6035
|
|
|
|
|
|
|
}, |
6036
|
|
|
|
|
|
|
'Asia/Kabul' => { |
6037
|
|
|
|
|
|
|
exemplarCity => q#Kabul#, |
6038
|
|
|
|
|
|
|
}, |
6039
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
6040
|
|
|
|
|
|
|
exemplarCity => q#Kamchatka#, |
6041
|
|
|
|
|
|
|
}, |
6042
|
|
|
|
|
|
|
'Asia/Karachi' => { |
6043
|
|
|
|
|
|
|
exemplarCity => q#Karachi#, |
6044
|
|
|
|
|
|
|
}, |
6045
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
6046
|
|
|
|
|
|
|
exemplarCity => q#Kathmandu#, |
6047
|
|
|
|
|
|
|
}, |
6048
|
|
|
|
|
|
|
'Asia/Khandyga' => { |
6049
|
|
|
|
|
|
|
exemplarCity => q#Khandyga#, |
6050
|
|
|
|
|
|
|
}, |
6051
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
6052
|
|
|
|
|
|
|
exemplarCity => q#Krasnoyarsk#, |
6053
|
|
|
|
|
|
|
}, |
6054
|
|
|
|
|
|
|
'Asia/Kuala_Lumpur' => { |
6055
|
|
|
|
|
|
|
exemplarCity => q#Kuala Lumpur#, |
6056
|
|
|
|
|
|
|
}, |
6057
|
|
|
|
|
|
|
'Asia/Kuching' => { |
6058
|
|
|
|
|
|
|
exemplarCity => q#Kuching#, |
6059
|
|
|
|
|
|
|
}, |
6060
|
|
|
|
|
|
|
'Asia/Kuwait' => { |
6061
|
|
|
|
|
|
|
exemplarCity => q#Kuwait#, |
6062
|
|
|
|
|
|
|
}, |
6063
|
|
|
|
|
|
|
'Asia/Macau' => { |
6064
|
|
|
|
|
|
|
exemplarCity => q#Macau#, |
6065
|
|
|
|
|
|
|
}, |
6066
|
|
|
|
|
|
|
'Asia/Magadan' => { |
6067
|
|
|
|
|
|
|
exemplarCity => q#Magadan#, |
6068
|
|
|
|
|
|
|
}, |
6069
|
|
|
|
|
|
|
'Asia/Makassar' => { |
6070
|
|
|
|
|
|
|
exemplarCity => q#Makassar#, |
6071
|
|
|
|
|
|
|
}, |
6072
|
|
|
|
|
|
|
'Asia/Manila' => { |
6073
|
|
|
|
|
|
|
exemplarCity => q#Maynila#, |
6074
|
|
|
|
|
|
|
}, |
6075
|
|
|
|
|
|
|
'Asia/Muscat' => { |
6076
|
|
|
|
|
|
|
exemplarCity => q#Muscat#, |
6077
|
|
|
|
|
|
|
}, |
6078
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
6079
|
|
|
|
|
|
|
exemplarCity => q#Nicosia#, |
6080
|
|
|
|
|
|
|
}, |
6081
|
|
|
|
|
|
|
'Asia/Novokuznetsk' => { |
6082
|
|
|
|
|
|
|
exemplarCity => q#Novokuznetsk#, |
6083
|
|
|
|
|
|
|
}, |
6084
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
6085
|
|
|
|
|
|
|
exemplarCity => q#Novosibirsk#, |
6086
|
|
|
|
|
|
|
}, |
6087
|
|
|
|
|
|
|
'Asia/Omsk' => { |
6088
|
|
|
|
|
|
|
exemplarCity => q#Omsk#, |
6089
|
|
|
|
|
|
|
}, |
6090
|
|
|
|
|
|
|
'Asia/Oral' => { |
6091
|
|
|
|
|
|
|
exemplarCity => q#Oral#, |
6092
|
|
|
|
|
|
|
}, |
6093
|
|
|
|
|
|
|
'Asia/Phnom_Penh' => { |
6094
|
|
|
|
|
|
|
exemplarCity => q#Phnom Penh#, |
6095
|
|
|
|
|
|
|
}, |
6096
|
|
|
|
|
|
|
'Asia/Pontianak' => { |
6097
|
|
|
|
|
|
|
exemplarCity => q#Pontianak#, |
6098
|
|
|
|
|
|
|
}, |
6099
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
6100
|
|
|
|
|
|
|
exemplarCity => q#Pyongyang#, |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
'Asia/Qatar' => { |
6103
|
|
|
|
|
|
|
exemplarCity => q#Qatar#, |
6104
|
|
|
|
|
|
|
}, |
6105
|
|
|
|
|
|
|
'Asia/Qyzylorda' => { |
6106
|
|
|
|
|
|
|
exemplarCity => q#Qyzylorda#, |
6107
|
|
|
|
|
|
|
}, |
6108
|
|
|
|
|
|
|
'Asia/Rangoon' => { |
6109
|
|
|
|
|
|
|
exemplarCity => q#Rangoon#, |
6110
|
|
|
|
|
|
|
}, |
6111
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
6112
|
|
|
|
|
|
|
exemplarCity => q#Riyadh#, |
6113
|
|
|
|
|
|
|
}, |
6114
|
|
|
|
|
|
|
'Asia/Saigon' => { |
6115
|
|
|
|
|
|
|
exemplarCity => q#Lungsod ng Ho Chi Minh#, |
6116
|
|
|
|
|
|
|
}, |
6117
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
6118
|
|
|
|
|
|
|
exemplarCity => q#Sakhalin#, |
6119
|
|
|
|
|
|
|
}, |
6120
|
|
|
|
|
|
|
'Asia/Samarkand' => { |
6121
|
|
|
|
|
|
|
exemplarCity => q#Samarkand#, |
6122
|
|
|
|
|
|
|
}, |
6123
|
|
|
|
|
|
|
'Asia/Seoul' => { |
6124
|
|
|
|
|
|
|
exemplarCity => q#Seoul#, |
6125
|
|
|
|
|
|
|
}, |
6126
|
|
|
|
|
|
|
'Asia/Shanghai' => { |
6127
|
|
|
|
|
|
|
exemplarCity => q#Shanghai#, |
6128
|
|
|
|
|
|
|
}, |
6129
|
|
|
|
|
|
|
'Asia/Singapore' => { |
6130
|
|
|
|
|
|
|
exemplarCity => q#Singapore#, |
6131
|
|
|
|
|
|
|
}, |
6132
|
|
|
|
|
|
|
'Asia/Srednekolymsk' => { |
6133
|
|
|
|
|
|
|
exemplarCity => q#Srednekolymsk#, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
'Asia/Taipei' => { |
6136
|
|
|
|
|
|
|
exemplarCity => q#Taipei#, |
6137
|
|
|
|
|
|
|
}, |
6138
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
6139
|
|
|
|
|
|
|
exemplarCity => q#Tashkent#, |
6140
|
|
|
|
|
|
|
}, |
6141
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
6142
|
|
|
|
|
|
|
exemplarCity => q#Tbilisi#, |
6143
|
|
|
|
|
|
|
}, |
6144
|
|
|
|
|
|
|
'Asia/Tehran' => { |
6145
|
|
|
|
|
|
|
exemplarCity => q#Tehran#, |
6146
|
|
|
|
|
|
|
}, |
6147
|
|
|
|
|
|
|
'Asia/Thimphu' => { |
6148
|
|
|
|
|
|
|
exemplarCity => q#Thimphu#, |
6149
|
|
|
|
|
|
|
}, |
6150
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
6151
|
|
|
|
|
|
|
exemplarCity => q#Tokyo#, |
6152
|
|
|
|
|
|
|
}, |
6153
|
|
|
|
|
|
|
'Asia/Ulaanbaatar' => { |
6154
|
|
|
|
|
|
|
exemplarCity => q#Ulaanbaatar#, |
6155
|
|
|
|
|
|
|
}, |
6156
|
|
|
|
|
|
|
'Asia/Urumqi' => { |
6157
|
|
|
|
|
|
|
exemplarCity => q#Urumqi#, |
6158
|
|
|
|
|
|
|
}, |
6159
|
|
|
|
|
|
|
'Asia/Ust-Nera' => { |
6160
|
|
|
|
|
|
|
exemplarCity => q#Ust-Nera#, |
6161
|
|
|
|
|
|
|
}, |
6162
|
|
|
|
|
|
|
'Asia/Vientiane' => { |
6163
|
|
|
|
|
|
|
exemplarCity => q#Vientiane#, |
6164
|
|
|
|
|
|
|
}, |
6165
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
6166
|
|
|
|
|
|
|
exemplarCity => q#Vladivostok#, |
6167
|
|
|
|
|
|
|
}, |
6168
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
6169
|
|
|
|
|
|
|
exemplarCity => q#Yakutsk#, |
6170
|
|
|
|
|
|
|
}, |
6171
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
6172
|
|
|
|
|
|
|
exemplarCity => q#Yekaterinburg#, |
6173
|
|
|
|
|
|
|
}, |
6174
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
6175
|
|
|
|
|
|
|
exemplarCity => q#Yerevan#, |
6176
|
|
|
|
|
|
|
}, |
6177
|
|
|
|
|
|
|
'Atlantic' => { |
6178
|
|
|
|
|
|
|
long => { |
6179
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Atlantiko), |
6180
|
|
|
|
|
|
|
'generic' => q(Oras sa Atlantiko), |
6181
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Atlantiko), |
6182
|
|
|
|
|
|
|
}, |
6183
|
|
|
|
|
|
|
}, |
6184
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
6185
|
|
|
|
|
|
|
exemplarCity => q#Azores#, |
6186
|
|
|
|
|
|
|
}, |
6187
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
6188
|
|
|
|
|
|
|
exemplarCity => q#Bermuda#, |
6189
|
|
|
|
|
|
|
}, |
6190
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
6191
|
|
|
|
|
|
|
exemplarCity => q#Canary#, |
6192
|
|
|
|
|
|
|
}, |
6193
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
6194
|
|
|
|
|
|
|
exemplarCity => q#Cape Verde#, |
6195
|
|
|
|
|
|
|
}, |
6196
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
6197
|
|
|
|
|
|
|
exemplarCity => q#Faroe#, |
6198
|
|
|
|
|
|
|
}, |
6199
|
|
|
|
|
|
|
'Atlantic/Madeira' => { |
6200
|
|
|
|
|
|
|
exemplarCity => q#Madeira#, |
6201
|
|
|
|
|
|
|
}, |
6202
|
|
|
|
|
|
|
'Atlantic/Reykjavik' => { |
6203
|
|
|
|
|
|
|
exemplarCity => q#Reykjavik#, |
6204
|
|
|
|
|
|
|
}, |
6205
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
6206
|
|
|
|
|
|
|
exemplarCity => q#Timog Georgia#, |
6207
|
|
|
|
|
|
|
}, |
6208
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
6209
|
|
|
|
|
|
|
exemplarCity => q#St. Helena#, |
6210
|
|
|
|
|
|
|
}, |
6211
|
|
|
|
|
|
|
'Atlantic/Stanley' => { |
6212
|
|
|
|
|
|
|
exemplarCity => q#Stanley#, |
6213
|
|
|
|
|
|
|
}, |
6214
|
|
|
|
|
|
|
'Australia/Adelaide' => { |
6215
|
|
|
|
|
|
|
exemplarCity => q#Adelaide#, |
6216
|
|
|
|
|
|
|
}, |
6217
|
|
|
|
|
|
|
'Australia/Brisbane' => { |
6218
|
|
|
|
|
|
|
exemplarCity => q#Brisbane#, |
6219
|
|
|
|
|
|
|
}, |
6220
|
|
|
|
|
|
|
'Australia/Broken_Hill' => { |
6221
|
|
|
|
|
|
|
exemplarCity => q#Broken Hill#, |
6222
|
|
|
|
|
|
|
}, |
6223
|
|
|
|
|
|
|
'Australia/Currie' => { |
6224
|
|
|
|
|
|
|
exemplarCity => q#Currie#, |
6225
|
|
|
|
|
|
|
}, |
6226
|
|
|
|
|
|
|
'Australia/Darwin' => { |
6227
|
|
|
|
|
|
|
exemplarCity => q#Darwin#, |
6228
|
|
|
|
|
|
|
}, |
6229
|
|
|
|
|
|
|
'Australia/Eucla' => { |
6230
|
|
|
|
|
|
|
exemplarCity => q#Eucla#, |
6231
|
|
|
|
|
|
|
}, |
6232
|
|
|
|
|
|
|
'Australia/Hobart' => { |
6233
|
|
|
|
|
|
|
exemplarCity => q#Hobart#, |
6234
|
|
|
|
|
|
|
}, |
6235
|
|
|
|
|
|
|
'Australia/Lindeman' => { |
6236
|
|
|
|
|
|
|
exemplarCity => q#Lindeman#, |
6237
|
|
|
|
|
|
|
}, |
6238
|
|
|
|
|
|
|
'Australia/Lord_Howe' => { |
6239
|
|
|
|
|
|
|
exemplarCity => q#Lord Howe#, |
6240
|
|
|
|
|
|
|
}, |
6241
|
|
|
|
|
|
|
'Australia/Melbourne' => { |
6242
|
|
|
|
|
|
|
exemplarCity => q#Melbourne#, |
6243
|
|
|
|
|
|
|
}, |
6244
|
|
|
|
|
|
|
'Australia/Perth' => { |
6245
|
|
|
|
|
|
|
exemplarCity => q#Perth#, |
6246
|
|
|
|
|
|
|
}, |
6247
|
|
|
|
|
|
|
'Australia/Sydney' => { |
6248
|
|
|
|
|
|
|
exemplarCity => q#Sydney#, |
6249
|
|
|
|
|
|
|
}, |
6250
|
|
|
|
|
|
|
'Australia_Central' => { |
6251
|
|
|
|
|
|
|
long => { |
6252
|
|
|
|
|
|
|
'daylight' => q(Daylight Time ng Gitnang Australya), |
6253
|
|
|
|
|
|
|
'generic' => q(Oras ng Gitnang Australya), |
6254
|
|
|
|
|
|
|
'standard' => q(Standard Time ng Gitnang Australya), |
6255
|
|
|
|
|
|
|
}, |
6256
|
|
|
|
|
|
|
}, |
6257
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
6258
|
|
|
|
|
|
|
long => { |
6259
|
|
|
|
|
|
|
'daylight' => q(Daylight Time ng Gitnang Kanluran ng Australya), |
6260
|
|
|
|
|
|
|
'generic' => q(Oras ng Gitnang Kanluran ng Australya), |
6261
|
|
|
|
|
|
|
'standard' => q(Standard Time ng Gitnang Kanluran ng Australya), |
6262
|
|
|
|
|
|
|
}, |
6263
|
|
|
|
|
|
|
}, |
6264
|
|
|
|
|
|
|
'Australia_Eastern' => { |
6265
|
|
|
|
|
|
|
long => { |
6266
|
|
|
|
|
|
|
'daylight' => q(Daylight Time ng Silangang Australya), |
6267
|
|
|
|
|
|
|
'generic' => q(Oras ng Silangang Australya), |
6268
|
|
|
|
|
|
|
'standard' => q(Standard Time ng Silangang Australya), |
6269
|
|
|
|
|
|
|
}, |
6270
|
|
|
|
|
|
|
}, |
6271
|
|
|
|
|
|
|
'Australia_Western' => { |
6272
|
|
|
|
|
|
|
long => { |
6273
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Kanlurang Australya), |
6274
|
|
|
|
|
|
|
'generic' => q(Oras ng Kanlurang Australya), |
6275
|
|
|
|
|
|
|
'standard' => q(Standard Time ng Kanlurang Australya), |
6276
|
|
|
|
|
|
|
}, |
6277
|
|
|
|
|
|
|
}, |
6278
|
|
|
|
|
|
|
'Azerbaijan' => { |
6279
|
|
|
|
|
|
|
long => { |
6280
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Azerbaijan), |
6281
|
|
|
|
|
|
|
'generic' => q(Oras sa Azerbaijan), |
6282
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Azerbaijan), |
6283
|
|
|
|
|
|
|
}, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
'Azores' => { |
6286
|
|
|
|
|
|
|
long => { |
6287
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Azores), |
6288
|
|
|
|
|
|
|
'generic' => q(Oras sa Azores), |
6289
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Azores), |
6290
|
|
|
|
|
|
|
}, |
6291
|
|
|
|
|
|
|
}, |
6292
|
|
|
|
|
|
|
'Bangladesh' => { |
6293
|
|
|
|
|
|
|
long => { |
6294
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Bangladesh), |
6295
|
|
|
|
|
|
|
'generic' => q(Oras sa Bangladesh), |
6296
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Bangladesh), |
6297
|
|
|
|
|
|
|
}, |
6298
|
|
|
|
|
|
|
}, |
6299
|
|
|
|
|
|
|
'Bhutan' => { |
6300
|
|
|
|
|
|
|
long => { |
6301
|
|
|
|
|
|
|
'standard' => q(Oras sa Bhutan), |
6302
|
|
|
|
|
|
|
}, |
6303
|
|
|
|
|
|
|
}, |
6304
|
|
|
|
|
|
|
'Bolivia' => { |
6305
|
|
|
|
|
|
|
long => { |
6306
|
|
|
|
|
|
|
'standard' => q(Oras sa Bolivia), |
6307
|
|
|
|
|
|
|
}, |
6308
|
|
|
|
|
|
|
}, |
6309
|
|
|
|
|
|
|
'Brasilia' => { |
6310
|
|
|
|
|
|
|
long => { |
6311
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Brasilia), |
6312
|
|
|
|
|
|
|
'generic' => q(Oras sa Brasilia), |
6313
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Brasilia), |
6314
|
|
|
|
|
|
|
}, |
6315
|
|
|
|
|
|
|
}, |
6316
|
|
|
|
|
|
|
'Brunei' => { |
6317
|
|
|
|
|
|
|
long => { |
6318
|
|
|
|
|
|
|
'standard' => q(Oras ng Brunei Darussalam), |
6319
|
|
|
|
|
|
|
}, |
6320
|
|
|
|
|
|
|
}, |
6321
|
|
|
|
|
|
|
'Cape_Verde' => { |
6322
|
|
|
|
|
|
|
long => { |
6323
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Cape Verde), |
6324
|
|
|
|
|
|
|
'generic' => q(Oras sa Cape Verde), |
6325
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Cape Verde), |
6326
|
|
|
|
|
|
|
}, |
6327
|
|
|
|
|
|
|
}, |
6328
|
|
|
|
|
|
|
'Chamorro' => { |
6329
|
|
|
|
|
|
|
long => { |
6330
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Chamorro), |
6331
|
|
|
|
|
|
|
}, |
6332
|
|
|
|
|
|
|
}, |
6333
|
|
|
|
|
|
|
'Chatham' => { |
6334
|
|
|
|
|
|
|
long => { |
6335
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Chatham), |
6336
|
|
|
|
|
|
|
'generic' => q(Oras sa Chatham), |
6337
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Chatham), |
6338
|
|
|
|
|
|
|
}, |
6339
|
|
|
|
|
|
|
}, |
6340
|
|
|
|
|
|
|
'Chile' => { |
6341
|
|
|
|
|
|
|
long => { |
6342
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Chile), |
6343
|
|
|
|
|
|
|
'generic' => q(Oras sa Chile), |
6344
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Chile), |
6345
|
|
|
|
|
|
|
}, |
6346
|
|
|
|
|
|
|
}, |
6347
|
|
|
|
|
|
|
'China' => { |
6348
|
|
|
|
|
|
|
long => { |
6349
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa China), |
6350
|
|
|
|
|
|
|
'generic' => q(Oras sa China), |
6351
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa China), |
6352
|
|
|
|
|
|
|
}, |
6353
|
|
|
|
|
|
|
}, |
6354
|
|
|
|
|
|
|
'Choibalsan' => { |
6355
|
|
|
|
|
|
|
long => { |
6356
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Choibalsan), |
6357
|
|
|
|
|
|
|
'generic' => q(Oras sa Choibalsan), |
6358
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Choibalsan), |
6359
|
|
|
|
|
|
|
}, |
6360
|
|
|
|
|
|
|
}, |
6361
|
|
|
|
|
|
|
'Christmas' => { |
6362
|
|
|
|
|
|
|
long => { |
6363
|
|
|
|
|
|
|
'standard' => q(Oras sa Christmas Island), |
6364
|
|
|
|
|
|
|
}, |
6365
|
|
|
|
|
|
|
}, |
6366
|
|
|
|
|
|
|
'Cocos' => { |
6367
|
|
|
|
|
|
|
long => { |
6368
|
|
|
|
|
|
|
'standard' => q(Oras sa Cocos Islands), |
6369
|
|
|
|
|
|
|
}, |
6370
|
|
|
|
|
|
|
}, |
6371
|
|
|
|
|
|
|
'Colombia' => { |
6372
|
|
|
|
|
|
|
long => { |
6373
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Colombia), |
6374
|
|
|
|
|
|
|
'generic' => q(Oras sa Colombia), |
6375
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Colombia), |
6376
|
|
|
|
|
|
|
}, |
6377
|
|
|
|
|
|
|
}, |
6378
|
|
|
|
|
|
|
'Cook' => { |
6379
|
|
|
|
|
|
|
long => { |
6380
|
|
|
|
|
|
|
'daylight' => q(Oras sa Kalahati ng Tag-init ng Cook Islands), |
6381
|
|
|
|
|
|
|
'generic' => q(Oras sa Cook Islands), |
6382
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Cook Islands), |
6383
|
|
|
|
|
|
|
}, |
6384
|
|
|
|
|
|
|
}, |
6385
|
|
|
|
|
|
|
'Cuba' => { |
6386
|
|
|
|
|
|
|
long => { |
6387
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Cuba), |
6388
|
|
|
|
|
|
|
'generic' => q(Oras sa Cuba), |
6389
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Cuba), |
6390
|
|
|
|
|
|
|
}, |
6391
|
|
|
|
|
|
|
}, |
6392
|
|
|
|
|
|
|
'Davis' => { |
6393
|
|
|
|
|
|
|
long => { |
6394
|
|
|
|
|
|
|
'standard' => q(Oras sa Davis), |
6395
|
|
|
|
|
|
|
}, |
6396
|
|
|
|
|
|
|
}, |
6397
|
|
|
|
|
|
|
'DumontDUrville' => { |
6398
|
|
|
|
|
|
|
long => { |
6399
|
|
|
|
|
|
|
'standard' => q(Oras sa Dumont-dâUrville), |
6400
|
|
|
|
|
|
|
}, |
6401
|
|
|
|
|
|
|
}, |
6402
|
|
|
|
|
|
|
'East_Timor' => { |
6403
|
|
|
|
|
|
|
long => { |
6404
|
|
|
|
|
|
|
'standard' => q(Oras ng East Timor), |
6405
|
|
|
|
|
|
|
}, |
6406
|
|
|
|
|
|
|
}, |
6407
|
|
|
|
|
|
|
'Easter' => { |
6408
|
|
|
|
|
|
|
long => { |
6409
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Easter Island), |
6410
|
|
|
|
|
|
|
'generic' => q(Oras sa Easter Island), |
6411
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Easter Island), |
6412
|
|
|
|
|
|
|
}, |
6413
|
|
|
|
|
|
|
}, |
6414
|
|
|
|
|
|
|
'Ecuador' => { |
6415
|
|
|
|
|
|
|
long => { |
6416
|
|
|
|
|
|
|
'standard' => q(Oras sa Ecuador), |
6417
|
|
|
|
|
|
|
}, |
6418
|
|
|
|
|
|
|
}, |
6419
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6420
|
|
|
|
|
|
|
exemplarCity => q#Di-kilalang Lungsod#, |
6421
|
|
|
|
|
|
|
}, |
6422
|
|
|
|
|
|
|
'Europe/Amsterdam' => { |
6423
|
|
|
|
|
|
|
exemplarCity => q#Amsterdam#, |
6424
|
|
|
|
|
|
|
}, |
6425
|
|
|
|
|
|
|
'Europe/Andorra' => { |
6426
|
|
|
|
|
|
|
exemplarCity => q#Andorra#, |
6427
|
|
|
|
|
|
|
}, |
6428
|
|
|
|
|
|
|
'Europe/Athens' => { |
6429
|
|
|
|
|
|
|
exemplarCity => q#Athens#, |
6430
|
|
|
|
|
|
|
}, |
6431
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6432
|
|
|
|
|
|
|
exemplarCity => q#Belgrade#, |
6433
|
|
|
|
|
|
|
}, |
6434
|
|
|
|
|
|
|
'Europe/Berlin' => { |
6435
|
|
|
|
|
|
|
exemplarCity => q#Berlin#, |
6436
|
|
|
|
|
|
|
}, |
6437
|
|
|
|
|
|
|
'Europe/Bratislava' => { |
6438
|
|
|
|
|
|
|
exemplarCity => q#Bratislava#, |
6439
|
|
|
|
|
|
|
}, |
6440
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6441
|
|
|
|
|
|
|
exemplarCity => q#Brussels#, |
6442
|
|
|
|
|
|
|
}, |
6443
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6444
|
|
|
|
|
|
|
exemplarCity => q#Bucharest#, |
6445
|
|
|
|
|
|
|
}, |
6446
|
|
|
|
|
|
|
'Europe/Budapest' => { |
6447
|
|
|
|
|
|
|
exemplarCity => q#Budapest#, |
6448
|
|
|
|
|
|
|
}, |
6449
|
|
|
|
|
|
|
'Europe/Busingen' => { |
6450
|
|
|
|
|
|
|
exemplarCity => q#Busingen#, |
6451
|
|
|
|
|
|
|
}, |
6452
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6453
|
|
|
|
|
|
|
exemplarCity => q#Chisinau#, |
6454
|
|
|
|
|
|
|
}, |
6455
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6456
|
|
|
|
|
|
|
exemplarCity => q#Copenhagen#, |
6457
|
|
|
|
|
|
|
}, |
6458
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6459
|
|
|
|
|
|
|
exemplarCity => q#Dublin#, |
6460
|
|
|
|
|
|
|
long => { |
6461
|
|
|
|
|
|
|
'daylight' => q(Standard na Oras sa Ireland), |
6462
|
|
|
|
|
|
|
}, |
6463
|
|
|
|
|
|
|
}, |
6464
|
|
|
|
|
|
|
'Europe/Gibraltar' => { |
6465
|
|
|
|
|
|
|
exemplarCity => q#Gibraltar#, |
6466
|
|
|
|
|
|
|
}, |
6467
|
|
|
|
|
|
|
'Europe/Guernsey' => { |
6468
|
|
|
|
|
|
|
exemplarCity => q#Guernsey#, |
6469
|
|
|
|
|
|
|
}, |
6470
|
|
|
|
|
|
|
'Europe/Helsinki' => { |
6471
|
|
|
|
|
|
|
exemplarCity => q#Helsinki#, |
6472
|
|
|
|
|
|
|
}, |
6473
|
|
|
|
|
|
|
'Europe/Isle_of_Man' => { |
6474
|
|
|
|
|
|
|
exemplarCity => q#Isle of Man#, |
6475
|
|
|
|
|
|
|
}, |
6476
|
|
|
|
|
|
|
'Europe/Istanbul' => { |
6477
|
|
|
|
|
|
|
exemplarCity => q#Istanbul#, |
6478
|
|
|
|
|
|
|
}, |
6479
|
|
|
|
|
|
|
'Europe/Jersey' => { |
6480
|
|
|
|
|
|
|
exemplarCity => q#Jersey#, |
6481
|
|
|
|
|
|
|
}, |
6482
|
|
|
|
|
|
|
'Europe/Kaliningrad' => { |
6483
|
|
|
|
|
|
|
exemplarCity => q#Kaliningrad#, |
6484
|
|
|
|
|
|
|
}, |
6485
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6486
|
|
|
|
|
|
|
exemplarCity => q#Kiev#, |
6487
|
|
|
|
|
|
|
}, |
6488
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6489
|
|
|
|
|
|
|
exemplarCity => q#Lisbon#, |
6490
|
|
|
|
|
|
|
}, |
6491
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
6492
|
|
|
|
|
|
|
exemplarCity => q#Ljubljana#, |
6493
|
|
|
|
|
|
|
}, |
6494
|
|
|
|
|
|
|
'Europe/London' => { |
6495
|
|
|
|
|
|
|
exemplarCity => q#London#, |
6496
|
|
|
|
|
|
|
long => { |
6497
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Britain), |
6498
|
|
|
|
|
|
|
}, |
6499
|
|
|
|
|
|
|
}, |
6500
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6501
|
|
|
|
|
|
|
exemplarCity => q#Luxembourg#, |
6502
|
|
|
|
|
|
|
}, |
6503
|
|
|
|
|
|
|
'Europe/Madrid' => { |
6504
|
|
|
|
|
|
|
exemplarCity => q#Madrid#, |
6505
|
|
|
|
|
|
|
}, |
6506
|
|
|
|
|
|
|
'Europe/Malta' => { |
6507
|
|
|
|
|
|
|
exemplarCity => q#Malta#, |
6508
|
|
|
|
|
|
|
}, |
6509
|
|
|
|
|
|
|
'Europe/Mariehamn' => { |
6510
|
|
|
|
|
|
|
exemplarCity => q#Mariehamn#, |
6511
|
|
|
|
|
|
|
}, |
6512
|
|
|
|
|
|
|
'Europe/Minsk' => { |
6513
|
|
|
|
|
|
|
exemplarCity => q#Minsk#, |
6514
|
|
|
|
|
|
|
}, |
6515
|
|
|
|
|
|
|
'Europe/Monaco' => { |
6516
|
|
|
|
|
|
|
exemplarCity => q#Monaco#, |
6517
|
|
|
|
|
|
|
}, |
6518
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6519
|
|
|
|
|
|
|
exemplarCity => q#Moscow#, |
6520
|
|
|
|
|
|
|
}, |
6521
|
|
|
|
|
|
|
'Europe/Oslo' => { |
6522
|
|
|
|
|
|
|
exemplarCity => q#Oslo#, |
6523
|
|
|
|
|
|
|
}, |
6524
|
|
|
|
|
|
|
'Europe/Paris' => { |
6525
|
|
|
|
|
|
|
exemplarCity => q#Paris#, |
6526
|
|
|
|
|
|
|
}, |
6527
|
|
|
|
|
|
|
'Europe/Podgorica' => { |
6528
|
|
|
|
|
|
|
exemplarCity => q#Podgorica#, |
6529
|
|
|
|
|
|
|
}, |
6530
|
|
|
|
|
|
|
'Europe/Prague' => { |
6531
|
|
|
|
|
|
|
exemplarCity => q#Prague#, |
6532
|
|
|
|
|
|
|
}, |
6533
|
|
|
|
|
|
|
'Europe/Riga' => { |
6534
|
|
|
|
|
|
|
exemplarCity => q#Riga#, |
6535
|
|
|
|
|
|
|
}, |
6536
|
|
|
|
|
|
|
'Europe/Rome' => { |
6537
|
|
|
|
|
|
|
exemplarCity => q#Rome#, |
6538
|
|
|
|
|
|
|
}, |
6539
|
|
|
|
|
|
|
'Europe/Samara' => { |
6540
|
|
|
|
|
|
|
exemplarCity => q#Samara#, |
6541
|
|
|
|
|
|
|
}, |
6542
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
6543
|
|
|
|
|
|
|
exemplarCity => q#San Marino#, |
6544
|
|
|
|
|
|
|
}, |
6545
|
|
|
|
|
|
|
'Europe/Sarajevo' => { |
6546
|
|
|
|
|
|
|
exemplarCity => q#Sarajevo#, |
6547
|
|
|
|
|
|
|
}, |
6548
|
|
|
|
|
|
|
'Europe/Simferopol' => { |
6549
|
|
|
|
|
|
|
exemplarCity => q#Simferopol#, |
6550
|
|
|
|
|
|
|
}, |
6551
|
|
|
|
|
|
|
'Europe/Skopje' => { |
6552
|
|
|
|
|
|
|
exemplarCity => q#Skopje#, |
6553
|
|
|
|
|
|
|
}, |
6554
|
|
|
|
|
|
|
'Europe/Sofia' => { |
6555
|
|
|
|
|
|
|
exemplarCity => q#Sofia#, |
6556
|
|
|
|
|
|
|
}, |
6557
|
|
|
|
|
|
|
'Europe/Stockholm' => { |
6558
|
|
|
|
|
|
|
exemplarCity => q#Stockholm#, |
6559
|
|
|
|
|
|
|
}, |
6560
|
|
|
|
|
|
|
'Europe/Tallinn' => { |
6561
|
|
|
|
|
|
|
exemplarCity => q#Tallinn#, |
6562
|
|
|
|
|
|
|
}, |
6563
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6564
|
|
|
|
|
|
|
exemplarCity => q#Tirane#, |
6565
|
|
|
|
|
|
|
}, |
6566
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6567
|
|
|
|
|
|
|
exemplarCity => q#Uzhgorod#, |
6568
|
|
|
|
|
|
|
}, |
6569
|
|
|
|
|
|
|
'Europe/Vaduz' => { |
6570
|
|
|
|
|
|
|
exemplarCity => q#Vaduz#, |
6571
|
|
|
|
|
|
|
}, |
6572
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6573
|
|
|
|
|
|
|
exemplarCity => q#Vatican#, |
6574
|
|
|
|
|
|
|
}, |
6575
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6576
|
|
|
|
|
|
|
exemplarCity => q#Vienna#, |
6577
|
|
|
|
|
|
|
}, |
6578
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6579
|
|
|
|
|
|
|
exemplarCity => q#Vilnius#, |
6580
|
|
|
|
|
|
|
}, |
6581
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6582
|
|
|
|
|
|
|
exemplarCity => q#Volgograd#, |
6583
|
|
|
|
|
|
|
}, |
6584
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6585
|
|
|
|
|
|
|
exemplarCity => q#Warsaw#, |
6586
|
|
|
|
|
|
|
}, |
6587
|
|
|
|
|
|
|
'Europe/Zagreb' => { |
6588
|
|
|
|
|
|
|
exemplarCity => q#Zagreb#, |
6589
|
|
|
|
|
|
|
}, |
6590
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6591
|
|
|
|
|
|
|
exemplarCity => q#Zaporozhye#, |
6592
|
|
|
|
|
|
|
}, |
6593
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6594
|
|
|
|
|
|
|
exemplarCity => q#Zurich#, |
6595
|
|
|
|
|
|
|
}, |
6596
|
|
|
|
|
|
|
'Europe_Central' => { |
6597
|
|
|
|
|
|
|
long => { |
6598
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Gitnang Europe), |
6599
|
|
|
|
|
|
|
'generic' => q(Oras sa Gitnang Europe), |
6600
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Gitnang Europe), |
6601
|
|
|
|
|
|
|
}, |
6602
|
|
|
|
|
|
|
}, |
6603
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6604
|
|
|
|
|
|
|
long => { |
6605
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Silangang Europe), |
6606
|
|
|
|
|
|
|
'generic' => q(Oras sa Silangang Europe), |
6607
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Silangang Europe), |
6608
|
|
|
|
|
|
|
}, |
6609
|
|
|
|
|
|
|
}, |
6610
|
|
|
|
|
|
|
'Europe_Further_Eastern' => { |
6611
|
|
|
|
|
|
|
long => { |
6612
|
|
|
|
|
|
|
'standard' => q(Oras sa Pinaka-silangang Europe), |
6613
|
|
|
|
|
|
|
}, |
6614
|
|
|
|
|
|
|
}, |
6615
|
|
|
|
|
|
|
'Europe_Western' => { |
6616
|
|
|
|
|
|
|
long => { |
6617
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Kanlurang Europe), |
6618
|
|
|
|
|
|
|
'generic' => q(Oras sa Kanlurang Europe), |
6619
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Kanlurang Europe), |
6620
|
|
|
|
|
|
|
}, |
6621
|
|
|
|
|
|
|
}, |
6622
|
|
|
|
|
|
|
'Falkland' => { |
6623
|
|
|
|
|
|
|
long => { |
6624
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Falkland Islands), |
6625
|
|
|
|
|
|
|
'generic' => q(Oras sa Falkland Islands), |
6626
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Falkland Islands), |
6627
|
|
|
|
|
|
|
}, |
6628
|
|
|
|
|
|
|
}, |
6629
|
|
|
|
|
|
|
'Fiji' => { |
6630
|
|
|
|
|
|
|
long => { |
6631
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Fiji), |
6632
|
|
|
|
|
|
|
'generic' => q(Oras sa Fiji), |
6633
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Fiji), |
6634
|
|
|
|
|
|
|
}, |
6635
|
|
|
|
|
|
|
}, |
6636
|
|
|
|
|
|
|
'French_Guiana' => { |
6637
|
|
|
|
|
|
|
long => { |
6638
|
|
|
|
|
|
|
'standard' => q(Oras sa French Guiana), |
6639
|
|
|
|
|
|
|
}, |
6640
|
|
|
|
|
|
|
}, |
6641
|
|
|
|
|
|
|
'French_Southern' => { |
6642
|
|
|
|
|
|
|
long => { |
6643
|
|
|
|
|
|
|
'standard' => q(Oras sa Katimugang France at Antartiko), |
6644
|
|
|
|
|
|
|
}, |
6645
|
|
|
|
|
|
|
}, |
6646
|
|
|
|
|
|
|
'GMT' => { |
6647
|
|
|
|
|
|
|
long => { |
6648
|
|
|
|
|
|
|
'standard' => q(Greenwich Mean Time), |
6649
|
|
|
|
|
|
|
}, |
6650
|
|
|
|
|
|
|
}, |
6651
|
|
|
|
|
|
|
'Galapagos' => { |
6652
|
|
|
|
|
|
|
long => { |
6653
|
|
|
|
|
|
|
'standard' => q(Oras sa Galapagos), |
6654
|
|
|
|
|
|
|
}, |
6655
|
|
|
|
|
|
|
}, |
6656
|
|
|
|
|
|
|
'Gambier' => { |
6657
|
|
|
|
|
|
|
long => { |
6658
|
|
|
|
|
|
|
'standard' => q(Oras sa Gambier), |
6659
|
|
|
|
|
|
|
}, |
6660
|
|
|
|
|
|
|
}, |
6661
|
|
|
|
|
|
|
'Georgia' => { |
6662
|
|
|
|
|
|
|
long => { |
6663
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Georgia), |
6664
|
|
|
|
|
|
|
'generic' => q(Oras sa Georgia), |
6665
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Georgia), |
6666
|
|
|
|
|
|
|
}, |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6669
|
|
|
|
|
|
|
long => { |
6670
|
|
|
|
|
|
|
'standard' => q(Oras sa Gilbert Islands), |
6671
|
|
|
|
|
|
|
}, |
6672
|
|
|
|
|
|
|
}, |
6673
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6674
|
|
|
|
|
|
|
long => { |
6675
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Silangang Greenland), |
6676
|
|
|
|
|
|
|
'generic' => q(Oras sa Silangang Greenland), |
6677
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Silangang Greenland), |
6678
|
|
|
|
|
|
|
}, |
6679
|
|
|
|
|
|
|
}, |
6680
|
|
|
|
|
|
|
'Greenland_Western' => { |
6681
|
|
|
|
|
|
|
long => { |
6682
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Kanlurang Greenland), |
6683
|
|
|
|
|
|
|
'generic' => q(Oras sa Kanlurang Greenland), |
6684
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Kanlurang Greenland), |
6685
|
|
|
|
|
|
|
}, |
6686
|
|
|
|
|
|
|
}, |
6687
|
|
|
|
|
|
|
'Gulf' => { |
6688
|
|
|
|
|
|
|
long => { |
6689
|
|
|
|
|
|
|
'standard' => q(Oras sa Gulf), |
6690
|
|
|
|
|
|
|
}, |
6691
|
|
|
|
|
|
|
}, |
6692
|
|
|
|
|
|
|
'Guyana' => { |
6693
|
|
|
|
|
|
|
long => { |
6694
|
|
|
|
|
|
|
'standard' => q(Oras sa Guyana), |
6695
|
|
|
|
|
|
|
}, |
6696
|
|
|
|
|
|
|
}, |
6697
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6698
|
|
|
|
|
|
|
long => { |
6699
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Hawaii-Aleutian), |
6700
|
|
|
|
|
|
|
'generic' => q(Oras sa Hawaii-Aleutian), |
6701
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Hawaii-Aleutian), |
6702
|
|
|
|
|
|
|
}, |
6703
|
|
|
|
|
|
|
}, |
6704
|
|
|
|
|
|
|
'Hong_Kong' => { |
6705
|
|
|
|
|
|
|
long => { |
6706
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Hong Kong), |
6707
|
|
|
|
|
|
|
'generic' => q(Oras sa Hong Kong), |
6708
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Hong Kong), |
6709
|
|
|
|
|
|
|
}, |
6710
|
|
|
|
|
|
|
}, |
6711
|
|
|
|
|
|
|
'Hovd' => { |
6712
|
|
|
|
|
|
|
long => { |
6713
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Hovd), |
6714
|
|
|
|
|
|
|
'generic' => q(Oras sa Hovd), |
6715
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Hovd), |
6716
|
|
|
|
|
|
|
}, |
6717
|
|
|
|
|
|
|
}, |
6718
|
|
|
|
|
|
|
'India' => { |
6719
|
|
|
|
|
|
|
long => { |
6720
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Bhutan), |
6721
|
|
|
|
|
|
|
}, |
6722
|
|
|
|
|
|
|
}, |
6723
|
|
|
|
|
|
|
'Indian/Antananarivo' => { |
6724
|
|
|
|
|
|
|
exemplarCity => q#Antananarivo#, |
6725
|
|
|
|
|
|
|
}, |
6726
|
|
|
|
|
|
|
'Indian/Chagos' => { |
6727
|
|
|
|
|
|
|
exemplarCity => q#Chagos#, |
6728
|
|
|
|
|
|
|
}, |
6729
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6730
|
|
|
|
|
|
|
exemplarCity => q#Christmas#, |
6731
|
|
|
|
|
|
|
}, |
6732
|
|
|
|
|
|
|
'Indian/Cocos' => { |
6733
|
|
|
|
|
|
|
exemplarCity => q#Cocos#, |
6734
|
|
|
|
|
|
|
}, |
6735
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6736
|
|
|
|
|
|
|
exemplarCity => q#Comoro#, |
6737
|
|
|
|
|
|
|
}, |
6738
|
|
|
|
|
|
|
'Indian/Kerguelen' => { |
6739
|
|
|
|
|
|
|
exemplarCity => q#Kerguelen#, |
6740
|
|
|
|
|
|
|
}, |
6741
|
|
|
|
|
|
|
'Indian/Mahe' => { |
6742
|
|
|
|
|
|
|
exemplarCity => q#Mahe#, |
6743
|
|
|
|
|
|
|
}, |
6744
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6745
|
|
|
|
|
|
|
exemplarCity => q#Maldives#, |
6746
|
|
|
|
|
|
|
}, |
6747
|
|
|
|
|
|
|
'Indian/Mauritius' => { |
6748
|
|
|
|
|
|
|
exemplarCity => q#Mauritius#, |
6749
|
|
|
|
|
|
|
}, |
6750
|
|
|
|
|
|
|
'Indian/Mayotte' => { |
6751
|
|
|
|
|
|
|
exemplarCity => q#Mayotte#, |
6752
|
|
|
|
|
|
|
}, |
6753
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6754
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
6755
|
|
|
|
|
|
|
}, |
6756
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6757
|
|
|
|
|
|
|
long => { |
6758
|
|
|
|
|
|
|
'standard' => q(Oras sa Indian Ocean), |
6759
|
|
|
|
|
|
|
}, |
6760
|
|
|
|
|
|
|
}, |
6761
|
|
|
|
|
|
|
'Indochina' => { |
6762
|
|
|
|
|
|
|
long => { |
6763
|
|
|
|
|
|
|
'standard' => q(Oras ng Indochina), |
6764
|
|
|
|
|
|
|
}, |
6765
|
|
|
|
|
|
|
}, |
6766
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6767
|
|
|
|
|
|
|
long => { |
6768
|
|
|
|
|
|
|
'standard' => q(Oras ng Gitnang Indonesiya), |
6769
|
|
|
|
|
|
|
}, |
6770
|
|
|
|
|
|
|
}, |
6771
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6772
|
|
|
|
|
|
|
long => { |
6773
|
|
|
|
|
|
|
'standard' => q(Oras ng Silangang Indonesiya), |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
}, |
6776
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6777
|
|
|
|
|
|
|
long => { |
6778
|
|
|
|
|
|
|
'standard' => q(Oras ng Kanlurang Indonesiya), |
6779
|
|
|
|
|
|
|
}, |
6780
|
|
|
|
|
|
|
}, |
6781
|
|
|
|
|
|
|
'Iran' => { |
6782
|
|
|
|
|
|
|
long => { |
6783
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Iran), |
6784
|
|
|
|
|
|
|
'generic' => q(Oras sa Iran), |
6785
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Iran), |
6786
|
|
|
|
|
|
|
}, |
6787
|
|
|
|
|
|
|
}, |
6788
|
|
|
|
|
|
|
'Irkutsk' => { |
6789
|
|
|
|
|
|
|
long => { |
6790
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Irkutsk), |
6791
|
|
|
|
|
|
|
'generic' => q(Oras sa Irkutsk), |
6792
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Irkutsk), |
6793
|
|
|
|
|
|
|
}, |
6794
|
|
|
|
|
|
|
}, |
6795
|
|
|
|
|
|
|
'Israel' => { |
6796
|
|
|
|
|
|
|
long => { |
6797
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Israel), |
6798
|
|
|
|
|
|
|
'generic' => q(Oras sa Israel), |
6799
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Israel), |
6800
|
|
|
|
|
|
|
}, |
6801
|
|
|
|
|
|
|
}, |
6802
|
|
|
|
|
|
|
'Japan' => { |
6803
|
|
|
|
|
|
|
long => { |
6804
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Japan), |
6805
|
|
|
|
|
|
|
'generic' => q(Oras sa Japan), |
6806
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Japan), |
6807
|
|
|
|
|
|
|
}, |
6808
|
|
|
|
|
|
|
}, |
6809
|
|
|
|
|
|
|
'Kamchatka' => { |
6810
|
|
|
|
|
|
|
long => { |
6811
|
|
|
|
|
|
|
'daylight' => q(Summer Time sa Petropavlovsk-Kamchatski), |
6812
|
|
|
|
|
|
|
'generic' => q(Oras sa Petropavlovsk-Kamchatski), |
6813
|
|
|
|
|
|
|
'standard' => q(Standard Time sa Petropavlovsk-Kamchatski), |
6814
|
|
|
|
|
|
|
}, |
6815
|
|
|
|
|
|
|
}, |
6816
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6817
|
|
|
|
|
|
|
long => { |
6818
|
|
|
|
|
|
|
'standard' => q(Oras sa Silangang Kazakhstan), |
6819
|
|
|
|
|
|
|
}, |
6820
|
|
|
|
|
|
|
}, |
6821
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6822
|
|
|
|
|
|
|
long => { |
6823
|
|
|
|
|
|
|
'standard' => q(Oras sa Kanlurang Kazakhstan), |
6824
|
|
|
|
|
|
|
}, |
6825
|
|
|
|
|
|
|
}, |
6826
|
|
|
|
|
|
|
'Korea' => { |
6827
|
|
|
|
|
|
|
long => { |
6828
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Korea), |
6829
|
|
|
|
|
|
|
'generic' => q(Oras sa Korea), |
6830
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Korea), |
6831
|
|
|
|
|
|
|
}, |
6832
|
|
|
|
|
|
|
}, |
6833
|
|
|
|
|
|
|
'Kosrae' => { |
6834
|
|
|
|
|
|
|
long => { |
6835
|
|
|
|
|
|
|
'standard' => q(Oras sa Kosrae), |
6836
|
|
|
|
|
|
|
}, |
6837
|
|
|
|
|
|
|
}, |
6838
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
6839
|
|
|
|
|
|
|
long => { |
6840
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Krasnoyarsk), |
6841
|
|
|
|
|
|
|
'generic' => q(Oras sa Krasnoyarsk), |
6842
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Krasnoyarsk), |
6843
|
|
|
|
|
|
|
}, |
6844
|
|
|
|
|
|
|
}, |
6845
|
|
|
|
|
|
|
'Kyrgystan' => { |
6846
|
|
|
|
|
|
|
long => { |
6847
|
|
|
|
|
|
|
'standard' => q(Oras sa Kyrgystan), |
6848
|
|
|
|
|
|
|
}, |
6849
|
|
|
|
|
|
|
}, |
6850
|
|
|
|
|
|
|
'Line_Islands' => { |
6851
|
|
|
|
|
|
|
long => { |
6852
|
|
|
|
|
|
|
'standard' => q(Oras sa Line Islands), |
6853
|
|
|
|
|
|
|
}, |
6854
|
|
|
|
|
|
|
}, |
6855
|
|
|
|
|
|
|
'Lord_Howe' => { |
6856
|
|
|
|
|
|
|
long => { |
6857
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Lorde Howe), |
6858
|
|
|
|
|
|
|
'generic' => q(Oras sa Lord Howe), |
6859
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Lord Howe), |
6860
|
|
|
|
|
|
|
}, |
6861
|
|
|
|
|
|
|
}, |
6862
|
|
|
|
|
|
|
'Macquarie' => { |
6863
|
|
|
|
|
|
|
long => { |
6864
|
|
|
|
|
|
|
'standard' => q(Oras sa Macquarie Island), |
6865
|
|
|
|
|
|
|
}, |
6866
|
|
|
|
|
|
|
}, |
6867
|
|
|
|
|
|
|
'Magadan' => { |
6868
|
|
|
|
|
|
|
long => { |
6869
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Magadan), |
6870
|
|
|
|
|
|
|
'generic' => q(Oras sa Magadan), |
6871
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Magadan), |
6872
|
|
|
|
|
|
|
}, |
6873
|
|
|
|
|
|
|
}, |
6874
|
|
|
|
|
|
|
'Malaysia' => { |
6875
|
|
|
|
|
|
|
long => { |
6876
|
|
|
|
|
|
|
'standard' => q(Oras ng Malaysia), |
6877
|
|
|
|
|
|
|
}, |
6878
|
|
|
|
|
|
|
}, |
6879
|
|
|
|
|
|
|
'Maldives' => { |
6880
|
|
|
|
|
|
|
long => { |
6881
|
|
|
|
|
|
|
'standard' => q(Oras sa Maldives), |
6882
|
|
|
|
|
|
|
}, |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
'Marquesas' => { |
6885
|
|
|
|
|
|
|
long => { |
6886
|
|
|
|
|
|
|
'standard' => q(Oras sa Marquesas), |
6887
|
|
|
|
|
|
|
}, |
6888
|
|
|
|
|
|
|
}, |
6889
|
|
|
|
|
|
|
'Marshall_Islands' => { |
6890
|
|
|
|
|
|
|
long => { |
6891
|
|
|
|
|
|
|
'standard' => q(Oras sa Marshall Islands), |
6892
|
|
|
|
|
|
|
}, |
6893
|
|
|
|
|
|
|
}, |
6894
|
|
|
|
|
|
|
'Mauritius' => { |
6895
|
|
|
|
|
|
|
long => { |
6896
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Mauritius), |
6897
|
|
|
|
|
|
|
'generic' => q(Oras sa Mauritius), |
6898
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Mauritius), |
6899
|
|
|
|
|
|
|
}, |
6900
|
|
|
|
|
|
|
}, |
6901
|
|
|
|
|
|
|
'Mawson' => { |
6902
|
|
|
|
|
|
|
long => { |
6903
|
|
|
|
|
|
|
'standard' => q(Oras sa Mawson), |
6904
|
|
|
|
|
|
|
}, |
6905
|
|
|
|
|
|
|
}, |
6906
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
6907
|
|
|
|
|
|
|
long => { |
6908
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Hilagang-kanlurang Mexico), |
6909
|
|
|
|
|
|
|
'generic' => q(Oras sa Hilagang-kanlurang Mexico), |
6910
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Hilagang-kanlurang Mexico), |
6911
|
|
|
|
|
|
|
}, |
6912
|
|
|
|
|
|
|
}, |
6913
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
6914
|
|
|
|
|
|
|
long => { |
6915
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Pasipiko ng Mexico), |
6916
|
|
|
|
|
|
|
'generic' => q(Oras sa Pasipiko ng Mexico), |
6917
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Pasipiko ng Mexico), |
6918
|
|
|
|
|
|
|
}, |
6919
|
|
|
|
|
|
|
}, |
6920
|
|
|
|
|
|
|
'Mongolia' => { |
6921
|
|
|
|
|
|
|
long => { |
6922
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Ulan Bator), |
6923
|
|
|
|
|
|
|
'generic' => q(Oras sa Ulan Bator), |
6924
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Ulan Bator), |
6925
|
|
|
|
|
|
|
}, |
6926
|
|
|
|
|
|
|
}, |
6927
|
|
|
|
|
|
|
'Moscow' => { |
6928
|
|
|
|
|
|
|
long => { |
6929
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Moscow), |
6930
|
|
|
|
|
|
|
'generic' => q(Oras sa Moscow), |
6931
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Moscow), |
6932
|
|
|
|
|
|
|
}, |
6933
|
|
|
|
|
|
|
}, |
6934
|
|
|
|
|
|
|
'Myanmar' => { |
6935
|
|
|
|
|
|
|
long => { |
6936
|
|
|
|
|
|
|
'standard' => q(Oras ng Myanmar), |
6937
|
|
|
|
|
|
|
}, |
6938
|
|
|
|
|
|
|
}, |
6939
|
|
|
|
|
|
|
'Nauru' => { |
6940
|
|
|
|
|
|
|
long => { |
6941
|
|
|
|
|
|
|
'standard' => q(Oras sa Nauru), |
6942
|
|
|
|
|
|
|
}, |
6943
|
|
|
|
|
|
|
}, |
6944
|
|
|
|
|
|
|
'Nepal' => { |
6945
|
|
|
|
|
|
|
long => { |
6946
|
|
|
|
|
|
|
'standard' => q(Oras sa Nepal), |
6947
|
|
|
|
|
|
|
}, |
6948
|
|
|
|
|
|
|
}, |
6949
|
|
|
|
|
|
|
'New_Caledonia' => { |
6950
|
|
|
|
|
|
|
long => { |
6951
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng New Caledonia), |
6952
|
|
|
|
|
|
|
'generic' => q(Oras sa New Caledonia), |
6953
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa New Caledonia), |
6954
|
|
|
|
|
|
|
}, |
6955
|
|
|
|
|
|
|
}, |
6956
|
|
|
|
|
|
|
'New_Zealand' => { |
6957
|
|
|
|
|
|
|
long => { |
6958
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa New Zealand), |
6959
|
|
|
|
|
|
|
'generic' => q(Oras sa New Zealand), |
6960
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa New Zealand), |
6961
|
|
|
|
|
|
|
}, |
6962
|
|
|
|
|
|
|
}, |
6963
|
|
|
|
|
|
|
'Newfoundland' => { |
6964
|
|
|
|
|
|
|
long => { |
6965
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Newfoundland), |
6966
|
|
|
|
|
|
|
'generic' => q(Oras sa Newfoundland), |
6967
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Newfoundland), |
6968
|
|
|
|
|
|
|
}, |
6969
|
|
|
|
|
|
|
}, |
6970
|
|
|
|
|
|
|
'Niue' => { |
6971
|
|
|
|
|
|
|
long => { |
6972
|
|
|
|
|
|
|
'standard' => q(Oras sa Niue), |
6973
|
|
|
|
|
|
|
}, |
6974
|
|
|
|
|
|
|
}, |
6975
|
|
|
|
|
|
|
'Norfolk' => { |
6976
|
|
|
|
|
|
|
long => { |
6977
|
|
|
|
|
|
|
'standard' => q(Oras sa Norfolk Island), |
6978
|
|
|
|
|
|
|
}, |
6979
|
|
|
|
|
|
|
}, |
6980
|
|
|
|
|
|
|
'Noronha' => { |
6981
|
|
|
|
|
|
|
long => { |
6982
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Fernando de Noronha), |
6983
|
|
|
|
|
|
|
'generic' => q(Oras sa Fernando de Noronha), |
6984
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Fernando de Noronha), |
6985
|
|
|
|
|
|
|
}, |
6986
|
|
|
|
|
|
|
}, |
6987
|
|
|
|
|
|
|
'Novosibirsk' => { |
6988
|
|
|
|
|
|
|
long => { |
6989
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Novosibirsk), |
6990
|
|
|
|
|
|
|
'generic' => q(Oras sa Novosibirsk), |
6991
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Novosibirsk), |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
'Omsk' => { |
6995
|
|
|
|
|
|
|
long => { |
6996
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Omsk), |
6997
|
|
|
|
|
|
|
'generic' => q(Oras sa Omsk), |
6998
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Omsk), |
6999
|
|
|
|
|
|
|
}, |
7000
|
|
|
|
|
|
|
}, |
7001
|
|
|
|
|
|
|
'Pacific/Apia' => { |
7002
|
|
|
|
|
|
|
exemplarCity => q#Apia#, |
7003
|
|
|
|
|
|
|
}, |
7004
|
|
|
|
|
|
|
'Pacific/Auckland' => { |
7005
|
|
|
|
|
|
|
exemplarCity => q#Auckland#, |
7006
|
|
|
|
|
|
|
}, |
7007
|
|
|
|
|
|
|
'Pacific/Bougainville' => { |
7008
|
|
|
|
|
|
|
exemplarCity => q#Bougainville#, |
7009
|
|
|
|
|
|
|
}, |
7010
|
|
|
|
|
|
|
'Pacific/Chatham' => { |
7011
|
|
|
|
|
|
|
exemplarCity => q#Chatham#, |
7012
|
|
|
|
|
|
|
}, |
7013
|
|
|
|
|
|
|
'Pacific/Easter' => { |
7014
|
|
|
|
|
|
|
exemplarCity => q#Easter#, |
7015
|
|
|
|
|
|
|
}, |
7016
|
|
|
|
|
|
|
'Pacific/Efate' => { |
7017
|
|
|
|
|
|
|
exemplarCity => q#Efate#, |
7018
|
|
|
|
|
|
|
}, |
7019
|
|
|
|
|
|
|
'Pacific/Enderbury' => { |
7020
|
|
|
|
|
|
|
exemplarCity => q#Enderbury#, |
7021
|
|
|
|
|
|
|
}, |
7022
|
|
|
|
|
|
|
'Pacific/Fakaofo' => { |
7023
|
|
|
|
|
|
|
exemplarCity => q#Fakaofo#, |
7024
|
|
|
|
|
|
|
}, |
7025
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
7026
|
|
|
|
|
|
|
exemplarCity => q#Fiji#, |
7027
|
|
|
|
|
|
|
}, |
7028
|
|
|
|
|
|
|
'Pacific/Funafuti' => { |
7029
|
|
|
|
|
|
|
exemplarCity => q#Funafuti#, |
7030
|
|
|
|
|
|
|
}, |
7031
|
|
|
|
|
|
|
'Pacific/Galapagos' => { |
7032
|
|
|
|
|
|
|
exemplarCity => q#Galapagos#, |
7033
|
|
|
|
|
|
|
}, |
7034
|
|
|
|
|
|
|
'Pacific/Gambier' => { |
7035
|
|
|
|
|
|
|
exemplarCity => q#Gambier#, |
7036
|
|
|
|
|
|
|
}, |
7037
|
|
|
|
|
|
|
'Pacific/Guadalcanal' => { |
7038
|
|
|
|
|
|
|
exemplarCity => q#Guadalcanal#, |
7039
|
|
|
|
|
|
|
}, |
7040
|
|
|
|
|
|
|
'Pacific/Guam' => { |
7041
|
|
|
|
|
|
|
exemplarCity => q#Guam#, |
7042
|
|
|
|
|
|
|
}, |
7043
|
|
|
|
|
|
|
'Pacific/Honolulu' => { |
7044
|
|
|
|
|
|
|
exemplarCity => q#Honolulu#, |
7045
|
|
|
|
|
|
|
}, |
7046
|
|
|
|
|
|
|
'Pacific/Johnston' => { |
7047
|
|
|
|
|
|
|
exemplarCity => q#Johnston#, |
7048
|
|
|
|
|
|
|
}, |
7049
|
|
|
|
|
|
|
'Pacific/Kiritimati' => { |
7050
|
|
|
|
|
|
|
exemplarCity => q#Kiritimati#, |
7051
|
|
|
|
|
|
|
}, |
7052
|
|
|
|
|
|
|
'Pacific/Kosrae' => { |
7053
|
|
|
|
|
|
|
exemplarCity => q#Kosrae#, |
7054
|
|
|
|
|
|
|
}, |
7055
|
|
|
|
|
|
|
'Pacific/Kwajalein' => { |
7056
|
|
|
|
|
|
|
exemplarCity => q#Kwajalein#, |
7057
|
|
|
|
|
|
|
}, |
7058
|
|
|
|
|
|
|
'Pacific/Majuro' => { |
7059
|
|
|
|
|
|
|
exemplarCity => q#Majuro#, |
7060
|
|
|
|
|
|
|
}, |
7061
|
|
|
|
|
|
|
'Pacific/Marquesas' => { |
7062
|
|
|
|
|
|
|
exemplarCity => q#Marquesas#, |
7063
|
|
|
|
|
|
|
}, |
7064
|
|
|
|
|
|
|
'Pacific/Midway' => { |
7065
|
|
|
|
|
|
|
exemplarCity => q#Midway#, |
7066
|
|
|
|
|
|
|
}, |
7067
|
|
|
|
|
|
|
'Pacific/Nauru' => { |
7068
|
|
|
|
|
|
|
exemplarCity => q#Nauru#, |
7069
|
|
|
|
|
|
|
}, |
7070
|
|
|
|
|
|
|
'Pacific/Niue' => { |
7071
|
|
|
|
|
|
|
exemplarCity => q#Niue#, |
7072
|
|
|
|
|
|
|
}, |
7073
|
|
|
|
|
|
|
'Pacific/Norfolk' => { |
7074
|
|
|
|
|
|
|
exemplarCity => q#Norfolk#, |
7075
|
|
|
|
|
|
|
}, |
7076
|
|
|
|
|
|
|
'Pacific/Noumea' => { |
7077
|
|
|
|
|
|
|
exemplarCity => q#Noumea#, |
7078
|
|
|
|
|
|
|
}, |
7079
|
|
|
|
|
|
|
'Pacific/Pago_Pago' => { |
7080
|
|
|
|
|
|
|
exemplarCity => q#Pago Pago#, |
7081
|
|
|
|
|
|
|
}, |
7082
|
|
|
|
|
|
|
'Pacific/Palau' => { |
7083
|
|
|
|
|
|
|
exemplarCity => q#Palau#, |
7084
|
|
|
|
|
|
|
}, |
7085
|
|
|
|
|
|
|
'Pacific/Pitcairn' => { |
7086
|
|
|
|
|
|
|
exemplarCity => q#Pitcairn#, |
7087
|
|
|
|
|
|
|
}, |
7088
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
7089
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
7090
|
|
|
|
|
|
|
}, |
7091
|
|
|
|
|
|
|
'Pacific/Port_Moresby' => { |
7092
|
|
|
|
|
|
|
exemplarCity => q#Port Moresby#, |
7093
|
|
|
|
|
|
|
}, |
7094
|
|
|
|
|
|
|
'Pacific/Rarotonga' => { |
7095
|
|
|
|
|
|
|
exemplarCity => q#Rarotonga#, |
7096
|
|
|
|
|
|
|
}, |
7097
|
|
|
|
|
|
|
'Pacific/Saipan' => { |
7098
|
|
|
|
|
|
|
exemplarCity => q#Saipan#, |
7099
|
|
|
|
|
|
|
}, |
7100
|
|
|
|
|
|
|
'Pacific/Tahiti' => { |
7101
|
|
|
|
|
|
|
exemplarCity => q#Tahiti#, |
7102
|
|
|
|
|
|
|
}, |
7103
|
|
|
|
|
|
|
'Pacific/Tarawa' => { |
7104
|
|
|
|
|
|
|
exemplarCity => q#Tarawa#, |
7105
|
|
|
|
|
|
|
}, |
7106
|
|
|
|
|
|
|
'Pacific/Tongatapu' => { |
7107
|
|
|
|
|
|
|
exemplarCity => q#Tongatapu#, |
7108
|
|
|
|
|
|
|
}, |
7109
|
|
|
|
|
|
|
'Pacific/Truk' => { |
7110
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
7111
|
|
|
|
|
|
|
}, |
7112
|
|
|
|
|
|
|
'Pacific/Wake' => { |
7113
|
|
|
|
|
|
|
exemplarCity => q#Wake#, |
7114
|
|
|
|
|
|
|
}, |
7115
|
|
|
|
|
|
|
'Pacific/Wallis' => { |
7116
|
|
|
|
|
|
|
exemplarCity => q#Wallis#, |
7117
|
|
|
|
|
|
|
}, |
7118
|
|
|
|
|
|
|
'Pakistan' => { |
7119
|
|
|
|
|
|
|
long => { |
7120
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Pakistan), |
7121
|
|
|
|
|
|
|
'generic' => q(Oras sa Pakistan), |
7122
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Pakistan), |
7123
|
|
|
|
|
|
|
}, |
7124
|
|
|
|
|
|
|
}, |
7125
|
|
|
|
|
|
|
'Palau' => { |
7126
|
|
|
|
|
|
|
long => { |
7127
|
|
|
|
|
|
|
'standard' => q(Oras sa Palau), |
7128
|
|
|
|
|
|
|
}, |
7129
|
|
|
|
|
|
|
}, |
7130
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
7131
|
|
|
|
|
|
|
long => { |
7132
|
|
|
|
|
|
|
'standard' => q(Oras sa Papua New Guinea), |
7133
|
|
|
|
|
|
|
}, |
7134
|
|
|
|
|
|
|
}, |
7135
|
|
|
|
|
|
|
'Paraguay' => { |
7136
|
|
|
|
|
|
|
long => { |
7137
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Paraguay), |
7138
|
|
|
|
|
|
|
'generic' => q(Oras sa Paraguay), |
7139
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Paraguay), |
7140
|
|
|
|
|
|
|
}, |
7141
|
|
|
|
|
|
|
}, |
7142
|
|
|
|
|
|
|
'Peru' => { |
7143
|
|
|
|
|
|
|
long => { |
7144
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Peru), |
7145
|
|
|
|
|
|
|
'generic' => q(Oras sa Peru), |
7146
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Peru), |
7147
|
|
|
|
|
|
|
}, |
7148
|
|
|
|
|
|
|
}, |
7149
|
|
|
|
|
|
|
'Philippines' => { |
7150
|
|
|
|
|
|
|
long => { |
7151
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Pilipinas), |
7152
|
|
|
|
|
|
|
'generic' => q(Oras sa Pilipinas), |
7153
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Pilipinas), |
7154
|
|
|
|
|
|
|
}, |
7155
|
|
|
|
|
|
|
}, |
7156
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
7157
|
|
|
|
|
|
|
long => { |
7158
|
|
|
|
|
|
|
'standard' => q(Oras sa Phoenix Islands), |
7159
|
|
|
|
|
|
|
}, |
7160
|
|
|
|
|
|
|
}, |
7161
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
7162
|
|
|
|
|
|
|
long => { |
7163
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Saint Pierre and Miquelon), |
7164
|
|
|
|
|
|
|
'generic' => q(Oras sa Saint Pierre and Miquelon), |
7165
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Saint Pierre and Miquelon), |
7166
|
|
|
|
|
|
|
}, |
7167
|
|
|
|
|
|
|
}, |
7168
|
|
|
|
|
|
|
'Pitcairn' => { |
7169
|
|
|
|
|
|
|
long => { |
7170
|
|
|
|
|
|
|
'standard' => q(Oras sa Pitcairn), |
7171
|
|
|
|
|
|
|
}, |
7172
|
|
|
|
|
|
|
}, |
7173
|
|
|
|
|
|
|
'Ponape' => { |
7174
|
|
|
|
|
|
|
long => { |
7175
|
|
|
|
|
|
|
'standard' => q(Oras sa Ponape), |
7176
|
|
|
|
|
|
|
}, |
7177
|
|
|
|
|
|
|
}, |
7178
|
|
|
|
|
|
|
'Reunion' => { |
7179
|
|
|
|
|
|
|
long => { |
7180
|
|
|
|
|
|
|
'standard' => q(Oras sa Reunion), |
7181
|
|
|
|
|
|
|
}, |
7182
|
|
|
|
|
|
|
}, |
7183
|
|
|
|
|
|
|
'Rothera' => { |
7184
|
|
|
|
|
|
|
long => { |
7185
|
|
|
|
|
|
|
'standard' => q(Oras sa Rothera), |
7186
|
|
|
|
|
|
|
}, |
7187
|
|
|
|
|
|
|
}, |
7188
|
|
|
|
|
|
|
'Sakhalin' => { |
7189
|
|
|
|
|
|
|
long => { |
7190
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Sakhalin), |
7191
|
|
|
|
|
|
|
'generic' => q(Oras sa Sakhalin), |
7192
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Sakhalin), |
7193
|
|
|
|
|
|
|
}, |
7194
|
|
|
|
|
|
|
}, |
7195
|
|
|
|
|
|
|
'Samara' => { |
7196
|
|
|
|
|
|
|
long => { |
7197
|
|
|
|
|
|
|
'daylight' => q(Samara Daylight), |
7198
|
|
|
|
|
|
|
'generic' => q(Oras sa Samara), |
7199
|
|
|
|
|
|
|
'standard' => q(Standard Time sa Samara), |
7200
|
|
|
|
|
|
|
}, |
7201
|
|
|
|
|
|
|
}, |
7202
|
|
|
|
|
|
|
'Samoa' => { |
7203
|
|
|
|
|
|
|
long => { |
7204
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Samoa), |
7205
|
|
|
|
|
|
|
'generic' => q(Oras sa Samoa), |
7206
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Samoa), |
7207
|
|
|
|
|
|
|
}, |
7208
|
|
|
|
|
|
|
}, |
7209
|
|
|
|
|
|
|
'Seychelles' => { |
7210
|
|
|
|
|
|
|
long => { |
7211
|
|
|
|
|
|
|
'standard' => q(Oras sa Seychelles), |
7212
|
|
|
|
|
|
|
}, |
7213
|
|
|
|
|
|
|
}, |
7214
|
|
|
|
|
|
|
'Singapore' => { |
7215
|
|
|
|
|
|
|
long => { |
7216
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Singapore), |
7217
|
|
|
|
|
|
|
}, |
7218
|
|
|
|
|
|
|
}, |
7219
|
|
|
|
|
|
|
'Solomon' => { |
7220
|
|
|
|
|
|
|
long => { |
7221
|
|
|
|
|
|
|
'standard' => q(Oras sa Solomon Islands), |
7222
|
|
|
|
|
|
|
}, |
7223
|
|
|
|
|
|
|
}, |
7224
|
|
|
|
|
|
|
'South_Georgia' => { |
7225
|
|
|
|
|
|
|
long => { |
7226
|
|
|
|
|
|
|
'standard' => q(Oras sa Timog Georgia), |
7227
|
|
|
|
|
|
|
}, |
7228
|
|
|
|
|
|
|
}, |
7229
|
|
|
|
|
|
|
'Suriname' => { |
7230
|
|
|
|
|
|
|
long => { |
7231
|
|
|
|
|
|
|
'standard' => q(Oras sa Suriname), |
7232
|
|
|
|
|
|
|
}, |
7233
|
|
|
|
|
|
|
}, |
7234
|
|
|
|
|
|
|
'Syowa' => { |
7235
|
|
|
|
|
|
|
long => { |
7236
|
|
|
|
|
|
|
'standard' => q(Oras sa Syowa), |
7237
|
|
|
|
|
|
|
}, |
7238
|
|
|
|
|
|
|
}, |
7239
|
|
|
|
|
|
|
'Tahiti' => { |
7240
|
|
|
|
|
|
|
long => { |
7241
|
|
|
|
|
|
|
'standard' => q(Oras sa Tahiti), |
7242
|
|
|
|
|
|
|
}, |
7243
|
|
|
|
|
|
|
}, |
7244
|
|
|
|
|
|
|
'Taipei' => { |
7245
|
|
|
|
|
|
|
long => { |
7246
|
|
|
|
|
|
|
'daylight' => q(Daylight Time sa Taipei), |
7247
|
|
|
|
|
|
|
'generic' => q(Oras sa Taipei), |
7248
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Taipei), |
7249
|
|
|
|
|
|
|
}, |
7250
|
|
|
|
|
|
|
}, |
7251
|
|
|
|
|
|
|
'Tajikistan' => { |
7252
|
|
|
|
|
|
|
long => { |
7253
|
|
|
|
|
|
|
'standard' => q(Oras sa Tajikistan), |
7254
|
|
|
|
|
|
|
}, |
7255
|
|
|
|
|
|
|
}, |
7256
|
|
|
|
|
|
|
'Tokelau' => { |
7257
|
|
|
|
|
|
|
long => { |
7258
|
|
|
|
|
|
|
'standard' => q(Oras sa Tokelau), |
7259
|
|
|
|
|
|
|
}, |
7260
|
|
|
|
|
|
|
}, |
7261
|
|
|
|
|
|
|
'Tonga' => { |
7262
|
|
|
|
|
|
|
long => { |
7263
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Tonga), |
7264
|
|
|
|
|
|
|
'generic' => q(Oras sa Tonga), |
7265
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Tonga), |
7266
|
|
|
|
|
|
|
}, |
7267
|
|
|
|
|
|
|
}, |
7268
|
|
|
|
|
|
|
'Truk' => { |
7269
|
|
|
|
|
|
|
long => { |
7270
|
|
|
|
|
|
|
'standard' => q(Oras sa Chuuk), |
7271
|
|
|
|
|
|
|
}, |
7272
|
|
|
|
|
|
|
}, |
7273
|
|
|
|
|
|
|
'Turkmenistan' => { |
7274
|
|
|
|
|
|
|
long => { |
7275
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Turkmenistan), |
7276
|
|
|
|
|
|
|
'generic' => q(Oras sa Turkmenistan), |
7277
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Turkmenistan), |
7278
|
|
|
|
|
|
|
}, |
7279
|
|
|
|
|
|
|
}, |
7280
|
|
|
|
|
|
|
'Tuvalu' => { |
7281
|
|
|
|
|
|
|
long => { |
7282
|
|
|
|
|
|
|
'standard' => q(Oras sa Tuvalu), |
7283
|
|
|
|
|
|
|
}, |
7284
|
|
|
|
|
|
|
}, |
7285
|
|
|
|
|
|
|
'Uruguay' => { |
7286
|
|
|
|
|
|
|
long => { |
7287
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Uruguay), |
7288
|
|
|
|
|
|
|
'generic' => q(Oras sa Uruguay), |
7289
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Uruguay), |
7290
|
|
|
|
|
|
|
}, |
7291
|
|
|
|
|
|
|
}, |
7292
|
|
|
|
|
|
|
'Uzbekistan' => { |
7293
|
|
|
|
|
|
|
long => { |
7294
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Uzbekistan), |
7295
|
|
|
|
|
|
|
'generic' => q(Oras sa Uzbekistan), |
7296
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Uzbekistan), |
7297
|
|
|
|
|
|
|
}, |
7298
|
|
|
|
|
|
|
}, |
7299
|
|
|
|
|
|
|
'Vanuatu' => { |
7300
|
|
|
|
|
|
|
long => { |
7301
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Vanuatu), |
7302
|
|
|
|
|
|
|
'generic' => q(Oras sa Vanuatu), |
7303
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Vanuatu), |
7304
|
|
|
|
|
|
|
}, |
7305
|
|
|
|
|
|
|
}, |
7306
|
|
|
|
|
|
|
'Venezuela' => { |
7307
|
|
|
|
|
|
|
long => { |
7308
|
|
|
|
|
|
|
'standard' => q(Oras sa Venezuela), |
7309
|
|
|
|
|
|
|
}, |
7310
|
|
|
|
|
|
|
}, |
7311
|
|
|
|
|
|
|
'Vladivostok' => { |
7312
|
|
|
|
|
|
|
long => { |
7313
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Vladivostok), |
7314
|
|
|
|
|
|
|
'generic' => q(Oras sa Vladivostok), |
7315
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Vladivostok), |
7316
|
|
|
|
|
|
|
}, |
7317
|
|
|
|
|
|
|
}, |
7318
|
|
|
|
|
|
|
'Volgograd' => { |
7319
|
|
|
|
|
|
|
long => { |
7320
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Volgograd), |
7321
|
|
|
|
|
|
|
'generic' => q(Oras sa Volgograd), |
7322
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Volgograd), |
7323
|
|
|
|
|
|
|
}, |
7324
|
|
|
|
|
|
|
}, |
7325
|
|
|
|
|
|
|
'Vostok' => { |
7326
|
|
|
|
|
|
|
long => { |
7327
|
|
|
|
|
|
|
'standard' => q(Oras sa Vostok), |
7328
|
|
|
|
|
|
|
}, |
7329
|
|
|
|
|
|
|
}, |
7330
|
|
|
|
|
|
|
'Wake' => { |
7331
|
|
|
|
|
|
|
long => { |
7332
|
|
|
|
|
|
|
'standard' => q(Oras sa Wake Island), |
7333
|
|
|
|
|
|
|
}, |
7334
|
|
|
|
|
|
|
}, |
7335
|
|
|
|
|
|
|
'Wallis' => { |
7336
|
|
|
|
|
|
|
long => { |
7337
|
|
|
|
|
|
|
'standard' => q(Oras sa Wallis and Futuna), |
7338
|
|
|
|
|
|
|
}, |
7339
|
|
|
|
|
|
|
}, |
7340
|
|
|
|
|
|
|
'Yakutsk' => { |
7341
|
|
|
|
|
|
|
long => { |
7342
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Yakutsk), |
7343
|
|
|
|
|
|
|
'generic' => q(Oras sa Yakutsk), |
7344
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Yakutsk), |
7345
|
|
|
|
|
|
|
}, |
7346
|
|
|
|
|
|
|
}, |
7347
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7348
|
|
|
|
|
|
|
long => { |
7349
|
|
|
|
|
|
|
'daylight' => q(Oras sa Tag-init ng Yekaterinburg), |
7350
|
|
|
|
|
|
|
'generic' => q(Oras sa Yekaterinburg), |
7351
|
|
|
|
|
|
|
'standard' => q(Standard na Oras sa Yekaterinburg), |
7352
|
|
|
|
|
|
|
}, |
7353
|
|
|
|
|
|
|
}, |
7354
|
|
|
|
|
|
|
} } |
7355
|
|
|
|
|
|
|
); |
7356
|
1
|
|
|
1
|
|
10288
|
no Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
7357
|
|
|
|
|
|
|
|
7358
|
|
|
|
|
|
|
1; |
7359
|
|
|
|
|
|
|
|
7360
|
|
|
|
|
|
|
# vim: tabstop=4 |