line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Fur - Package for language Friulian |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Fur; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\fur.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:16:44 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
931857
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
27
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
24
|
|
15
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
97
|
use v5.10.1; |
|
1
|
|
|
|
|
2
|
|
20
|
1
|
|
|
1
|
|
5
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
22
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
22
|
1
|
|
|
1
|
|
27
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
15
|
|
23
|
1
|
|
|
1
|
|
130
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
24
|
1
|
|
|
1
|
|
998
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
28
|
|
|
|
|
|
|
sub display_name_pattern { |
29
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
30
|
|
|
|
|
|
|
|
31
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
32
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
33
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
$region, |
35
|
|
|
|
|
|
|
$script, |
36
|
|
|
|
|
|
|
$variant, |
37
|
|
|
|
|
|
|
); |
38
|
|
|
|
|
|
|
|
39
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
40
|
0
|
|
|
|
|
|
return $display_pattern; |
41
|
|
|
|
|
|
|
} |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
has 'display_name_language' => ( |
44
|
|
|
|
|
|
|
is => 'ro', |
45
|
|
|
|
|
|
|
isa => CodeRef, |
46
|
|
|
|
|
|
|
init_arg => undef, |
47
|
|
|
|
|
|
|
default => sub { |
48
|
|
|
|
|
|
|
sub { |
49
|
|
|
|
|
|
|
my %languages = ( |
50
|
|
|
|
|
|
|
'aa' => 'afar', |
51
|
|
|
|
|
|
|
'ab' => 'abcazian', |
52
|
|
|
|
|
|
|
'ae' => 'avestan', |
53
|
|
|
|
|
|
|
'af' => 'afrikaans', |
54
|
|
|
|
|
|
|
'am' => 'amaric', |
55
|
|
|
|
|
|
|
'an' => 'aragonês', |
56
|
|
|
|
|
|
|
'ang' => 'vieri inglês', |
57
|
|
|
|
|
|
|
'ar' => 'arap', |
58
|
|
|
|
|
|
|
'arc' => 'aramaic', |
59
|
|
|
|
|
|
|
'as' => 'assamês', |
60
|
|
|
|
|
|
|
'ast' => 'asturian', |
61
|
|
|
|
|
|
|
'av' => 'avar', |
62
|
|
|
|
|
|
|
'ay' => 'aymarà ', |
63
|
|
|
|
|
|
|
'az' => 'azerbaijani', |
64
|
|
|
|
|
|
|
'be' => 'bielorùs', |
65
|
|
|
|
|
|
|
'bg' => 'bulgar', |
66
|
|
|
|
|
|
|
'bn' => 'bengalês', |
67
|
|
|
|
|
|
|
'bo' => 'tibetan', |
68
|
|
|
|
|
|
|
'br' => 'breton', |
69
|
|
|
|
|
|
|
'bs' => 'bosniac', |
70
|
|
|
|
|
|
|
'ca' => 'catalan', |
71
|
|
|
|
|
|
|
'ce' => 'cecen', |
72
|
|
|
|
|
|
|
'ch' => 'chamorro', |
73
|
|
|
|
|
|
|
'co' => 'cors', |
74
|
|
|
|
|
|
|
'cop' => 'coptic', |
75
|
|
|
|
|
|
|
'cr' => 'cree', |
76
|
|
|
|
|
|
|
'cs' => 'cec', |
77
|
|
|
|
|
|
|
'cu' => 'sclâf de glesie', |
78
|
|
|
|
|
|
|
'cy' => 'galês', |
79
|
|
|
|
|
|
|
'da' => 'danês', |
80
|
|
|
|
|
|
|
'de' => 'todesc', |
81
|
|
|
|
|
|
|
'de_AT' => 'todesc de Austrie', |
82
|
|
|
|
|
|
|
'de_CH' => 'alt todesc de Svuizare', |
83
|
|
|
|
|
|
|
'den' => 'sclâf', |
84
|
|
|
|
|
|
|
'egy' => 'vieri egjizian', |
85
|
|
|
|
|
|
|
'el' => 'grêc', |
86
|
|
|
|
|
|
|
'en' => 'inglês', |
87
|
|
|
|
|
|
|
'en_AU' => 'inglês australian', |
88
|
|
|
|
|
|
|
'en_CA' => 'inglês canadês', |
89
|
|
|
|
|
|
|
'en_GB' => 'inglês britanic', |
90
|
|
|
|
|
|
|
'en_US' => 'ingles merecan', |
91
|
|
|
|
|
|
|
'eo' => 'esperanto', |
92
|
|
|
|
|
|
|
'es' => 'spagnûl', |
93
|
|
|
|
|
|
|
'es_419' => 'spagnûl de Americhe Latine', |
94
|
|
|
|
|
|
|
'es_ES' => 'spagnûl iberic', |
95
|
|
|
|
|
|
|
'et' => 'eston', |
96
|
|
|
|
|
|
|
'eu' => 'basc', |
97
|
|
|
|
|
|
|
'fa' => 'persian', |
98
|
|
|
|
|
|
|
'ff' => 'fulah', |
99
|
|
|
|
|
|
|
'fi' => 'finlandês', |
100
|
|
|
|
|
|
|
'fil' => 'filipin', |
101
|
|
|
|
|
|
|
'fj' => 'fizian', |
102
|
|
|
|
|
|
|
'fo' => 'faroês', |
103
|
|
|
|
|
|
|
'fr' => 'francês', |
104
|
|
|
|
|
|
|
'fr_CA' => 'francês dal Canade', |
105
|
|
|
|
|
|
|
'fr_CH' => 'francês de Svuizare', |
106
|
|
|
|
|
|
|
'fro' => 'vieri francês', |
107
|
|
|
|
|
|
|
'fur' => 'furlan', |
108
|
|
|
|
|
|
|
'fy' => 'frisian', |
109
|
|
|
|
|
|
|
'ga' => 'gaelic irlandês', |
110
|
|
|
|
|
|
|
'gd' => 'gaelic scozês', |
111
|
|
|
|
|
|
|
'gl' => 'galizian', |
112
|
|
|
|
|
|
|
'gn' => 'guaranì', |
113
|
|
|
|
|
|
|
'got' => 'gotic', |
114
|
|
|
|
|
|
|
'grc' => 'vieri grêc', |
115
|
|
|
|
|
|
|
'gu' => 'gujarati', |
116
|
|
|
|
|
|
|
'gv' => 'manx', |
117
|
|
|
|
|
|
|
'he' => 'ebraic', |
118
|
|
|
|
|
|
|
'hi' => 'hindi', |
119
|
|
|
|
|
|
|
'hr' => 'cravuat', |
120
|
|
|
|
|
|
|
'ht' => 'haitian', |
121
|
|
|
|
|
|
|
'hu' => 'ongjarês', |
122
|
|
|
|
|
|
|
'hy' => 'armen', |
123
|
|
|
|
|
|
|
'id' => 'indonesian', |
124
|
|
|
|
|
|
|
'ig' => 'igbo', |
125
|
|
|
|
|
|
|
'ik' => 'inupiaq', |
126
|
|
|
|
|
|
|
'io' => 'ido', |
127
|
|
|
|
|
|
|
'is' => 'islandês', |
128
|
|
|
|
|
|
|
'it' => 'talian', |
129
|
|
|
|
|
|
|
'iu' => 'inuktitut', |
130
|
|
|
|
|
|
|
'ja' => 'gjaponês', |
131
|
|
|
|
|
|
|
'ka' => 'gjeorgjian', |
132
|
|
|
|
|
|
|
'kk' => 'kazac', |
133
|
|
|
|
|
|
|
'kl' => 'kalaallisut', |
134
|
|
|
|
|
|
|
'km' => 'khmer', |
135
|
|
|
|
|
|
|
'kn' => 'kannada', |
136
|
|
|
|
|
|
|
'ko' => 'corean', |
137
|
|
|
|
|
|
|
'ku' => 'curd', |
138
|
|
|
|
|
|
|
'kw' => 'cornualiês', |
139
|
|
|
|
|
|
|
'la' => 'latin', |
140
|
|
|
|
|
|
|
'lad' => 'ladin', |
141
|
|
|
|
|
|
|
'lb' => 'lussemburghês', |
142
|
|
|
|
|
|
|
'li' => 'limburghês', |
143
|
|
|
|
|
|
|
'ln' => 'lingala', |
144
|
|
|
|
|
|
|
'lo' => 'lao', |
145
|
|
|
|
|
|
|
'lt' => 'lituan', |
146
|
|
|
|
|
|
|
'lv' => 'leton', |
147
|
|
|
|
|
|
|
'mg' => 'malagasy', |
148
|
|
|
|
|
|
|
'mi' => 'maori', |
149
|
|
|
|
|
|
|
'mk' => 'macedon', |
150
|
|
|
|
|
|
|
'ml' => 'malayalam', |
151
|
|
|
|
|
|
|
'mn' => 'mongul', |
152
|
|
|
|
|
|
|
'mr' => 'marathi', |
153
|
|
|
|
|
|
|
'ms' => 'malês', |
154
|
|
|
|
|
|
|
'mt' => 'maltês', |
155
|
|
|
|
|
|
|
'mul' => 'lenghis multiplis', |
156
|
|
|
|
|
|
|
'mwl' => 'mirandês', |
157
|
|
|
|
|
|
|
'nap' => 'napoletan', |
158
|
|
|
|
|
|
|
'nb' => 'norvegjês bokmål', |
159
|
|
|
|
|
|
|
'nd' => 'ndebele setentrionâl', |
160
|
|
|
|
|
|
|
'nds' => 'bas todesc', |
161
|
|
|
|
|
|
|
'ne' => 'nepalês', |
162
|
|
|
|
|
|
|
'nl' => 'olandês', |
163
|
|
|
|
|
|
|
'nl_BE' => 'flamant', |
164
|
|
|
|
|
|
|
'nn' => 'norvegjês nynorsk', |
165
|
|
|
|
|
|
|
'no' => 'norvegjês', |
166
|
|
|
|
|
|
|
'non' => 'vieri norvegjês', |
167
|
|
|
|
|
|
|
'nso' => 'sotho setentrionâl', |
168
|
|
|
|
|
|
|
'nv' => 'navajo', |
169
|
|
|
|
|
|
|
'oc' => 'ocitan', |
170
|
|
|
|
|
|
|
'or' => 'oriya', |
171
|
|
|
|
|
|
|
'os' => 'osetic', |
172
|
|
|
|
|
|
|
'ota' => 'turc otoman', |
173
|
|
|
|
|
|
|
'pa' => 'punjabi', |
174
|
|
|
|
|
|
|
'pap' => 'papiamento', |
175
|
|
|
|
|
|
|
'peo' => 'vieri persian', |
176
|
|
|
|
|
|
|
'pl' => 'polac', |
177
|
|
|
|
|
|
|
'pro' => 'vieri provenzâl', |
178
|
|
|
|
|
|
|
'ps' => 'pashto', |
179
|
|
|
|
|
|
|
'pt' => 'portughês', |
180
|
|
|
|
|
|
|
'pt_BR' => 'portughês brasilian', |
181
|
|
|
|
|
|
|
'pt_PT' => 'portughês iberic', |
182
|
|
|
|
|
|
|
'qu' => 'quechua', |
183
|
|
|
|
|
|
|
'rm' => 'rumanç', |
184
|
|
|
|
|
|
|
'ro' => 'romen', |
185
|
|
|
|
|
|
|
'ro_MD' => 'moldâf', |
186
|
|
|
|
|
|
|
'ru' => 'rus', |
187
|
|
|
|
|
|
|
'sa' => 'sanscrit', |
188
|
|
|
|
|
|
|
'sc' => 'sardegnûl', |
189
|
|
|
|
|
|
|
'scn' => 'sicilian', |
190
|
|
|
|
|
|
|
'sco' => 'scozês', |
191
|
|
|
|
|
|
|
'sd' => 'sindhi', |
192
|
|
|
|
|
|
|
'se' => 'sami setentrionâl', |
193
|
|
|
|
|
|
|
'sg' => 'sango', |
194
|
|
|
|
|
|
|
'sga' => 'vieri irlandês', |
195
|
|
|
|
|
|
|
'si' => 'sinalês', |
196
|
|
|
|
|
|
|
'sk' => 'slovac', |
197
|
|
|
|
|
|
|
'sl' => 'sloven', |
198
|
|
|
|
|
|
|
'sm' => 'samoan', |
199
|
|
|
|
|
|
|
'so' => 'somal', |
200
|
|
|
|
|
|
|
'sq' => 'albanês', |
201
|
|
|
|
|
|
|
'sr' => 'serp', |
202
|
|
|
|
|
|
|
'ss' => 'swati', |
203
|
|
|
|
|
|
|
'st' => 'sotho meridionâl', |
204
|
|
|
|
|
|
|
'su' => 'sundanês', |
205
|
|
|
|
|
|
|
'sux' => 'sumeric', |
206
|
|
|
|
|
|
|
'sv' => 'svedês', |
207
|
|
|
|
|
|
|
'sw' => 'swahili', |
208
|
|
|
|
|
|
|
'ta' => 'tamil', |
209
|
|
|
|
|
|
|
'te' => 'telegu', |
210
|
|
|
|
|
|
|
'tet' => 'tetum', |
211
|
|
|
|
|
|
|
'tg' => 'tagic', |
212
|
|
|
|
|
|
|
'th' => 'thai', |
213
|
|
|
|
|
|
|
'tk' => 'turcmen', |
214
|
|
|
|
|
|
|
'tl' => 'tagalog', |
215
|
|
|
|
|
|
|
'tr' => 'turc', |
216
|
|
|
|
|
|
|
'tt' => 'tartar', |
217
|
|
|
|
|
|
|
'ty' => 'tahitian', |
218
|
|
|
|
|
|
|
'ug' => 'uigur', |
219
|
|
|
|
|
|
|
'uk' => 'ucrain', |
220
|
|
|
|
|
|
|
'und' => 'indeterminade', |
221
|
|
|
|
|
|
|
'ur' => 'urdu', |
222
|
|
|
|
|
|
|
'uz' => 'uzbec', |
223
|
|
|
|
|
|
|
've' => 'venda', |
224
|
|
|
|
|
|
|
'vi' => 'vietnamite', |
225
|
|
|
|
|
|
|
'wa' => 'valon', |
226
|
|
|
|
|
|
|
'wo' => 'wolof', |
227
|
|
|
|
|
|
|
'xh' => 'xhosa', |
228
|
|
|
|
|
|
|
'yi' => 'yiddish', |
229
|
|
|
|
|
|
|
'yo' => 'yoruba', |
230
|
|
|
|
|
|
|
'zh' => 'cinês', |
231
|
|
|
|
|
|
|
'zh_Hans' => 'cinês semplificât', |
232
|
|
|
|
|
|
|
'zh_Hant' => 'cinês tradizionâl', |
233
|
|
|
|
|
|
|
'zu' => 'zulu', |
234
|
|
|
|
|
|
|
|
235
|
|
|
|
|
|
|
); |
236
|
|
|
|
|
|
|
if (@_) { |
237
|
|
|
|
|
|
|
return $languages{$_[0]}; |
238
|
|
|
|
|
|
|
} |
239
|
|
|
|
|
|
|
return \%languages; |
240
|
|
|
|
|
|
|
} |
241
|
|
|
|
|
|
|
}, |
242
|
|
|
|
|
|
|
); |
243
|
|
|
|
|
|
|
|
244
|
|
|
|
|
|
|
has 'display_name_script' => ( |
245
|
|
|
|
|
|
|
is => 'ro', |
246
|
|
|
|
|
|
|
isa => CodeRef, |
247
|
|
|
|
|
|
|
init_arg => undef, |
248
|
|
|
|
|
|
|
default => sub { |
249
|
|
|
|
|
|
|
sub { |
250
|
|
|
|
|
|
|
my %scripts = ( |
251
|
|
|
|
|
|
|
'Arab' => 'arap', |
252
|
|
|
|
|
|
|
'Armn' => 'armen', |
253
|
|
|
|
|
|
|
'Bali' => 'balinês', |
254
|
|
|
|
|
|
|
'Beng' => 'bengalês', |
255
|
|
|
|
|
|
|
'Brai' => 'Braille', |
256
|
|
|
|
|
|
|
'Bugi' => 'buginês', |
257
|
|
|
|
|
|
|
'Cans' => 'Silabari unificât aborigjens canadês', |
258
|
|
|
|
|
|
|
'Copt' => 'copt', |
259
|
|
|
|
|
|
|
'Cprt' => 'cipriot', |
260
|
|
|
|
|
|
|
'Cyrl' => 'cirilic', |
261
|
|
|
|
|
|
|
'Cyrs' => 'cirilic dal vieri slavonic de glesie', |
262
|
|
|
|
|
|
|
'Deva' => 'devanagari', |
263
|
|
|
|
|
|
|
'Egyd' => 'demotic egjizian', |
264
|
|
|
|
|
|
|
'Egyh' => 'jeratic egjizian', |
265
|
|
|
|
|
|
|
'Egyp' => 'jeroglifics egjizians', |
266
|
|
|
|
|
|
|
'Ethi' => 'etiopic', |
267
|
|
|
|
|
|
|
'Geor' => 'georgjian', |
268
|
|
|
|
|
|
|
'Glag' => 'glagolitic', |
269
|
|
|
|
|
|
|
'Goth' => 'gotic', |
270
|
|
|
|
|
|
|
'Grek' => 'grêc', |
271
|
|
|
|
|
|
|
'Gujr' => 'gujarati', |
272
|
|
|
|
|
|
|
'Hani' => 'han', |
273
|
|
|
|
|
|
|
'Hans' => 'Han semplificât', |
274
|
|
|
|
|
|
|
'Hant' => 'Han tradizionâl', |
275
|
|
|
|
|
|
|
'Hebr' => 'ebreu', |
276
|
|
|
|
|
|
|
'Hrkt' => 'katakana o hiragana', |
277
|
|
|
|
|
|
|
'Hung' => 'vieri ongjarês', |
278
|
|
|
|
|
|
|
'Ital' => 'vieri italic', |
279
|
|
|
|
|
|
|
'Java' => 'gjavanês', |
280
|
|
|
|
|
|
|
'Jpan' => 'gjaponês', |
281
|
|
|
|
|
|
|
'Khmr' => 'khmer', |
282
|
|
|
|
|
|
|
'Knda' => 'kannada', |
283
|
|
|
|
|
|
|
'Kore' => 'corean', |
284
|
|
|
|
|
|
|
'Laoo' => 'lao', |
285
|
|
|
|
|
|
|
'Latf' => 'latin Fraktur', |
286
|
|
|
|
|
|
|
'Latg' => 'latin gaelic', |
287
|
|
|
|
|
|
|
'Latn' => 'latin', |
288
|
|
|
|
|
|
|
'Lina' => 'lineâr A', |
289
|
|
|
|
|
|
|
'Linb' => 'lineâr B', |
290
|
|
|
|
|
|
|
'Maya' => 'jeroglifics Maya', |
291
|
|
|
|
|
|
|
'Mlym' => 'malayalam', |
292
|
|
|
|
|
|
|
'Mong' => 'mongul', |
293
|
|
|
|
|
|
|
'Mymr' => 'myanmar', |
294
|
|
|
|
|
|
|
'Orya' => 'oriya', |
295
|
|
|
|
|
|
|
'Runr' => 'runic', |
296
|
|
|
|
|
|
|
'Sinh' => 'sinhala', |
297
|
|
|
|
|
|
|
'Syrc' => 'siriac', |
298
|
|
|
|
|
|
|
'Syre' => 'siriac Estrangelo', |
299
|
|
|
|
|
|
|
'Syrj' => 'siriac ocidentâl', |
300
|
|
|
|
|
|
|
'Syrn' => 'siriac orientâl', |
301
|
|
|
|
|
|
|
'Taml' => 'tamil', |
302
|
|
|
|
|
|
|
'Telu' => 'telegu', |
303
|
|
|
|
|
|
|
'Tglg' => 'tagalog', |
304
|
|
|
|
|
|
|
'Thaa' => 'thaana', |
305
|
|
|
|
|
|
|
'Thai' => 'thai', |
306
|
|
|
|
|
|
|
'Tibt' => 'tibetan', |
307
|
|
|
|
|
|
|
'Ugar' => 'ugaritic', |
308
|
|
|
|
|
|
|
'Xpeo' => 'vieri persian', |
309
|
|
|
|
|
|
|
'Xsux' => 'cuneiform sumeric-acadic', |
310
|
|
|
|
|
|
|
'Zxxx' => 'codiç pes lenghis no scritis', |
311
|
|
|
|
|
|
|
'Zyyy' => 'comun', |
312
|
|
|
|
|
|
|
'Zzzz' => 'codiç par scrituris no codificadis', |
313
|
|
|
|
|
|
|
|
314
|
|
|
|
|
|
|
); |
315
|
|
|
|
|
|
|
if ( @_ ) { |
316
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
317
|
|
|
|
|
|
|
} |
318
|
|
|
|
|
|
|
return \%scripts; |
319
|
|
|
|
|
|
|
} |
320
|
|
|
|
|
|
|
} |
321
|
|
|
|
|
|
|
); |
322
|
|
|
|
|
|
|
|
323
|
|
|
|
|
|
|
has 'display_name_region' => ( |
324
|
|
|
|
|
|
|
is => 'ro', |
325
|
|
|
|
|
|
|
isa => HashRef[Str], |
326
|
|
|
|
|
|
|
init_arg => undef, |
327
|
|
|
|
|
|
|
default => sub { |
328
|
|
|
|
|
|
|
{ |
329
|
|
|
|
|
|
|
'001' => 'Mont', |
330
|
|
|
|
|
|
|
'002' => 'Afriche', |
331
|
|
|
|
|
|
|
'003' => 'Americhe dal Nord', |
332
|
|
|
|
|
|
|
'005' => 'Americhe meridionâl', |
333
|
|
|
|
|
|
|
'009' => 'Oceanie', |
334
|
|
|
|
|
|
|
'011' => 'Afriche ocidentâl', |
335
|
|
|
|
|
|
|
'013' => 'Americhe centrâl', |
336
|
|
|
|
|
|
|
'014' => 'Afriche orientâl', |
337
|
|
|
|
|
|
|
'015' => 'Afriche setentrionâl', |
338
|
|
|
|
|
|
|
'017' => 'Afriche di mieç', |
339
|
|
|
|
|
|
|
'018' => 'Afriche meridionâl', |
340
|
|
|
|
|
|
|
'019' => 'Americhis', |
341
|
|
|
|
|
|
|
'021' => 'Americhe setentrionâl', |
342
|
|
|
|
|
|
|
'029' => 'caraibic', |
343
|
|
|
|
|
|
|
'030' => 'Asie orientâl', |
344
|
|
|
|
|
|
|
'034' => 'Asie meridionâl', |
345
|
|
|
|
|
|
|
'035' => 'Asie sud orientâl', |
346
|
|
|
|
|
|
|
'039' => 'Europe meridionâl', |
347
|
|
|
|
|
|
|
'053' => 'Australie e Gnove Zelande', |
348
|
|
|
|
|
|
|
'054' => 'Melanesie', |
349
|
|
|
|
|
|
|
'057' => 'Regjon de Micronesie', |
350
|
|
|
|
|
|
|
'061' => 'Polinesie', |
351
|
|
|
|
|
|
|
'142' => 'Asie', |
352
|
|
|
|
|
|
|
'143' => 'Asie centrâl', |
353
|
|
|
|
|
|
|
'145' => 'Asie ocidentâl', |
354
|
|
|
|
|
|
|
'150' => 'Europe', |
355
|
|
|
|
|
|
|
'151' => 'Europe orientâl', |
356
|
|
|
|
|
|
|
'154' => 'Europe setentrionâl', |
357
|
|
|
|
|
|
|
'155' => 'Europe ocidentâl', |
358
|
|
|
|
|
|
|
'419' => 'Americhe latine', |
359
|
|
|
|
|
|
|
'AD' => 'Andorra', |
360
|
|
|
|
|
|
|
'AE' => 'Emirâts araps unîts', |
361
|
|
|
|
|
|
|
'AF' => 'Afghanistan', |
362
|
|
|
|
|
|
|
'AG' => 'Antigua e Barbuda', |
363
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
364
|
|
|
|
|
|
|
'AL' => 'Albanie', |
365
|
|
|
|
|
|
|
'AM' => 'Armenie', |
366
|
|
|
|
|
|
|
'AO' => 'Angola', |
367
|
|
|
|
|
|
|
'AQ' => 'Antartic', |
368
|
|
|
|
|
|
|
'AR' => 'Argjentine', |
369
|
|
|
|
|
|
|
'AS' => 'Samoa merecanis', |
370
|
|
|
|
|
|
|
'AT' => 'Austrie', |
371
|
|
|
|
|
|
|
'AU' => 'Australie', |
372
|
|
|
|
|
|
|
'AW' => 'Aruba', |
373
|
|
|
|
|
|
|
'AX' => 'Isulis Aland', |
374
|
|
|
|
|
|
|
'AZ' => 'Azerbaigian', |
375
|
|
|
|
|
|
|
'BA' => 'Bosnie e Ercegovine', |
376
|
|
|
|
|
|
|
'BB' => 'Barbados', |
377
|
|
|
|
|
|
|
'BD' => 'Bangladesh', |
378
|
|
|
|
|
|
|
'BE' => 'Belgjiche', |
379
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
380
|
|
|
|
|
|
|
'BG' => 'Bulgarie', |
381
|
|
|
|
|
|
|
'BH' => 'Bahrain', |
382
|
|
|
|
|
|
|
'BI' => 'Burundi', |
383
|
|
|
|
|
|
|
'BJ' => 'Benin', |
384
|
|
|
|
|
|
|
'BL' => 'Sant Barthélemy', |
385
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
386
|
|
|
|
|
|
|
'BN' => 'Brunei', |
387
|
|
|
|
|
|
|
'BO' => 'Bolivie', |
388
|
|
|
|
|
|
|
'BR' => 'Brasîl', |
389
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
390
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
391
|
|
|
|
|
|
|
'BV' => 'Isule Bouvet', |
392
|
|
|
|
|
|
|
'BW' => 'Botswana', |
393
|
|
|
|
|
|
|
'BY' => 'Bielorussie', |
394
|
|
|
|
|
|
|
'BZ' => 'Belize', |
395
|
|
|
|
|
|
|
'CA' => 'Canade', |
396
|
|
|
|
|
|
|
'CC' => 'Isulis Cocos', |
397
|
|
|
|
|
|
|
'CD' => 'Republiche Democratiche dal Congo', |
398
|
|
|
|
|
|
|
'CD@alt=variant' => 'Congo (RDC)', |
399
|
|
|
|
|
|
|
'CF' => 'Republiche centri africane', |
400
|
|
|
|
|
|
|
'CG' => 'Congo - Brazzaville', |
401
|
|
|
|
|
|
|
'CG@alt=variant' => 'Congo (Republiche)', |
402
|
|
|
|
|
|
|
'CH' => 'Svuizare', |
403
|
|
|
|
|
|
|
'CI' => 'Cueste di Avoli', |
404
|
|
|
|
|
|
|
'CK' => 'Isulis Cook', |
405
|
|
|
|
|
|
|
'CL' => 'Cile', |
406
|
|
|
|
|
|
|
'CM' => 'Camerun', |
407
|
|
|
|
|
|
|
'CN' => 'Cine', |
408
|
|
|
|
|
|
|
'CO' => 'Colombie', |
409
|
|
|
|
|
|
|
'CP' => 'Isule Clipperton', |
410
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
411
|
|
|
|
|
|
|
'CU' => 'Cuba', |
412
|
|
|
|
|
|
|
'CV' => 'Cjâf vert', |
413
|
|
|
|
|
|
|
'CX' => 'Isule Christmas', |
414
|
|
|
|
|
|
|
'CY' => 'Cipri', |
415
|
|
|
|
|
|
|
'CZ' => 'Republiche ceche', |
416
|
|
|
|
|
|
|
'DE' => 'Gjermanie', |
417
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
418
|
|
|
|
|
|
|
'DJ' => 'Gibuti', |
419
|
|
|
|
|
|
|
'DK' => 'Danimarcje', |
420
|
|
|
|
|
|
|
'DM' => 'Dominiche', |
421
|
|
|
|
|
|
|
'DO' => 'Republiche dominicane', |
422
|
|
|
|
|
|
|
'DZ' => 'Alzerie', |
423
|
|
|
|
|
|
|
'EA' => 'Ceuta e Melilla', |
424
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
425
|
|
|
|
|
|
|
'EE' => 'Estonie', |
426
|
|
|
|
|
|
|
'EG' => 'Egjit', |
427
|
|
|
|
|
|
|
'EH' => 'Sahara ocidentâl', |
428
|
|
|
|
|
|
|
'ER' => 'Eritree', |
429
|
|
|
|
|
|
|
'ES' => 'Spagne', |
430
|
|
|
|
|
|
|
'ET' => 'Etiopie', |
431
|
|
|
|
|
|
|
'EU' => 'Union europeane', |
432
|
|
|
|
|
|
|
'FI' => 'Finlandie', |
433
|
|
|
|
|
|
|
'FJ' => 'Fizi', |
434
|
|
|
|
|
|
|
'FK' => 'Isulis Falkland', |
435
|
|
|
|
|
|
|
'FK@alt=variant' => 'Isulis Falkland (Isulis Malvinas)', |
436
|
|
|
|
|
|
|
'FM' => 'Micronesie', |
437
|
|
|
|
|
|
|
'FO' => 'Isulis Faroe', |
438
|
|
|
|
|
|
|
'FR' => 'France', |
439
|
|
|
|
|
|
|
'GA' => 'Gabon', |
440
|
|
|
|
|
|
|
'GB' => 'Ream unît', |
441
|
|
|
|
|
|
|
'GD' => 'Grenada', |
442
|
|
|
|
|
|
|
'GE' => 'Gjeorgjie', |
443
|
|
|
|
|
|
|
'GF' => 'Guiana francês', |
444
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
445
|
|
|
|
|
|
|
'GH' => 'Ghana', |
446
|
|
|
|
|
|
|
'GI' => 'Gjibraltar', |
447
|
|
|
|
|
|
|
'GL' => 'Groenlande', |
448
|
|
|
|
|
|
|
'GM' => 'Gambia', |
449
|
|
|
|
|
|
|
'GN' => 'Guinee', |
450
|
|
|
|
|
|
|
'GP' => 'Guadalupe', |
451
|
|
|
|
|
|
|
'GQ' => 'Guinee ecuatoriâl', |
452
|
|
|
|
|
|
|
'GR' => 'Grecie', |
453
|
|
|
|
|
|
|
'GS' => 'Georgia dal Sud e Isulis Sandwich dal Sud', |
454
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
455
|
|
|
|
|
|
|
'GU' => 'Guam', |
456
|
|
|
|
|
|
|
'GW' => 'Guinea-Bissau', |
457
|
|
|
|
|
|
|
'GY' => 'Guyana', |
458
|
|
|
|
|
|
|
'HK' => 'Regjon aministrative speciâl de Cine di Hong Kong', |
459
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Kong', |
460
|
|
|
|
|
|
|
'HM' => 'Isule Heard e Isulis McDonald', |
461
|
|
|
|
|
|
|
'HN' => 'Honduras', |
462
|
|
|
|
|
|
|
'HR' => 'Cravuazie', |
463
|
|
|
|
|
|
|
'HT' => 'Haiti', |
464
|
|
|
|
|
|
|
'HU' => 'Ongjarie', |
465
|
|
|
|
|
|
|
'IC' => 'Isulis Canariis', |
466
|
|
|
|
|
|
|
'ID' => 'Indonesie', |
467
|
|
|
|
|
|
|
'IE' => 'Irlande', |
468
|
|
|
|
|
|
|
'IL' => 'Israêl', |
469
|
|
|
|
|
|
|
'IM' => 'Isule di Man', |
470
|
|
|
|
|
|
|
'IN' => 'India', |
471
|
|
|
|
|
|
|
'IO' => 'Teritori britanic dal Ocean Indian', |
472
|
|
|
|
|
|
|
'IQ' => 'Iraq', |
473
|
|
|
|
|
|
|
'IR' => 'Iran', |
474
|
|
|
|
|
|
|
'IS' => 'Islande', |
475
|
|
|
|
|
|
|
'IT' => 'Italie', |
476
|
|
|
|
|
|
|
'JE' => 'Jersey', |
477
|
|
|
|
|
|
|
'JM' => 'Gjamaiche', |
478
|
|
|
|
|
|
|
'JO' => 'Jordanie', |
479
|
|
|
|
|
|
|
'JP' => 'Gjapon', |
480
|
|
|
|
|
|
|
'KE' => 'Kenya', |
481
|
|
|
|
|
|
|
'KG' => 'Kirghizstan', |
482
|
|
|
|
|
|
|
'KH' => 'Camboze', |
483
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
484
|
|
|
|
|
|
|
'KM' => 'Comoris', |
485
|
|
|
|
|
|
|
'KN' => 'San Kitts e Nevis', |
486
|
|
|
|
|
|
|
'KP' => 'Coree dal nord', |
487
|
|
|
|
|
|
|
'KR' => 'Coree dal sud', |
488
|
|
|
|
|
|
|
'KW' => 'Kuwait', |
489
|
|
|
|
|
|
|
'KY' => 'Isulis Cayman', |
490
|
|
|
|
|
|
|
'KZ' => 'Kazachistan', |
491
|
|
|
|
|
|
|
'LA' => 'Laos', |
492
|
|
|
|
|
|
|
'LB' => 'Liban', |
493
|
|
|
|
|
|
|
'LC' => 'Sante Lusie', |
494
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
495
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
496
|
|
|
|
|
|
|
'LR' => 'Liberie', |
497
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
498
|
|
|
|
|
|
|
'LT' => 'Lituanie', |
499
|
|
|
|
|
|
|
'LU' => 'Lussemburc', |
500
|
|
|
|
|
|
|
'LV' => 'Letonie', |
501
|
|
|
|
|
|
|
'LY' => 'Libie', |
502
|
|
|
|
|
|
|
'MA' => 'Maroc', |
503
|
|
|
|
|
|
|
'MC' => 'Monaco', |
504
|
|
|
|
|
|
|
'MD' => 'Moldavie', |
505
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
506
|
|
|
|
|
|
|
'MF' => 'Sant Martin', |
507
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
508
|
|
|
|
|
|
|
'MH' => 'Isulis Marshall', |
509
|
|
|
|
|
|
|
'MK' => 'Macedonie', |
510
|
|
|
|
|
|
|
'MK@alt=variant' => 'Macedonie (FYROM)', |
511
|
|
|
|
|
|
|
'ML' => 'Mali', |
512
|
|
|
|
|
|
|
'MM' => 'Birmanie', |
513
|
|
|
|
|
|
|
'MN' => 'Mongolie', |
514
|
|
|
|
|
|
|
'MO' => 'Regjon aministrative speciâl de Cine di Macao', |
515
|
|
|
|
|
|
|
'MO@alt=short' => 'Macao', |
516
|
|
|
|
|
|
|
'MP' => 'Isulis Mariana dal Nord', |
517
|
|
|
|
|
|
|
'MQ' => 'Martiniche', |
518
|
|
|
|
|
|
|
'MR' => 'Mauritanie', |
519
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
520
|
|
|
|
|
|
|
'MT' => 'Malta', |
521
|
|
|
|
|
|
|
'MU' => 'Maurizi', |
522
|
|
|
|
|
|
|
'MV' => 'Maldivis', |
523
|
|
|
|
|
|
|
'MW' => 'Malawi', |
524
|
|
|
|
|
|
|
'MX' => 'Messic', |
525
|
|
|
|
|
|
|
'MY' => 'Malaysia', |
526
|
|
|
|
|
|
|
'MZ' => 'Mozambic', |
527
|
|
|
|
|
|
|
'NA' => 'Namibie', |
528
|
|
|
|
|
|
|
'NC' => 'Gnove Caledonie', |
529
|
|
|
|
|
|
|
'NE' => 'Niger', |
530
|
|
|
|
|
|
|
'NF' => 'Isole Norfolk', |
531
|
|
|
|
|
|
|
'NG' => 'Nigerie', |
532
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
533
|
|
|
|
|
|
|
'NL' => 'Paîs bas', |
534
|
|
|
|
|
|
|
'NO' => 'Norvegje', |
535
|
|
|
|
|
|
|
'NP' => 'Nepal', |
536
|
|
|
|
|
|
|
'NR' => 'Nauru', |
537
|
|
|
|
|
|
|
'NU' => 'Niue', |
538
|
|
|
|
|
|
|
'NZ' => 'Gnove Zelande', |
539
|
|
|
|
|
|
|
'OM' => 'Oman', |
540
|
|
|
|
|
|
|
'PA' => 'Panamà ', |
541
|
|
|
|
|
|
|
'PE' => 'Perù', |
542
|
|
|
|
|
|
|
'PF' => 'Polinesie francês', |
543
|
|
|
|
|
|
|
'PG' => 'Papue Gnove Guinee', |
544
|
|
|
|
|
|
|
'PH' => 'Filipinis', |
545
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
546
|
|
|
|
|
|
|
'PL' => 'Polonie', |
547
|
|
|
|
|
|
|
'PM' => 'San Pierre e Miquelon', |
548
|
|
|
|
|
|
|
'PN' => 'Pitcairn', |
549
|
|
|
|
|
|
|
'PR' => 'Porto Rico', |
550
|
|
|
|
|
|
|
'PS' => 'Teritoris palestinês', |
551
|
|
|
|
|
|
|
'PT' => 'Portugal', |
552
|
|
|
|
|
|
|
'PW' => 'Palau', |
553
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
554
|
|
|
|
|
|
|
'QA' => 'Qatar', |
555
|
|
|
|
|
|
|
'QO' => 'Oceanie periferiche', |
556
|
|
|
|
|
|
|
'RE' => 'Reunion', |
557
|
|
|
|
|
|
|
'RO' => 'Romanie', |
558
|
|
|
|
|
|
|
'RS' => 'Serbie', |
559
|
|
|
|
|
|
|
'RU' => 'Russie', |
560
|
|
|
|
|
|
|
'RW' => 'Ruande', |
561
|
|
|
|
|
|
|
'SA' => 'Arabie Saudide', |
562
|
|
|
|
|
|
|
'SB' => 'Isulis Salomon', |
563
|
|
|
|
|
|
|
'SC' => 'Seychelles', |
564
|
|
|
|
|
|
|
'SD' => 'Sudan', |
565
|
|
|
|
|
|
|
'SE' => 'Svezie', |
566
|
|
|
|
|
|
|
'SG' => 'Singapore', |
567
|
|
|
|
|
|
|
'SH' => 'Sante Eline', |
568
|
|
|
|
|
|
|
'SI' => 'Slovenie', |
569
|
|
|
|
|
|
|
'SJ' => 'Svalbard e Jan Mayen', |
570
|
|
|
|
|
|
|
'SK' => 'Slovachie', |
571
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
572
|
|
|
|
|
|
|
'SM' => 'San Marin', |
573
|
|
|
|
|
|
|
'SN' => 'Senegal', |
574
|
|
|
|
|
|
|
'SO' => 'Somalie', |
575
|
|
|
|
|
|
|
'SR' => 'Suriname', |
576
|
|
|
|
|
|
|
'ST' => 'Sao Tomè e Principe', |
577
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
578
|
|
|
|
|
|
|
'SY' => 'Sirie', |
579
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
580
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
581
|
|
|
|
|
|
|
'TC' => 'Isulis Turks e Caicos', |
582
|
|
|
|
|
|
|
'TD' => 'Ãad', |
583
|
|
|
|
|
|
|
'TF' => 'Teritoris meridionâi francês', |
584
|
|
|
|
|
|
|
'TG' => 'Togo', |
585
|
|
|
|
|
|
|
'TH' => 'Tailandie', |
586
|
|
|
|
|
|
|
'TJ' => 'Tazikistan', |
587
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
588
|
|
|
|
|
|
|
'TL' => 'Timor orientâl', |
589
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
590
|
|
|
|
|
|
|
'TN' => 'Tunisie', |
591
|
|
|
|
|
|
|
'TO' => 'Tonga', |
592
|
|
|
|
|
|
|
'TR' => 'Turchie', |
593
|
|
|
|
|
|
|
'TT' => 'Trinidad e Tobago', |
594
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
595
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
596
|
|
|
|
|
|
|
'TZ' => 'Tanzanie', |
597
|
|
|
|
|
|
|
'UA' => 'Ucraine', |
598
|
|
|
|
|
|
|
'UG' => 'Uganda', |
599
|
|
|
|
|
|
|
'UM' => 'Isulis periferichis minôrs dai Stâts Unîts', |
600
|
|
|
|
|
|
|
'US' => 'Stâts Unîts', |
601
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
602
|
|
|
|
|
|
|
'UZ' => 'Uzbechistan', |
603
|
|
|
|
|
|
|
'VA' => 'Vatican', |
604
|
|
|
|
|
|
|
'VC' => 'San Vincent e lis Grenadinis', |
605
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
606
|
|
|
|
|
|
|
'VG' => 'Isulis vergjinis britanichis', |
607
|
|
|
|
|
|
|
'VI' => 'Isulis vergjinis americanis', |
608
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
609
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
610
|
|
|
|
|
|
|
'WF' => 'Wallis e Futuna', |
611
|
|
|
|
|
|
|
'WS' => 'Samoa', |
612
|
|
|
|
|
|
|
'YE' => 'Yemen', |
613
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
614
|
|
|
|
|
|
|
'ZA' => 'Sud Afriche', |
615
|
|
|
|
|
|
|
'ZM' => 'Zambia', |
616
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
617
|
|
|
|
|
|
|
'ZZ' => 'Regjon no cognossude o no valide', |
618
|
|
|
|
|
|
|
|
619
|
|
|
|
|
|
|
} |
620
|
|
|
|
|
|
|
}, |
621
|
|
|
|
|
|
|
); |
622
|
|
|
|
|
|
|
|
623
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
624
|
|
|
|
|
|
|
is => 'ro', |
625
|
|
|
|
|
|
|
isa => HashRef[Str], |
626
|
|
|
|
|
|
|
init_arg => undef, |
627
|
|
|
|
|
|
|
default => sub { |
628
|
|
|
|
|
|
|
{ |
629
|
|
|
|
|
|
|
'1901' => 'Ortografie todescje tradizionâl', |
630
|
|
|
|
|
|
|
'1994' => 'Ortografie resiane standard', |
631
|
|
|
|
|
|
|
'1996' => 'Ortografie todescje dal 1996', |
632
|
|
|
|
|
|
|
'AREVELA' => 'armen orientâl', |
633
|
|
|
|
|
|
|
'AREVMDA' => 'armen ocidentâl', |
634
|
|
|
|
|
|
|
'BISKE' => 'dialet di San Zorç di Resie', |
635
|
|
|
|
|
|
|
'LIPAW' => 'dialet di Lipovaz dal resian', |
636
|
|
|
|
|
|
|
'NEDIS' => 'Dialet des valadis dal Nadison', |
637
|
|
|
|
|
|
|
'NJIVA' => 'dialet di Gnive', |
638
|
|
|
|
|
|
|
'OSOJS' => 'dialet di Oseac', |
639
|
|
|
|
|
|
|
'POLYTON' => 'Politoniche', |
640
|
|
|
|
|
|
|
'REVISED' => 'Ortografie revisade', |
641
|
|
|
|
|
|
|
'ROZAJ' => 'Resian', |
642
|
|
|
|
|
|
|
'SOLBA' => 'dialet di Stolvize', |
643
|
|
|
|
|
|
|
'VALENCIA' => 'valenzian', |
644
|
|
|
|
|
|
|
|
645
|
|
|
|
|
|
|
} |
646
|
|
|
|
|
|
|
}, |
647
|
|
|
|
|
|
|
); |
648
|
|
|
|
|
|
|
|
649
|
|
|
|
|
|
|
has 'display_name_key' => ( |
650
|
|
|
|
|
|
|
is => 'ro', |
651
|
|
|
|
|
|
|
isa => HashRef[Str], |
652
|
|
|
|
|
|
|
init_arg => undef, |
653
|
|
|
|
|
|
|
default => sub { |
654
|
|
|
|
|
|
|
{ |
655
|
|
|
|
|
|
|
'calendar' => 'calendari', |
656
|
|
|
|
|
|
|
'collation' => 'ordenament', |
657
|
|
|
|
|
|
|
'currency' => 'monede', |
658
|
|
|
|
|
|
|
|
659
|
|
|
|
|
|
|
} |
660
|
|
|
|
|
|
|
}, |
661
|
|
|
|
|
|
|
); |
662
|
|
|
|
|
|
|
|
663
|
|
|
|
|
|
|
has 'display_name_type' => ( |
664
|
|
|
|
|
|
|
is => 'ro', |
665
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
666
|
|
|
|
|
|
|
init_arg => undef, |
667
|
|
|
|
|
|
|
default => sub { |
668
|
|
|
|
|
|
|
{ |
669
|
|
|
|
|
|
|
'calendar' => { |
670
|
|
|
|
|
|
|
'buddhist' => q{calendari budist}, |
671
|
|
|
|
|
|
|
'chinese' => q{calendari cinês}, |
672
|
|
|
|
|
|
|
'gregorian' => q{calendari gregorian}, |
673
|
|
|
|
|
|
|
'hebrew' => q{calendari ebreu}, |
674
|
|
|
|
|
|
|
'indian' => q{calendari nazionâl indian}, |
675
|
|
|
|
|
|
|
'islamic' => q{calendari islamic}, |
676
|
|
|
|
|
|
|
'islamic-civil' => q{calendari islamic civîl}, |
677
|
|
|
|
|
|
|
'japanese' => q{calendari gjaponês}, |
678
|
|
|
|
|
|
|
'roc' => q{calendari de Republiche di Cine}, |
679
|
|
|
|
|
|
|
}, |
680
|
|
|
|
|
|
|
'collation' => { |
681
|
|
|
|
|
|
|
'big5han' => q{ordin cinês tradizionâl - Big5}, |
682
|
|
|
|
|
|
|
'ducet' => q{ordenament predeterminât Unicode}, |
683
|
|
|
|
|
|
|
'gb2312han' => q{ordin cinês semplificât - GB2312}, |
684
|
|
|
|
|
|
|
'phonebook' => q{ordin elenc telefonic}, |
685
|
|
|
|
|
|
|
'pinyin' => q{ordin pinyin}, |
686
|
|
|
|
|
|
|
'search' => q{ricercje par fins gjenerâi}, |
687
|
|
|
|
|
|
|
'stroke' => q{ordin segns}, |
688
|
|
|
|
|
|
|
'traditional' => q{ordin tradizionâl}, |
689
|
|
|
|
|
|
|
}, |
690
|
|
|
|
|
|
|
'numbers' => { |
691
|
|
|
|
|
|
|
'latn' => q{numars ocidentâi}, |
692
|
|
|
|
|
|
|
}, |
693
|
|
|
|
|
|
|
|
694
|
|
|
|
|
|
|
} |
695
|
|
|
|
|
|
|
}, |
696
|
|
|
|
|
|
|
); |
697
|
|
|
|
|
|
|
|
698
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
699
|
|
|
|
|
|
|
is => 'ro', |
700
|
|
|
|
|
|
|
isa => HashRef[Str], |
701
|
|
|
|
|
|
|
init_arg => undef, |
702
|
|
|
|
|
|
|
default => sub { |
703
|
|
|
|
|
|
|
{ |
704
|
|
|
|
|
|
|
'metric' => q{metric}, |
705
|
|
|
|
|
|
|
'UK' => q{Ream Unît}, |
706
|
|
|
|
|
|
|
'US' => q{USA}, |
707
|
|
|
|
|
|
|
|
708
|
|
|
|
|
|
|
} |
709
|
|
|
|
|
|
|
}, |
710
|
|
|
|
|
|
|
); |
711
|
|
|
|
|
|
|
|
712
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
713
|
|
|
|
|
|
|
is => 'ro', |
714
|
|
|
|
|
|
|
isa => HashRef[Str], |
715
|
|
|
|
|
|
|
init_arg => undef, |
716
|
|
|
|
|
|
|
default => sub { |
717
|
|
|
|
|
|
|
{ |
718
|
|
|
|
|
|
|
'language' => 'Lenghe: {0}', |
719
|
|
|
|
|
|
|
'script' => 'Scriture: {0}', |
720
|
|
|
|
|
|
|
'region' => 'Regjon: {0}', |
721
|
|
|
|
|
|
|
|
722
|
|
|
|
|
|
|
} |
723
|
|
|
|
|
|
|
}, |
724
|
|
|
|
|
|
|
); |
725
|
|
|
|
|
|
|
|
726
|
|
|
|
|
|
|
has 'characters' => ( |
727
|
|
|
|
|
|
|
is => 'ro', |
728
|
|
|
|
|
|
|
isa => HashRef, |
729
|
|
|
|
|
|
|
init_arg => undef, |
730
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
731
|
|
|
|
|
|
|
? eval <<'EOT' |
732
|
|
|
|
|
|
|
sub { |
733
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
734
|
|
|
|
|
|
|
return { |
735
|
|
|
|
|
|
|
auxiliary => qr{[Ã¥ Ä Ã© ë Ä Ã¯ ñ ó Å¡ ü]}, |
736
|
|
|
|
|
|
|
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'], |
737
|
|
|
|
|
|
|
main => qr{[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]}, |
738
|
|
|
|
|
|
|
numbers => qr{[\- , . % â° + 0 1 2 3 4 5 6 7 8 9]}, |
739
|
|
|
|
|
|
|
}; |
740
|
|
|
|
|
|
|
}, |
741
|
|
|
|
|
|
|
EOT |
742
|
|
|
|
|
|
|
: sub { |
743
|
|
|
|
|
|
|
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'], }; |
744
|
|
|
|
|
|
|
}, |
745
|
1
|
|
|
1
|
|
130
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
145
|
|
746
|
|
|
|
|
|
|
|
747
|
|
|
|
|
|
|
|
748
|
|
|
|
|
|
|
has 'quote_start' => ( |
749
|
|
|
|
|
|
|
is => 'ro', |
750
|
|
|
|
|
|
|
isa => Str, |
751
|
|
|
|
|
|
|
init_arg => undef, |
752
|
|
|
|
|
|
|
default => qq{â}, |
753
|
|
|
|
|
|
|
); |
754
|
|
|
|
|
|
|
|
755
|
|
|
|
|
|
|
has 'quote_end' => ( |
756
|
|
|
|
|
|
|
is => 'ro', |
757
|
|
|
|
|
|
|
isa => Str, |
758
|
|
|
|
|
|
|
init_arg => undef, |
759
|
|
|
|
|
|
|
default => qq{â}, |
760
|
|
|
|
|
|
|
); |
761
|
|
|
|
|
|
|
|
762
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
763
|
|
|
|
|
|
|
is => 'ro', |
764
|
|
|
|
|
|
|
isa => Str, |
765
|
|
|
|
|
|
|
init_arg => undef, |
766
|
|
|
|
|
|
|
default => qq{â}, |
767
|
|
|
|
|
|
|
); |
768
|
|
|
|
|
|
|
|
769
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
770
|
|
|
|
|
|
|
is => 'ro', |
771
|
|
|
|
|
|
|
isa => Str, |
772
|
|
|
|
|
|
|
init_arg => undef, |
773
|
|
|
|
|
|
|
default => qq{â}, |
774
|
|
|
|
|
|
|
); |
775
|
|
|
|
|
|
|
|
776
|
|
|
|
|
|
|
has 'units' => ( |
777
|
|
|
|
|
|
|
is => 'ro', |
778
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
779
|
|
|
|
|
|
|
init_arg => undef, |
780
|
|
|
|
|
|
|
default => sub { { |
781
|
|
|
|
|
|
|
'long' => { |
782
|
|
|
|
|
|
|
'day' => { |
783
|
|
|
|
|
|
|
'name' => q(zornadis), |
784
|
|
|
|
|
|
|
'one' => q({0} zornade), |
785
|
|
|
|
|
|
|
'other' => q({0} zornadis), |
786
|
|
|
|
|
|
|
}, |
787
|
|
|
|
|
|
|
'hour' => { |
788
|
|
|
|
|
|
|
'name' => q(oris), |
789
|
|
|
|
|
|
|
'one' => q({0} ore), |
790
|
|
|
|
|
|
|
'other' => q({0} oris), |
791
|
|
|
|
|
|
|
}, |
792
|
|
|
|
|
|
|
'minute' => { |
793
|
|
|
|
|
|
|
'name' => q(minûts), |
794
|
|
|
|
|
|
|
'one' => q({0} minût), |
795
|
|
|
|
|
|
|
'other' => q({0} minûts), |
796
|
|
|
|
|
|
|
}, |
797
|
|
|
|
|
|
|
'month' => { |
798
|
|
|
|
|
|
|
'name' => q(mês), |
799
|
|
|
|
|
|
|
'one' => q({0} mês), |
800
|
|
|
|
|
|
|
'other' => q({0} mês), |
801
|
|
|
|
|
|
|
}, |
802
|
|
|
|
|
|
|
'second' => { |
803
|
|
|
|
|
|
|
'name' => q(seconts), |
804
|
|
|
|
|
|
|
'one' => q({0} secont), |
805
|
|
|
|
|
|
|
'other' => q({0} seconts), |
806
|
|
|
|
|
|
|
}, |
807
|
|
|
|
|
|
|
'week' => { |
808
|
|
|
|
|
|
|
'name' => q(setemanis), |
809
|
|
|
|
|
|
|
'one' => q({0} setemane), |
810
|
|
|
|
|
|
|
'other' => q({0} setemanis), |
811
|
|
|
|
|
|
|
}, |
812
|
|
|
|
|
|
|
'year' => { |
813
|
|
|
|
|
|
|
'name' => q(agns), |
814
|
|
|
|
|
|
|
'one' => q({0} an), |
815
|
|
|
|
|
|
|
'other' => q({0} agns), |
816
|
|
|
|
|
|
|
}, |
817
|
|
|
|
|
|
|
}, |
818
|
|
|
|
|
|
|
'short' => { |
819
|
|
|
|
|
|
|
'day' => { |
820
|
|
|
|
|
|
|
'name' => q(zornadis), |
821
|
|
|
|
|
|
|
}, |
822
|
|
|
|
|
|
|
'hour' => { |
823
|
|
|
|
|
|
|
'name' => q(oris), |
824
|
|
|
|
|
|
|
}, |
825
|
|
|
|
|
|
|
'minute' => { |
826
|
|
|
|
|
|
|
'name' => q(minûts), |
827
|
|
|
|
|
|
|
}, |
828
|
|
|
|
|
|
|
'month' => { |
829
|
|
|
|
|
|
|
'name' => q(mês), |
830
|
|
|
|
|
|
|
}, |
831
|
|
|
|
|
|
|
'second' => { |
832
|
|
|
|
|
|
|
'name' => q(seconts), |
833
|
|
|
|
|
|
|
}, |
834
|
|
|
|
|
|
|
'week' => { |
835
|
|
|
|
|
|
|
'name' => q(setemanis), |
836
|
|
|
|
|
|
|
}, |
837
|
|
|
|
|
|
|
'year' => { |
838
|
|
|
|
|
|
|
'name' => q(agns), |
839
|
|
|
|
|
|
|
}, |
840
|
|
|
|
|
|
|
}, |
841
|
|
|
|
|
|
|
} } |
842
|
|
|
|
|
|
|
); |
843
|
|
|
|
|
|
|
|
844
|
|
|
|
|
|
|
has 'yesstr' => ( |
845
|
|
|
|
|
|
|
is => 'ro', |
846
|
|
|
|
|
|
|
isa => RegexpRef, |
847
|
|
|
|
|
|
|
init_arg => undef, |
848
|
|
|
|
|
|
|
default => sub { qr'^(?i:sì|si|s|yes|y)$' } |
849
|
|
|
|
|
|
|
); |
850
|
|
|
|
|
|
|
|
851
|
|
|
|
|
|
|
has 'nostr' => ( |
852
|
|
|
|
|
|
|
is => 'ro', |
853
|
|
|
|
|
|
|
isa => RegexpRef, |
854
|
|
|
|
|
|
|
init_arg => undef, |
855
|
|
|
|
|
|
|
default => sub { qr'^(?i:no|n)$' } |
856
|
|
|
|
|
|
|
); |
857
|
|
|
|
|
|
|
|
858
|
|
|
|
|
|
|
has 'listPatterns' => ( |
859
|
|
|
|
|
|
|
is => 'ro', |
860
|
|
|
|
|
|
|
isa => HashRef, |
861
|
|
|
|
|
|
|
init_arg => undef, |
862
|
|
|
|
|
|
|
default => sub { { |
863
|
|
|
|
|
|
|
end => q({0} e {1}), |
864
|
|
|
|
|
|
|
2 => q({0} e {1}), |
865
|
|
|
|
|
|
|
} } |
866
|
|
|
|
|
|
|
); |
867
|
|
|
|
|
|
|
|
868
|
|
|
|
|
|
|
has 'number_symbols' => ( |
869
|
|
|
|
|
|
|
is => 'ro', |
870
|
|
|
|
|
|
|
isa => HashRef, |
871
|
|
|
|
|
|
|
init_arg => undef, |
872
|
|
|
|
|
|
|
default => sub { { |
873
|
|
|
|
|
|
|
'latn' => { |
874
|
|
|
|
|
|
|
'decimal' => q(,), |
875
|
|
|
|
|
|
|
'exponential' => q(E), |
876
|
|
|
|
|
|
|
'group' => q(.), |
877
|
|
|
|
|
|
|
'infinity' => q(â), |
878
|
|
|
|
|
|
|
'list' => q(;), |
879
|
|
|
|
|
|
|
'minusSign' => q(-), |
880
|
|
|
|
|
|
|
'nan' => q(NaN), |
881
|
|
|
|
|
|
|
'perMille' => q(â°), |
882
|
|
|
|
|
|
|
'percentSign' => q(%), |
883
|
|
|
|
|
|
|
'plusSign' => q(+), |
884
|
|
|
|
|
|
|
}, |
885
|
|
|
|
|
|
|
} } |
886
|
|
|
|
|
|
|
); |
887
|
|
|
|
|
|
|
|
888
|
|
|
|
|
|
|
has 'number_formats' => ( |
889
|
|
|
|
|
|
|
is => 'ro', |
890
|
|
|
|
|
|
|
isa => HashRef, |
891
|
|
|
|
|
|
|
init_arg => undef, |
892
|
|
|
|
|
|
|
default => sub { { |
893
|
|
|
|
|
|
|
decimalFormat => { |
894
|
|
|
|
|
|
|
'default' => { |
895
|
|
|
|
|
|
|
'standard' => { |
896
|
|
|
|
|
|
|
'default' => '#,##0.###', |
897
|
|
|
|
|
|
|
}, |
898
|
|
|
|
|
|
|
}, |
899
|
|
|
|
|
|
|
}, |
900
|
|
|
|
|
|
|
percentFormat => { |
901
|
|
|
|
|
|
|
'default' => { |
902
|
|
|
|
|
|
|
'standard' => { |
903
|
|
|
|
|
|
|
'default' => '#,##0%', |
904
|
|
|
|
|
|
|
}, |
905
|
|
|
|
|
|
|
}, |
906
|
|
|
|
|
|
|
}, |
907
|
|
|
|
|
|
|
scientificFormat => { |
908
|
|
|
|
|
|
|
'default' => { |
909
|
|
|
|
|
|
|
'standard' => { |
910
|
|
|
|
|
|
|
'default' => '#E0', |
911
|
|
|
|
|
|
|
}, |
912
|
|
|
|
|
|
|
}, |
913
|
|
|
|
|
|
|
}, |
914
|
|
|
|
|
|
|
} }, |
915
|
|
|
|
|
|
|
); |
916
|
|
|
|
|
|
|
|
917
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
918
|
|
|
|
|
|
|
is => 'ro', |
919
|
|
|
|
|
|
|
isa => HashRef, |
920
|
|
|
|
|
|
|
init_arg => undef, |
921
|
|
|
|
|
|
|
default => sub { { |
922
|
|
|
|
|
|
|
'latn' => { |
923
|
|
|
|
|
|
|
'pattern' => { |
924
|
|
|
|
|
|
|
'default' => { |
925
|
|
|
|
|
|
|
'standard' => { |
926
|
|
|
|
|
|
|
'positive' => '¤ #,##0.00', |
927
|
|
|
|
|
|
|
}, |
928
|
|
|
|
|
|
|
}, |
929
|
|
|
|
|
|
|
}, |
930
|
|
|
|
|
|
|
}, |
931
|
|
|
|
|
|
|
} }, |
932
|
|
|
|
|
|
|
); |
933
|
|
|
|
|
|
|
|
934
|
|
|
|
|
|
|
has 'currencies' => ( |
935
|
|
|
|
|
|
|
is => 'ro', |
936
|
|
|
|
|
|
|
isa => HashRef, |
937
|
|
|
|
|
|
|
init_arg => undef, |
938
|
|
|
|
|
|
|
default => sub { { |
939
|
|
|
|
|
|
|
'AMD' => { |
940
|
|
|
|
|
|
|
display_name => { |
941
|
|
|
|
|
|
|
'currency' => q(Dram armen), |
942
|
|
|
|
|
|
|
}, |
943
|
|
|
|
|
|
|
}, |
944
|
|
|
|
|
|
|
'ARS' => { |
945
|
|
|
|
|
|
|
display_name => { |
946
|
|
|
|
|
|
|
'currency' => q(Peso argjentin), |
947
|
|
|
|
|
|
|
}, |
948
|
|
|
|
|
|
|
}, |
949
|
|
|
|
|
|
|
'ATS' => { |
950
|
|
|
|
|
|
|
display_name => { |
951
|
|
|
|
|
|
|
'currency' => q(Selin austriac), |
952
|
|
|
|
|
|
|
}, |
953
|
|
|
|
|
|
|
}, |
954
|
|
|
|
|
|
|
'AUD' => { |
955
|
|
|
|
|
|
|
display_name => { |
956
|
|
|
|
|
|
|
'currency' => q(dolar australian), |
957
|
|
|
|
|
|
|
'one' => q(dolar australian), |
958
|
|
|
|
|
|
|
'other' => q(dolars australians), |
959
|
|
|
|
|
|
|
}, |
960
|
|
|
|
|
|
|
}, |
961
|
|
|
|
|
|
|
'BEF' => { |
962
|
|
|
|
|
|
|
display_name => { |
963
|
|
|
|
|
|
|
'currency' => q(Franc de Belgjiche), |
964
|
|
|
|
|
|
|
}, |
965
|
|
|
|
|
|
|
}, |
966
|
|
|
|
|
|
|
'BIF' => { |
967
|
|
|
|
|
|
|
display_name => { |
968
|
|
|
|
|
|
|
'currency' => q(Franc burundês), |
969
|
|
|
|
|
|
|
}, |
970
|
|
|
|
|
|
|
}, |
971
|
|
|
|
|
|
|
'BND' => { |
972
|
|
|
|
|
|
|
display_name => { |
973
|
|
|
|
|
|
|
'currency' => q(Dolar dal Brunei), |
974
|
|
|
|
|
|
|
}, |
975
|
|
|
|
|
|
|
}, |
976
|
|
|
|
|
|
|
'BRL' => { |
977
|
|
|
|
|
|
|
display_name => { |
978
|
|
|
|
|
|
|
'currency' => q(real brasilian), |
979
|
|
|
|
|
|
|
'one' => q(real brasilian), |
980
|
|
|
|
|
|
|
'other' => q(real brasilians), |
981
|
|
|
|
|
|
|
}, |
982
|
|
|
|
|
|
|
}, |
983
|
|
|
|
|
|
|
'BYN' => { |
984
|
|
|
|
|
|
|
display_name => { |
985
|
|
|
|
|
|
|
'currency' => q(Rubli bielorùs), |
986
|
|
|
|
|
|
|
}, |
987
|
|
|
|
|
|
|
}, |
988
|
|
|
|
|
|
|
'BYR' => { |
989
|
|
|
|
|
|
|
display_name => { |
990
|
|
|
|
|
|
|
'currency' => q(Rubli bielorùs \(2000â2016\)), |
991
|
|
|
|
|
|
|
}, |
992
|
|
|
|
|
|
|
}, |
993
|
|
|
|
|
|
|
'CAD' => { |
994
|
|
|
|
|
|
|
display_name => { |
995
|
|
|
|
|
|
|
'currency' => q(dolar canadês), |
996
|
|
|
|
|
|
|
'one' => q(dolar canadês), |
997
|
|
|
|
|
|
|
'other' => q(dolars canadês), |
998
|
|
|
|
|
|
|
}, |
999
|
|
|
|
|
|
|
}, |
1000
|
|
|
|
|
|
|
'CHF' => { |
1001
|
|
|
|
|
|
|
display_name => { |
1002
|
|
|
|
|
|
|
'currency' => q(franc svuizar), |
1003
|
|
|
|
|
|
|
'one' => q(franc svuizar), |
1004
|
|
|
|
|
|
|
'other' => q(francs svuizars), |
1005
|
|
|
|
|
|
|
}, |
1006
|
|
|
|
|
|
|
}, |
1007
|
|
|
|
|
|
|
'CNY' => { |
1008
|
|
|
|
|
|
|
display_name => { |
1009
|
|
|
|
|
|
|
'currency' => q(yuan cinês), |
1010
|
|
|
|
|
|
|
'one' => q(yuan cinês), |
1011
|
|
|
|
|
|
|
'other' => q(yuan cinês), |
1012
|
|
|
|
|
|
|
}, |
1013
|
|
|
|
|
|
|
}, |
1014
|
|
|
|
|
|
|
'CSD' => { |
1015
|
|
|
|
|
|
|
display_name => { |
1016
|
|
|
|
|
|
|
'currency' => q(Vieri dinar serp), |
1017
|
|
|
|
|
|
|
}, |
1018
|
|
|
|
|
|
|
}, |
1019
|
|
|
|
|
|
|
'CUP' => { |
1020
|
|
|
|
|
|
|
display_name => { |
1021
|
|
|
|
|
|
|
'currency' => q(Peso cuban), |
1022
|
|
|
|
|
|
|
}, |
1023
|
|
|
|
|
|
|
}, |
1024
|
|
|
|
|
|
|
'CZK' => { |
1025
|
|
|
|
|
|
|
display_name => { |
1026
|
|
|
|
|
|
|
'currency' => q(Corone de Republiche Ceche), |
1027
|
|
|
|
|
|
|
}, |
1028
|
|
|
|
|
|
|
}, |
1029
|
|
|
|
|
|
|
'DEM' => { |
1030
|
|
|
|
|
|
|
display_name => { |
1031
|
|
|
|
|
|
|
'currency' => q(Marc todesc), |
1032
|
|
|
|
|
|
|
}, |
1033
|
|
|
|
|
|
|
}, |
1034
|
|
|
|
|
|
|
'DKK' => { |
1035
|
|
|
|
|
|
|
display_name => { |
1036
|
|
|
|
|
|
|
'currency' => q(corone danese), |
1037
|
|
|
|
|
|
|
'one' => q(corone danese), |
1038
|
|
|
|
|
|
|
'other' => q(coronis danesis), |
1039
|
|
|
|
|
|
|
}, |
1040
|
|
|
|
|
|
|
}, |
1041
|
|
|
|
|
|
|
'DZD' => { |
1042
|
|
|
|
|
|
|
display_name => { |
1043
|
|
|
|
|
|
|
'currency' => q(Dinar algerin), |
1044
|
|
|
|
|
|
|
}, |
1045
|
|
|
|
|
|
|
}, |
1046
|
|
|
|
|
|
|
'EUR' => { |
1047
|
|
|
|
|
|
|
display_name => { |
1048
|
|
|
|
|
|
|
'currency' => q(euro), |
1049
|
|
|
|
|
|
|
'one' => q(euro), |
1050
|
|
|
|
|
|
|
'other' => q(euros), |
1051
|
|
|
|
|
|
|
}, |
1052
|
|
|
|
|
|
|
}, |
1053
|
|
|
|
|
|
|
'FRF' => { |
1054
|
|
|
|
|
|
|
display_name => { |
1055
|
|
|
|
|
|
|
'currency' => q(Franc francês), |
1056
|
|
|
|
|
|
|
}, |
1057
|
|
|
|
|
|
|
}, |
1058
|
|
|
|
|
|
|
'GBP' => { |
1059
|
|
|
|
|
|
|
display_name => { |
1060
|
|
|
|
|
|
|
'currency' => q(sterline britaniche), |
1061
|
|
|
|
|
|
|
'one' => q(sterline britaniche), |
1062
|
|
|
|
|
|
|
'other' => q(sterlinis britanichis), |
1063
|
|
|
|
|
|
|
}, |
1064
|
|
|
|
|
|
|
}, |
1065
|
|
|
|
|
|
|
'HKD' => { |
1066
|
|
|
|
|
|
|
display_name => { |
1067
|
|
|
|
|
|
|
'currency' => q(dolar di Hong Kong), |
1068
|
|
|
|
|
|
|
'one' => q(dolar di Hong Kong), |
1069
|
|
|
|
|
|
|
'other' => q(dolars di Hong Kong), |
1070
|
|
|
|
|
|
|
}, |
1071
|
|
|
|
|
|
|
}, |
1072
|
|
|
|
|
|
|
'HRD' => { |
1073
|
|
|
|
|
|
|
display_name => { |
1074
|
|
|
|
|
|
|
'currency' => q(Dinar cravuat), |
1075
|
|
|
|
|
|
|
}, |
1076
|
|
|
|
|
|
|
}, |
1077
|
|
|
|
|
|
|
'HRK' => { |
1078
|
|
|
|
|
|
|
display_name => { |
1079
|
|
|
|
|
|
|
'currency' => q(Kuna cravuate), |
1080
|
|
|
|
|
|
|
}, |
1081
|
|
|
|
|
|
|
}, |
1082
|
|
|
|
|
|
|
'IDR' => { |
1083
|
|
|
|
|
|
|
display_name => { |
1084
|
|
|
|
|
|
|
'currency' => q(rupiah indonesiane), |
1085
|
|
|
|
|
|
|
'one' => q(rupiah indonesiane), |
1086
|
|
|
|
|
|
|
'other' => q(rupiah indonesianis), |
1087
|
|
|
|
|
|
|
}, |
1088
|
|
|
|
|
|
|
}, |
1089
|
|
|
|
|
|
|
'INR' => { |
1090
|
|
|
|
|
|
|
display_name => { |
1091
|
|
|
|
|
|
|
'currency' => q(rupie indiane), |
1092
|
|
|
|
|
|
|
'one' => q(rupie indiane), |
1093
|
|
|
|
|
|
|
'other' => q(rupiis indianis), |
1094
|
|
|
|
|
|
|
}, |
1095
|
|
|
|
|
|
|
}, |
1096
|
|
|
|
|
|
|
'IRR' => { |
1097
|
|
|
|
|
|
|
display_name => { |
1098
|
|
|
|
|
|
|
'currency' => q(Rial iranian), |
1099
|
|
|
|
|
|
|
}, |
1100
|
|
|
|
|
|
|
}, |
1101
|
|
|
|
|
|
|
'ITL' => { |
1102
|
|
|
|
|
|
|
display_name => { |
1103
|
|
|
|
|
|
|
'currency' => q(Lire taliane), |
1104
|
|
|
|
|
|
|
}, |
1105
|
|
|
|
|
|
|
}, |
1106
|
|
|
|
|
|
|
'JPY' => { |
1107
|
|
|
|
|
|
|
display_name => { |
1108
|
|
|
|
|
|
|
'currency' => q(yen gjaponês), |
1109
|
|
|
|
|
|
|
'one' => q(yen gjaponês), |
1110
|
|
|
|
|
|
|
'other' => q(yen gjaponês), |
1111
|
|
|
|
|
|
|
}, |
1112
|
|
|
|
|
|
|
}, |
1113
|
|
|
|
|
|
|
'KRW' => { |
1114
|
|
|
|
|
|
|
display_name => { |
1115
|
|
|
|
|
|
|
'currency' => q(won de Coree dal Sud), |
1116
|
|
|
|
|
|
|
'one' => q(won de Coree dal Sud), |
1117
|
|
|
|
|
|
|
'other' => q(won de Coree dal Sud), |
1118
|
|
|
|
|
|
|
}, |
1119
|
|
|
|
|
|
|
}, |
1120
|
|
|
|
|
|
|
'LVL' => { |
1121
|
|
|
|
|
|
|
display_name => { |
1122
|
|
|
|
|
|
|
'currency' => q(Lats leton), |
1123
|
|
|
|
|
|
|
}, |
1124
|
|
|
|
|
|
|
}, |
1125
|
|
|
|
|
|
|
'MXN' => { |
1126
|
|
|
|
|
|
|
display_name => { |
1127
|
|
|
|
|
|
|
'currency' => q(peso messican), |
1128
|
|
|
|
|
|
|
'one' => q(peso messican), |
1129
|
|
|
|
|
|
|
'other' => q(pesos messicans), |
1130
|
|
|
|
|
|
|
}, |
1131
|
|
|
|
|
|
|
}, |
1132
|
|
|
|
|
|
|
'NAD' => { |
1133
|
|
|
|
|
|
|
display_name => { |
1134
|
|
|
|
|
|
|
'currency' => q(Dolar namibian), |
1135
|
|
|
|
|
|
|
}, |
1136
|
|
|
|
|
|
|
}, |
1137
|
|
|
|
|
|
|
'NIO' => { |
1138
|
|
|
|
|
|
|
display_name => { |
1139
|
|
|
|
|
|
|
'currency' => q(Córdoba oro nicaraguan), |
1140
|
|
|
|
|
|
|
}, |
1141
|
|
|
|
|
|
|
}, |
1142
|
|
|
|
|
|
|
'NOK' => { |
1143
|
|
|
|
|
|
|
display_name => { |
1144
|
|
|
|
|
|
|
'currency' => q(corone norvegjese), |
1145
|
|
|
|
|
|
|
'one' => q(corone norvegjese), |
1146
|
|
|
|
|
|
|
'other' => q(coronis norvegjesis), |
1147
|
|
|
|
|
|
|
}, |
1148
|
|
|
|
|
|
|
}, |
1149
|
|
|
|
|
|
|
'NZD' => { |
1150
|
|
|
|
|
|
|
display_name => { |
1151
|
|
|
|
|
|
|
'currency' => q(Dollar neozelandês), |
1152
|
|
|
|
|
|
|
}, |
1153
|
|
|
|
|
|
|
}, |
1154
|
|
|
|
|
|
|
'PKR' => { |
1155
|
|
|
|
|
|
|
display_name => { |
1156
|
|
|
|
|
|
|
'currency' => q(Rupie pachistane), |
1157
|
|
|
|
|
|
|
}, |
1158
|
|
|
|
|
|
|
}, |
1159
|
|
|
|
|
|
|
'PLN' => { |
1160
|
|
|
|
|
|
|
display_name => { |
1161
|
|
|
|
|
|
|
'currency' => q(zloty polac), |
1162
|
|
|
|
|
|
|
'one' => q(zloty polac), |
1163
|
|
|
|
|
|
|
'other' => q(zloty polacs), |
1164
|
|
|
|
|
|
|
}, |
1165
|
|
|
|
|
|
|
}, |
1166
|
|
|
|
|
|
|
'RSD' => { |
1167
|
|
|
|
|
|
|
display_name => { |
1168
|
|
|
|
|
|
|
'currency' => q(Dinar serp), |
1169
|
|
|
|
|
|
|
}, |
1170
|
|
|
|
|
|
|
}, |
1171
|
|
|
|
|
|
|
'RUB' => { |
1172
|
|
|
|
|
|
|
display_name => { |
1173
|
|
|
|
|
|
|
'currency' => q(rubli rus), |
1174
|
|
|
|
|
|
|
'one' => q(rubli rus), |
1175
|
|
|
|
|
|
|
'other' => q(rublis rus), |
1176
|
|
|
|
|
|
|
}, |
1177
|
|
|
|
|
|
|
}, |
1178
|
|
|
|
|
|
|
'SAR' => { |
1179
|
|
|
|
|
|
|
display_name => { |
1180
|
|
|
|
|
|
|
'currency' => q(riyal de Arabie Saudite), |
1181
|
|
|
|
|
|
|
'one' => q(riyal de Arabie Saudite), |
1182
|
|
|
|
|
|
|
'other' => q(riyals de Arabie Saudite), |
1183
|
|
|
|
|
|
|
}, |
1184
|
|
|
|
|
|
|
}, |
1185
|
|
|
|
|
|
|
'SEK' => { |
1186
|
|
|
|
|
|
|
display_name => { |
1187
|
|
|
|
|
|
|
'currency' => q(corone svedese), |
1188
|
|
|
|
|
|
|
'one' => q(corone svedese), |
1189
|
|
|
|
|
|
|
'other' => q(coronis svedesis), |
1190
|
|
|
|
|
|
|
}, |
1191
|
|
|
|
|
|
|
}, |
1192
|
|
|
|
|
|
|
'SIT' => { |
1193
|
|
|
|
|
|
|
display_name => { |
1194
|
|
|
|
|
|
|
'currency' => q(Talar sloven), |
1195
|
|
|
|
|
|
|
}, |
1196
|
|
|
|
|
|
|
}, |
1197
|
|
|
|
|
|
|
'SKK' => { |
1198
|
|
|
|
|
|
|
display_name => { |
1199
|
|
|
|
|
|
|
'currency' => q(Corone slovache), |
1200
|
|
|
|
|
|
|
}, |
1201
|
|
|
|
|
|
|
}, |
1202
|
|
|
|
|
|
|
'THB' => { |
1203
|
|
|
|
|
|
|
display_name => { |
1204
|
|
|
|
|
|
|
'currency' => q(baht tailandês), |
1205
|
|
|
|
|
|
|
'one' => q(baht tailandês), |
1206
|
|
|
|
|
|
|
'other' => q(baht tailandês), |
1207
|
|
|
|
|
|
|
}, |
1208
|
|
|
|
|
|
|
}, |
1209
|
|
|
|
|
|
|
'TRL' => { |
1210
|
|
|
|
|
|
|
display_name => { |
1211
|
|
|
|
|
|
|
'currency' => q(Viere Lire turche), |
1212
|
|
|
|
|
|
|
}, |
1213
|
|
|
|
|
|
|
}, |
1214
|
|
|
|
|
|
|
'TRY' => { |
1215
|
|
|
|
|
|
|
display_name => { |
1216
|
|
|
|
|
|
|
'currency' => q(lire turche), |
1217
|
|
|
|
|
|
|
'one' => q(lire turche), |
1218
|
|
|
|
|
|
|
'other' => q(liris turchis), |
1219
|
|
|
|
|
|
|
}, |
1220
|
|
|
|
|
|
|
}, |
1221
|
|
|
|
|
|
|
'TWD' => { |
1222
|
|
|
|
|
|
|
display_name => { |
1223
|
|
|
|
|
|
|
'currency' => q(gnûf dolar taiwanês), |
1224
|
|
|
|
|
|
|
'one' => q(gnûf dolar taiwanês), |
1225
|
|
|
|
|
|
|
'other' => q(gnûfs dolars taiwanês), |
1226
|
|
|
|
|
|
|
}, |
1227
|
|
|
|
|
|
|
}, |
1228
|
|
|
|
|
|
|
'USD' => { |
1229
|
|
|
|
|
|
|
display_name => { |
1230
|
|
|
|
|
|
|
'currency' => q(dolar american), |
1231
|
|
|
|
|
|
|
'one' => q(dolar american), |
1232
|
|
|
|
|
|
|
'other' => q(dolars americans), |
1233
|
|
|
|
|
|
|
}, |
1234
|
|
|
|
|
|
|
}, |
1235
|
|
|
|
|
|
|
'USN' => { |
1236
|
|
|
|
|
|
|
display_name => { |
1237
|
|
|
|
|
|
|
'currency' => q(Dolar american \(prossime zornade\)), |
1238
|
|
|
|
|
|
|
}, |
1239
|
|
|
|
|
|
|
}, |
1240
|
|
|
|
|
|
|
'USS' => { |
1241
|
|
|
|
|
|
|
display_name => { |
1242
|
|
|
|
|
|
|
'currency' => q(Dolar american \(stesse zornade\)), |
1243
|
|
|
|
|
|
|
}, |
1244
|
|
|
|
|
|
|
}, |
1245
|
|
|
|
|
|
|
'XAG' => { |
1246
|
|
|
|
|
|
|
display_name => { |
1247
|
|
|
|
|
|
|
'currency' => q(Arint), |
1248
|
|
|
|
|
|
|
}, |
1249
|
|
|
|
|
|
|
}, |
1250
|
|
|
|
|
|
|
'XAU' => { |
1251
|
|
|
|
|
|
|
display_name => { |
1252
|
|
|
|
|
|
|
'currency' => q(Aur), |
1253
|
|
|
|
|
|
|
}, |
1254
|
|
|
|
|
|
|
}, |
1255
|
|
|
|
|
|
|
'XBA' => { |
1256
|
|
|
|
|
|
|
display_name => { |
1257
|
|
|
|
|
|
|
'currency' => q(Unitât composite europeane), |
1258
|
|
|
|
|
|
|
}, |
1259
|
|
|
|
|
|
|
}, |
1260
|
|
|
|
|
|
|
'XBB' => { |
1261
|
|
|
|
|
|
|
display_name => { |
1262
|
|
|
|
|
|
|
'currency' => q(Unitât monetarie europeane), |
1263
|
|
|
|
|
|
|
}, |
1264
|
|
|
|
|
|
|
}, |
1265
|
|
|
|
|
|
|
'XBC' => { |
1266
|
|
|
|
|
|
|
display_name => { |
1267
|
|
|
|
|
|
|
'currency' => q(Unitât di acont europeane \(XBC\)), |
1268
|
|
|
|
|
|
|
}, |
1269
|
|
|
|
|
|
|
}, |
1270
|
|
|
|
|
|
|
'XBD' => { |
1271
|
|
|
|
|
|
|
display_name => { |
1272
|
|
|
|
|
|
|
'currency' => q(Unitât di acont europeane \(XBD\)), |
1273
|
|
|
|
|
|
|
}, |
1274
|
|
|
|
|
|
|
}, |
1275
|
|
|
|
|
|
|
'XDR' => { |
1276
|
|
|
|
|
|
|
display_name => { |
1277
|
|
|
|
|
|
|
'currency' => q(Dirits speciâi di incas), |
1278
|
|
|
|
|
|
|
}, |
1279
|
|
|
|
|
|
|
}, |
1280
|
|
|
|
|
|
|
'XFO' => { |
1281
|
|
|
|
|
|
|
display_name => { |
1282
|
|
|
|
|
|
|
'currency' => q(Franc aur francês), |
1283
|
|
|
|
|
|
|
}, |
1284
|
|
|
|
|
|
|
}, |
1285
|
|
|
|
|
|
|
'XFU' => { |
1286
|
|
|
|
|
|
|
display_name => { |
1287
|
|
|
|
|
|
|
'currency' => q(Franc UIC francês), |
1288
|
|
|
|
|
|
|
}, |
1289
|
|
|
|
|
|
|
}, |
1290
|
|
|
|
|
|
|
'XPD' => { |
1291
|
|
|
|
|
|
|
display_name => { |
1292
|
|
|
|
|
|
|
'currency' => q(Paladi), |
1293
|
|
|
|
|
|
|
}, |
1294
|
|
|
|
|
|
|
}, |
1295
|
|
|
|
|
|
|
'XPT' => { |
1296
|
|
|
|
|
|
|
display_name => { |
1297
|
|
|
|
|
|
|
'currency' => q(Platin), |
1298
|
|
|
|
|
|
|
}, |
1299
|
|
|
|
|
|
|
}, |
1300
|
|
|
|
|
|
|
'XRE' => { |
1301
|
|
|
|
|
|
|
display_name => { |
1302
|
|
|
|
|
|
|
'currency' => q(fonts RINET), |
1303
|
|
|
|
|
|
|
}, |
1304
|
|
|
|
|
|
|
}, |
1305
|
|
|
|
|
|
|
'XTS' => { |
1306
|
|
|
|
|
|
|
display_name => { |
1307
|
|
|
|
|
|
|
'currency' => q(codiç di verifiche de monede), |
1308
|
|
|
|
|
|
|
}, |
1309
|
|
|
|
|
|
|
}, |
1310
|
|
|
|
|
|
|
'XXX' => { |
1311
|
|
|
|
|
|
|
display_name => { |
1312
|
|
|
|
|
|
|
'currency' => q(Monede no valide o no cognossude), |
1313
|
|
|
|
|
|
|
'one' => q(Monede no valide o no cognossude), |
1314
|
|
|
|
|
|
|
'other' => q(Monedis no validis o no cognossudis), |
1315
|
|
|
|
|
|
|
}, |
1316
|
|
|
|
|
|
|
}, |
1317
|
|
|
|
|
|
|
'ZAR' => { |
1318
|
|
|
|
|
|
|
display_name => { |
1319
|
|
|
|
|
|
|
'currency' => q(rand sudafrican), |
1320
|
|
|
|
|
|
|
'one' => q(rand sudafrican), |
1321
|
|
|
|
|
|
|
'other' => q(rands sudafricans), |
1322
|
|
|
|
|
|
|
}, |
1323
|
|
|
|
|
|
|
}, |
1324
|
|
|
|
|
|
|
} }, |
1325
|
|
|
|
|
|
|
); |
1326
|
|
|
|
|
|
|
|
1327
|
|
|
|
|
|
|
|
1328
|
|
|
|
|
|
|
has 'calendar_months' => ( |
1329
|
|
|
|
|
|
|
is => 'ro', |
1330
|
|
|
|
|
|
|
isa => HashRef, |
1331
|
|
|
|
|
|
|
init_arg => undef, |
1332
|
|
|
|
|
|
|
default => sub { { |
1333
|
|
|
|
|
|
|
'gregorian' => { |
1334
|
|
|
|
|
|
|
'format' => { |
1335
|
|
|
|
|
|
|
abbreviated => { |
1336
|
|
|
|
|
|
|
nonleap => [ |
1337
|
|
|
|
|
|
|
'Zen', |
1338
|
|
|
|
|
|
|
'Fev', |
1339
|
|
|
|
|
|
|
'Mar', |
1340
|
|
|
|
|
|
|
'Avr', |
1341
|
|
|
|
|
|
|
'Mai', |
1342
|
|
|
|
|
|
|
'Jug', |
1343
|
|
|
|
|
|
|
'Lui', |
1344
|
|
|
|
|
|
|
'Avo', |
1345
|
|
|
|
|
|
|
'Set', |
1346
|
|
|
|
|
|
|
'Otu', |
1347
|
|
|
|
|
|
|
'Nov', |
1348
|
|
|
|
|
|
|
'Dic' |
1349
|
|
|
|
|
|
|
], |
1350
|
|
|
|
|
|
|
leap => [ |
1351
|
|
|
|
|
|
|
|
1352
|
|
|
|
|
|
|
], |
1353
|
|
|
|
|
|
|
}, |
1354
|
|
|
|
|
|
|
narrow => { |
1355
|
|
|
|
|
|
|
nonleap => [ |
1356
|
|
|
|
|
|
|
'Z', |
1357
|
|
|
|
|
|
|
'F', |
1358
|
|
|
|
|
|
|
'M', |
1359
|
|
|
|
|
|
|
'A', |
1360
|
|
|
|
|
|
|
'M', |
1361
|
|
|
|
|
|
|
'J', |
1362
|
|
|
|
|
|
|
'L', |
1363
|
|
|
|
|
|
|
'A', |
1364
|
|
|
|
|
|
|
'S', |
1365
|
|
|
|
|
|
|
'O', |
1366
|
|
|
|
|
|
|
'N', |
1367
|
|
|
|
|
|
|
'D' |
1368
|
|
|
|
|
|
|
], |
1369
|
|
|
|
|
|
|
leap => [ |
1370
|
|
|
|
|
|
|
|
1371
|
|
|
|
|
|
|
], |
1372
|
|
|
|
|
|
|
}, |
1373
|
|
|
|
|
|
|
wide => { |
1374
|
|
|
|
|
|
|
nonleap => [ |
1375
|
|
|
|
|
|
|
'Zenâr', |
1376
|
|
|
|
|
|
|
'Fevrâr', |
1377
|
|
|
|
|
|
|
'Març', |
1378
|
|
|
|
|
|
|
'Avrîl', |
1379
|
|
|
|
|
|
|
'Mai', |
1380
|
|
|
|
|
|
|
'Jugn', |
1381
|
|
|
|
|
|
|
'Lui', |
1382
|
|
|
|
|
|
|
'Avost', |
1383
|
|
|
|
|
|
|
'Setembar', |
1384
|
|
|
|
|
|
|
'Otubar', |
1385
|
|
|
|
|
|
|
'Novembar', |
1386
|
|
|
|
|
|
|
'Dicembar' |
1387
|
|
|
|
|
|
|
], |
1388
|
|
|
|
|
|
|
leap => [ |
1389
|
|
|
|
|
|
|
|
1390
|
|
|
|
|
|
|
], |
1391
|
|
|
|
|
|
|
}, |
1392
|
|
|
|
|
|
|
}, |
1393
|
|
|
|
|
|
|
'stand-alone' => { |
1394
|
|
|
|
|
|
|
abbreviated => { |
1395
|
|
|
|
|
|
|
nonleap => [ |
1396
|
|
|
|
|
|
|
'Zen', |
1397
|
|
|
|
|
|
|
'Fev', |
1398
|
|
|
|
|
|
|
'Mar', |
1399
|
|
|
|
|
|
|
'Avr', |
1400
|
|
|
|
|
|
|
'Mai', |
1401
|
|
|
|
|
|
|
'Jug', |
1402
|
|
|
|
|
|
|
'Lui', |
1403
|
|
|
|
|
|
|
'Avo', |
1404
|
|
|
|
|
|
|
'Set', |
1405
|
|
|
|
|
|
|
'Otu', |
1406
|
|
|
|
|
|
|
'Nov', |
1407
|
|
|
|
|
|
|
'Dic' |
1408
|
|
|
|
|
|
|
], |
1409
|
|
|
|
|
|
|
leap => [ |
1410
|
|
|
|
|
|
|
|
1411
|
|
|
|
|
|
|
], |
1412
|
|
|
|
|
|
|
}, |
1413
|
|
|
|
|
|
|
narrow => { |
1414
|
|
|
|
|
|
|
nonleap => [ |
1415
|
|
|
|
|
|
|
'Z', |
1416
|
|
|
|
|
|
|
'F', |
1417
|
|
|
|
|
|
|
'M', |
1418
|
|
|
|
|
|
|
'A', |
1419
|
|
|
|
|
|
|
'M', |
1420
|
|
|
|
|
|
|
'J', |
1421
|
|
|
|
|
|
|
'L', |
1422
|
|
|
|
|
|
|
'A', |
1423
|
|
|
|
|
|
|
'S', |
1424
|
|
|
|
|
|
|
'O', |
1425
|
|
|
|
|
|
|
'N', |
1426
|
|
|
|
|
|
|
'D' |
1427
|
|
|
|
|
|
|
], |
1428
|
|
|
|
|
|
|
leap => [ |
1429
|
|
|
|
|
|
|
|
1430
|
|
|
|
|
|
|
], |
1431
|
|
|
|
|
|
|
}, |
1432
|
|
|
|
|
|
|
wide => { |
1433
|
|
|
|
|
|
|
nonleap => [ |
1434
|
|
|
|
|
|
|
'Zenâr', |
1435
|
|
|
|
|
|
|
'Fevrâr', |
1436
|
|
|
|
|
|
|
'Març', |
1437
|
|
|
|
|
|
|
'Avrîl', |
1438
|
|
|
|
|
|
|
'Mai', |
1439
|
|
|
|
|
|
|
'Jugn', |
1440
|
|
|
|
|
|
|
'Lui', |
1441
|
|
|
|
|
|
|
'Avost', |
1442
|
|
|
|
|
|
|
'Setembar', |
1443
|
|
|
|
|
|
|
'Otubar', |
1444
|
|
|
|
|
|
|
'Novembar', |
1445
|
|
|
|
|
|
|
'Dicembar' |
1446
|
|
|
|
|
|
|
], |
1447
|
|
|
|
|
|
|
leap => [ |
1448
|
|
|
|
|
|
|
|
1449
|
|
|
|
|
|
|
], |
1450
|
|
|
|
|
|
|
}, |
1451
|
|
|
|
|
|
|
}, |
1452
|
|
|
|
|
|
|
}, |
1453
|
|
|
|
|
|
|
} }, |
1454
|
|
|
|
|
|
|
); |
1455
|
|
|
|
|
|
|
|
1456
|
|
|
|
|
|
|
has 'calendar_days' => ( |
1457
|
|
|
|
|
|
|
is => 'ro', |
1458
|
|
|
|
|
|
|
isa => HashRef, |
1459
|
|
|
|
|
|
|
init_arg => undef, |
1460
|
|
|
|
|
|
|
default => sub { { |
1461
|
|
|
|
|
|
|
'gregorian' => { |
1462
|
|
|
|
|
|
|
'format' => { |
1463
|
|
|
|
|
|
|
abbreviated => { |
1464
|
|
|
|
|
|
|
mon => 'lun', |
1465
|
|
|
|
|
|
|
tue => 'mar', |
1466
|
|
|
|
|
|
|
wed => 'mie', |
1467
|
|
|
|
|
|
|
thu => 'joi', |
1468
|
|
|
|
|
|
|
fri => 'vin', |
1469
|
|
|
|
|
|
|
sat => 'sab', |
1470
|
|
|
|
|
|
|
sun => 'dom' |
1471
|
|
|
|
|
|
|
}, |
1472
|
|
|
|
|
|
|
narrow => { |
1473
|
|
|
|
|
|
|
mon => 'L', |
1474
|
|
|
|
|
|
|
tue => 'M', |
1475
|
|
|
|
|
|
|
wed => 'M', |
1476
|
|
|
|
|
|
|
thu => 'J', |
1477
|
|
|
|
|
|
|
fri => 'V', |
1478
|
|
|
|
|
|
|
sat => 'S', |
1479
|
|
|
|
|
|
|
sun => 'D' |
1480
|
|
|
|
|
|
|
}, |
1481
|
|
|
|
|
|
|
wide => { |
1482
|
|
|
|
|
|
|
mon => 'lunis', |
1483
|
|
|
|
|
|
|
tue => 'martars', |
1484
|
|
|
|
|
|
|
wed => 'miercus', |
1485
|
|
|
|
|
|
|
thu => 'joibe', |
1486
|
|
|
|
|
|
|
fri => 'vinars', |
1487
|
|
|
|
|
|
|
sat => 'sabide', |
1488
|
|
|
|
|
|
|
sun => 'domenie' |
1489
|
|
|
|
|
|
|
}, |
1490
|
|
|
|
|
|
|
}, |
1491
|
|
|
|
|
|
|
'stand-alone' => { |
1492
|
|
|
|
|
|
|
abbreviated => { |
1493
|
|
|
|
|
|
|
mon => 'lun', |
1494
|
|
|
|
|
|
|
tue => 'mar', |
1495
|
|
|
|
|
|
|
wed => 'mie', |
1496
|
|
|
|
|
|
|
thu => 'joi', |
1497
|
|
|
|
|
|
|
fri => 'vin', |
1498
|
|
|
|
|
|
|
sat => 'sab', |
1499
|
|
|
|
|
|
|
sun => 'dom' |
1500
|
|
|
|
|
|
|
}, |
1501
|
|
|
|
|
|
|
narrow => { |
1502
|
|
|
|
|
|
|
mon => 'L', |
1503
|
|
|
|
|
|
|
tue => 'M', |
1504
|
|
|
|
|
|
|
wed => 'M', |
1505
|
|
|
|
|
|
|
thu => 'J', |
1506
|
|
|
|
|
|
|
fri => 'V', |
1507
|
|
|
|
|
|
|
sat => 'S', |
1508
|
|
|
|
|
|
|
sun => 'D' |
1509
|
|
|
|
|
|
|
}, |
1510
|
|
|
|
|
|
|
wide => { |
1511
|
|
|
|
|
|
|
mon => 'lunis', |
1512
|
|
|
|
|
|
|
tue => 'martars', |
1513
|
|
|
|
|
|
|
wed => 'miercus', |
1514
|
|
|
|
|
|
|
thu => 'joibe', |
1515
|
|
|
|
|
|
|
fri => 'vinars', |
1516
|
|
|
|
|
|
|
sat => 'sabide', |
1517
|
|
|
|
|
|
|
sun => 'domenie' |
1518
|
|
|
|
|
|
|
}, |
1519
|
|
|
|
|
|
|
}, |
1520
|
|
|
|
|
|
|
}, |
1521
|
|
|
|
|
|
|
} }, |
1522
|
|
|
|
|
|
|
); |
1523
|
|
|
|
|
|
|
|
1524
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
1525
|
|
|
|
|
|
|
is => 'ro', |
1526
|
|
|
|
|
|
|
isa => HashRef, |
1527
|
|
|
|
|
|
|
init_arg => undef, |
1528
|
|
|
|
|
|
|
default => sub { { |
1529
|
|
|
|
|
|
|
'gregorian' => { |
1530
|
|
|
|
|
|
|
'format' => { |
1531
|
|
|
|
|
|
|
abbreviated => {0 => 'T1', |
1532
|
|
|
|
|
|
|
1 => 'T2', |
1533
|
|
|
|
|
|
|
2 => 'T3', |
1534
|
|
|
|
|
|
|
3 => 'T4' |
1535
|
|
|
|
|
|
|
}, |
1536
|
|
|
|
|
|
|
narrow => {0 => '1', |
1537
|
|
|
|
|
|
|
1 => '2', |
1538
|
|
|
|
|
|
|
2 => '3', |
1539
|
|
|
|
|
|
|
3 => '4' |
1540
|
|
|
|
|
|
|
}, |
1541
|
|
|
|
|
|
|
wide => {0 => 'Prin trimestri', |
1542
|
|
|
|
|
|
|
1 => 'Secont trimestri', |
1543
|
|
|
|
|
|
|
2 => 'Tierç trimestri', |
1544
|
|
|
|
|
|
|
3 => 'Cuart trimestri' |
1545
|
|
|
|
|
|
|
}, |
1546
|
|
|
|
|
|
|
}, |
1547
|
|
|
|
|
|
|
'stand-alone' => { |
1548
|
|
|
|
|
|
|
abbreviated => {0 => 'T1', |
1549
|
|
|
|
|
|
|
1 => 'T2', |
1550
|
|
|
|
|
|
|
2 => 'T3', |
1551
|
|
|
|
|
|
|
3 => 'T4' |
1552
|
|
|
|
|
|
|
}, |
1553
|
|
|
|
|
|
|
wide => {0 => 'Prin trimestri', |
1554
|
|
|
|
|
|
|
1 => 'Secont trimestri', |
1555
|
|
|
|
|
|
|
2 => 'Tierç trimestri', |
1556
|
|
|
|
|
|
|
3 => 'Cuart trimestri' |
1557
|
|
|
|
|
|
|
}, |
1558
|
|
|
|
|
|
|
}, |
1559
|
|
|
|
|
|
|
}, |
1560
|
|
|
|
|
|
|
} }, |
1561
|
|
|
|
|
|
|
); |
1562
|
|
|
|
|
|
|
|
1563
|
|
|
|
|
|
|
has 'day_periods' => ( |
1564
|
|
|
|
|
|
|
is => 'ro', |
1565
|
|
|
|
|
|
|
isa => HashRef, |
1566
|
|
|
|
|
|
|
init_arg => undef, |
1567
|
|
|
|
|
|
|
default => sub { { |
1568
|
|
|
|
|
|
|
'gregorian' => { |
1569
|
|
|
|
|
|
|
'format' => { |
1570
|
|
|
|
|
|
|
'abbreviated' => { |
1571
|
|
|
|
|
|
|
'pm' => q{p.}, |
1572
|
|
|
|
|
|
|
'am' => q{a.}, |
1573
|
|
|
|
|
|
|
}, |
1574
|
|
|
|
|
|
|
'wide' => { |
1575
|
|
|
|
|
|
|
'am' => q{a.}, |
1576
|
|
|
|
|
|
|
'pm' => q{p.}, |
1577
|
|
|
|
|
|
|
}, |
1578
|
|
|
|
|
|
|
}, |
1579
|
|
|
|
|
|
|
}, |
1580
|
|
|
|
|
|
|
} }, |
1581
|
|
|
|
|
|
|
); |
1582
|
|
|
|
|
|
|
|
1583
|
|
|
|
|
|
|
has 'eras' => ( |
1584
|
|
|
|
|
|
|
is => 'ro', |
1585
|
|
|
|
|
|
|
isa => HashRef, |
1586
|
|
|
|
|
|
|
init_arg => undef, |
1587
|
|
|
|
|
|
|
default => sub { { |
1588
|
|
|
|
|
|
|
'generic' => { |
1589
|
|
|
|
|
|
|
}, |
1590
|
|
|
|
|
|
|
'gregorian' => { |
1591
|
|
|
|
|
|
|
abbreviated => { |
1592
|
|
|
|
|
|
|
'0' => 'pdC', |
1593
|
|
|
|
|
|
|
'1' => 'ddC' |
1594
|
|
|
|
|
|
|
}, |
1595
|
|
|
|
|
|
|
}, |
1596
|
|
|
|
|
|
|
} }, |
1597
|
|
|
|
|
|
|
); |
1598
|
|
|
|
|
|
|
|
1599
|
|
|
|
|
|
|
has 'date_formats' => ( |
1600
|
|
|
|
|
|
|
is => 'ro', |
1601
|
|
|
|
|
|
|
isa => HashRef, |
1602
|
|
|
|
|
|
|
init_arg => undef, |
1603
|
|
|
|
|
|
|
default => sub { { |
1604
|
|
|
|
|
|
|
'generic' => { |
1605
|
|
|
|
|
|
|
'full' => q{EEEE d 'di' MMMM 'dal' y G}, |
1606
|
|
|
|
|
|
|
'long' => q{d 'di' MMMM 'dal' y G}, |
1607
|
|
|
|
|
|
|
'medium' => q{dd/MM/y G}, |
1608
|
|
|
|
|
|
|
'short' => q{dd/MM/yy GGGGG}, |
1609
|
|
|
|
|
|
|
}, |
1610
|
|
|
|
|
|
|
'gregorian' => { |
1611
|
|
|
|
|
|
|
'full' => q{EEEE d 'di' MMMM 'dal' y}, |
1612
|
|
|
|
|
|
|
'long' => q{d 'di' MMMM 'dal' y}, |
1613
|
|
|
|
|
|
|
'medium' => q{dd/MM/y}, |
1614
|
|
|
|
|
|
|
'short' => q{dd/MM/yy}, |
1615
|
|
|
|
|
|
|
}, |
1616
|
|
|
|
|
|
|
} }, |
1617
|
|
|
|
|
|
|
); |
1618
|
|
|
|
|
|
|
|
1619
|
|
|
|
|
|
|
has 'time_formats' => ( |
1620
|
|
|
|
|
|
|
is => 'ro', |
1621
|
|
|
|
|
|
|
isa => HashRef, |
1622
|
|
|
|
|
|
|
init_arg => undef, |
1623
|
|
|
|
|
|
|
default => sub { { |
1624
|
|
|
|
|
|
|
'generic' => { |
1625
|
|
|
|
|
|
|
}, |
1626
|
|
|
|
|
|
|
'gregorian' => { |
1627
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
1628
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
1629
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
1630
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
1631
|
|
|
|
|
|
|
}, |
1632
|
|
|
|
|
|
|
} }, |
1633
|
|
|
|
|
|
|
); |
1634
|
|
|
|
|
|
|
|
1635
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
1636
|
|
|
|
|
|
|
is => 'ro', |
1637
|
|
|
|
|
|
|
isa => HashRef, |
1638
|
|
|
|
|
|
|
init_arg => undef, |
1639
|
|
|
|
|
|
|
default => sub { { |
1640
|
|
|
|
|
|
|
'generic' => { |
1641
|
|
|
|
|
|
|
}, |
1642
|
|
|
|
|
|
|
'gregorian' => { |
1643
|
|
|
|
|
|
|
}, |
1644
|
|
|
|
|
|
|
} }, |
1645
|
|
|
|
|
|
|
); |
1646
|
|
|
|
|
|
|
|
1647
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
1648
|
|
|
|
|
|
|
is => 'ro', |
1649
|
|
|
|
|
|
|
isa => HashRef, |
1650
|
|
|
|
|
|
|
init_arg => undef, |
1651
|
|
|
|
|
|
|
default => sub { { |
1652
|
|
|
|
|
|
|
'generic' => { |
1653
|
|
|
|
|
|
|
Ed => q{d E}, |
1654
|
|
|
|
|
|
|
Hm => q{H:mm}, |
1655
|
|
|
|
|
|
|
M => q{L}, |
1656
|
|
|
|
|
|
|
MEd => q{E d/M}, |
1657
|
|
|
|
|
|
|
MMM => q{LLL}, |
1658
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
1659
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
1660
|
|
|
|
|
|
|
MMMMd => q{d 'di' MMMM}, |
1661
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
1662
|
|
|
|
|
|
|
MMd => q{d/MM}, |
1663
|
|
|
|
|
|
|
Md => q{d/M}, |
1664
|
|
|
|
|
|
|
d => q{d}, |
1665
|
|
|
|
|
|
|
ms => q{mm:ss}, |
1666
|
|
|
|
|
|
|
y => q{y}, |
1667
|
|
|
|
|
|
|
yM => q{M/y}, |
1668
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
1669
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
1670
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
1671
|
|
|
|
|
|
|
yMMMM => q{LLLL 'dal' y}, |
1672
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
1673
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
1674
|
|
|
|
|
|
|
}, |
1675
|
|
|
|
|
|
|
'gregorian' => { |
1676
|
|
|
|
|
|
|
Ed => q{d E}, |
1677
|
|
|
|
|
|
|
Hm => q{H:mm}, |
1678
|
|
|
|
|
|
|
M => q{L}, |
1679
|
|
|
|
|
|
|
MEd => q{E d/M}, |
1680
|
|
|
|
|
|
|
MMM => q{LLL}, |
1681
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
1682
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
1683
|
|
|
|
|
|
|
MMMMd => q{d 'di' MMMM}, |
1684
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
1685
|
|
|
|
|
|
|
MMd => q{d/MM}, |
1686
|
|
|
|
|
|
|
Md => q{d/M}, |
1687
|
|
|
|
|
|
|
d => q{d}, |
1688
|
|
|
|
|
|
|
ms => q{mm:ss}, |
1689
|
|
|
|
|
|
|
y => q{y}, |
1690
|
|
|
|
|
|
|
yM => q{M/y}, |
1691
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
1692
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
1693
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
1694
|
|
|
|
|
|
|
yMMMM => q{LLLL 'dal' y}, |
1695
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
1696
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
1697
|
|
|
|
|
|
|
}, |
1698
|
|
|
|
|
|
|
} }, |
1699
|
|
|
|
|
|
|
); |
1700
|
|
|
|
|
|
|
|
1701
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
1702
|
|
|
|
|
|
|
is => 'ro', |
1703
|
|
|
|
|
|
|
isa => HashRef, |
1704
|
|
|
|
|
|
|
init_arg => undef, |
1705
|
|
|
|
|
|
|
default => sub { { |
1706
|
|
|
|
|
|
|
} }, |
1707
|
|
|
|
|
|
|
); |
1708
|
|
|
|
|
|
|
|
1709
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
1710
|
|
|
|
|
|
|
is => 'ro', |
1711
|
|
|
|
|
|
|
isa => HashRef, |
1712
|
|
|
|
|
|
|
init_arg => undef, |
1713
|
|
|
|
|
|
|
default => sub { { |
1714
|
|
|
|
|
|
|
'generic' => { |
1715
|
|
|
|
|
|
|
H => { |
1716
|
|
|
|
|
|
|
H => q{HHâHH}, |
1717
|
|
|
|
|
|
|
}, |
1718
|
|
|
|
|
|
|
Hm => { |
1719
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
1720
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
1721
|
|
|
|
|
|
|
}, |
1722
|
|
|
|
|
|
|
Hmv => { |
1723
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
1724
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
1725
|
|
|
|
|
|
|
}, |
1726
|
|
|
|
|
|
|
Hv => { |
1727
|
|
|
|
|
|
|
H => q{HHâHH v}, |
1728
|
|
|
|
|
|
|
}, |
1729
|
|
|
|
|
|
|
M => { |
1730
|
|
|
|
|
|
|
M => q{MâM}, |
1731
|
|
|
|
|
|
|
}, |
1732
|
|
|
|
|
|
|
MEd => { |
1733
|
|
|
|
|
|
|
M => q{E dd/MM â E dd/MM}, |
1734
|
|
|
|
|
|
|
d => q{E dd/MM â E dd/MM}, |
1735
|
|
|
|
|
|
|
}, |
1736
|
|
|
|
|
|
|
MMM => { |
1737
|
|
|
|
|
|
|
M => q{LLLâLLL}, |
1738
|
|
|
|
|
|
|
}, |
1739
|
|
|
|
|
|
|
MMMEd => { |
1740
|
|
|
|
|
|
|
M => q{E d 'di' MMM â E d 'di' MMM}, |
1741
|
|
|
|
|
|
|
d => q{E d â E d 'di' MMM}, |
1742
|
|
|
|
|
|
|
}, |
1743
|
|
|
|
|
|
|
MMMd => { |
1744
|
|
|
|
|
|
|
M => q{d 'di' MMM â d 'di' MMM}, |
1745
|
|
|
|
|
|
|
d => q{dâd 'di' MMM}, |
1746
|
|
|
|
|
|
|
}, |
1747
|
|
|
|
|
|
|
Md => { |
1748
|
|
|
|
|
|
|
M => q{dd/MM â dd/MM}, |
1749
|
|
|
|
|
|
|
d => q{dd/MM â dd/MM}, |
1750
|
|
|
|
|
|
|
}, |
1751
|
|
|
|
|
|
|
d => { |
1752
|
|
|
|
|
|
|
d => q{dâd}, |
1753
|
|
|
|
|
|
|
}, |
1754
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
1755
|
|
|
|
|
|
|
h => { |
1756
|
|
|
|
|
|
|
a => q{h a â h a}, |
1757
|
|
|
|
|
|
|
h => q{hâh a}, |
1758
|
|
|
|
|
|
|
}, |
1759
|
|
|
|
|
|
|
hm => { |
1760
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
1761
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
1762
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
1763
|
|
|
|
|
|
|
}, |
1764
|
|
|
|
|
|
|
hmv => { |
1765
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
1766
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
1767
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
1768
|
|
|
|
|
|
|
}, |
1769
|
|
|
|
|
|
|
hv => { |
1770
|
|
|
|
|
|
|
a => q{h a â h a v}, |
1771
|
|
|
|
|
|
|
h => q{hâh a v}, |
1772
|
|
|
|
|
|
|
}, |
1773
|
|
|
|
|
|
|
y => { |
1774
|
|
|
|
|
|
|
y => q{yây}, |
1775
|
|
|
|
|
|
|
}, |
1776
|
|
|
|
|
|
|
yM => { |
1777
|
|
|
|
|
|
|
M => q{MM/y â MM/y}, |
1778
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1779
|
|
|
|
|
|
|
}, |
1780
|
|
|
|
|
|
|
yMEd => { |
1781
|
|
|
|
|
|
|
M => q{E dd/MM/y â E dd/MM/y}, |
1782
|
|
|
|
|
|
|
d => q{E dd/MM/y â E dd/MM/y}, |
1783
|
|
|
|
|
|
|
y => q{E dd/MM/y â E dd/MM/y}, |
1784
|
|
|
|
|
|
|
}, |
1785
|
|
|
|
|
|
|
yMMM => { |
1786
|
|
|
|
|
|
|
M => q{MM â MM/y}, |
1787
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1788
|
|
|
|
|
|
|
}, |
1789
|
|
|
|
|
|
|
yMMMEd => { |
1790
|
|
|
|
|
|
|
M => q{E dd/MM/y â E dd/MM/y}, |
1791
|
|
|
|
|
|
|
d => q{E dd/MM/y â E dd/MM/y}, |
1792
|
|
|
|
|
|
|
y => q{E dd/MM/y â E dd/MM/y}, |
1793
|
|
|
|
|
|
|
}, |
1794
|
|
|
|
|
|
|
yMMMM => { |
1795
|
|
|
|
|
|
|
M => q{MM â MM/y}, |
1796
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1797
|
|
|
|
|
|
|
}, |
1798
|
|
|
|
|
|
|
yMMMd => { |
1799
|
|
|
|
|
|
|
M => q{dd/MM/y â d/MM}, |
1800
|
|
|
|
|
|
|
d => q{d â d/MM/y}, |
1801
|
|
|
|
|
|
|
y => q{dd/MM/y â dd/MM/y}, |
1802
|
|
|
|
|
|
|
}, |
1803
|
|
|
|
|
|
|
yMd => { |
1804
|
|
|
|
|
|
|
M => q{dd/MM/y â dd/MM/y}, |
1805
|
|
|
|
|
|
|
d => q{dd/MM/y â dd/MM/y}, |
1806
|
|
|
|
|
|
|
y => q{dd/MM/y â dd/MM/y}, |
1807
|
|
|
|
|
|
|
}, |
1808
|
|
|
|
|
|
|
}, |
1809
|
|
|
|
|
|
|
'gregorian' => { |
1810
|
|
|
|
|
|
|
H => { |
1811
|
|
|
|
|
|
|
H => q{HHâHH}, |
1812
|
|
|
|
|
|
|
}, |
1813
|
|
|
|
|
|
|
Hm => { |
1814
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
1815
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
1816
|
|
|
|
|
|
|
}, |
1817
|
|
|
|
|
|
|
Hmv => { |
1818
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
1819
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
1820
|
|
|
|
|
|
|
}, |
1821
|
|
|
|
|
|
|
Hv => { |
1822
|
|
|
|
|
|
|
H => q{HHâHH v}, |
1823
|
|
|
|
|
|
|
}, |
1824
|
|
|
|
|
|
|
M => { |
1825
|
|
|
|
|
|
|
M => q{MâM}, |
1826
|
|
|
|
|
|
|
}, |
1827
|
|
|
|
|
|
|
MEd => { |
1828
|
|
|
|
|
|
|
M => q{E dd/MM â E dd/MM}, |
1829
|
|
|
|
|
|
|
d => q{E dd/MM â E dd/MM}, |
1830
|
|
|
|
|
|
|
}, |
1831
|
|
|
|
|
|
|
MMM => { |
1832
|
|
|
|
|
|
|
M => q{LLLâLLL}, |
1833
|
|
|
|
|
|
|
}, |
1834
|
|
|
|
|
|
|
MMMEd => { |
1835
|
|
|
|
|
|
|
M => q{E d 'di' MMM â E d 'di' MMM}, |
1836
|
|
|
|
|
|
|
d => q{E d â E d 'di' MMM}, |
1837
|
|
|
|
|
|
|
}, |
1838
|
|
|
|
|
|
|
MMMd => { |
1839
|
|
|
|
|
|
|
M => q{d 'di' MMM â d 'di' MMM}, |
1840
|
|
|
|
|
|
|
d => q{dâd 'di' MMM}, |
1841
|
|
|
|
|
|
|
}, |
1842
|
|
|
|
|
|
|
Md => { |
1843
|
|
|
|
|
|
|
M => q{dd/MM â dd/MM}, |
1844
|
|
|
|
|
|
|
d => q{dd/MM â dd/MM}, |
1845
|
|
|
|
|
|
|
}, |
1846
|
|
|
|
|
|
|
d => { |
1847
|
|
|
|
|
|
|
d => q{dâd}, |
1848
|
|
|
|
|
|
|
}, |
1849
|
|
|
|
|
|
|
fallback => '{0} â {1}', |
1850
|
|
|
|
|
|
|
h => { |
1851
|
|
|
|
|
|
|
a => q{h a â h a}, |
1852
|
|
|
|
|
|
|
h => q{hâh a}, |
1853
|
|
|
|
|
|
|
}, |
1854
|
|
|
|
|
|
|
hm => { |
1855
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
1856
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
1857
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
1858
|
|
|
|
|
|
|
}, |
1859
|
|
|
|
|
|
|
hmv => { |
1860
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
1861
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
1862
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
1863
|
|
|
|
|
|
|
}, |
1864
|
|
|
|
|
|
|
hv => { |
1865
|
|
|
|
|
|
|
a => q{h a â h a v}, |
1866
|
|
|
|
|
|
|
h => q{hâh a v}, |
1867
|
|
|
|
|
|
|
}, |
1868
|
|
|
|
|
|
|
y => { |
1869
|
|
|
|
|
|
|
y => q{yây}, |
1870
|
|
|
|
|
|
|
}, |
1871
|
|
|
|
|
|
|
yM => { |
1872
|
|
|
|
|
|
|
M => q{MM/y â MM/y}, |
1873
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1874
|
|
|
|
|
|
|
}, |
1875
|
|
|
|
|
|
|
yMEd => { |
1876
|
|
|
|
|
|
|
M => q{E dd/MM/y â E dd/MM/y}, |
1877
|
|
|
|
|
|
|
d => q{E dd/MM/y â E dd/MM/y}, |
1878
|
|
|
|
|
|
|
y => q{E dd/MM/y â E dd/MM/y}, |
1879
|
|
|
|
|
|
|
}, |
1880
|
|
|
|
|
|
|
yMMM => { |
1881
|
|
|
|
|
|
|
M => q{MM â MM/y}, |
1882
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1883
|
|
|
|
|
|
|
}, |
1884
|
|
|
|
|
|
|
yMMMEd => { |
1885
|
|
|
|
|
|
|
M => q{E dd/MM/y â E dd/MM/y}, |
1886
|
|
|
|
|
|
|
d => q{E dd/MM/y â E dd/MM/y}, |
1887
|
|
|
|
|
|
|
y => q{E dd/MM/y â E dd/MM/y}, |
1888
|
|
|
|
|
|
|
}, |
1889
|
|
|
|
|
|
|
yMMMM => { |
1890
|
|
|
|
|
|
|
M => q{MM â MM/y}, |
1891
|
|
|
|
|
|
|
y => q{MM/y â MM/y}, |
1892
|
|
|
|
|
|
|
}, |
1893
|
|
|
|
|
|
|
yMMMd => { |
1894
|
|
|
|
|
|
|
M => q{dd/MM/y â d/MM}, |
1895
|
|
|
|
|
|
|
d => q{d â d/MM/y}, |
1896
|
|
|
|
|
|
|
y => q{dd/MM/y â dd/MM/y}, |
1897
|
|
|
|
|
|
|
}, |
1898
|
|
|
|
|
|
|
yMd => { |
1899
|
|
|
|
|
|
|
M => q{dd/MM/y â dd/MM/y}, |
1900
|
|
|
|
|
|
|
d => q{dd/MM/y â dd/MM/y}, |
1901
|
|
|
|
|
|
|
y => q{dd/MM/y â dd/MM/y}, |
1902
|
|
|
|
|
|
|
}, |
1903
|
|
|
|
|
|
|
}, |
1904
|
|
|
|
|
|
|
} }, |
1905
|
|
|
|
|
|
|
); |
1906
|
|
|
|
|
|
|
|
1907
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
1908
|
|
|
|
|
|
|
is => 'ro', |
1909
|
|
|
|
|
|
|
isa => HashRef, |
1910
|
|
|
|
|
|
|
init_arg => undef, |
1911
|
|
|
|
|
|
|
default => sub { { |
1912
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
1913
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
1914
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
1915
|
|
|
|
|
|
|
'America/New_York' => { |
1916
|
|
|
|
|
|
|
exemplarCity => q#Gnove York#, |
1917
|
|
|
|
|
|
|
}, |
1918
|
|
|
|
|
|
|
'America/Sao_Paulo' => { |
1919
|
|
|
|
|
|
|
exemplarCity => q#San Pauli dal Brasîl#, |
1920
|
|
|
|
|
|
|
}, |
1921
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
1922
|
|
|
|
|
|
|
exemplarCity => q#Azoris#, |
1923
|
|
|
|
|
|
|
}, |
1924
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
1925
|
|
|
|
|
|
|
exemplarCity => q#Canariis#, |
1926
|
|
|
|
|
|
|
}, |
1927
|
|
|
|
|
|
|
'Etc/Unknown' => { |
1928
|
|
|
|
|
|
|
exemplarCity => q#Citât no cognossude#, |
1929
|
|
|
|
|
|
|
}, |
1930
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
1931
|
|
|
|
|
|
|
exemplarCity => q#Belgrât#, |
1932
|
|
|
|
|
|
|
}, |
1933
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
1934
|
|
|
|
|
|
|
exemplarCity => q#Lisbone#, |
1935
|
|
|
|
|
|
|
}, |
1936
|
|
|
|
|
|
|
'Europe/Ljubljana' => { |
1937
|
|
|
|
|
|
|
exemplarCity => q#Lubiane#, |
1938
|
|
|
|
|
|
|
}, |
1939
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
1940
|
|
|
|
|
|
|
exemplarCity => q#Lussemburc#, |
1941
|
|
|
|
|
|
|
}, |
1942
|
|
|
|
|
|
|
'Europe/Malta' => { |
1943
|
|
|
|
|
|
|
exemplarCity => q#Malte#, |
1944
|
|
|
|
|
|
|
}, |
1945
|
|
|
|
|
|
|
'Europe/Moscow' => { |
1946
|
|
|
|
|
|
|
exemplarCity => q#Mosche#, |
1947
|
|
|
|
|
|
|
}, |
1948
|
|
|
|
|
|
|
'Europe/Prague' => { |
1949
|
|
|
|
|
|
|
exemplarCity => q#Praghe#, |
1950
|
|
|
|
|
|
|
}, |
1951
|
|
|
|
|
|
|
'Europe/San_Marino' => { |
1952
|
|
|
|
|
|
|
exemplarCity => q#San Marin#, |
1953
|
|
|
|
|
|
|
}, |
1954
|
|
|
|
|
|
|
'Europe/Vienna' => { |
1955
|
|
|
|
|
|
|
exemplarCity => q#Viene#, |
1956
|
|
|
|
|
|
|
}, |
1957
|
|
|
|
|
|
|
'Europe_Central' => { |
1958
|
|
|
|
|
|
|
long => { |
1959
|
|
|
|
|
|
|
'daylight' => q#Ore estive de Europe centrâl#, |
1960
|
|
|
|
|
|
|
'generic' => q#Ore de Europe centrâl#, |
1961
|
|
|
|
|
|
|
'standard' => q#Ore standard de Europe centrâl#, |
1962
|
|
|
|
|
|
|
}, |
1963
|
|
|
|
|
|
|
short => { |
1964
|
|
|
|
|
|
|
'daylight' => q#CEST#, |
1965
|
|
|
|
|
|
|
'generic' => q#CET#, |
1966
|
|
|
|
|
|
|
'standard' => q#CET#, |
1967
|
|
|
|
|
|
|
}, |
1968
|
|
|
|
|
|
|
}, |
1969
|
|
|
|
|
|
|
'Europe_Eastern' => { |
1970
|
|
|
|
|
|
|
long => { |
1971
|
|
|
|
|
|
|
'daylight' => q#Ore estive de Europe orientâl#, |
1972
|
|
|
|
|
|
|
'generic' => q#Ore de Europe orientâl#, |
1973
|
|
|
|
|
|
|
'standard' => q#Ore standard de Europe orientâl#, |
1974
|
|
|
|
|
|
|
}, |
1975
|
|
|
|
|
|
|
short => { |
1976
|
|
|
|
|
|
|
'daylight' => q#EEST#, |
1977
|
|
|
|
|
|
|
'generic' => q#EET#, |
1978
|
|
|
|
|
|
|
'standard' => q#EET#, |
1979
|
|
|
|
|
|
|
}, |
1980
|
|
|
|
|
|
|
}, |
1981
|
|
|
|
|
|
|
'Europe_Western' => { |
1982
|
|
|
|
|
|
|
long => { |
1983
|
|
|
|
|
|
|
'daylight' => q#Ore estive de Europe ocidentâl#, |
1984
|
|
|
|
|
|
|
'generic' => q#Ore de Europe ocidentâl#, |
1985
|
|
|
|
|
|
|
'standard' => q#Ore standard de Europe ocidentâl#, |
1986
|
|
|
|
|
|
|
}, |
1987
|
|
|
|
|
|
|
short => { |
1988
|
|
|
|
|
|
|
'daylight' => q#WEST#, |
1989
|
|
|
|
|
|
|
'generic' => q#WET#, |
1990
|
|
|
|
|
|
|
'standard' => q#WET#, |
1991
|
|
|
|
|
|
|
}, |
1992
|
|
|
|
|
|
|
}, |
1993
|
|
|
|
|
|
|
'GMT' => { |
1994
|
|
|
|
|
|
|
short => { |
1995
|
|
|
|
|
|
|
'standard' => q#GMT#, |
1996
|
|
|
|
|
|
|
}, |
1997
|
|
|
|
|
|
|
}, |
1998
|
|
|
|
|
|
|
'Moscow' => { |
1999
|
|
|
|
|
|
|
long => { |
2000
|
|
|
|
|
|
|
'daylight' => q#Ore estive di Mosche#, |
2001
|
|
|
|
|
|
|
'generic' => q#Ore di Mosche#, |
2002
|
|
|
|
|
|
|
'standard' => q#Ore standard di Mosche#, |
2003
|
|
|
|
|
|
|
}, |
2004
|
|
|
|
|
|
|
}, |
2005
|
|
|
|
|
|
|
} } |
2006
|
|
|
|
|
|
|
); |
2007
|
1
|
|
|
1
|
|
10903
|
no Moo; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
8
|
|
2008
|
|
|
|
|
|
|
|
2009
|
|
|
|
|
|
|
1; |
2010
|
|
|
|
|
|
|
|
2011
|
|
|
|
|
|
|
# vim: tabstop=4 |