line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Lb - Package for language Luxembourgish |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Lb; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\lb.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:39:25 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2346590
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
8
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
98
|
use v5.10.1; |
|
1
|
|
|
|
|
2
|
|
16
|
1
|
|
|
1
|
|
3
|
use mro 'c3'; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
9
|
|
17
|
1
|
|
|
1
|
|
30
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
8
|
|
18
|
1
|
|
|
1
|
|
29
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
15
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
730
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
47665
|
|
|
1
|
|
|
|
|
13
|
|
21
|
1
|
|
|
1
|
|
1571
|
use Moo; |
|
1
|
|
|
|
|
9217
|
|
|
1
|
|
|
|
|
5
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
# Need to add code for Key type pattern |
25
|
|
|
|
|
|
|
sub display_name_pattern { |
26
|
0
|
|
|
0
|
0
|
|
my ($self, $name, $region, $script, $variant) = @_; |
27
|
|
|
|
|
|
|
|
28
|
0
|
|
|
|
|
|
my $display_pattern = '{0} ({1})'; |
29
|
0
|
|
|
|
|
|
$display_pattern =~s/\{0\}/$name/g; |
30
|
0
|
|
|
|
|
|
my $subtags = join '{0}, {1}', grep {$_} ( |
|
0
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
$region, |
32
|
|
|
|
|
|
|
$script, |
33
|
|
|
|
|
|
|
$variant, |
34
|
|
|
|
|
|
|
); |
35
|
|
|
|
|
|
|
|
36
|
0
|
|
|
|
|
|
$display_pattern =~s/\{1\}/$subtags/g; |
37
|
0
|
|
|
|
|
|
return $display_pattern; |
38
|
|
|
|
|
|
|
} |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
has 'display_name_language' => ( |
41
|
|
|
|
|
|
|
is => 'ro', |
42
|
|
|
|
|
|
|
isa => CodeRef, |
43
|
|
|
|
|
|
|
init_arg => undef, |
44
|
|
|
|
|
|
|
default => sub { |
45
|
|
|
|
|
|
|
sub { |
46
|
|
|
|
|
|
|
my %languages = ( |
47
|
|
|
|
|
|
|
'aa' => 'Afar', |
48
|
|
|
|
|
|
|
'ab' => 'Abchasesch', |
49
|
|
|
|
|
|
|
'ace' => 'Aceh-Sprooch', |
50
|
|
|
|
|
|
|
'ach' => 'Acholi-Sprooch', |
51
|
|
|
|
|
|
|
'ada' => 'Adangme', |
52
|
|
|
|
|
|
|
'ady' => 'Adygéiesch', |
53
|
|
|
|
|
|
|
'ae' => 'Avestesch', |
54
|
|
|
|
|
|
|
'aeb' => 'Tunesescht Arabesch', |
55
|
|
|
|
|
|
|
'af' => 'Afrikaans', |
56
|
|
|
|
|
|
|
'afh' => 'Afrihili', |
57
|
|
|
|
|
|
|
'agq' => 'Aghem', |
58
|
|
|
|
|
|
|
'ain' => 'Ainu-Sprooch', |
59
|
|
|
|
|
|
|
'ak' => 'Akan', |
60
|
|
|
|
|
|
|
'akk' => 'Akkadesch', |
61
|
|
|
|
|
|
|
'akz' => 'Alabama', |
62
|
|
|
|
|
|
|
'ale' => 'Aleutesch', |
63
|
|
|
|
|
|
|
'aln' => 'Gegesch', |
64
|
|
|
|
|
|
|
'alt' => 'Süd-Alaesch', |
65
|
|
|
|
|
|
|
'am' => 'Amharesch', |
66
|
|
|
|
|
|
|
'an' => 'Aragonesesch', |
67
|
|
|
|
|
|
|
'ang' => 'Alenglesch', |
68
|
|
|
|
|
|
|
'anp' => 'Angika', |
69
|
|
|
|
|
|
|
'ar' => 'Arabesch', |
70
|
|
|
|
|
|
|
'ar_001' => 'Modernt Héicharabesch', |
71
|
|
|
|
|
|
|
'arc' => 'Aramäesch', |
72
|
|
|
|
|
|
|
'arn' => 'Mapudungun', |
73
|
|
|
|
|
|
|
'aro' => 'Araona', |
74
|
|
|
|
|
|
|
'arp' => 'Arapaho-Sprooch', |
75
|
|
|
|
|
|
|
'arq' => 'Algerescht Arabesch', |
76
|
|
|
|
|
|
|
'arw' => 'Arawak-Sprooch', |
77
|
|
|
|
|
|
|
'ary' => 'Marokkanescht Arabesch', |
78
|
|
|
|
|
|
|
'arz' => 'Egyptescht Arabesch', |
79
|
|
|
|
|
|
|
'as' => 'Assamesesch', |
80
|
|
|
|
|
|
|
'asa' => 'Asu (Tanzania)', |
81
|
|
|
|
|
|
|
'ase' => 'Amerikanesch Zeechesprooch', |
82
|
|
|
|
|
|
|
'ast' => 'Asturianesch', |
83
|
|
|
|
|
|
|
'av' => 'Awaresch', |
84
|
|
|
|
|
|
|
'avk' => 'Kotava', |
85
|
|
|
|
|
|
|
'awa' => 'Awadhi', |
86
|
|
|
|
|
|
|
'ay' => 'Aymara', |
87
|
|
|
|
|
|
|
'az' => 'Aserbaidschanesch', |
88
|
|
|
|
|
|
|
'ba' => 'Baschkiresch', |
89
|
|
|
|
|
|
|
'bal' => 'Belutschesch', |
90
|
|
|
|
|
|
|
'ban' => 'Balinesesch', |
91
|
|
|
|
|
|
|
'bar' => 'Bairesch', |
92
|
|
|
|
|
|
|
'bas' => 'Basaa-Sprooch', |
93
|
|
|
|
|
|
|
'bax' => 'Bamun', |
94
|
|
|
|
|
|
|
'bbc' => 'Batak Toba', |
95
|
|
|
|
|
|
|
'bbj' => 'Ghomáláâ', |
96
|
|
|
|
|
|
|
'be' => 'Wäissrussesch', |
97
|
|
|
|
|
|
|
'bej' => 'Bedauye', |
98
|
|
|
|
|
|
|
'bem' => 'Bemba-Sprooch', |
99
|
|
|
|
|
|
|
'bew' => 'Betawi', |
100
|
|
|
|
|
|
|
'bez' => 'Bena', |
101
|
|
|
|
|
|
|
'bfd' => 'Bafut', |
102
|
|
|
|
|
|
|
'bfq' => 'Badaga', |
103
|
|
|
|
|
|
|
'bg' => 'Bulgaresch', |
104
|
|
|
|
|
|
|
'bho' => 'Bhodschpuri', |
105
|
|
|
|
|
|
|
'bi' => 'Bislama', |
106
|
|
|
|
|
|
|
'bik' => 'Bikol-Sprooch', |
107
|
|
|
|
|
|
|
'bin' => 'Bini-Sprooch', |
108
|
|
|
|
|
|
|
'bjn' => 'Banjaresesch', |
109
|
|
|
|
|
|
|
'bkm' => 'Kom', |
110
|
|
|
|
|
|
|
'bla' => 'Blackfoot-Sprooch', |
111
|
|
|
|
|
|
|
'bm' => 'Bambara-Sprooch', |
112
|
|
|
|
|
|
|
'bn' => 'Bengalesch', |
113
|
|
|
|
|
|
|
'bo' => 'Tibetesch', |
114
|
|
|
|
|
|
|
'bpy' => 'Bishnupriya', |
115
|
|
|
|
|
|
|
'bqi' => 'Bachtiaresch', |
116
|
|
|
|
|
|
|
'br' => 'Bretonesch', |
117
|
|
|
|
|
|
|
'bra' => 'Braj-Bhakha', |
118
|
|
|
|
|
|
|
'brh' => 'Brahui', |
119
|
|
|
|
|
|
|
'brx' => 'Bodo', |
120
|
|
|
|
|
|
|
'bs' => 'Bosnesch', |
121
|
|
|
|
|
|
|
'bss' => 'Akoose', |
122
|
|
|
|
|
|
|
'bua' => 'Burjatesch', |
123
|
|
|
|
|
|
|
'bug' => 'Buginesesch', |
124
|
|
|
|
|
|
|
'bum' => 'Bulu', |
125
|
|
|
|
|
|
|
'byn' => 'Blin', |
126
|
|
|
|
|
|
|
'byv' => 'Medumba', |
127
|
|
|
|
|
|
|
'ca' => 'Katalanesch', |
128
|
|
|
|
|
|
|
'cad' => 'Caddo', |
129
|
|
|
|
|
|
|
'car' => 'Karibesch', |
130
|
|
|
|
|
|
|
'cay' => 'Cayuga', |
131
|
|
|
|
|
|
|
'cch' => 'Atsam', |
132
|
|
|
|
|
|
|
'ce' => 'Tschetschenesch', |
133
|
|
|
|
|
|
|
'ceb' => 'Cebuano', |
134
|
|
|
|
|
|
|
'cgg' => 'Kiga', |
135
|
|
|
|
|
|
|
'ch' => 'Chamorro-Sprooch', |
136
|
|
|
|
|
|
|
'chb' => 'Chibcha-Sprooch', |
137
|
|
|
|
|
|
|
'chg' => 'Tschagataesch', |
138
|
|
|
|
|
|
|
'chk' => 'Trukesesch', |
139
|
|
|
|
|
|
|
'chm' => 'Mari', |
140
|
|
|
|
|
|
|
'chn' => 'Chinook', |
141
|
|
|
|
|
|
|
'cho' => 'Choctaw', |
142
|
|
|
|
|
|
|
'chp' => 'Chipewyan', |
143
|
|
|
|
|
|
|
'chr' => 'Cherokee', |
144
|
|
|
|
|
|
|
'chy' => 'Cheyenne', |
145
|
|
|
|
|
|
|
'ckb' => 'Sorani', |
146
|
|
|
|
|
|
|
'co' => 'Korsesch', |
147
|
|
|
|
|
|
|
'cop' => 'Koptesch', |
148
|
|
|
|
|
|
|
'cps' => 'Capiznon', |
149
|
|
|
|
|
|
|
'cr' => 'Cree', |
150
|
|
|
|
|
|
|
'crh' => 'Krimtataresch', |
151
|
|
|
|
|
|
|
'cs' => 'Tschechesch', |
152
|
|
|
|
|
|
|
'csb' => 'Kaschubesch', |
153
|
|
|
|
|
|
|
'cu' => 'Kiercheslawesch', |
154
|
|
|
|
|
|
|
'cv' => 'Tschuwaschesch', |
155
|
|
|
|
|
|
|
'cy' => 'Walisesch', |
156
|
|
|
|
|
|
|
'da' => 'Dänesch', |
157
|
|
|
|
|
|
|
'dak' => 'Dakota-Sprooch', |
158
|
|
|
|
|
|
|
'dar' => 'Darginesch', |
159
|
|
|
|
|
|
|
'dav' => 'Taita', |
160
|
|
|
|
|
|
|
'de' => 'Däitsch', |
161
|
|
|
|
|
|
|
'de_AT' => 'Ãisträichescht Däitsch', |
162
|
|
|
|
|
|
|
'de_CH' => 'Schwäizer Héichdäitsch', |
163
|
|
|
|
|
|
|
'del' => 'Delaware-Sprooch', |
164
|
|
|
|
|
|
|
'den' => 'Slave', |
165
|
|
|
|
|
|
|
'dgr' => 'Dogrib', |
166
|
|
|
|
|
|
|
'din' => 'Dinka-Sprooch', |
167
|
|
|
|
|
|
|
'dje' => 'Zarma', |
168
|
|
|
|
|
|
|
'doi' => 'Dogri', |
169
|
|
|
|
|
|
|
'dsb' => 'Niddersorbesch', |
170
|
|
|
|
|
|
|
'dtp' => 'Zentral-Dusun', |
171
|
|
|
|
|
|
|
'dua' => 'Duala', |
172
|
|
|
|
|
|
|
'dum' => 'Mëttelhollännesch', |
173
|
|
|
|
|
|
|
'dv' => 'Maldivesch', |
174
|
|
|
|
|
|
|
'dyo' => 'Jola-Fonyi', |
175
|
|
|
|
|
|
|
'dyu' => 'Dyula-Sprooch', |
176
|
|
|
|
|
|
|
'dz' => 'Bhutanesch', |
177
|
|
|
|
|
|
|
'dzg' => 'Dazaga', |
178
|
|
|
|
|
|
|
'ebu' => 'Kiembu', |
179
|
|
|
|
|
|
|
'ee' => 'Ewe-Sprooch', |
180
|
|
|
|
|
|
|
'efi' => 'Efik', |
181
|
|
|
|
|
|
|
'egl' => 'Emilianesch', |
182
|
|
|
|
|
|
|
'egy' => 'Egyptesch', |
183
|
|
|
|
|
|
|
'eka' => 'Ekajuk', |
184
|
|
|
|
|
|
|
'el' => 'Griichesch', |
185
|
|
|
|
|
|
|
'elx' => 'Elamesch', |
186
|
|
|
|
|
|
|
'en' => 'Englesch', |
187
|
|
|
|
|
|
|
'en_AU' => 'Australescht Englesch', |
188
|
|
|
|
|
|
|
'en_CA' => 'Kanadescht Englesch', |
189
|
|
|
|
|
|
|
'en_GB' => 'Britescht Englesch', |
190
|
|
|
|
|
|
|
'en_GB@alt=short' => 'Englesch (UK)', |
191
|
|
|
|
|
|
|
'en_US' => 'Amerikanescht Englesch', |
192
|
|
|
|
|
|
|
'en_US@alt=short' => 'Englesch (US)', |
193
|
|
|
|
|
|
|
'enm' => 'Mëttelenglesch', |
194
|
|
|
|
|
|
|
'eo' => 'Esperanto', |
195
|
|
|
|
|
|
|
'es' => 'Spuenesch', |
196
|
|
|
|
|
|
|
'es_419' => 'Latäinamerikanescht Spuenesch', |
197
|
|
|
|
|
|
|
'es_ES' => 'Europäescht Spuenesch', |
198
|
|
|
|
|
|
|
'es_MX' => 'Mexikanescht Spuenesch', |
199
|
|
|
|
|
|
|
'esu' => 'Yupâik', |
200
|
|
|
|
|
|
|
'et' => 'Estnesch', |
201
|
|
|
|
|
|
|
'eu' => 'Baskesch', |
202
|
|
|
|
|
|
|
'ewo' => 'Ewondo', |
203
|
|
|
|
|
|
|
'ext' => 'Extremaduresch', |
204
|
|
|
|
|
|
|
'fa' => 'Persesch', |
205
|
|
|
|
|
|
|
'fan' => 'Pangwe-Sprooch', |
206
|
|
|
|
|
|
|
'fat' => 'Fanti-Sprooch', |
207
|
|
|
|
|
|
|
'ff' => 'Ful', |
208
|
|
|
|
|
|
|
'fi' => 'Finnesch', |
209
|
|
|
|
|
|
|
'fil' => 'Filipino', |
210
|
|
|
|
|
|
|
'fit' => 'Meänkieli', |
211
|
|
|
|
|
|
|
'fj' => 'Fidschianesch', |
212
|
|
|
|
|
|
|
'fo' => 'Färöesch', |
213
|
|
|
|
|
|
|
'fon' => 'Fon-Sprooch', |
214
|
|
|
|
|
|
|
'fr' => 'Franséisch', |
215
|
|
|
|
|
|
|
'fr_CA' => 'Kanadescht Franséisch', |
216
|
|
|
|
|
|
|
'fr_CH' => 'Schwäizer Franséisch', |
217
|
|
|
|
|
|
|
'frc' => 'Cajun', |
218
|
|
|
|
|
|
|
'frm' => 'Mëttelfranséisch', |
219
|
|
|
|
|
|
|
'fro' => 'Alfranséisch', |
220
|
|
|
|
|
|
|
'frp' => 'Frankoprovenzalesch', |
221
|
|
|
|
|
|
|
'frr' => 'Nordfriesesch', |
222
|
|
|
|
|
|
|
'frs' => 'Ostfriesesch', |
223
|
|
|
|
|
|
|
'fur' => 'Friulesch', |
224
|
|
|
|
|
|
|
'fy' => 'Westfriesesch', |
225
|
|
|
|
|
|
|
'ga' => 'Iresch', |
226
|
|
|
|
|
|
|
'gaa' => 'Ga-Sprooch', |
227
|
|
|
|
|
|
|
'gag' => 'Gagausesch', |
228
|
|
|
|
|
|
|
'gan' => 'Gan-Chinesesch', |
229
|
|
|
|
|
|
|
'gay' => 'Gayo', |
230
|
|
|
|
|
|
|
'gba' => 'Gbaya-Sprooch', |
231
|
|
|
|
|
|
|
'gbz' => 'Zoroastrianescht Dari', |
232
|
|
|
|
|
|
|
'gd' => 'Schottescht Gällesch', |
233
|
|
|
|
|
|
|
'gez' => 'Geez', |
234
|
|
|
|
|
|
|
'gil' => 'Gilbertesesch', |
235
|
|
|
|
|
|
|
'gl' => 'Galizesch', |
236
|
|
|
|
|
|
|
'glk' => 'Gilaki', |
237
|
|
|
|
|
|
|
'gmh' => 'Mëttelhéichdäitsch', |
238
|
|
|
|
|
|
|
'gn' => 'Guarani', |
239
|
|
|
|
|
|
|
'goh' => 'Alhéichdäitsch', |
240
|
|
|
|
|
|
|
'gom' => 'Goan-Konkani', |
241
|
|
|
|
|
|
|
'gon' => 'Gondi-Sprooch', |
242
|
|
|
|
|
|
|
'gor' => 'Mongondou', |
243
|
|
|
|
|
|
|
'got' => 'Gotesch', |
244
|
|
|
|
|
|
|
'grb' => 'Grebo-Sprooch', |
245
|
|
|
|
|
|
|
'grc' => 'Algriichesch', |
246
|
|
|
|
|
|
|
'gsw' => 'Schwäizerdäitsch', |
247
|
|
|
|
|
|
|
'gu' => 'Gujarati', |
248
|
|
|
|
|
|
|
'guc' => 'Wayuu', |
249
|
|
|
|
|
|
|
'gur' => 'Farefare', |
250
|
|
|
|
|
|
|
'guz' => 'Gusii-Sprooch', |
251
|
|
|
|
|
|
|
'gv' => 'Manx', |
252
|
|
|
|
|
|
|
'gwi' => 'Kutchin-Sprooch', |
253
|
|
|
|
|
|
|
'ha' => 'Hausa', |
254
|
|
|
|
|
|
|
'hai' => 'Haida-Sprooch', |
255
|
|
|
|
|
|
|
'hak' => 'Hakka-Chinesesch', |
256
|
|
|
|
|
|
|
'haw' => 'Hawaiesch', |
257
|
|
|
|
|
|
|
'he' => 'Hebräesch', |
258
|
|
|
|
|
|
|
'hi' => 'Hindi', |
259
|
|
|
|
|
|
|
'hif' => 'Fidschi-Hindi', |
260
|
|
|
|
|
|
|
'hil' => 'Hiligaynon-Sprooch', |
261
|
|
|
|
|
|
|
'hit' => 'Hethitesch', |
262
|
|
|
|
|
|
|
'hmn' => 'Miao-Sprooch', |
263
|
|
|
|
|
|
|
'ho' => 'Hiri-Motu', |
264
|
|
|
|
|
|
|
'hr' => 'Kroatesch', |
265
|
|
|
|
|
|
|
'hsb' => 'Uewersorbesch', |
266
|
|
|
|
|
|
|
'hsn' => 'Xiang-Chinesesch', |
267
|
|
|
|
|
|
|
'ht' => 'Haitianesch', |
268
|
|
|
|
|
|
|
'hu' => 'Ungaresch', |
269
|
|
|
|
|
|
|
'hup' => 'Hupa', |
270
|
|
|
|
|
|
|
'hy' => 'Armenesch', |
271
|
|
|
|
|
|
|
'hz' => 'Herero-Sprooch', |
272
|
|
|
|
|
|
|
'ia' => 'Interlingua', |
273
|
|
|
|
|
|
|
'iba' => 'Iban', |
274
|
|
|
|
|
|
|
'ibb' => 'Ibibio', |
275
|
|
|
|
|
|
|
'id' => 'Indonesesch', |
276
|
|
|
|
|
|
|
'ie' => 'Interlingue', |
277
|
|
|
|
|
|
|
'ig' => 'Igbo-Sprooch', |
278
|
|
|
|
|
|
|
'ii' => 'Sichuan Yi', |
279
|
|
|
|
|
|
|
'ik' => 'Inupiak', |
280
|
|
|
|
|
|
|
'ilo' => 'Ilokano-Sprooch', |
281
|
|
|
|
|
|
|
'inh' => 'Inguschesch', |
282
|
|
|
|
|
|
|
'io' => 'Ido-Sprooch', |
283
|
|
|
|
|
|
|
'is' => 'Islännesch', |
284
|
|
|
|
|
|
|
'it' => 'Italienesch', |
285
|
|
|
|
|
|
|
'iu' => 'Inukitut', |
286
|
|
|
|
|
|
|
'izh' => 'Ischoresch', |
287
|
|
|
|
|
|
|
'ja' => 'Japanesch', |
288
|
|
|
|
|
|
|
'jam' => 'Jamaikanesch-Kreolesch', |
289
|
|
|
|
|
|
|
'jbo' => 'Lojban', |
290
|
|
|
|
|
|
|
'jgo' => 'Ngomba', |
291
|
|
|
|
|
|
|
'jmc' => 'Machame', |
292
|
|
|
|
|
|
|
'jpr' => 'Jiddesch-Persesch', |
293
|
|
|
|
|
|
|
'jrb' => 'Jiddesch-Arabesch', |
294
|
|
|
|
|
|
|
'jut' => 'Jütesch', |
295
|
|
|
|
|
|
|
'jv' => 'Javanesch', |
296
|
|
|
|
|
|
|
'ka' => 'Georgesch', |
297
|
|
|
|
|
|
|
'kaa' => 'Karakalpakesch', |
298
|
|
|
|
|
|
|
'kab' => 'Kabylesch', |
299
|
|
|
|
|
|
|
'kac' => 'Kachin-Sprooch', |
300
|
|
|
|
|
|
|
'kaj' => 'Jju', |
301
|
|
|
|
|
|
|
'kam' => 'Kamba', |
302
|
|
|
|
|
|
|
'kaw' => 'Kawi', |
303
|
|
|
|
|
|
|
'kbd' => 'Kabardinesch', |
304
|
|
|
|
|
|
|
'kbl' => 'Kanembu', |
305
|
|
|
|
|
|
|
'kcg' => 'Tyap', |
306
|
|
|
|
|
|
|
'kde' => 'Makonde', |
307
|
|
|
|
|
|
|
'kea' => 'Kabuverdianu', |
308
|
|
|
|
|
|
|
'ken' => 'Kenyang', |
309
|
|
|
|
|
|
|
'kfo' => 'Koro', |
310
|
|
|
|
|
|
|
'kg' => 'Kongolesesch', |
311
|
|
|
|
|
|
|
'kgp' => 'Kaingang', |
312
|
|
|
|
|
|
|
'kha' => 'Khasi-Sprooch', |
313
|
|
|
|
|
|
|
'kho' => 'Sakesch', |
314
|
|
|
|
|
|
|
'khq' => 'Koyra Chiini', |
315
|
|
|
|
|
|
|
'khw' => 'Khowar', |
316
|
|
|
|
|
|
|
'ki' => 'Kikuyu-Sprooch', |
317
|
|
|
|
|
|
|
'kiu' => 'Kirmanjki', |
318
|
|
|
|
|
|
|
'kj' => 'Kwanyama', |
319
|
|
|
|
|
|
|
'kk' => 'Kasachesch', |
320
|
|
|
|
|
|
|
'kkj' => 'Kako', |
321
|
|
|
|
|
|
|
'kl' => 'Grönlännesch', |
322
|
|
|
|
|
|
|
'kln' => 'Kalenjin', |
323
|
|
|
|
|
|
|
'km' => 'Kambodschanesch', |
324
|
|
|
|
|
|
|
'kmb' => 'Kimbundu-Sprooch', |
325
|
|
|
|
|
|
|
'kn' => 'Kannada', |
326
|
|
|
|
|
|
|
'ko' => 'Koreanesch', |
327
|
|
|
|
|
|
|
'koi' => 'Komi-Permiak', |
328
|
|
|
|
|
|
|
'kok' => 'Konkani', |
329
|
|
|
|
|
|
|
'kos' => 'Kosraeanesch', |
330
|
|
|
|
|
|
|
'kpe' => 'Kpelle-Sprooch', |
331
|
|
|
|
|
|
|
'kr' => 'Kanuri-Sprooch', |
332
|
|
|
|
|
|
|
'krc' => 'Karatschaiesch-Balkaresch', |
333
|
|
|
|
|
|
|
'kri' => 'Krio', |
334
|
|
|
|
|
|
|
'krj' => 'Kinaray-a', |
335
|
|
|
|
|
|
|
'krl' => 'Karelesch', |
336
|
|
|
|
|
|
|
'kru' => 'Oraon-Sprooch', |
337
|
|
|
|
|
|
|
'ks' => 'Kaschmiresch', |
338
|
|
|
|
|
|
|
'ksb' => 'Shambala', |
339
|
|
|
|
|
|
|
'ksf' => 'Bafia', |
340
|
|
|
|
|
|
|
'ksh' => 'Kölsch', |
341
|
|
|
|
|
|
|
'ku' => 'Kurdesch', |
342
|
|
|
|
|
|
|
'kum' => 'Kumükesch', |
343
|
|
|
|
|
|
|
'kut' => 'Kutenai-Sprooch', |
344
|
|
|
|
|
|
|
'kv' => 'Komi-Sprooch', |
345
|
|
|
|
|
|
|
'kw' => 'Kornesch', |
346
|
|
|
|
|
|
|
'ky' => 'Kirgisesch', |
347
|
|
|
|
|
|
|
'la' => 'Latäin', |
348
|
|
|
|
|
|
|
'lad' => 'Ladino', |
349
|
|
|
|
|
|
|
'lag' => 'Langi', |
350
|
|
|
|
|
|
|
'lah' => 'Lahnda', |
351
|
|
|
|
|
|
|
'lam' => 'Lamba-Sprooch', |
352
|
|
|
|
|
|
|
'lb' => 'Lëtzebuergesch', |
353
|
|
|
|
|
|
|
'lez' => 'Lesgesch', |
354
|
|
|
|
|
|
|
'lfn' => 'Lingua Franca Nova', |
355
|
|
|
|
|
|
|
'lg' => 'Ganda-Sprooch', |
356
|
|
|
|
|
|
|
'li' => 'Limburgesch', |
357
|
|
|
|
|
|
|
'lij' => 'Liguresch', |
358
|
|
|
|
|
|
|
'liv' => 'Livesch', |
359
|
|
|
|
|
|
|
'lkt' => 'Lakota-Sprooch', |
360
|
|
|
|
|
|
|
'lmo' => 'Lombardesch', |
361
|
|
|
|
|
|
|
'ln' => 'Lingala', |
362
|
|
|
|
|
|
|
'lo' => 'Laotesch', |
363
|
|
|
|
|
|
|
'lol' => 'Mongo', |
364
|
|
|
|
|
|
|
'loz' => 'Rotse-Sprooch', |
365
|
|
|
|
|
|
|
'lt' => 'Litauesch', |
366
|
|
|
|
|
|
|
'ltg' => 'Lettgallesch', |
367
|
|
|
|
|
|
|
'lu' => 'Luba-Katanga', |
368
|
|
|
|
|
|
|
'lua' => 'Luba-Lulua', |
369
|
|
|
|
|
|
|
'lui' => 'Luiseno-Sprooch', |
370
|
|
|
|
|
|
|
'lun' => 'Lunda-Sprooch', |
371
|
|
|
|
|
|
|
'luo' => 'Luo-Sprooch', |
372
|
|
|
|
|
|
|
'lus' => 'Lushai-Sprooch', |
373
|
|
|
|
|
|
|
'luy' => 'Olulujia', |
374
|
|
|
|
|
|
|
'lv' => 'Lettesch', |
375
|
|
|
|
|
|
|
'lzh' => 'Klassescht Chinesesch', |
376
|
|
|
|
|
|
|
'lzz' => 'Lasesch Sprooch', |
377
|
|
|
|
|
|
|
'mad' => 'Maduresesch', |
378
|
|
|
|
|
|
|
'maf' => 'Mafa', |
379
|
|
|
|
|
|
|
'mag' => 'Khotta', |
380
|
|
|
|
|
|
|
'mai' => 'Maithili', |
381
|
|
|
|
|
|
|
'mak' => 'Makassaresch', |
382
|
|
|
|
|
|
|
'man' => 'Manding-Sprooch', |
383
|
|
|
|
|
|
|
'mas' => 'Massai-Sprooch', |
384
|
|
|
|
|
|
|
'mde' => 'Maba', |
385
|
|
|
|
|
|
|
'mdf' => 'Moksha', |
386
|
|
|
|
|
|
|
'mdr' => 'Mandaresesch', |
387
|
|
|
|
|
|
|
'men' => 'Mende-Sprooch', |
388
|
|
|
|
|
|
|
'mer' => 'Meru-Sprooch', |
389
|
|
|
|
|
|
|
'mfe' => 'Morisyen', |
390
|
|
|
|
|
|
|
'mg' => 'Malagassi-Sprooch', |
391
|
|
|
|
|
|
|
'mga' => 'Mëtteliresch', |
392
|
|
|
|
|
|
|
'mgh' => 'Makhuwa-Meetto', |
393
|
|
|
|
|
|
|
'mgo' => 'Metaâ', |
394
|
|
|
|
|
|
|
'mh' => 'Marschallesesch', |
395
|
|
|
|
|
|
|
'mi' => 'Maori', |
396
|
|
|
|
|
|
|
'mic' => 'Micmac-Sprooch', |
397
|
|
|
|
|
|
|
'min' => 'Minangkabau-Sprooch', |
398
|
|
|
|
|
|
|
'mk' => 'Mazedonesch', |
399
|
|
|
|
|
|
|
'ml' => 'Malayalam', |
400
|
|
|
|
|
|
|
'mn' => 'Mongolesch', |
401
|
|
|
|
|
|
|
'mnc' => 'Mandschuresch', |
402
|
|
|
|
|
|
|
'mni' => 'Meithei-Sprooch', |
403
|
|
|
|
|
|
|
'moh' => 'Mohawk-Sprooch', |
404
|
|
|
|
|
|
|
'mos' => 'Mossi-Sprooch', |
405
|
|
|
|
|
|
|
'mr' => 'Marathi', |
406
|
|
|
|
|
|
|
'mrj' => 'West-Mari', |
407
|
|
|
|
|
|
|
'ms' => 'Malaiesch', |
408
|
|
|
|
|
|
|
'mt' => 'Maltesesch', |
409
|
|
|
|
|
|
|
'mua' => 'Mundang', |
410
|
|
|
|
|
|
|
'mul' => 'Méisproocheg', |
411
|
|
|
|
|
|
|
'mus' => 'Muskogee-Sprooch', |
412
|
|
|
|
|
|
|
'mwl' => 'Mirandesesch', |
413
|
|
|
|
|
|
|
'mwr' => 'Marwari', |
414
|
|
|
|
|
|
|
'mwv' => 'Mentawai', |
415
|
|
|
|
|
|
|
'my' => 'Birmanesch', |
416
|
|
|
|
|
|
|
'mye' => 'Myene', |
417
|
|
|
|
|
|
|
'myv' => 'Ersja-Mordwinesch', |
418
|
|
|
|
|
|
|
'mzn' => 'Mazandarani', |
419
|
|
|
|
|
|
|
'na' => 'Nauruesch', |
420
|
|
|
|
|
|
|
'nan' => 'Min-Nan-Chinesesch', |
421
|
|
|
|
|
|
|
'nap' => 'Neapolitanesch', |
422
|
|
|
|
|
|
|
'naq' => 'Nama', |
423
|
|
|
|
|
|
|
'nb' => 'Norwegesch Bokmål', |
424
|
|
|
|
|
|
|
'nd' => 'Nord-Ndebele-Sprooch', |
425
|
|
|
|
|
|
|
'nds' => 'Nidderdäitsch', |
426
|
|
|
|
|
|
|
'ne' => 'Nepalesesch', |
427
|
|
|
|
|
|
|
'new' => 'Newari', |
428
|
|
|
|
|
|
|
'ng' => 'Ndonga', |
429
|
|
|
|
|
|
|
'nia' => 'Nias-Sprooch', |
430
|
|
|
|
|
|
|
'niu' => 'Niue-Sprooch', |
431
|
|
|
|
|
|
|
'njo' => 'Ao Naga', |
432
|
|
|
|
|
|
|
'nl' => 'Hollännesch', |
433
|
|
|
|
|
|
|
'nl_BE' => 'Flämesch', |
434
|
|
|
|
|
|
|
'nmg' => 'Kwasio', |
435
|
|
|
|
|
|
|
'nn' => 'Norwegesch Nynorsk', |
436
|
|
|
|
|
|
|
'nnh' => 'Ngiemboon', |
437
|
|
|
|
|
|
|
'no' => 'Norwegesch', |
438
|
|
|
|
|
|
|
'nog' => 'Nogai', |
439
|
|
|
|
|
|
|
'non' => 'Alnordesch', |
440
|
|
|
|
|
|
|
'nov' => 'Novial', |
441
|
|
|
|
|
|
|
'nqo' => 'NâKo', |
442
|
|
|
|
|
|
|
'nr' => 'Süd-Ndebele-Sprooch', |
443
|
|
|
|
|
|
|
'nso' => 'Nord-Sotho-Sprooch', |
444
|
|
|
|
|
|
|
'nus' => 'Nuer', |
445
|
|
|
|
|
|
|
'nv' => 'Navajo', |
446
|
|
|
|
|
|
|
'nwc' => 'Al-Newari', |
447
|
|
|
|
|
|
|
'ny' => 'Nyanja-Sprooch', |
448
|
|
|
|
|
|
|
'nym' => 'Nyamwezi-Sprooch', |
449
|
|
|
|
|
|
|
'nyn' => 'Nyankole', |
450
|
|
|
|
|
|
|
'nyo' => 'Nyoro', |
451
|
|
|
|
|
|
|
'nzi' => 'Nzima', |
452
|
|
|
|
|
|
|
'oc' => 'Okzitanesch', |
453
|
|
|
|
|
|
|
'oj' => 'Ojibwa-Sprooch', |
454
|
|
|
|
|
|
|
'om' => 'Oromo', |
455
|
|
|
|
|
|
|
'or' => 'Orija', |
456
|
|
|
|
|
|
|
'os' => 'Ossetesch', |
457
|
|
|
|
|
|
|
'osa' => 'Osage-Sprooch', |
458
|
|
|
|
|
|
|
'ota' => 'Osmanesch', |
459
|
|
|
|
|
|
|
'pa' => 'Pandschabesch', |
460
|
|
|
|
|
|
|
'pag' => 'Pangasinan-Sprooch', |
461
|
|
|
|
|
|
|
'pal' => 'Mëttelpersesch', |
462
|
|
|
|
|
|
|
'pam' => 'Pampanggan-Sprooch', |
463
|
|
|
|
|
|
|
'pap' => 'Papiamento', |
464
|
|
|
|
|
|
|
'pau' => 'Palau', |
465
|
|
|
|
|
|
|
'pcd' => 'Picardesch', |
466
|
|
|
|
|
|
|
'pdc' => 'Pennsylvaniadäitsch', |
467
|
|
|
|
|
|
|
'pdt' => 'Plattdäitsch', |
468
|
|
|
|
|
|
|
'peo' => 'Alpersesch', |
469
|
|
|
|
|
|
|
'pfl' => 'Pfälzesch Däitsch', |
470
|
|
|
|
|
|
|
'phn' => 'Phönikesch', |
471
|
|
|
|
|
|
|
'pi' => 'Pali', |
472
|
|
|
|
|
|
|
'pl' => 'Polnesch', |
473
|
|
|
|
|
|
|
'pms' => 'Piemontesesch', |
474
|
|
|
|
|
|
|
'pnt' => 'Pontesch', |
475
|
|
|
|
|
|
|
'pon' => 'Ponapeanesch', |
476
|
|
|
|
|
|
|
'prg' => 'Preisesch', |
477
|
|
|
|
|
|
|
'pro' => 'Alprovenzalesch', |
478
|
|
|
|
|
|
|
'ps' => 'Paschtu', |
479
|
|
|
|
|
|
|
'pt' => 'Portugisesch', |
480
|
|
|
|
|
|
|
'pt_BR' => 'Brasilianescht Portugisesch', |
481
|
|
|
|
|
|
|
'pt_PT' => 'Europäescht Portugisesch', |
482
|
|
|
|
|
|
|
'qu' => 'Quechua', |
483
|
|
|
|
|
|
|
'quc' => 'Quiché-Sprooch', |
484
|
|
|
|
|
|
|
'qug' => 'Kichwa (Chimborazo-Gebidder)', |
485
|
|
|
|
|
|
|
'raj' => 'Rajasthani', |
486
|
|
|
|
|
|
|
'rap' => 'Ouschterinsel-Sprooch', |
487
|
|
|
|
|
|
|
'rar' => 'Rarotonganesch', |
488
|
|
|
|
|
|
|
'rgn' => 'Romagnol', |
489
|
|
|
|
|
|
|
'rif' => 'Tarifit', |
490
|
|
|
|
|
|
|
'rm' => 'Rätoromanesch', |
491
|
|
|
|
|
|
|
'rn' => 'Rundi-Sprooch', |
492
|
|
|
|
|
|
|
'ro' => 'Rumänesch', |
493
|
|
|
|
|
|
|
'ro_MD' => 'Moldawesch', |
494
|
|
|
|
|
|
|
'rof' => 'Rombo', |
495
|
|
|
|
|
|
|
'rom' => 'Romani', |
496
|
|
|
|
|
|
|
'root' => 'Root', |
497
|
|
|
|
|
|
|
'rtm' => 'Rotumanesch', |
498
|
|
|
|
|
|
|
'ru' => 'Russesch', |
499
|
|
|
|
|
|
|
'rue' => 'Russinesch', |
500
|
|
|
|
|
|
|
'rug' => 'Roviana', |
501
|
|
|
|
|
|
|
'rup' => 'Aromunesch', |
502
|
|
|
|
|
|
|
'rw' => 'Ruandesch', |
503
|
|
|
|
|
|
|
'rwk' => 'Rwa', |
504
|
|
|
|
|
|
|
'sa' => 'Sanskrit', |
505
|
|
|
|
|
|
|
'sad' => 'Sandawe-Sprooch', |
506
|
|
|
|
|
|
|
'sah' => 'Jakutesch', |
507
|
|
|
|
|
|
|
'sam' => 'Samaritanesch', |
508
|
|
|
|
|
|
|
'saq' => 'Samburu', |
509
|
|
|
|
|
|
|
'sas' => 'Sasak', |
510
|
|
|
|
|
|
|
'sat' => 'Santali', |
511
|
|
|
|
|
|
|
'saz' => 'Saurashtra', |
512
|
|
|
|
|
|
|
'sba' => 'Ngambay', |
513
|
|
|
|
|
|
|
'sbp' => 'Sangu', |
514
|
|
|
|
|
|
|
'sc' => 'Sardesch', |
515
|
|
|
|
|
|
|
'scn' => 'Sizilianesch', |
516
|
|
|
|
|
|
|
'sco' => 'Schottesch', |
517
|
|
|
|
|
|
|
'sd' => 'Sindhi', |
518
|
|
|
|
|
|
|
'sdc' => 'Sassaresesch', |
519
|
|
|
|
|
|
|
'se' => 'Nordsamesch', |
520
|
|
|
|
|
|
|
'see' => 'Seneca', |
521
|
|
|
|
|
|
|
'seh' => 'Sena', |
522
|
|
|
|
|
|
|
'sei' => 'Seri', |
523
|
|
|
|
|
|
|
'sel' => 'Selkupesch', |
524
|
|
|
|
|
|
|
'ses' => 'Koyra Senni', |
525
|
|
|
|
|
|
|
'sg' => 'Sango', |
526
|
|
|
|
|
|
|
'sga' => 'Aliresch', |
527
|
|
|
|
|
|
|
'sgs' => 'Samogitesch', |
528
|
|
|
|
|
|
|
'sh' => 'Serbo-Kroatesch', |
529
|
|
|
|
|
|
|
'shi' => 'Taschelhit', |
530
|
|
|
|
|
|
|
'shn' => 'Schan-Sprooch', |
531
|
|
|
|
|
|
|
'shu' => 'Tschadesch-Arabesch', |
532
|
|
|
|
|
|
|
'si' => 'Singhalesesch', |
533
|
|
|
|
|
|
|
'sid' => 'Sidamo', |
534
|
|
|
|
|
|
|
'sk' => 'Slowakesch', |
535
|
|
|
|
|
|
|
'sl' => 'Slowenesch', |
536
|
|
|
|
|
|
|
'sli' => 'Nidderschlesesch', |
537
|
|
|
|
|
|
|
'sly' => 'Selayar', |
538
|
|
|
|
|
|
|
'sm' => 'Samoanesch', |
539
|
|
|
|
|
|
|
'sma' => 'Südsamesch', |
540
|
|
|
|
|
|
|
'smj' => 'Lule-Lappesch', |
541
|
|
|
|
|
|
|
'smn' => 'Inari-Lappesch', |
542
|
|
|
|
|
|
|
'sms' => 'Skolt-Lappesch', |
543
|
|
|
|
|
|
|
'sn' => 'Shona', |
544
|
|
|
|
|
|
|
'snk' => 'Soninke-Sprooch', |
545
|
|
|
|
|
|
|
'so' => 'Somali', |
546
|
|
|
|
|
|
|
'sog' => 'Sogdesch', |
547
|
|
|
|
|
|
|
'sq' => 'Albanesch', |
548
|
|
|
|
|
|
|
'sr' => 'Serbesch', |
549
|
|
|
|
|
|
|
'srn' => 'Srananesch', |
550
|
|
|
|
|
|
|
'srr' => 'Serer-Sprooch', |
551
|
|
|
|
|
|
|
'ss' => 'Swazi', |
552
|
|
|
|
|
|
|
'ssy' => 'Saho', |
553
|
|
|
|
|
|
|
'st' => 'Süd-Sotho-Sprooch', |
554
|
|
|
|
|
|
|
'stq' => 'Saterfriesesch', |
555
|
|
|
|
|
|
|
'su' => 'Sundanesesch', |
556
|
|
|
|
|
|
|
'suk' => 'Sukuma-Sprooch', |
557
|
|
|
|
|
|
|
'sus' => 'Susu', |
558
|
|
|
|
|
|
|
'sux' => 'Sumeresch', |
559
|
|
|
|
|
|
|
'sv' => 'Schwedesch', |
560
|
|
|
|
|
|
|
'sw' => 'Suaheli', |
561
|
|
|
|
|
|
|
'sw_CD' => 'Kongo-Swahili', |
562
|
|
|
|
|
|
|
'swb' => 'Komoresch', |
563
|
|
|
|
|
|
|
'syc' => 'Alsyresch', |
564
|
|
|
|
|
|
|
'syr' => 'Syresch', |
565
|
|
|
|
|
|
|
'szl' => 'Schlesesch', |
566
|
|
|
|
|
|
|
'ta' => 'Tamilesch', |
567
|
|
|
|
|
|
|
'tcy' => 'Tulu', |
568
|
|
|
|
|
|
|
'te' => 'Telugu', |
569
|
|
|
|
|
|
|
'tem' => 'Temne', |
570
|
|
|
|
|
|
|
'teo' => 'Teso', |
571
|
|
|
|
|
|
|
'ter' => 'Tereno-Sprooch', |
572
|
|
|
|
|
|
|
'tet' => 'Tetum-Sprooch', |
573
|
|
|
|
|
|
|
'tg' => 'Tadschikesch', |
574
|
|
|
|
|
|
|
'th' => 'Thailännesch', |
575
|
|
|
|
|
|
|
'ti' => 'Tigrinja', |
576
|
|
|
|
|
|
|
'tig' => 'Tigre', |
577
|
|
|
|
|
|
|
'tiv' => 'Tiv-Sprooch', |
578
|
|
|
|
|
|
|
'tk' => 'Turkmenesch', |
579
|
|
|
|
|
|
|
'tkl' => 'Tokelauanesch', |
580
|
|
|
|
|
|
|
'tkr' => 'Tsachuresch', |
581
|
|
|
|
|
|
|
'tl' => 'Dagalog', |
582
|
|
|
|
|
|
|
'tlh' => 'Klingonesch', |
583
|
|
|
|
|
|
|
'tli' => 'Tlingit-Sprooch', |
584
|
|
|
|
|
|
|
'tly' => 'Talesch', |
585
|
|
|
|
|
|
|
'tmh' => 'Tamaseq', |
586
|
|
|
|
|
|
|
'tn' => 'Tswana-Sprooch', |
587
|
|
|
|
|
|
|
'to' => 'Tongaesch', |
588
|
|
|
|
|
|
|
'tog' => 'Tsonga-Sprooch', |
589
|
|
|
|
|
|
|
'tpi' => 'Neimelanesesch', |
590
|
|
|
|
|
|
|
'tr' => 'Tierkesch', |
591
|
|
|
|
|
|
|
'tru' => 'Turoyo', |
592
|
|
|
|
|
|
|
'trv' => 'Seediq', |
593
|
|
|
|
|
|
|
'ts' => 'Tsonga', |
594
|
|
|
|
|
|
|
'tsd' => 'Tsakonesch', |
595
|
|
|
|
|
|
|
'tsi' => 'Tsimshian-Sprooch', |
596
|
|
|
|
|
|
|
'tt' => 'Tataresch', |
597
|
|
|
|
|
|
|
'ttt' => 'Tatesch', |
598
|
|
|
|
|
|
|
'tum' => 'Tumbuka-Sprooch', |
599
|
|
|
|
|
|
|
'tvl' => 'Elliceanesch', |
600
|
|
|
|
|
|
|
'tw' => 'Twi', |
601
|
|
|
|
|
|
|
'twq' => 'Tasawaq', |
602
|
|
|
|
|
|
|
'ty' => 'Tahitesch', |
603
|
|
|
|
|
|
|
'tyv' => 'Tuwinesch', |
604
|
|
|
|
|
|
|
'tzm' => 'Mëttlert-Atlas-Tamazight', |
605
|
|
|
|
|
|
|
'udm' => 'Udmurtesch', |
606
|
|
|
|
|
|
|
'ug' => 'Uiguresch', |
607
|
|
|
|
|
|
|
'uga' => 'Ugaritesch', |
608
|
|
|
|
|
|
|
'uk' => 'Ukrainesch', |
609
|
|
|
|
|
|
|
'umb' => 'Mbundu-Sprooch', |
610
|
|
|
|
|
|
|
'und' => 'Onbestëmmt Sprooch', |
611
|
|
|
|
|
|
|
'ur' => 'Urdu', |
612
|
|
|
|
|
|
|
'uz' => 'Usbekesch', |
613
|
|
|
|
|
|
|
'vai' => 'Vai-Sprooch', |
614
|
|
|
|
|
|
|
've' => 'Venda-Sprooch', |
615
|
|
|
|
|
|
|
'vec' => 'Venezesch', |
616
|
|
|
|
|
|
|
'vep' => 'Wepsesch', |
617
|
|
|
|
|
|
|
'vi' => 'Vietnamesesch', |
618
|
|
|
|
|
|
|
'vls' => 'Westflämesch', |
619
|
|
|
|
|
|
|
'vmf' => 'Mainfränkesch', |
620
|
|
|
|
|
|
|
'vo' => 'Volapük', |
621
|
|
|
|
|
|
|
'vot' => 'Wotesch', |
622
|
|
|
|
|
|
|
'vro' => 'Voro', |
623
|
|
|
|
|
|
|
'vun' => 'Vunjo', |
624
|
|
|
|
|
|
|
'wa' => 'Wallounesch', |
625
|
|
|
|
|
|
|
'wae' => 'Walliserdäitsch', |
626
|
|
|
|
|
|
|
'wal' => 'Walamo-Sprooch', |
627
|
|
|
|
|
|
|
'war' => 'Waray', |
628
|
|
|
|
|
|
|
'was' => 'Washo-Sprooch', |
629
|
|
|
|
|
|
|
'wo' => 'Wolof', |
630
|
|
|
|
|
|
|
'wuu' => 'Wu-Chinesesch', |
631
|
|
|
|
|
|
|
'xal' => 'Kalmückesch', |
632
|
|
|
|
|
|
|
'xh' => 'Xhosa', |
633
|
|
|
|
|
|
|
'xmf' => 'Mingrelesch Sprooch', |
634
|
|
|
|
|
|
|
'xog' => 'Soga', |
635
|
|
|
|
|
|
|
'yao' => 'Yao-Sprooch', |
636
|
|
|
|
|
|
|
'yap' => 'Yapesesch', |
637
|
|
|
|
|
|
|
'yav' => 'Yangben', |
638
|
|
|
|
|
|
|
'ybb' => 'Yemba', |
639
|
|
|
|
|
|
|
'yi' => 'Jiddesch', |
640
|
|
|
|
|
|
|
'yo' => 'Yoruba', |
641
|
|
|
|
|
|
|
'yrl' => 'Nheengatu', |
642
|
|
|
|
|
|
|
'yue' => 'Kantonesesch', |
643
|
|
|
|
|
|
|
'za' => 'Zhuang', |
644
|
|
|
|
|
|
|
'zap' => 'Zapotekesch', |
645
|
|
|
|
|
|
|
'zbl' => 'Bliss-Symboler', |
646
|
|
|
|
|
|
|
'zea' => 'Seelännesch', |
647
|
|
|
|
|
|
|
'zen' => 'Zenaga', |
648
|
|
|
|
|
|
|
'zgh' => 'Marokkanescht Standard-Tamazight', |
649
|
|
|
|
|
|
|
'zh' => 'Chinesesch', |
650
|
|
|
|
|
|
|
'zh_Hans' => 'Chinesesch (vereinfacht)', |
651
|
|
|
|
|
|
|
'zh_Hant' => 'Chinesesch (traditionell)', |
652
|
|
|
|
|
|
|
'zu' => 'Zulu', |
653
|
|
|
|
|
|
|
'zun' => 'Zuni-Sprooch', |
654
|
|
|
|
|
|
|
'zxx' => 'Keng Sproochinhalter', |
655
|
|
|
|
|
|
|
'zza' => 'Zaza', |
656
|
|
|
|
|
|
|
|
657
|
|
|
|
|
|
|
); |
658
|
|
|
|
|
|
|
if (@_) { |
659
|
|
|
|
|
|
|
return $languages{$_[0]}; |
660
|
|
|
|
|
|
|
} |
661
|
|
|
|
|
|
|
return \%languages; |
662
|
|
|
|
|
|
|
} |
663
|
|
|
|
|
|
|
}, |
664
|
|
|
|
|
|
|
); |
665
|
|
|
|
|
|
|
|
666
|
|
|
|
|
|
|
has 'display_name_script' => ( |
667
|
|
|
|
|
|
|
is => 'ro', |
668
|
|
|
|
|
|
|
isa => CodeRef, |
669
|
|
|
|
|
|
|
init_arg => undef, |
670
|
|
|
|
|
|
|
default => sub { |
671
|
|
|
|
|
|
|
sub { |
672
|
|
|
|
|
|
|
my %scripts = ( |
673
|
|
|
|
|
|
|
'Arab' => 'Arabesch', |
674
|
|
|
|
|
|
|
'Armi' => 'Armi', |
675
|
|
|
|
|
|
|
'Armn' => 'Armenesch', |
676
|
|
|
|
|
|
|
'Avst' => 'Avestesch', |
677
|
|
|
|
|
|
|
'Bali' => 'Balinesesch', |
678
|
|
|
|
|
|
|
'Batk' => 'Battakesch', |
679
|
|
|
|
|
|
|
'Beng' => 'Bengalesch', |
680
|
|
|
|
|
|
|
'Blis' => 'Bliss-Symboler', |
681
|
|
|
|
|
|
|
'Bopo' => 'Bopomofo', |
682
|
|
|
|
|
|
|
'Brah' => 'Brahmi', |
683
|
|
|
|
|
|
|
'Brai' => 'Blanneschrëft', |
684
|
|
|
|
|
|
|
'Bugi' => 'Buginesesch', |
685
|
|
|
|
|
|
|
'Buhd' => 'Buhid', |
686
|
|
|
|
|
|
|
'Cans' => 'UCAS', |
687
|
|
|
|
|
|
|
'Cari' => 'Karesch', |
688
|
|
|
|
|
|
|
'Cham' => 'Cham', |
689
|
|
|
|
|
|
|
'Cher' => 'Cherokee', |
690
|
|
|
|
|
|
|
'Cirt' => 'Cirth', |
691
|
|
|
|
|
|
|
'Copt' => 'Koptesch', |
692
|
|
|
|
|
|
|
'Cprt' => 'Zypriotesch', |
693
|
|
|
|
|
|
|
'Cyrl' => 'Kyrillesch', |
694
|
|
|
|
|
|
|
'Cyrs' => 'Alkiercheslawesch', |
695
|
|
|
|
|
|
|
'Deva' => 'Devanagari', |
696
|
|
|
|
|
|
|
'Dsrt' => 'Deseret', |
697
|
|
|
|
|
|
|
'Egyd' => 'Egyptesch-Demotesch', |
698
|
|
|
|
|
|
|
'Egyh' => 'Egyptesch-Hieratesch', |
699
|
|
|
|
|
|
|
'Egyp' => 'Egyptesch Hieroglyphen', |
700
|
|
|
|
|
|
|
'Ethi' => 'Ethiopesch', |
701
|
|
|
|
|
|
|
'Geok' => 'Khutsuri', |
702
|
|
|
|
|
|
|
'Geor' => 'Georgesch', |
703
|
|
|
|
|
|
|
'Glag' => 'Glagolitesch', |
704
|
|
|
|
|
|
|
'Goth' => 'Gotesch', |
705
|
|
|
|
|
|
|
'Grek' => 'Griichesch', |
706
|
|
|
|
|
|
|
'Gujr' => 'Gujarati', |
707
|
|
|
|
|
|
|
'Guru' => 'Gurmukhi', |
708
|
|
|
|
|
|
|
'Hang' => 'Hangul', |
709
|
|
|
|
|
|
|
'Hani' => 'Chinesesch', |
710
|
|
|
|
|
|
|
'Hano' => 'Hanunoo', |
711
|
|
|
|
|
|
|
'Hans' => 'Vereinfacht', |
712
|
|
|
|
|
|
|
'Hans@alt=stand-alone' => 'Vereinfacht Chinesesch', |
713
|
|
|
|
|
|
|
'Hant' => 'Traditionell', |
714
|
|
|
|
|
|
|
'Hant@alt=stand-alone' => 'Traditionellt Chinesesch', |
715
|
|
|
|
|
|
|
'Hebr' => 'Hebräesch', |
716
|
|
|
|
|
|
|
'Hira' => 'Hiragana', |
717
|
|
|
|
|
|
|
'Hmng' => 'Pahawh Hmong', |
718
|
|
|
|
|
|
|
'Hrkt' => 'Katakana oder Hiragana', |
719
|
|
|
|
|
|
|
'Hung' => 'Alungaresch', |
720
|
|
|
|
|
|
|
'Inds' => 'Indus-Schrëft', |
721
|
|
|
|
|
|
|
'Ital' => 'Alitalesch', |
722
|
|
|
|
|
|
|
'Java' => 'Javanesesch', |
723
|
|
|
|
|
|
|
'Jpan' => 'Japanesch', |
724
|
|
|
|
|
|
|
'Kali' => 'Kayah Li', |
725
|
|
|
|
|
|
|
'Kana' => 'Katakana', |
726
|
|
|
|
|
|
|
'Khar' => 'Kharoshthi', |
727
|
|
|
|
|
|
|
'Khmr' => 'Khmer', |
728
|
|
|
|
|
|
|
'Knda' => 'Kannada', |
729
|
|
|
|
|
|
|
'Kore' => 'Koreanesch', |
730
|
|
|
|
|
|
|
'Lana' => 'Lanna', |
731
|
|
|
|
|
|
|
'Laoo' => 'Laotesch', |
732
|
|
|
|
|
|
|
'Latf' => 'Laténgesch-Fraktur-Variant', |
733
|
|
|
|
|
|
|
'Latg' => 'Laténgesch-Gällesch Variant', |
734
|
|
|
|
|
|
|
'Latn' => 'Laténgesch', |
735
|
|
|
|
|
|
|
'Lepc' => 'Lepcha', |
736
|
|
|
|
|
|
|
'Limb' => 'Limbu', |
737
|
|
|
|
|
|
|
'Lina' => 'Linear A', |
738
|
|
|
|
|
|
|
'Linb' => 'Linear B', |
739
|
|
|
|
|
|
|
'Lyci' => 'Lykesch', |
740
|
|
|
|
|
|
|
'Lydi' => 'Lydesch', |
741
|
|
|
|
|
|
|
'Mand' => 'Mandäesch', |
742
|
|
|
|
|
|
|
'Mani' => 'Manichäesch', |
743
|
|
|
|
|
|
|
'Maya' => 'Maya-Hieroglyphen', |
744
|
|
|
|
|
|
|
'Mero' => 'Meroitesch', |
745
|
|
|
|
|
|
|
'Mlym' => 'Malaysesch', |
746
|
|
|
|
|
|
|
'Mong' => 'Mongolesch', |
747
|
|
|
|
|
|
|
'Moon' => 'Moon', |
748
|
|
|
|
|
|
|
'Mtei' => 'Meitei Mayek', |
749
|
|
|
|
|
|
|
'Mymr' => 'Birmanesch', |
750
|
|
|
|
|
|
|
'Nkoo' => 'NâKo', |
751
|
|
|
|
|
|
|
'Ogam' => 'Ogham', |
752
|
|
|
|
|
|
|
'Olck' => 'Ol Chiki', |
753
|
|
|
|
|
|
|
'Orkh' => 'Orchon-Runen', |
754
|
|
|
|
|
|
|
'Orya' => 'Oriya', |
755
|
|
|
|
|
|
|
'Osma' => 'Osmanesch', |
756
|
|
|
|
|
|
|
'Perm' => 'Alpermesch', |
757
|
|
|
|
|
|
|
'Phag' => 'Phags-pa', |
758
|
|
|
|
|
|
|
'Phlv' => 'Pahlavi', |
759
|
|
|
|
|
|
|
'Phnx' => 'Phönizesch', |
760
|
|
|
|
|
|
|
'Plrd' => 'Pollard Phonetesch', |
761
|
|
|
|
|
|
|
'Rjng' => 'Rejang', |
762
|
|
|
|
|
|
|
'Roro' => 'Rongorongo', |
763
|
|
|
|
|
|
|
'Runr' => 'Runeschrëft', |
764
|
|
|
|
|
|
|
'Samr' => 'Samaritanesch', |
765
|
|
|
|
|
|
|
'Sara' => 'Sarati', |
766
|
|
|
|
|
|
|
'Saur' => 'Saurashtra', |
767
|
|
|
|
|
|
|
'Sgnw' => 'Zeechesprooch', |
768
|
|
|
|
|
|
|
'Shaw' => 'Shaw-Alphabet', |
769
|
|
|
|
|
|
|
'Sinh' => 'Singhalesesch', |
770
|
|
|
|
|
|
|
'Sund' => 'Sundanesesch', |
771
|
|
|
|
|
|
|
'Sylo' => 'Syloti Nagri', |
772
|
|
|
|
|
|
|
'Syrc' => 'Syresch', |
773
|
|
|
|
|
|
|
'Syre' => 'Syresch-Estrangelo-Variant', |
774
|
|
|
|
|
|
|
'Syrj' => 'Westsyresch', |
775
|
|
|
|
|
|
|
'Syrn' => 'Ostsyresch', |
776
|
|
|
|
|
|
|
'Tale' => 'Tai Le', |
777
|
|
|
|
|
|
|
'Talu' => 'Tai Lue', |
778
|
|
|
|
|
|
|
'Taml' => 'Tamilesch', |
779
|
|
|
|
|
|
|
'Telu' => 'Telugu', |
780
|
|
|
|
|
|
|
'Teng' => 'Tengwar', |
781
|
|
|
|
|
|
|
'Tfng' => 'Tifinagh', |
782
|
|
|
|
|
|
|
'Tglg' => 'Dagalog', |
783
|
|
|
|
|
|
|
'Thaa' => 'Thaana', |
784
|
|
|
|
|
|
|
'Thai' => 'Thai', |
785
|
|
|
|
|
|
|
'Tibt' => 'Tibetesch', |
786
|
|
|
|
|
|
|
'Ugar' => 'Ugaritesch', |
787
|
|
|
|
|
|
|
'Vaii' => 'Vai', |
788
|
|
|
|
|
|
|
'Visp' => 'Siichtbar Sprooch', |
789
|
|
|
|
|
|
|
'Xpeo' => 'Alpersesch', |
790
|
|
|
|
|
|
|
'Xsux' => 'Sumeresch-akkadesch Keilschrëft', |
791
|
|
|
|
|
|
|
'Yiii' => 'Yi', |
792
|
|
|
|
|
|
|
'Zinh' => 'Geierfte Schrëftwäert', |
793
|
|
|
|
|
|
|
'Zsym' => 'Symboler', |
794
|
|
|
|
|
|
|
'Zxxx' => 'Ouni Schrëft', |
795
|
|
|
|
|
|
|
'Zyyy' => 'Onbestëmmt', |
796
|
|
|
|
|
|
|
'Zzzz' => 'Oncodéiert Schrëft', |
797
|
|
|
|
|
|
|
|
798
|
|
|
|
|
|
|
); |
799
|
|
|
|
|
|
|
if ( @_ ) { |
800
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
801
|
|
|
|
|
|
|
} |
802
|
|
|
|
|
|
|
return \%scripts; |
803
|
|
|
|
|
|
|
} |
804
|
|
|
|
|
|
|
} |
805
|
|
|
|
|
|
|
); |
806
|
|
|
|
|
|
|
|
807
|
|
|
|
|
|
|
has 'display_name_region' => ( |
808
|
|
|
|
|
|
|
is => 'ro', |
809
|
|
|
|
|
|
|
isa => HashRef[Str], |
810
|
|
|
|
|
|
|
init_arg => undef, |
811
|
|
|
|
|
|
|
default => sub { |
812
|
|
|
|
|
|
|
{ |
813
|
|
|
|
|
|
|
'001' => 'Welt', |
814
|
|
|
|
|
|
|
'002' => 'Afrika', |
815
|
|
|
|
|
|
|
'003' => 'Nordamerika', |
816
|
|
|
|
|
|
|
'005' => 'Südamerika', |
817
|
|
|
|
|
|
|
'009' => 'Ozeanien', |
818
|
|
|
|
|
|
|
'011' => 'Westafrika', |
819
|
|
|
|
|
|
|
'013' => 'Mëttelamerika', |
820
|
|
|
|
|
|
|
'014' => 'Ostafrika', |
821
|
|
|
|
|
|
|
'015' => 'Nordafrika', |
822
|
|
|
|
|
|
|
'017' => 'Zentralafrika', |
823
|
|
|
|
|
|
|
'018' => 'Südlecht Afrika', |
824
|
|
|
|
|
|
|
'019' => 'Amerika', |
825
|
|
|
|
|
|
|
'021' => 'Nërdlecht Amerika', |
826
|
|
|
|
|
|
|
'029' => 'Karibik', |
827
|
|
|
|
|
|
|
'030' => 'Ostasien', |
828
|
|
|
|
|
|
|
'034' => 'Südasien', |
829
|
|
|
|
|
|
|
'035' => 'Südostasien', |
830
|
|
|
|
|
|
|
'039' => 'Südeuropa', |
831
|
|
|
|
|
|
|
'053' => 'Australien an Neiséiland', |
832
|
|
|
|
|
|
|
'054' => 'Melanesien', |
833
|
|
|
|
|
|
|
'057' => 'Mikronesescht Inselgebitt', |
834
|
|
|
|
|
|
|
'061' => 'Polynesien', |
835
|
|
|
|
|
|
|
'142' => 'Asien', |
836
|
|
|
|
|
|
|
'143' => 'Zentralasien', |
837
|
|
|
|
|
|
|
'145' => 'Westasien', |
838
|
|
|
|
|
|
|
'150' => 'Europa', |
839
|
|
|
|
|
|
|
'151' => 'Osteuropa', |
840
|
|
|
|
|
|
|
'154' => 'Nordeuropa', |
841
|
|
|
|
|
|
|
'155' => 'Westeuropa', |
842
|
|
|
|
|
|
|
'419' => 'Latäinamerika', |
843
|
|
|
|
|
|
|
'AC' => 'Ascension', |
844
|
|
|
|
|
|
|
'AD' => 'Andorra', |
845
|
|
|
|
|
|
|
'AE' => 'Vereenegt Arabesch Emirater', |
846
|
|
|
|
|
|
|
'AF' => 'Afghanistan', |
847
|
|
|
|
|
|
|
'AG' => 'Antigua a Barbuda', |
848
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
849
|
|
|
|
|
|
|
'AL' => 'Albanien', |
850
|
|
|
|
|
|
|
'AM' => 'Armenien', |
851
|
|
|
|
|
|
|
'AO' => 'Angola', |
852
|
|
|
|
|
|
|
'AQ' => 'Antarktis', |
853
|
|
|
|
|
|
|
'AR' => 'Argentinien', |
854
|
|
|
|
|
|
|
'AS' => 'Amerikanesch-Samoa', |
855
|
|
|
|
|
|
|
'AT' => 'Ãisträich', |
856
|
|
|
|
|
|
|
'AU' => 'Australien', |
857
|
|
|
|
|
|
|
'AW' => 'Aruba', |
858
|
|
|
|
|
|
|
'AX' => 'Ã
landinselen', |
859
|
|
|
|
|
|
|
'AZ' => 'Aserbaidschan', |
860
|
|
|
|
|
|
|
'BA' => 'Bosnien an Herzegowina', |
861
|
|
|
|
|
|
|
'BB' => 'Barbados', |
862
|
|
|
|
|
|
|
'BD' => 'Bangladesch', |
863
|
|
|
|
|
|
|
'BE' => 'Belsch', |
864
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
865
|
|
|
|
|
|
|
'BG' => 'Bulgarien', |
866
|
|
|
|
|
|
|
'BH' => 'Bahrain', |
867
|
|
|
|
|
|
|
'BI' => 'Burundi', |
868
|
|
|
|
|
|
|
'BJ' => 'Benin', |
869
|
|
|
|
|
|
|
'BL' => 'Saint-Barthélemy', |
870
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
871
|
|
|
|
|
|
|
'BN' => 'Brunei', |
872
|
|
|
|
|
|
|
'BO' => 'Bolivien', |
873
|
|
|
|
|
|
|
'BQ' => 'Karibescht Holland', |
874
|
|
|
|
|
|
|
'BR' => 'Brasilien', |
875
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
876
|
|
|
|
|
|
|
'BT' => 'Bhutan', |
877
|
|
|
|
|
|
|
'BV' => 'Bouvetinsel', |
878
|
|
|
|
|
|
|
'BW' => 'Botsuana', |
879
|
|
|
|
|
|
|
'BY' => 'Wäissrussland', |
880
|
|
|
|
|
|
|
'BZ' => 'Belize', |
881
|
|
|
|
|
|
|
'CA' => 'Kanada', |
882
|
|
|
|
|
|
|
'CC' => 'Kokosinselen', |
883
|
|
|
|
|
|
|
'CD' => 'Kongo-Kinshasa', |
884
|
|
|
|
|
|
|
'CD@alt=variant' => 'Kongo (Demokratesch Republik)', |
885
|
|
|
|
|
|
|
'CF' => 'Zentralafrikanesch Republik', |
886
|
|
|
|
|
|
|
'CG' => 'Kongo-Brazzaville', |
887
|
|
|
|
|
|
|
'CG@alt=variant' => 'Kongo (Republik)', |
888
|
|
|
|
|
|
|
'CH' => 'Schwäiz', |
889
|
|
|
|
|
|
|
'CI' => 'Côte dâIvoire', |
890
|
|
|
|
|
|
|
'CI@alt=variant' => 'Elfebeeküst', |
891
|
|
|
|
|
|
|
'CK' => 'Cookinselen', |
892
|
|
|
|
|
|
|
'CL' => 'Chile', |
893
|
|
|
|
|
|
|
'CM' => 'Kamerun', |
894
|
|
|
|
|
|
|
'CN' => 'China', |
895
|
|
|
|
|
|
|
'CO' => 'Kolumbien', |
896
|
|
|
|
|
|
|
'CP' => 'Clipperton-Insel', |
897
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
898
|
|
|
|
|
|
|
'CU' => 'Kuba', |
899
|
|
|
|
|
|
|
'CV' => 'Kap Verde', |
900
|
|
|
|
|
|
|
'CW' => 'Curaçao', |
901
|
|
|
|
|
|
|
'CX' => 'Chrëschtdagsinsel', |
902
|
|
|
|
|
|
|
'CY' => 'Zypern', |
903
|
|
|
|
|
|
|
'CZ' => 'Tschechien', |
904
|
|
|
|
|
|
|
'DE' => 'Däitschland', |
905
|
|
|
|
|
|
|
'DG' => 'Diego Garcia', |
906
|
|
|
|
|
|
|
'DJ' => 'Dschibuti', |
907
|
|
|
|
|
|
|
'DK' => 'Dänemark', |
908
|
|
|
|
|
|
|
'DM' => 'Dominica', |
909
|
|
|
|
|
|
|
'DO' => 'Dominikanesch Republik', |
910
|
|
|
|
|
|
|
'DZ' => 'Algerien', |
911
|
|
|
|
|
|
|
'EA' => 'Ceuta a Melilla', |
912
|
|
|
|
|
|
|
'EC' => 'Ecuador', |
913
|
|
|
|
|
|
|
'EE' => 'Estland', |
914
|
|
|
|
|
|
|
'EG' => 'Egypten', |
915
|
|
|
|
|
|
|
'EH' => 'Westsahara', |
916
|
|
|
|
|
|
|
'ER' => 'Eritrea', |
917
|
|
|
|
|
|
|
'ES' => 'Spanien', |
918
|
|
|
|
|
|
|
'ET' => 'Ethiopien', |
919
|
|
|
|
|
|
|
'EU' => 'Europäesch Unioun', |
920
|
|
|
|
|
|
|
'FI' => 'Finnland', |
921
|
|
|
|
|
|
|
'FJ' => 'Fidschi', |
922
|
|
|
|
|
|
|
'FK' => 'Falklandinselen', |
923
|
|
|
|
|
|
|
'FM' => 'Mikronesien', |
924
|
|
|
|
|
|
|
'FO' => 'Färöer', |
925
|
|
|
|
|
|
|
'FR' => 'Frankräich', |
926
|
|
|
|
|
|
|
'GA' => 'Gabun', |
927
|
|
|
|
|
|
|
'GB' => 'Groussbritannien', |
928
|
|
|
|
|
|
|
'GB@alt=short' => 'GB', |
929
|
|
|
|
|
|
|
'GD' => 'Grenada', |
930
|
|
|
|
|
|
|
'GE' => 'Georgien', |
931
|
|
|
|
|
|
|
'GF' => 'Guayane', |
932
|
|
|
|
|
|
|
'GG' => 'Guernsey', |
933
|
|
|
|
|
|
|
'GH' => 'Ghana', |
934
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
935
|
|
|
|
|
|
|
'GL' => 'Grönland', |
936
|
|
|
|
|
|
|
'GM' => 'Gambia', |
937
|
|
|
|
|
|
|
'GN' => 'Guinea', |
938
|
|
|
|
|
|
|
'GP' => 'Guadeloupe', |
939
|
|
|
|
|
|
|
'GQ' => 'Equatorialguinea', |
940
|
|
|
|
|
|
|
'GR' => 'Griicheland', |
941
|
|
|
|
|
|
|
'GS' => 'Südgeorgien an déi Südlech Sandwichinselen', |
942
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
943
|
|
|
|
|
|
|
'GU' => 'Guam', |
944
|
|
|
|
|
|
|
'GW' => 'Guinea-Bissau', |
945
|
|
|
|
|
|
|
'GY' => 'Guyana', |
946
|
|
|
|
|
|
|
'HK' => 'Spezialverwaltungszon Hong Kong', |
947
|
|
|
|
|
|
|
'HK@alt=short' => 'Hong Kong', |
948
|
|
|
|
|
|
|
'HM' => 'Heard- a McDonald-Inselen', |
949
|
|
|
|
|
|
|
'HN' => 'Honduras', |
950
|
|
|
|
|
|
|
'HR' => 'Kroatien', |
951
|
|
|
|
|
|
|
'HT' => 'Haiti', |
952
|
|
|
|
|
|
|
'HU' => 'Ungarn', |
953
|
|
|
|
|
|
|
'IC' => 'Kanaresch Inselen', |
954
|
|
|
|
|
|
|
'ID' => 'Indonesien', |
955
|
|
|
|
|
|
|
'IE' => 'Irland', |
956
|
|
|
|
|
|
|
'IL' => 'Israel', |
957
|
|
|
|
|
|
|
'IM' => 'Isle of Man', |
958
|
|
|
|
|
|
|
'IN' => 'Indien', |
959
|
|
|
|
|
|
|
'IO' => 'Britescht Territorium am Indeschen Ozean', |
960
|
|
|
|
|
|
|
'IQ' => 'Irak', |
961
|
|
|
|
|
|
|
'IR' => 'Iran', |
962
|
|
|
|
|
|
|
'IS' => 'Island', |
963
|
|
|
|
|
|
|
'IT' => 'Italien', |
964
|
|
|
|
|
|
|
'JE' => 'Jersey', |
965
|
|
|
|
|
|
|
'JM' => 'Jamaika', |
966
|
|
|
|
|
|
|
'JO' => 'Jordanien', |
967
|
|
|
|
|
|
|
'JP' => 'Japan', |
968
|
|
|
|
|
|
|
'KE' => 'Kenia', |
969
|
|
|
|
|
|
|
'KG' => 'Kirgisistan', |
970
|
|
|
|
|
|
|
'KH' => 'Kambodscha', |
971
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
972
|
|
|
|
|
|
|
'KM' => 'Komoren', |
973
|
|
|
|
|
|
|
'KN' => 'St. Kitts an Nevis', |
974
|
|
|
|
|
|
|
'KP' => 'Nordkorea', |
975
|
|
|
|
|
|
|
'KR' => 'Südkorea', |
976
|
|
|
|
|
|
|
'KW' => 'Kuwait', |
977
|
|
|
|
|
|
|
'KY' => 'Kaimaninselen', |
978
|
|
|
|
|
|
|
'KZ' => 'Kasachstan', |
979
|
|
|
|
|
|
|
'LA' => 'Laos', |
980
|
|
|
|
|
|
|
'LB' => 'Libanon', |
981
|
|
|
|
|
|
|
'LC' => 'St. Lucia', |
982
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
983
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
984
|
|
|
|
|
|
|
'LR' => 'Liberia', |
985
|
|
|
|
|
|
|
'LS' => 'Lesotho', |
986
|
|
|
|
|
|
|
'LT' => 'Litauen', |
987
|
|
|
|
|
|
|
'LU' => 'Lëtzebuerg', |
988
|
|
|
|
|
|
|
'LV' => 'Lettland', |
989
|
|
|
|
|
|
|
'LY' => 'Libyen', |
990
|
|
|
|
|
|
|
'MA' => 'Marokko', |
991
|
|
|
|
|
|
|
'MC' => 'Monaco', |
992
|
|
|
|
|
|
|
'MD' => 'Moldawien', |
993
|
|
|
|
|
|
|
'ME' => 'Montenegro', |
994
|
|
|
|
|
|
|
'MF' => 'St. Martin', |
995
|
|
|
|
|
|
|
'MG' => 'Madagaskar', |
996
|
|
|
|
|
|
|
'MH' => 'Marshallinselen', |
997
|
|
|
|
|
|
|
'MK' => 'Mazedonien', |
998
|
|
|
|
|
|
|
'MK@alt=variant' => 'Mazedonien (EJR)', |
999
|
|
|
|
|
|
|
'ML' => 'Mali', |
1000
|
|
|
|
|
|
|
'MM' => 'Myanmar', |
1001
|
|
|
|
|
|
|
'MN' => 'Mongolei', |
1002
|
|
|
|
|
|
|
'MO' => 'Spezialverwaltungszon Macau', |
1003
|
|
|
|
|
|
|
'MO@alt=short' => 'Macau', |
1004
|
|
|
|
|
|
|
'MP' => 'Nërdlech Marianen', |
1005
|
|
|
|
|
|
|
'MQ' => 'Martinique', |
1006
|
|
|
|
|
|
|
'MR' => 'Mauretanien', |
1007
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
1008
|
|
|
|
|
|
|
'MT' => 'Malta', |
1009
|
|
|
|
|
|
|
'MU' => 'Mauritius', |
1010
|
|
|
|
|
|
|
'MV' => 'Maldiven', |
1011
|
|
|
|
|
|
|
'MW' => 'Malawi', |
1012
|
|
|
|
|
|
|
'MX' => 'Mexiko', |
1013
|
|
|
|
|
|
|
'MY' => 'Malaysia', |
1014
|
|
|
|
|
|
|
'MZ' => 'Mosambik', |
1015
|
|
|
|
|
|
|
'NA' => 'Namibia', |
1016
|
|
|
|
|
|
|
'NC' => 'Neikaledonien', |
1017
|
|
|
|
|
|
|
'NE' => 'Niger', |
1018
|
|
|
|
|
|
|
'NF' => 'Norfolkinsel', |
1019
|
|
|
|
|
|
|
'NG' => 'Nigeria', |
1020
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
1021
|
|
|
|
|
|
|
'NL' => 'Holland', |
1022
|
|
|
|
|
|
|
'NO' => 'Norwegen', |
1023
|
|
|
|
|
|
|
'NP' => 'Nepal', |
1024
|
|
|
|
|
|
|
'NR' => 'Nauru', |
1025
|
|
|
|
|
|
|
'NU' => 'Niue', |
1026
|
|
|
|
|
|
|
'NZ' => 'Neiséiland', |
1027
|
|
|
|
|
|
|
'OM' => 'Oman', |
1028
|
|
|
|
|
|
|
'PA' => 'Panama', |
1029
|
|
|
|
|
|
|
'PE' => 'Peru', |
1030
|
|
|
|
|
|
|
'PF' => 'Franséisch-Polynesien', |
1031
|
|
|
|
|
|
|
'PG' => 'Papua-Neiguinea', |
1032
|
|
|
|
|
|
|
'PH' => 'Philippinnen', |
1033
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
1034
|
|
|
|
|
|
|
'PL' => 'Polen', |
1035
|
|
|
|
|
|
|
'PM' => 'St. Pierre a Miquelon', |
1036
|
|
|
|
|
|
|
'PN' => 'Pitcairninselen', |
1037
|
|
|
|
|
|
|
'PR' => 'Puerto Rico', |
1038
|
|
|
|
|
|
|
'PS' => 'Palestinensesch Autonomiegebidder', |
1039
|
|
|
|
|
|
|
'PS@alt=short' => 'Palestina', |
1040
|
|
|
|
|
|
|
'PT' => 'Portugal', |
1041
|
|
|
|
|
|
|
'PW' => 'Palau', |
1042
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
1043
|
|
|
|
|
|
|
'QA' => 'Katar', |
1044
|
|
|
|
|
|
|
'QO' => 'Baussecht Ozeanien', |
1045
|
|
|
|
|
|
|
'RE' => 'Réunion', |
1046
|
|
|
|
|
|
|
'RO' => 'Rumänien', |
1047
|
|
|
|
|
|
|
'RS' => 'Serbien', |
1048
|
|
|
|
|
|
|
'RU' => 'Russland', |
1049
|
|
|
|
|
|
|
'RW' => 'Ruanda', |
1050
|
|
|
|
|
|
|
'SA' => 'Saudi-Arabien', |
1051
|
|
|
|
|
|
|
'SB' => 'Salomonen', |
1052
|
|
|
|
|
|
|
'SC' => 'Seychellen', |
1053
|
|
|
|
|
|
|
'SD' => 'Sudan', |
1054
|
|
|
|
|
|
|
'SE' => 'Schweden', |
1055
|
|
|
|
|
|
|
'SG' => 'Singapur', |
1056
|
|
|
|
|
|
|
'SH' => 'St. Helena', |
1057
|
|
|
|
|
|
|
'SI' => 'Slowenien', |
1058
|
|
|
|
|
|
|
'SJ' => 'Svalbard a Jan Mayen', |
1059
|
|
|
|
|
|
|
'SK' => 'Slowakei', |
1060
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
1061
|
|
|
|
|
|
|
'SM' => 'San Marino', |
1062
|
|
|
|
|
|
|
'SN' => 'Senegal', |
1063
|
|
|
|
|
|
|
'SO' => 'Somalia', |
1064
|
|
|
|
|
|
|
'SR' => 'Suriname', |
1065
|
|
|
|
|
|
|
'SS' => 'Südsudan', |
1066
|
|
|
|
|
|
|
'ST' => 'São Tomé a PrÃncipe', |
1067
|
|
|
|
|
|
|
'SV' => 'El Salvador', |
1068
|
|
|
|
|
|
|
'SX' => 'Sint Maarten', |
1069
|
|
|
|
|
|
|
'SY' => 'Syrien', |
1070
|
|
|
|
|
|
|
'SZ' => 'Swasiland', |
1071
|
|
|
|
|
|
|
'TA' => 'Tristan da Cunha', |
1072
|
|
|
|
|
|
|
'TC' => 'Turks- a Caicosinselen', |
1073
|
|
|
|
|
|
|
'TD' => 'Tschad', |
1074
|
|
|
|
|
|
|
'TF' => 'Franséisch Süd- an Antarktisgebidder', |
1075
|
|
|
|
|
|
|
'TG' => 'Togo', |
1076
|
|
|
|
|
|
|
'TH' => 'Thailand', |
1077
|
|
|
|
|
|
|
'TJ' => 'Tadschikistan', |
1078
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
1079
|
|
|
|
|
|
|
'TL' => 'Osttimor', |
1080
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
1081
|
|
|
|
|
|
|
'TN' => 'Tunesien', |
1082
|
|
|
|
|
|
|
'TO' => 'Tonga', |
1083
|
|
|
|
|
|
|
'TR' => 'Tierkei', |
1084
|
|
|
|
|
|
|
'TT' => 'Trinidad an Tobago', |
1085
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
1086
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
1087
|
|
|
|
|
|
|
'TZ' => 'Tansania', |
1088
|
|
|
|
|
|
|
'UA' => 'Ukrain', |
1089
|
|
|
|
|
|
|
'UG' => 'Uganda', |
1090
|
|
|
|
|
|
|
'UM' => 'Amerikanesch-Ozeanien', |
1091
|
|
|
|
|
|
|
'US' => 'Vereenegt Staate vun Amerika', |
1092
|
|
|
|
|
|
|
'US@alt=short' => 'US', |
1093
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
1094
|
|
|
|
|
|
|
'UZ' => 'Usbekistan', |
1095
|
|
|
|
|
|
|
'VA' => 'Vatikanstad', |
1096
|
|
|
|
|
|
|
'VC' => 'St. Vincent an dâGrenadinnen', |
1097
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
1098
|
|
|
|
|
|
|
'VG' => 'Britesch Joffereninselen', |
1099
|
|
|
|
|
|
|
'VI' => 'Amerikanesch Joffereninselen', |
1100
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
1101
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
1102
|
|
|
|
|
|
|
'WF' => 'Wallis a Futuna', |
1103
|
|
|
|
|
|
|
'WS' => 'Samoa', |
1104
|
|
|
|
|
|
|
'XK' => 'Kosovo', |
1105
|
|
|
|
|
|
|
'YE' => 'Jemen', |
1106
|
|
|
|
|
|
|
'YT' => 'Mayotte', |
1107
|
|
|
|
|
|
|
'ZA' => 'Südafrika', |
1108
|
|
|
|
|
|
|
'ZM' => 'Sambia', |
1109
|
|
|
|
|
|
|
'ZW' => 'Simbabwe', |
1110
|
|
|
|
|
|
|
'ZZ' => 'Onbekannt Regioun', |
1111
|
|
|
|
|
|
|
|
1112
|
|
|
|
|
|
|
} |
1113
|
|
|
|
|
|
|
}, |
1114
|
|
|
|
|
|
|
); |
1115
|
|
|
|
|
|
|
|
1116
|
|
|
|
|
|
|
has 'display_name_variant' => ( |
1117
|
|
|
|
|
|
|
is => 'ro', |
1118
|
|
|
|
|
|
|
isa => HashRef[Str], |
1119
|
|
|
|
|
|
|
init_arg => undef, |
1120
|
|
|
|
|
|
|
default => sub { |
1121
|
|
|
|
|
|
|
{ |
1122
|
|
|
|
|
|
|
'1901' => 'Al Däitsch Rechtschreiwung', |
1123
|
|
|
|
|
|
|
'1994' => 'Standardiséiert Resianesch Rechtschreiwung', |
1124
|
|
|
|
|
|
|
'1996' => 'Nei Däitsch Rechtschreiwung', |
1125
|
|
|
|
|
|
|
'1606NICT' => 'Spéit Mëttelfranséisch', |
1126
|
|
|
|
|
|
|
'1694ACAD' => 'Klassescht Franséisch', |
1127
|
|
|
|
|
|
|
'1959ACAD' => 'Akademesch', |
1128
|
|
|
|
|
|
|
'ALALC97' => 'ALA-LC-Romaniséierung, Editioun vun 1997', |
1129
|
|
|
|
|
|
|
'ALUKU' => 'Aluku-Dialekt', |
1130
|
|
|
|
|
|
|
'AREVELA' => 'Ostarmenesch', |
1131
|
|
|
|
|
|
|
'AREVMDA' => 'Westarmenesch', |
1132
|
|
|
|
|
|
|
'BAKU1926' => 'Eenheetlecht Tierkescht Alphabet', |
1133
|
|
|
|
|
|
|
'BALANKA' => 'Balanka-Dialekt vun Anii', |
1134
|
|
|
|
|
|
|
'BARLA' => 'Barlavento-Dialektgrupp vu Kabuverdianu', |
1135
|
|
|
|
|
|
|
'BISKE' => 'Bela-Dialekt', |
1136
|
|
|
|
|
|
|
'BOHORIC' => 'BohoriÄ-Alphabet', |
1137
|
|
|
|
|
|
|
'BOONT' => 'Boontling', |
1138
|
|
|
|
|
|
|
'DAJNKO' => 'Dajnko-Alphabet', |
1139
|
|
|
|
|
|
|
'EKAVSK' => 'Serbesch mat Ekavian-Aussprooch', |
1140
|
|
|
|
|
|
|
'EMODENG' => 'Fréit Modernt Englesch', |
1141
|
|
|
|
|
|
|
'FONIPA' => 'Phonetesch (IPA)', |
1142
|
|
|
|
|
|
|
'FONUPA' => 'Phonetesch (UPA)', |
1143
|
|
|
|
|
|
|
'HEPBURN' => 'Hepburn-Romaniséierung', |
1144
|
|
|
|
|
|
|
'IJEKAVSK' => 'Serbesch mat Ijekavian-Aussprooch', |
1145
|
|
|
|
|
|
|
'KKCOR' => 'Allgemeng Rechtschreiwung', |
1146
|
|
|
|
|
|
|
'KSCOR' => 'Standard-Rechtschreiwung', |
1147
|
|
|
|
|
|
|
'LIPAW' => 'Lipovaz-Dialekt', |
1148
|
|
|
|
|
|
|
'METELKO' => 'Metelko-Alphabet', |
1149
|
|
|
|
|
|
|
'MONOTON' => 'Monotonesch', |
1150
|
|
|
|
|
|
|
'NDYUKA' => 'Ndyuka-Dialekt', |
1151
|
|
|
|
|
|
|
'NEDIS' => 'Natisone-Dialekt', |
1152
|
|
|
|
|
|
|
'NJIVA' => 'Njiva-Dialekt', |
1153
|
|
|
|
|
|
|
'NULIK' => 'Modernt Volapük', |
1154
|
|
|
|
|
|
|
'OSOJS' => 'Osojane-Dialekt', |
1155
|
|
|
|
|
|
|
'PAMAKA' => 'Pamaka-Dialekt', |
1156
|
|
|
|
|
|
|
'PINYIN' => 'Pinyin', |
1157
|
|
|
|
|
|
|
'POLYTON' => 'Polytonesch', |
1158
|
|
|
|
|
|
|
'POSIX' => 'Computer', |
1159
|
|
|
|
|
|
|
'REVISED' => 'Revidéiert Rechtschreiwung', |
1160
|
|
|
|
|
|
|
'ROZAJ' => 'Resianesch', |
1161
|
|
|
|
|
|
|
'SAAHO' => 'Saho', |
1162
|
|
|
|
|
|
|
'SCOTLAND' => 'Schottescht Standardenglesch', |
1163
|
|
|
|
|
|
|
'SCOUSE' => 'Scouse-Dialekt', |
1164
|
|
|
|
|
|
|
'SOLBA' => 'Solbica-Dialekt', |
1165
|
|
|
|
|
|
|
'SOTAV' => 'Sotavento-Dialekt-Grupp vu Kabuverdianu', |
1166
|
|
|
|
|
|
|
'TARASK' => 'Taraskievica-Orthographie', |
1167
|
|
|
|
|
|
|
'UCCOR' => 'Vereenheetlecht Rechtschreiwung', |
1168
|
|
|
|
|
|
|
'UCRCOR' => 'Vereenheetlecht iwwerschafft Rechtschreiwung', |
1169
|
|
|
|
|
|
|
'UNIFON' => 'Phonetescht Unifon-Alphabet', |
1170
|
|
|
|
|
|
|
'VALENCIA' => 'Valencianesch', |
1171
|
|
|
|
|
|
|
'WADEGILE' => 'Wade-Giles', |
1172
|
|
|
|
|
|
|
|
1173
|
|
|
|
|
|
|
} |
1174
|
|
|
|
|
|
|
}, |
1175
|
|
|
|
|
|
|
); |
1176
|
|
|
|
|
|
|
|
1177
|
|
|
|
|
|
|
has 'display_name_key' => ( |
1178
|
|
|
|
|
|
|
is => 'ro', |
1179
|
|
|
|
|
|
|
isa => HashRef[Str], |
1180
|
|
|
|
|
|
|
init_arg => undef, |
1181
|
|
|
|
|
|
|
default => sub { |
1182
|
|
|
|
|
|
|
{ |
1183
|
|
|
|
|
|
|
'calendar' => 'Kalenner', |
1184
|
|
|
|
|
|
|
'collation' => 'Zortéierung', |
1185
|
|
|
|
|
|
|
'currency' => 'Währung', |
1186
|
|
|
|
|
|
|
'numbers' => 'Zuelen', |
1187
|
|
|
|
|
|
|
|
1188
|
|
|
|
|
|
|
} |
1189
|
|
|
|
|
|
|
}, |
1190
|
|
|
|
|
|
|
); |
1191
|
|
|
|
|
|
|
|
1192
|
|
|
|
|
|
|
has 'display_name_type' => ( |
1193
|
|
|
|
|
|
|
is => 'ro', |
1194
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
1195
|
|
|
|
|
|
|
init_arg => undef, |
1196
|
|
|
|
|
|
|
default => sub { |
1197
|
|
|
|
|
|
|
{ |
1198
|
|
|
|
|
|
|
'calendar' => { |
1199
|
|
|
|
|
|
|
'buddhist' => q{Buddhistesche Kalenner}, |
1200
|
|
|
|
|
|
|
'chinese' => q{Chinesesche Kalenner}, |
1201
|
|
|
|
|
|
|
'coptic' => q{Koptesche Kalenner}, |
1202
|
|
|
|
|
|
|
'dangi' => q{Dangi-Kalenner}, |
1203
|
|
|
|
|
|
|
'ethiopic' => q{Ethiopesche Kalenner}, |
1204
|
|
|
|
|
|
|
'ethiopic-amete-alem' => q{Ethiopesche Kalenner "Amete Alem"}, |
1205
|
|
|
|
|
|
|
'gregorian' => q{Gregorianesche Kalenner}, |
1206
|
|
|
|
|
|
|
'hebrew' => q{Hebräesche Kalenner}, |
1207
|
|
|
|
|
|
|
'indian' => q{Indeschen Nationalkalenner}, |
1208
|
|
|
|
|
|
|
'islamic' => q{Islamesche Kalenner}, |
1209
|
|
|
|
|
|
|
'islamic-civil' => q{Biergerlechen islamesche Kalenner}, |
1210
|
|
|
|
|
|
|
'iso8601' => q{ISO-8601-Kalenner}, |
1211
|
|
|
|
|
|
|
'japanese' => q{Japanesche Kalenner}, |
1212
|
|
|
|
|
|
|
'persian' => q{Persesche Kalenner}, |
1213
|
|
|
|
|
|
|
'roc' => q{Kalenner vun der Republik China}, |
1214
|
|
|
|
|
|
|
}, |
1215
|
|
|
|
|
|
|
'collation' => { |
1216
|
|
|
|
|
|
|
'big5han' => q{Traditionellt Chinesesch - Big5}, |
1217
|
|
|
|
|
|
|
'dictionary' => q{Lexikographesch Zortéierreiefolleg}, |
1218
|
|
|
|
|
|
|
'ducet' => q{Unicode-Zortéierung}, |
1219
|
|
|
|
|
|
|
'eor' => q{Europäesch Zortéierregelen}, |
1220
|
|
|
|
|
|
|
'gb2312han' => q{Vereinfacht Chinesesch - GB2312}, |
1221
|
|
|
|
|
|
|
'phonebook' => q{Telefonsbuch-Zortéierung}, |
1222
|
|
|
|
|
|
|
'pinyin' => q{Pinyin-Zortéierregelen}, |
1223
|
|
|
|
|
|
|
'reformed' => q{Reforméiert Zortéierreiefolleg}, |
1224
|
|
|
|
|
|
|
'search' => q{Allgemeng Sich}, |
1225
|
|
|
|
|
|
|
'searchjl' => q{Sich no Ufanksbuschtawen aus dem koreaneschen Alphabet}, |
1226
|
|
|
|
|
|
|
'standard' => q{Standard Zortéierreiefolleg}, |
1227
|
|
|
|
|
|
|
'stroke' => q{Stréchfolleg}, |
1228
|
|
|
|
|
|
|
'traditional' => q{Traditionell Zortéierregelen}, |
1229
|
|
|
|
|
|
|
'unihan' => q{Radikal-Stréch-Zortéierregelen}, |
1230
|
|
|
|
|
|
|
'zhuyin' => q{Zhuyin-Zortéierregelen}, |
1231
|
|
|
|
|
|
|
}, |
1232
|
|
|
|
|
|
|
'numbers' => { |
1233
|
|
|
|
|
|
|
'arab' => q{Arabesch-indesch Zifferen}, |
1234
|
|
|
|
|
|
|
'arabext' => q{Erweidert arabesch-indesch Zifferen}, |
1235
|
|
|
|
|
|
|
'armn' => q{Armenesch Zifferen}, |
1236
|
|
|
|
|
|
|
'armnlow' => q{Armenesch Zifferen a Klengschrëft}, |
1237
|
|
|
|
|
|
|
'beng' => q{Bengalesch Zifferen}, |
1238
|
|
|
|
|
|
|
'deva' => q{Devanagari-Zifferen}, |
1239
|
|
|
|
|
|
|
'ethi' => q{Ethiopesch Zifferen}, |
1240
|
|
|
|
|
|
|
'fullwide' => q{Vollbreet Zifferen}, |
1241
|
|
|
|
|
|
|
'geor' => q{Georgesch Zifferen}, |
1242
|
|
|
|
|
|
|
'grek' => q{Griichesch Zifferen}, |
1243
|
|
|
|
|
|
|
'greklow' => q{Griichesch Zifferen a Klengschrëft}, |
1244
|
|
|
|
|
|
|
'gujr' => q{Gujarati-Zifferen}, |
1245
|
|
|
|
|
|
|
'guru' => q{Gurmukhi-Zifferen}, |
1246
|
|
|
|
|
|
|
'hanidec' => q{Chinesesch Dezimalzuelen}, |
1247
|
|
|
|
|
|
|
'hans' => q{Vereinfacht-Chinesesch Zifferen}, |
1248
|
|
|
|
|
|
|
'hansfin' => q{Vereinfacht-Chinesesch Finanzzifferen}, |
1249
|
|
|
|
|
|
|
'hant' => q{Traditionell-Chinesesch Zifferen}, |
1250
|
|
|
|
|
|
|
'hantfin' => q{Traditionell-Chinesesch Finanzzifferen}, |
1251
|
|
|
|
|
|
|
'hebr' => q{Hebräesch Zifferen}, |
1252
|
|
|
|
|
|
|
'jpan' => q{Japanesch Zifferen}, |
1253
|
|
|
|
|
|
|
'jpanfin' => q{Japanesch Finanzzifferen}, |
1254
|
|
|
|
|
|
|
'khmr' => q{Khmer-Zifferen}, |
1255
|
|
|
|
|
|
|
'knda' => q{Kannada-Zifferen}, |
1256
|
|
|
|
|
|
|
'laoo' => q{Laotesch Zifferen}, |
1257
|
|
|
|
|
|
|
'latn' => q{Westlech Zifferen}, |
1258
|
|
|
|
|
|
|
'mlym' => q{Malayalam-Zifferen}, |
1259
|
|
|
|
|
|
|
'mong' => q{Mongolesch Zifferen}, |
1260
|
|
|
|
|
|
|
'mymr' => q{Myanmar-Zifferen}, |
1261
|
|
|
|
|
|
|
'orya' => q{Oriya-Zifferen}, |
1262
|
|
|
|
|
|
|
'roman' => q{Réimesch Zifferen}, |
1263
|
|
|
|
|
|
|
'romanlow' => q{Réimesch Zifferen a Klengschrëft}, |
1264
|
|
|
|
|
|
|
'taml' => q{Tamilesch Zifferen}, |
1265
|
|
|
|
|
|
|
'tamldec' => q{Tamil-Zifferen}, |
1266
|
|
|
|
|
|
|
'telu' => q{Telugu-Zifferen}, |
1267
|
|
|
|
|
|
|
'thai' => q{Thai-Zifferen}, |
1268
|
|
|
|
|
|
|
'tibt' => q{Tibetesch Zifferen}, |
1269
|
|
|
|
|
|
|
'vaii' => q{Vai-Zifferen}, |
1270
|
|
|
|
|
|
|
}, |
1271
|
|
|
|
|
|
|
|
1272
|
|
|
|
|
|
|
} |
1273
|
|
|
|
|
|
|
}, |
1274
|
|
|
|
|
|
|
); |
1275
|
|
|
|
|
|
|
|
1276
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
1277
|
|
|
|
|
|
|
is => 'ro', |
1278
|
|
|
|
|
|
|
isa => HashRef[Str], |
1279
|
|
|
|
|
|
|
init_arg => undef, |
1280
|
|
|
|
|
|
|
default => sub { |
1281
|
|
|
|
|
|
|
{ |
1282
|
|
|
|
|
|
|
'metric' => q{Metreschen Eenheetesystem}, |
1283
|
|
|
|
|
|
|
'UK' => q{Engleschen Eenheetesystem}, |
1284
|
|
|
|
|
|
|
'US' => q{Angloamerikaneschen Eenheetesystem}, |
1285
|
|
|
|
|
|
|
|
1286
|
|
|
|
|
|
|
} |
1287
|
|
|
|
|
|
|
}, |
1288
|
|
|
|
|
|
|
); |
1289
|
|
|
|
|
|
|
|
1290
|
|
|
|
|
|
|
has 'display_name_code_patterns' => ( |
1291
|
|
|
|
|
|
|
is => 'ro', |
1292
|
|
|
|
|
|
|
isa => HashRef[Str], |
1293
|
|
|
|
|
|
|
init_arg => undef, |
1294
|
|
|
|
|
|
|
default => sub { |
1295
|
|
|
|
|
|
|
{ |
1296
|
|
|
|
|
|
|
'language' => 'Sprooch: {0}', |
1297
|
|
|
|
|
|
|
'script' => 'Schrëft: {0}', |
1298
|
|
|
|
|
|
|
'region' => 'Regioun: {0}', |
1299
|
|
|
|
|
|
|
|
1300
|
|
|
|
|
|
|
} |
1301
|
|
|
|
|
|
|
}, |
1302
|
|
|
|
|
|
|
); |
1303
|
|
|
|
|
|
|
|
1304
|
|
|
|
|
|
|
has 'text_orientation' => ( |
1305
|
|
|
|
|
|
|
is => 'ro', |
1306
|
|
|
|
|
|
|
isa => HashRef[Str], |
1307
|
|
|
|
|
|
|
init_arg => undef, |
1308
|
|
|
|
|
|
|
default => sub { return { |
1309
|
|
|
|
|
|
|
lines => 'top-to-bottom', |
1310
|
|
|
|
|
|
|
characters => 'left-to-right', |
1311
|
|
|
|
|
|
|
}} |
1312
|
|
|
|
|
|
|
); |
1313
|
|
|
|
|
|
|
|
1314
|
|
|
|
|
|
|
has 'characters' => ( |
1315
|
|
|
|
|
|
|
is => 'ro', |
1316
|
|
|
|
|
|
|
isa => HashRef, |
1317
|
|
|
|
|
|
|
init_arg => undef, |
1318
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
1319
|
|
|
|
|
|
|
? eval <<'EOT' |
1320
|
|
|
|
|
|
|
sub { |
1321
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
1322
|
|
|
|
|
|
|
return { |
1323
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[á Ã Ä Ã¢ Ã¥ ã Ä Ã¦ ç è Ä Ãª Ä Ä Ã Ã¬ Ä Ã® ï Ä° Ä« ı ñ ó ò Šô ö ø ŠŠŠà ú ù Šû ü Å« ÿ])}, |
1324
|
|
|
|
|
|
|
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'], |
1325
|
|
|
|
|
|
|
main => qr{(?^u:[a ä b c d e é ë f g h i j k l m n o p q r s t u v w x y z])}, |
1326
|
|
|
|
|
|
|
punctuation => qr{(?^u:[\- â â â , ; \: ! ? . ⦠' â â " â â « » ( ) \[ \] \{ \} § @ * / \& #])}, |
1327
|
|
|
|
|
|
|
}; |
1328
|
|
|
|
|
|
|
}, |
1329
|
|
|
|
|
|
|
EOT |
1330
|
|
|
|
|
|
|
: sub { |
1331
|
|
|
|
|
|
|
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'], }; |
1332
|
|
|
|
|
|
|
}, |
1333
|
1
|
|
|
1
|
|
113
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
191
|
|
1334
|
|
|
|
|
|
|
|
1335
|
|
|
|
|
|
|
|
1336
|
|
|
|
|
|
|
has 'ellipsis' => ( |
1337
|
|
|
|
|
|
|
is => 'ro', |
1338
|
|
|
|
|
|
|
isa => HashRef, |
1339
|
|
|
|
|
|
|
init_arg => undef, |
1340
|
|
|
|
|
|
|
default => sub { |
1341
|
|
|
|
|
|
|
return { |
1342
|
|
|
|
|
|
|
'final' => '{0} â¦', |
1343
|
|
|
|
|
|
|
'initial' => '⦠{0}', |
1344
|
|
|
|
|
|
|
'medial' => '{0} ⦠{1}', |
1345
|
|
|
|
|
|
|
'word-final' => '{0} â¦', |
1346
|
|
|
|
|
|
|
'word-initial' => '⦠{0}', |
1347
|
|
|
|
|
|
|
'word-medial' => '{0} ⦠{1}', |
1348
|
|
|
|
|
|
|
}; |
1349
|
|
|
|
|
|
|
}, |
1350
|
|
|
|
|
|
|
); |
1351
|
|
|
|
|
|
|
|
1352
|
|
|
|
|
|
|
has 'more_information' => ( |
1353
|
|
|
|
|
|
|
is => 'ro', |
1354
|
|
|
|
|
|
|
isa => Str, |
1355
|
|
|
|
|
|
|
init_arg => undef, |
1356
|
|
|
|
|
|
|
default => qq{?}, |
1357
|
|
|
|
|
|
|
); |
1358
|
|
|
|
|
|
|
|
1359
|
|
|
|
|
|
|
has 'quote_start' => ( |
1360
|
|
|
|
|
|
|
is => 'ro', |
1361
|
|
|
|
|
|
|
isa => Str, |
1362
|
|
|
|
|
|
|
init_arg => undef, |
1363
|
|
|
|
|
|
|
default => qq{â}, |
1364
|
|
|
|
|
|
|
); |
1365
|
|
|
|
|
|
|
|
1366
|
|
|
|
|
|
|
has 'quote_end' => ( |
1367
|
|
|
|
|
|
|
is => 'ro', |
1368
|
|
|
|
|
|
|
isa => Str, |
1369
|
|
|
|
|
|
|
init_arg => undef, |
1370
|
|
|
|
|
|
|
default => qq{â}, |
1371
|
|
|
|
|
|
|
); |
1372
|
|
|
|
|
|
|
|
1373
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
1374
|
|
|
|
|
|
|
is => 'ro', |
1375
|
|
|
|
|
|
|
isa => Str, |
1376
|
|
|
|
|
|
|
init_arg => undef, |
1377
|
|
|
|
|
|
|
default => qq{â}, |
1378
|
|
|
|
|
|
|
); |
1379
|
|
|
|
|
|
|
|
1380
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
1381
|
|
|
|
|
|
|
is => 'ro', |
1382
|
|
|
|
|
|
|
isa => Str, |
1383
|
|
|
|
|
|
|
init_arg => undef, |
1384
|
|
|
|
|
|
|
default => qq{â}, |
1385
|
|
|
|
|
|
|
); |
1386
|
|
|
|
|
|
|
|
1387
|
|
|
|
|
|
|
has 'duration_units' => ( |
1388
|
|
|
|
|
|
|
is => 'ro', |
1389
|
|
|
|
|
|
|
isa => HashRef[Str], |
1390
|
|
|
|
|
|
|
init_arg => undef, |
1391
|
|
|
|
|
|
|
default => sub { { |
1392
|
|
|
|
|
|
|
hm => 'h:mm', |
1393
|
|
|
|
|
|
|
hms => 'h:mm:ss', |
1394
|
|
|
|
|
|
|
ms => 'm:ss', |
1395
|
|
|
|
|
|
|
} } |
1396
|
|
|
|
|
|
|
); |
1397
|
|
|
|
|
|
|
|
1398
|
|
|
|
|
|
|
has 'units' => ( |
1399
|
|
|
|
|
|
|
is => 'ro', |
1400
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
1401
|
|
|
|
|
|
|
init_arg => undef, |
1402
|
|
|
|
|
|
|
default => sub { { |
1403
|
|
|
|
|
|
|
'long' => { |
1404
|
|
|
|
|
|
|
'acre' => { |
1405
|
|
|
|
|
|
|
'name' => q(Acres), |
1406
|
|
|
|
|
|
|
'one' => q({0} Acre), |
1407
|
|
|
|
|
|
|
'other' => q({0} Acres), |
1408
|
|
|
|
|
|
|
}, |
1409
|
|
|
|
|
|
|
'acre-foot' => { |
1410
|
|
|
|
|
|
|
'name' => q(acre-feet), |
1411
|
|
|
|
|
|
|
'one' => q({0} acre-foot), |
1412
|
|
|
|
|
|
|
'other' => q({0} acre-feet), |
1413
|
|
|
|
|
|
|
}, |
1414
|
|
|
|
|
|
|
'ampere' => { |
1415
|
|
|
|
|
|
|
'name' => q(Ampère), |
1416
|
|
|
|
|
|
|
'one' => q({0} Ampère), |
1417
|
|
|
|
|
|
|
'other' => q({0} Ampère), |
1418
|
|
|
|
|
|
|
}, |
1419
|
|
|
|
|
|
|
'arc-minute' => { |
1420
|
|
|
|
|
|
|
'name' => q(Wénkelminutten), |
1421
|
|
|
|
|
|
|
'one' => q({0} Wénkelminutt), |
1422
|
|
|
|
|
|
|
'other' => q({0} Wénkelminutten), |
1423
|
|
|
|
|
|
|
}, |
1424
|
|
|
|
|
|
|
'arc-second' => { |
1425
|
|
|
|
|
|
|
'name' => q(Wénkelsekonnen), |
1426
|
|
|
|
|
|
|
'one' => q({0} Wénkelsekonn), |
1427
|
|
|
|
|
|
|
'other' => q({0} Wénkelsekonnen), |
1428
|
|
|
|
|
|
|
}, |
1429
|
|
|
|
|
|
|
'astronomical-unit' => { |
1430
|
|
|
|
|
|
|
'name' => q(Astronomesch Eenheeten), |
1431
|
|
|
|
|
|
|
'one' => q({0} Astronomesch Eenheet), |
1432
|
|
|
|
|
|
|
'other' => q({0} Astronomesch Eenheeten), |
1433
|
|
|
|
|
|
|
}, |
1434
|
|
|
|
|
|
|
'bit' => { |
1435
|
|
|
|
|
|
|
'name' => q(Bits), |
1436
|
|
|
|
|
|
|
'one' => q({0} Bit), |
1437
|
|
|
|
|
|
|
'other' => q({0} Bits), |
1438
|
|
|
|
|
|
|
}, |
1439
|
|
|
|
|
|
|
'bushel' => { |
1440
|
|
|
|
|
|
|
'name' => q(Bushels), |
1441
|
|
|
|
|
|
|
'one' => q({0} Bushel), |
1442
|
|
|
|
|
|
|
'other' => q({0} Bushels), |
1443
|
|
|
|
|
|
|
}, |
1444
|
|
|
|
|
|
|
'byte' => { |
1445
|
|
|
|
|
|
|
'name' => q(Bytes), |
1446
|
|
|
|
|
|
|
'one' => q({0} Byte), |
1447
|
|
|
|
|
|
|
'other' => q({0} Bytes), |
1448
|
|
|
|
|
|
|
}, |
1449
|
|
|
|
|
|
|
'calorie' => { |
1450
|
|
|
|
|
|
|
'name' => q(Kalorien), |
1451
|
|
|
|
|
|
|
'one' => q({0} Kalorie), |
1452
|
|
|
|
|
|
|
'other' => q({0} Kalorien), |
1453
|
|
|
|
|
|
|
}, |
1454
|
|
|
|
|
|
|
'carat' => { |
1455
|
|
|
|
|
|
|
'name' => q(Carat), |
1456
|
|
|
|
|
|
|
'one' => q({0} Carat), |
1457
|
|
|
|
|
|
|
'other' => q({0} Carat), |
1458
|
|
|
|
|
|
|
}, |
1459
|
|
|
|
|
|
|
'celsius' => { |
1460
|
|
|
|
|
|
|
'name' => q(°C), |
1461
|
|
|
|
|
|
|
'one' => q({0} Grad Celsius), |
1462
|
|
|
|
|
|
|
'other' => q({0} Grad Celsius), |
1463
|
|
|
|
|
|
|
}, |
1464
|
|
|
|
|
|
|
'centiliter' => { |
1465
|
|
|
|
|
|
|
'name' => q(Zentiliter), |
1466
|
|
|
|
|
|
|
'one' => q({0} Zentiliter), |
1467
|
|
|
|
|
|
|
'other' => q({0} Zentiliter), |
1468
|
|
|
|
|
|
|
}, |
1469
|
|
|
|
|
|
|
'centimeter' => { |
1470
|
|
|
|
|
|
|
'name' => q(Zentimeter), |
1471
|
|
|
|
|
|
|
'one' => q({0} Zentimeter), |
1472
|
|
|
|
|
|
|
'other' => q({0} Zentimeter), |
1473
|
|
|
|
|
|
|
}, |
1474
|
|
|
|
|
|
|
'cubic-centimeter' => { |
1475
|
|
|
|
|
|
|
'name' => q(Kubikzentimeter), |
1476
|
|
|
|
|
|
|
'one' => q({0} Kubikzentimeter), |
1477
|
|
|
|
|
|
|
'other' => q({0} Kubikzentimeter), |
1478
|
|
|
|
|
|
|
}, |
1479
|
|
|
|
|
|
|
'cubic-foot' => { |
1480
|
|
|
|
|
|
|
'name' => q(Kubikfouss), |
1481
|
|
|
|
|
|
|
'one' => q({0} Kubikfouss), |
1482
|
|
|
|
|
|
|
'other' => q({0} Kubikfouss), |
1483
|
|
|
|
|
|
|
}, |
1484
|
|
|
|
|
|
|
'cubic-inch' => { |
1485
|
|
|
|
|
|
|
'name' => q(Kubikzoll), |
1486
|
|
|
|
|
|
|
'one' => q({0} Kubikzoll), |
1487
|
|
|
|
|
|
|
'other' => q({0} Kubikzoll), |
1488
|
|
|
|
|
|
|
}, |
1489
|
|
|
|
|
|
|
'cubic-kilometer' => { |
1490
|
|
|
|
|
|
|
'name' => q(Kubikkilometer), |
1491
|
|
|
|
|
|
|
'one' => q({0} Kubikkilometer), |
1492
|
|
|
|
|
|
|
'other' => q({0} Kubikkilometer), |
1493
|
|
|
|
|
|
|
}, |
1494
|
|
|
|
|
|
|
'cubic-meter' => { |
1495
|
|
|
|
|
|
|
'name' => q(Kubikmeter), |
1496
|
|
|
|
|
|
|
'one' => q({0} Kubikmeter), |
1497
|
|
|
|
|
|
|
'other' => q({0} Kubikmeter), |
1498
|
|
|
|
|
|
|
}, |
1499
|
|
|
|
|
|
|
'cubic-mile' => { |
1500
|
|
|
|
|
|
|
'name' => q(Kubikmeilen), |
1501
|
|
|
|
|
|
|
'one' => q({0} Kubikmeil), |
1502
|
|
|
|
|
|
|
'other' => q({0} Kubikmeilen), |
1503
|
|
|
|
|
|
|
}, |
1504
|
|
|
|
|
|
|
'cubic-yard' => { |
1505
|
|
|
|
|
|
|
'name' => q(Kubikyard), |
1506
|
|
|
|
|
|
|
'one' => q({0} Kubikyard), |
1507
|
|
|
|
|
|
|
'other' => q({0} Kubikyard), |
1508
|
|
|
|
|
|
|
}, |
1509
|
|
|
|
|
|
|
'cup' => { |
1510
|
|
|
|
|
|
|
'name' => q(Cup), |
1511
|
|
|
|
|
|
|
'one' => q({0} cup), |
1512
|
|
|
|
|
|
|
'other' => q({0} cup), |
1513
|
|
|
|
|
|
|
}, |
1514
|
|
|
|
|
|
|
'day' => { |
1515
|
|
|
|
|
|
|
'name' => q(Deeg), |
1516
|
|
|
|
|
|
|
'one' => q({0} Dag), |
1517
|
|
|
|
|
|
|
'other' => q({0} Deeg), |
1518
|
|
|
|
|
|
|
}, |
1519
|
|
|
|
|
|
|
'deciliter' => { |
1520
|
|
|
|
|
|
|
'name' => q(Deziliter), |
1521
|
|
|
|
|
|
|
'one' => q({0} Deziliter), |
1522
|
|
|
|
|
|
|
'other' => q({0} Deziliter), |
1523
|
|
|
|
|
|
|
}, |
1524
|
|
|
|
|
|
|
'decimeter' => { |
1525
|
|
|
|
|
|
|
'name' => q(Dezimeter), |
1526
|
|
|
|
|
|
|
'one' => q({0} Dezimeter), |
1527
|
|
|
|
|
|
|
'other' => q({0} Dezimeter), |
1528
|
|
|
|
|
|
|
}, |
1529
|
|
|
|
|
|
|
'degree' => { |
1530
|
|
|
|
|
|
|
'name' => q(Grad), |
1531
|
|
|
|
|
|
|
'one' => q({0} Grad), |
1532
|
|
|
|
|
|
|
'other' => q({0} Grad), |
1533
|
|
|
|
|
|
|
}, |
1534
|
|
|
|
|
|
|
'fahrenheit' => { |
1535
|
|
|
|
|
|
|
'name' => q(°F), |
1536
|
|
|
|
|
|
|
'one' => q({0} Grad Fahrenheit), |
1537
|
|
|
|
|
|
|
'other' => q({0} Grad Fahrenheit), |
1538
|
|
|
|
|
|
|
}, |
1539
|
|
|
|
|
|
|
'fathom' => { |
1540
|
|
|
|
|
|
|
'name' => q(Nautesch Fiedem), |
1541
|
|
|
|
|
|
|
'one' => q({0} Nautesche Fuedem), |
1542
|
|
|
|
|
|
|
'other' => q({0} Nautesch Fiedem), |
1543
|
|
|
|
|
|
|
}, |
1544
|
|
|
|
|
|
|
'fluid-ounce' => { |
1545
|
|
|
|
|
|
|
'name' => q(Flësseg-Onzen), |
1546
|
|
|
|
|
|
|
'one' => q({0} Flësseg-Onz), |
1547
|
|
|
|
|
|
|
'other' => q({0} Flësseg-Onzen), |
1548
|
|
|
|
|
|
|
}, |
1549
|
|
|
|
|
|
|
'foodcalorie' => { |
1550
|
|
|
|
|
|
|
'name' => q(Liewensmëttelkalorien), |
1551
|
|
|
|
|
|
|
'one' => q({0} Liewensmëttelkalorie), |
1552
|
|
|
|
|
|
|
'other' => q({0} Liewensmëttelkalorien), |
1553
|
|
|
|
|
|
|
}, |
1554
|
|
|
|
|
|
|
'foot' => { |
1555
|
|
|
|
|
|
|
'name' => q(Fouss), |
1556
|
|
|
|
|
|
|
'one' => q({0} Fouss), |
1557
|
|
|
|
|
|
|
'other' => q({0} Fouss), |
1558
|
|
|
|
|
|
|
}, |
1559
|
|
|
|
|
|
|
'furlong' => { |
1560
|
|
|
|
|
|
|
'name' => q(Furlongs), |
1561
|
|
|
|
|
|
|
'one' => q({0} Furlong), |
1562
|
|
|
|
|
|
|
'other' => q({0} Furlongs), |
1563
|
|
|
|
|
|
|
}, |
1564
|
|
|
|
|
|
|
'g-force' => { |
1565
|
|
|
|
|
|
|
'name' => q(Ãerdacceleratioun), |
1566
|
|
|
|
|
|
|
'one' => q({0}-fach Ãerdacceleratioun), |
1567
|
|
|
|
|
|
|
'other' => q({0}-fach Ãerdacceleratioun), |
1568
|
|
|
|
|
|
|
}, |
1569
|
|
|
|
|
|
|
'gallon' => { |
1570
|
|
|
|
|
|
|
'name' => q(Gallounen), |
1571
|
|
|
|
|
|
|
'one' => q({0} Galloun), |
1572
|
|
|
|
|
|
|
'other' => q({0} Gallounen), |
1573
|
|
|
|
|
|
|
}, |
1574
|
|
|
|
|
|
|
'gigabit' => { |
1575
|
|
|
|
|
|
|
'name' => q(Gigabits), |
1576
|
|
|
|
|
|
|
'one' => q({0} Gigabit), |
1577
|
|
|
|
|
|
|
'other' => q({0} Gigabit), |
1578
|
|
|
|
|
|
|
}, |
1579
|
|
|
|
|
|
|
'gigabyte' => { |
1580
|
|
|
|
|
|
|
'name' => q(Gigabytes), |
1581
|
|
|
|
|
|
|
'one' => q({0} Gigabyte), |
1582
|
|
|
|
|
|
|
'other' => q({0} Gigabytes), |
1583
|
|
|
|
|
|
|
}, |
1584
|
|
|
|
|
|
|
'gigahertz' => { |
1585
|
|
|
|
|
|
|
'name' => q(Gigahertz), |
1586
|
|
|
|
|
|
|
'one' => q({0} Gigahertz), |
1587
|
|
|
|
|
|
|
'other' => q({0} Gigahertz), |
1588
|
|
|
|
|
|
|
}, |
1589
|
|
|
|
|
|
|
'gigawatt' => { |
1590
|
|
|
|
|
|
|
'name' => q(Gigawatt), |
1591
|
|
|
|
|
|
|
'one' => q({0} Gigawatt), |
1592
|
|
|
|
|
|
|
'other' => q({0} Gigawatt), |
1593
|
|
|
|
|
|
|
}, |
1594
|
|
|
|
|
|
|
'gram' => { |
1595
|
|
|
|
|
|
|
'name' => q(Gramm), |
1596
|
|
|
|
|
|
|
'one' => q({0} Gramm), |
1597
|
|
|
|
|
|
|
'other' => q({0} Gramm), |
1598
|
|
|
|
|
|
|
}, |
1599
|
|
|
|
|
|
|
'hectare' => { |
1600
|
|
|
|
|
|
|
'name' => q(Hektar), |
1601
|
|
|
|
|
|
|
'one' => q({0} Hektar), |
1602
|
|
|
|
|
|
|
'other' => q({0} Hektar), |
1603
|
|
|
|
|
|
|
}, |
1604
|
|
|
|
|
|
|
'hectoliter' => { |
1605
|
|
|
|
|
|
|
'name' => q(Hektoliter), |
1606
|
|
|
|
|
|
|
'one' => q({0} Hektoliter), |
1607
|
|
|
|
|
|
|
'other' => q({0} Hektoliter), |
1608
|
|
|
|
|
|
|
}, |
1609
|
|
|
|
|
|
|
'hectopascal' => { |
1610
|
|
|
|
|
|
|
'name' => q(hPa), |
1611
|
|
|
|
|
|
|
'one' => q({0} Hektopascal), |
1612
|
|
|
|
|
|
|
'other' => q({0} Hektopascal), |
1613
|
|
|
|
|
|
|
}, |
1614
|
|
|
|
|
|
|
'hertz' => { |
1615
|
|
|
|
|
|
|
'name' => q(Hertz), |
1616
|
|
|
|
|
|
|
'one' => q({0} Hertz), |
1617
|
|
|
|
|
|
|
'other' => q({0} Hertz), |
1618
|
|
|
|
|
|
|
}, |
1619
|
|
|
|
|
|
|
'horsepower' => { |
1620
|
|
|
|
|
|
|
'name' => q(Päerdsstäerkten), |
1621
|
|
|
|
|
|
|
'one' => q({0} Päerdsstäerkt), |
1622
|
|
|
|
|
|
|
'other' => q({0} Päerdsstäerkten), |
1623
|
|
|
|
|
|
|
}, |
1624
|
|
|
|
|
|
|
'hour' => { |
1625
|
|
|
|
|
|
|
'name' => q(Stonnen), |
1626
|
|
|
|
|
|
|
'one' => q({0} Stonn), |
1627
|
|
|
|
|
|
|
'other' => q({0} Stonnen), |
1628
|
|
|
|
|
|
|
'per' => q({0} pro Stonn), |
1629
|
|
|
|
|
|
|
}, |
1630
|
|
|
|
|
|
|
'inch' => { |
1631
|
|
|
|
|
|
|
'name' => q(Zoll), |
1632
|
|
|
|
|
|
|
'one' => q({0} Zoll), |
1633
|
|
|
|
|
|
|
'other' => q({0} Zoll), |
1634
|
|
|
|
|
|
|
}, |
1635
|
|
|
|
|
|
|
'inch-hg' => { |
1636
|
|
|
|
|
|
|
'name' => q(inHg), |
1637
|
|
|
|
|
|
|
'one' => q({0} Zoll Quecksëlwersail), |
1638
|
|
|
|
|
|
|
'other' => q({0} Zoll Quecksëlwersail), |
1639
|
|
|
|
|
|
|
}, |
1640
|
|
|
|
|
|
|
'joule' => { |
1641
|
|
|
|
|
|
|
'name' => q(Joule), |
1642
|
|
|
|
|
|
|
'one' => q({0} Joule), |
1643
|
|
|
|
|
|
|
'other' => q({0} Joule), |
1644
|
|
|
|
|
|
|
}, |
1645
|
|
|
|
|
|
|
'karat' => { |
1646
|
|
|
|
|
|
|
'name' => q(Karat), |
1647
|
|
|
|
|
|
|
'one' => q({0} Karat), |
1648
|
|
|
|
|
|
|
'other' => q({0} Karat), |
1649
|
|
|
|
|
|
|
}, |
1650
|
|
|
|
|
|
|
'kelvin' => { |
1651
|
|
|
|
|
|
|
'name' => q(K), |
1652
|
|
|
|
|
|
|
'one' => q({0} K), |
1653
|
|
|
|
|
|
|
'other' => q({0} K), |
1654
|
|
|
|
|
|
|
}, |
1655
|
|
|
|
|
|
|
'kilobit' => { |
1656
|
|
|
|
|
|
|
'name' => q(Kilobits), |
1657
|
|
|
|
|
|
|
'one' => q({0} Kilobit), |
1658
|
|
|
|
|
|
|
'other' => q({0} Kilobit), |
1659
|
|
|
|
|
|
|
}, |
1660
|
|
|
|
|
|
|
'kilobyte' => { |
1661
|
|
|
|
|
|
|
'name' => q(Kilobytes), |
1662
|
|
|
|
|
|
|
'one' => q({0} Kilobyte), |
1663
|
|
|
|
|
|
|
'other' => q({0} Kilobytes), |
1664
|
|
|
|
|
|
|
}, |
1665
|
|
|
|
|
|
|
'kilocalorie' => { |
1666
|
|
|
|
|
|
|
'name' => q(Kilokalorien), |
1667
|
|
|
|
|
|
|
'one' => q({0} Kilokalorie), |
1668
|
|
|
|
|
|
|
'other' => q({0} Kilokalorien), |
1669
|
|
|
|
|
|
|
}, |
1670
|
|
|
|
|
|
|
'kilogram' => { |
1671
|
|
|
|
|
|
|
'name' => q(Kilogramm), |
1672
|
|
|
|
|
|
|
'one' => q({0} Kilogramm), |
1673
|
|
|
|
|
|
|
'other' => q({0} Kilogramm), |
1674
|
|
|
|
|
|
|
}, |
1675
|
|
|
|
|
|
|
'kilohertz' => { |
1676
|
|
|
|
|
|
|
'name' => q(Kilohertz), |
1677
|
|
|
|
|
|
|
'one' => q({0} Kilohertz), |
1678
|
|
|
|
|
|
|
'other' => q({0} Kilohertz), |
1679
|
|
|
|
|
|
|
}, |
1680
|
|
|
|
|
|
|
'kilojoule' => { |
1681
|
|
|
|
|
|
|
'name' => q(Kilojoule), |
1682
|
|
|
|
|
|
|
'one' => q({0} Kilojoule), |
1683
|
|
|
|
|
|
|
'other' => q({0} Kilojoule), |
1684
|
|
|
|
|
|
|
}, |
1685
|
|
|
|
|
|
|
'kilometer' => { |
1686
|
|
|
|
|
|
|
'name' => q(Kilometer), |
1687
|
|
|
|
|
|
|
'one' => q({0} Kilometer), |
1688
|
|
|
|
|
|
|
'other' => q({0} Kilometer), |
1689
|
|
|
|
|
|
|
}, |
1690
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
1691
|
|
|
|
|
|
|
'name' => q(Kilometer pro Stonn), |
1692
|
|
|
|
|
|
|
'one' => q({0} Kilometer pro Stonn), |
1693
|
|
|
|
|
|
|
'other' => q({0} Kilometer pro Stonn), |
1694
|
|
|
|
|
|
|
}, |
1695
|
|
|
|
|
|
|
'kilowatt' => { |
1696
|
|
|
|
|
|
|
'name' => q(Kilowatt), |
1697
|
|
|
|
|
|
|
'one' => q({0} Kilowatt), |
1698
|
|
|
|
|
|
|
'other' => q({0} Kilowatt), |
1699
|
|
|
|
|
|
|
}, |
1700
|
|
|
|
|
|
|
'kilowatt-hour' => { |
1701
|
|
|
|
|
|
|
'name' => q(Kilowattstonnen), |
1702
|
|
|
|
|
|
|
'one' => q({0} Kilowattstonn), |
1703
|
|
|
|
|
|
|
'other' => q({0} Kilowattstonnen), |
1704
|
|
|
|
|
|
|
}, |
1705
|
|
|
|
|
|
|
'light-year' => { |
1706
|
|
|
|
|
|
|
'name' => q(Liichtjoer), |
1707
|
|
|
|
|
|
|
'one' => q({0} Liichtjoer), |
1708
|
|
|
|
|
|
|
'other' => q({0} Liichtjoer), |
1709
|
|
|
|
|
|
|
}, |
1710
|
|
|
|
|
|
|
'liter' => { |
1711
|
|
|
|
|
|
|
'name' => q(Liter), |
1712
|
|
|
|
|
|
|
'one' => q({0} Liter), |
1713
|
|
|
|
|
|
|
'other' => q({0} Liter), |
1714
|
|
|
|
|
|
|
}, |
1715
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
1716
|
|
|
|
|
|
|
'name' => q(Liter pro Kilometer), |
1717
|
|
|
|
|
|
|
'one' => q({0} Liter pro Kilometer), |
1718
|
|
|
|
|
|
|
'other' => q({0} Liter pro Kilometer), |
1719
|
|
|
|
|
|
|
}, |
1720
|
|
|
|
|
|
|
'lux' => { |
1721
|
|
|
|
|
|
|
'name' => q(Lux), |
1722
|
|
|
|
|
|
|
'one' => q({0} Lux), |
1723
|
|
|
|
|
|
|
'other' => q({0} Lux), |
1724
|
|
|
|
|
|
|
}, |
1725
|
|
|
|
|
|
|
'megabit' => { |
1726
|
|
|
|
|
|
|
'name' => q(Megabits), |
1727
|
|
|
|
|
|
|
'one' => q({0} Megabit), |
1728
|
|
|
|
|
|
|
'other' => q({0} Megabits), |
1729
|
|
|
|
|
|
|
}, |
1730
|
|
|
|
|
|
|
'megabyte' => { |
1731
|
|
|
|
|
|
|
'name' => q(Megabytes), |
1732
|
|
|
|
|
|
|
'one' => q({0} Megabyte), |
1733
|
|
|
|
|
|
|
'other' => q({0} Megabytes), |
1734
|
|
|
|
|
|
|
}, |
1735
|
|
|
|
|
|
|
'megahertz' => { |
1736
|
|
|
|
|
|
|
'name' => q(Megahertz), |
1737
|
|
|
|
|
|
|
'one' => q({0} Megahertz), |
1738
|
|
|
|
|
|
|
'other' => q({0} Megahertz), |
1739
|
|
|
|
|
|
|
}, |
1740
|
|
|
|
|
|
|
'megaliter' => { |
1741
|
|
|
|
|
|
|
'name' => q(Megaliter), |
1742
|
|
|
|
|
|
|
'one' => q({0} Megaliter), |
1743
|
|
|
|
|
|
|
'other' => q({0} Megaliter), |
1744
|
|
|
|
|
|
|
}, |
1745
|
|
|
|
|
|
|
'megawatt' => { |
1746
|
|
|
|
|
|
|
'name' => q(Megawatt), |
1747
|
|
|
|
|
|
|
'one' => q({0} Megawatt), |
1748
|
|
|
|
|
|
|
'other' => q({0} Megawatt), |
1749
|
|
|
|
|
|
|
}, |
1750
|
|
|
|
|
|
|
'meter' => { |
1751
|
|
|
|
|
|
|
'name' => q(Meter), |
1752
|
|
|
|
|
|
|
'one' => q({0} Meter), |
1753
|
|
|
|
|
|
|
'other' => q({0} Meter), |
1754
|
|
|
|
|
|
|
}, |
1755
|
|
|
|
|
|
|
'meter-per-second' => { |
1756
|
|
|
|
|
|
|
'name' => q(Meter pro Sekonn), |
1757
|
|
|
|
|
|
|
'one' => q({0} Meter pro Sekonn), |
1758
|
|
|
|
|
|
|
'other' => q({0} Meter pro Sekonn), |
1759
|
|
|
|
|
|
|
}, |
1760
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
1761
|
|
|
|
|
|
|
'name' => q(Meter pro Quadratsekonn), |
1762
|
|
|
|
|
|
|
'one' => q({0} Meter pro Quadratsekonn), |
1763
|
|
|
|
|
|
|
'other' => q({0} Meter pro Quadratsekonn), |
1764
|
|
|
|
|
|
|
}, |
1765
|
|
|
|
|
|
|
'metric-ton' => { |
1766
|
|
|
|
|
|
|
'name' => q(Tonnen), |
1767
|
|
|
|
|
|
|
'one' => q({0} Tonn), |
1768
|
|
|
|
|
|
|
'other' => q({0} Tonnen), |
1769
|
|
|
|
|
|
|
}, |
1770
|
|
|
|
|
|
|
'microgram' => { |
1771
|
|
|
|
|
|
|
'name' => q(Mikrogramm), |
1772
|
|
|
|
|
|
|
'one' => q({0} Mikrogramm), |
1773
|
|
|
|
|
|
|
'other' => q({0} Mikrogramm), |
1774
|
|
|
|
|
|
|
}, |
1775
|
|
|
|
|
|
|
'micrometer' => { |
1776
|
|
|
|
|
|
|
'name' => q(Mikrometer), |
1777
|
|
|
|
|
|
|
'one' => q({0} Mikrometer), |
1778
|
|
|
|
|
|
|
'other' => q({0} Mikrometer), |
1779
|
|
|
|
|
|
|
}, |
1780
|
|
|
|
|
|
|
'microsecond' => { |
1781
|
|
|
|
|
|
|
'name' => q(Mikrosekonnen), |
1782
|
|
|
|
|
|
|
'one' => q({0} Mikrosekonn), |
1783
|
|
|
|
|
|
|
'other' => q({0} Mikrosekonnen), |
1784
|
|
|
|
|
|
|
}, |
1785
|
|
|
|
|
|
|
'mile' => { |
1786
|
|
|
|
|
|
|
'name' => q(Meilen), |
1787
|
|
|
|
|
|
|
'one' => q({0} Meil), |
1788
|
|
|
|
|
|
|
'other' => q({0} Meilen), |
1789
|
|
|
|
|
|
|
}, |
1790
|
|
|
|
|
|
|
'mile-per-hour' => { |
1791
|
|
|
|
|
|
|
'name' => q(Meile pro Stonn), |
1792
|
|
|
|
|
|
|
'one' => q({0} Meil pro Stonn), |
1793
|
|
|
|
|
|
|
'other' => q({0} Meile pro Stonn), |
1794
|
|
|
|
|
|
|
}, |
1795
|
|
|
|
|
|
|
'milliampere' => { |
1796
|
|
|
|
|
|
|
'name' => q(Milliampère), |
1797
|
|
|
|
|
|
|
'one' => q({0} Milliampère), |
1798
|
|
|
|
|
|
|
'other' => q({0} Milliampère), |
1799
|
|
|
|
|
|
|
}, |
1800
|
|
|
|
|
|
|
'millibar' => { |
1801
|
|
|
|
|
|
|
'name' => q(mbar), |
1802
|
|
|
|
|
|
|
'one' => q({0} Millibar), |
1803
|
|
|
|
|
|
|
'other' => q({0} Millibar), |
1804
|
|
|
|
|
|
|
}, |
1805
|
|
|
|
|
|
|
'milligram' => { |
1806
|
|
|
|
|
|
|
'name' => q(Milligramm), |
1807
|
|
|
|
|
|
|
'one' => q({0} Milligramm), |
1808
|
|
|
|
|
|
|
'other' => q({0} Milligramm), |
1809
|
|
|
|
|
|
|
}, |
1810
|
|
|
|
|
|
|
'milliliter' => { |
1811
|
|
|
|
|
|
|
'name' => q(Milliliter), |
1812
|
|
|
|
|
|
|
'one' => q({0} Milliliter), |
1813
|
|
|
|
|
|
|
'other' => q({0} Milliliter), |
1814
|
|
|
|
|
|
|
}, |
1815
|
|
|
|
|
|
|
'millimeter' => { |
1816
|
|
|
|
|
|
|
'name' => q(Millimeter), |
1817
|
|
|
|
|
|
|
'one' => q({0} Millimeter), |
1818
|
|
|
|
|
|
|
'other' => q({0} Millimeter), |
1819
|
|
|
|
|
|
|
}, |
1820
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
1821
|
|
|
|
|
|
|
'name' => q(mm Hg), |
1822
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
1823
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
1824
|
|
|
|
|
|
|
}, |
1825
|
|
|
|
|
|
|
'millisecond' => { |
1826
|
|
|
|
|
|
|
'name' => q(Millisekonnen), |
1827
|
|
|
|
|
|
|
'one' => q({0} Millisekonn), |
1828
|
|
|
|
|
|
|
'other' => q({0} Millisekonnen), |
1829
|
|
|
|
|
|
|
}, |
1830
|
|
|
|
|
|
|
'milliwatt' => { |
1831
|
|
|
|
|
|
|
'name' => q(Milliwatt), |
1832
|
|
|
|
|
|
|
'one' => q({0} Milliwatt), |
1833
|
|
|
|
|
|
|
'other' => q({0} Milliwatt), |
1834
|
|
|
|
|
|
|
}, |
1835
|
|
|
|
|
|
|
'minute' => { |
1836
|
|
|
|
|
|
|
'name' => q(Minutten), |
1837
|
|
|
|
|
|
|
'one' => q({0} Minutt), |
1838
|
|
|
|
|
|
|
'other' => q({0} Minutten), |
1839
|
|
|
|
|
|
|
}, |
1840
|
|
|
|
|
|
|
'month' => { |
1841
|
|
|
|
|
|
|
'name' => q(Méint), |
1842
|
|
|
|
|
|
|
'one' => q({0} Mount), |
1843
|
|
|
|
|
|
|
'other' => q({0} Méint), |
1844
|
|
|
|
|
|
|
}, |
1845
|
|
|
|
|
|
|
'nanometer' => { |
1846
|
|
|
|
|
|
|
'name' => q(Nanometer), |
1847
|
|
|
|
|
|
|
'one' => q({0} Nanometer), |
1848
|
|
|
|
|
|
|
'other' => q({0} Nanometer), |
1849
|
|
|
|
|
|
|
}, |
1850
|
|
|
|
|
|
|
'nanosecond' => { |
1851
|
|
|
|
|
|
|
'name' => q(Nanosekonnen), |
1852
|
|
|
|
|
|
|
'one' => q({0} Nanosekonn), |
1853
|
|
|
|
|
|
|
'other' => q({0} Nanosekonnen), |
1854
|
|
|
|
|
|
|
}, |
1855
|
|
|
|
|
|
|
'nautical-mile' => { |
1856
|
|
|
|
|
|
|
'name' => q(Nautesch Meilen), |
1857
|
|
|
|
|
|
|
'one' => q({0} Nautesch Meil), |
1858
|
|
|
|
|
|
|
'other' => q({0} Nautesch Meilen), |
1859
|
|
|
|
|
|
|
}, |
1860
|
|
|
|
|
|
|
'ohm' => { |
1861
|
|
|
|
|
|
|
'name' => q(Ohm), |
1862
|
|
|
|
|
|
|
'one' => q({0} Ohm), |
1863
|
|
|
|
|
|
|
'other' => q({0} Ohm), |
1864
|
|
|
|
|
|
|
}, |
1865
|
|
|
|
|
|
|
'ounce' => { |
1866
|
|
|
|
|
|
|
'name' => q(Onz), |
1867
|
|
|
|
|
|
|
'one' => q({0} Onz), |
1868
|
|
|
|
|
|
|
'other' => q({0} Onzen), |
1869
|
|
|
|
|
|
|
}, |
1870
|
|
|
|
|
|
|
'ounce-troy' => { |
1871
|
|
|
|
|
|
|
'name' => q(Fäin-Onz), |
1872
|
|
|
|
|
|
|
'one' => q({0} Fäin-Onz), |
1873
|
|
|
|
|
|
|
'other' => q({0} Fäin-Onzen), |
1874
|
|
|
|
|
|
|
}, |
1875
|
|
|
|
|
|
|
'parsec' => { |
1876
|
|
|
|
|
|
|
'name' => q(Parsecs), |
1877
|
|
|
|
|
|
|
'one' => q({0} Parsec), |
1878
|
|
|
|
|
|
|
'other' => q({0} Parsecs), |
1879
|
|
|
|
|
|
|
}, |
1880
|
|
|
|
|
|
|
'picometer' => { |
1881
|
|
|
|
|
|
|
'name' => q(Pikometer), |
1882
|
|
|
|
|
|
|
'one' => q({0} Pikometer), |
1883
|
|
|
|
|
|
|
'other' => q({0} Pikometer), |
1884
|
|
|
|
|
|
|
}, |
1885
|
|
|
|
|
|
|
'pint' => { |
1886
|
|
|
|
|
|
|
'name' => q(Pinten), |
1887
|
|
|
|
|
|
|
'one' => q({0} Pint), |
1888
|
|
|
|
|
|
|
'other' => q({0} Pinten), |
1889
|
|
|
|
|
|
|
}, |
1890
|
|
|
|
|
|
|
'pound' => { |
1891
|
|
|
|
|
|
|
'name' => q(Pond), |
1892
|
|
|
|
|
|
|
'one' => q({0} Pond), |
1893
|
|
|
|
|
|
|
'other' => q({0} Pond), |
1894
|
|
|
|
|
|
|
}, |
1895
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
1896
|
|
|
|
|
|
|
'name' => q(psi), |
1897
|
|
|
|
|
|
|
'one' => q({0} psi), |
1898
|
|
|
|
|
|
|
'other' => q({0} psi), |
1899
|
|
|
|
|
|
|
}, |
1900
|
|
|
|
|
|
|
'quart' => { |
1901
|
|
|
|
|
|
|
'name' => q(Quarten), |
1902
|
|
|
|
|
|
|
'one' => q({0} Quart), |
1903
|
|
|
|
|
|
|
'other' => q({0} Quarten), |
1904
|
|
|
|
|
|
|
}, |
1905
|
|
|
|
|
|
|
'radian' => { |
1906
|
|
|
|
|
|
|
'name' => q(Radianten), |
1907
|
|
|
|
|
|
|
'one' => q({0} Radiant), |
1908
|
|
|
|
|
|
|
'other' => q({0} Radianten), |
1909
|
|
|
|
|
|
|
}, |
1910
|
|
|
|
|
|
|
'second' => { |
1911
|
|
|
|
|
|
|
'name' => q(Sekonnen), |
1912
|
|
|
|
|
|
|
'one' => q({0} Sekonn), |
1913
|
|
|
|
|
|
|
'other' => q({0} Sekonnen), |
1914
|
|
|
|
|
|
|
'per' => q({0} pro Sekonn), |
1915
|
|
|
|
|
|
|
}, |
1916
|
|
|
|
|
|
|
'square-centimeter' => { |
1917
|
|
|
|
|
|
|
'name' => q(Quadratzentimeter), |
1918
|
|
|
|
|
|
|
'one' => q({0} Quadratzentimeter), |
1919
|
|
|
|
|
|
|
'other' => q({0} Quadratzentimeter), |
1920
|
|
|
|
|
|
|
}, |
1921
|
|
|
|
|
|
|
'square-foot' => { |
1922
|
|
|
|
|
|
|
'name' => q(Quadratfouss), |
1923
|
|
|
|
|
|
|
'one' => q({0} Quadratfouss), |
1924
|
|
|
|
|
|
|
'other' => q({0} Quadratfouss), |
1925
|
|
|
|
|
|
|
}, |
1926
|
|
|
|
|
|
|
'square-inch' => { |
1927
|
|
|
|
|
|
|
'name' => q(Quadratzoll), |
1928
|
|
|
|
|
|
|
'one' => q({0} Quadratzoll), |
1929
|
|
|
|
|
|
|
'other' => q({0} Quadratzoll), |
1930
|
|
|
|
|
|
|
}, |
1931
|
|
|
|
|
|
|
'square-kilometer' => { |
1932
|
|
|
|
|
|
|
'name' => q(Quadratkilometer), |
1933
|
|
|
|
|
|
|
'one' => q({0} Quadratkilometer), |
1934
|
|
|
|
|
|
|
'other' => q({0} Quadratkilometer), |
1935
|
|
|
|
|
|
|
}, |
1936
|
|
|
|
|
|
|
'square-meter' => { |
1937
|
|
|
|
|
|
|
'name' => q(Quadratmeter), |
1938
|
|
|
|
|
|
|
'one' => q({0} Quadratmeter), |
1939
|
|
|
|
|
|
|
'other' => q({0} Quadratmeter), |
1940
|
|
|
|
|
|
|
}, |
1941
|
|
|
|
|
|
|
'square-mile' => { |
1942
|
|
|
|
|
|
|
'name' => q(Quadratmeilen), |
1943
|
|
|
|
|
|
|
'one' => q({0} Quadratmeil), |
1944
|
|
|
|
|
|
|
'other' => q({0} Quadratmeilen), |
1945
|
|
|
|
|
|
|
}, |
1946
|
|
|
|
|
|
|
'square-yard' => { |
1947
|
|
|
|
|
|
|
'name' => q(Quadratyards), |
1948
|
|
|
|
|
|
|
'one' => q({0} Quadratyard), |
1949
|
|
|
|
|
|
|
'other' => q({0} Quadratyards), |
1950
|
|
|
|
|
|
|
}, |
1951
|
|
|
|
|
|
|
'stone' => { |
1952
|
|
|
|
|
|
|
'name' => q(Stones), |
1953
|
|
|
|
|
|
|
'one' => q({0} Stone), |
1954
|
|
|
|
|
|
|
'other' => q({0} Stones), |
1955
|
|
|
|
|
|
|
}, |
1956
|
|
|
|
|
|
|
'tablespoon' => { |
1957
|
|
|
|
|
|
|
'name' => q(Zoppeläffelen), |
1958
|
|
|
|
|
|
|
'one' => q({0} Zoppeläffel), |
1959
|
|
|
|
|
|
|
'other' => q({0} Zoppeläffelen), |
1960
|
|
|
|
|
|
|
}, |
1961
|
|
|
|
|
|
|
'teaspoon' => { |
1962
|
|
|
|
|
|
|
'name' => q(Téiläffelen), |
1963
|
|
|
|
|
|
|
'one' => q({0} Téiläffel), |
1964
|
|
|
|
|
|
|
'other' => q({0} Téiläffelen), |
1965
|
|
|
|
|
|
|
}, |
1966
|
|
|
|
|
|
|
'terabit' => { |
1967
|
|
|
|
|
|
|
'name' => q(Terabits), |
1968
|
|
|
|
|
|
|
'one' => q({0} Terabit), |
1969
|
|
|
|
|
|
|
'other' => q({0} Terabits), |
1970
|
|
|
|
|
|
|
}, |
1971
|
|
|
|
|
|
|
'terabyte' => { |
1972
|
|
|
|
|
|
|
'name' => q(Terabytes), |
1973
|
|
|
|
|
|
|
'one' => q({0} Terabyte), |
1974
|
|
|
|
|
|
|
'other' => q({0} Terabytes), |
1975
|
|
|
|
|
|
|
}, |
1976
|
|
|
|
|
|
|
'ton' => { |
1977
|
|
|
|
|
|
|
'name' => q(Long tons), |
1978
|
|
|
|
|
|
|
'one' => q({0} Long ton), |
1979
|
|
|
|
|
|
|
'other' => q({0} Long tons), |
1980
|
|
|
|
|
|
|
}, |
1981
|
|
|
|
|
|
|
'volt' => { |
1982
|
|
|
|
|
|
|
'name' => q(Volt), |
1983
|
|
|
|
|
|
|
'one' => q({0} Volt), |
1984
|
|
|
|
|
|
|
'other' => q({0} Volt), |
1985
|
|
|
|
|
|
|
}, |
1986
|
|
|
|
|
|
|
'watt' => { |
1987
|
|
|
|
|
|
|
'name' => q(Watt), |
1988
|
|
|
|
|
|
|
'one' => q({0} Watt), |
1989
|
|
|
|
|
|
|
'other' => q({0} Watt), |
1990
|
|
|
|
|
|
|
}, |
1991
|
|
|
|
|
|
|
'week' => { |
1992
|
|
|
|
|
|
|
'name' => q(Wochen), |
1993
|
|
|
|
|
|
|
'one' => q({0} Woch), |
1994
|
|
|
|
|
|
|
'other' => q({0} Wochen), |
1995
|
|
|
|
|
|
|
}, |
1996
|
|
|
|
|
|
|
'yard' => { |
1997
|
|
|
|
|
|
|
'name' => q(Yard), |
1998
|
|
|
|
|
|
|
'one' => q({0} Yard), |
1999
|
|
|
|
|
|
|
'other' => q({0} Yards), |
2000
|
|
|
|
|
|
|
}, |
2001
|
|
|
|
|
|
|
'year' => { |
2002
|
|
|
|
|
|
|
'name' => q(Joer), |
2003
|
|
|
|
|
|
|
'one' => q({0} Joer), |
2004
|
|
|
|
|
|
|
'other' => q({0} Joer), |
2005
|
|
|
|
|
|
|
}, |
2006
|
|
|
|
|
|
|
}, |
2007
|
|
|
|
|
|
|
'narrow' => { |
2008
|
|
|
|
|
|
|
'acre' => { |
2009
|
|
|
|
|
|
|
'one' => q({0} ac), |
2010
|
|
|
|
|
|
|
'other' => q({0} ac), |
2011
|
|
|
|
|
|
|
}, |
2012
|
|
|
|
|
|
|
'acre-foot' => { |
2013
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
2014
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
2015
|
|
|
|
|
|
|
}, |
2016
|
|
|
|
|
|
|
'arc-minute' => { |
2017
|
|
|
|
|
|
|
'one' => q({0}â²), |
2018
|
|
|
|
|
|
|
'other' => q({0}â²), |
2019
|
|
|
|
|
|
|
}, |
2020
|
|
|
|
|
|
|
'arc-second' => { |
2021
|
|
|
|
|
|
|
'one' => q({0}â³), |
2022
|
|
|
|
|
|
|
'other' => q({0}â³), |
2023
|
|
|
|
|
|
|
}, |
2024
|
|
|
|
|
|
|
'astronomical-unit' => { |
2025
|
|
|
|
|
|
|
'one' => q({0} au), |
2026
|
|
|
|
|
|
|
'other' => q({0} au), |
2027
|
|
|
|
|
|
|
}, |
2028
|
|
|
|
|
|
|
'bushel' => { |
2029
|
|
|
|
|
|
|
'name' => q(bu), |
2030
|
|
|
|
|
|
|
'one' => q({0} bu), |
2031
|
|
|
|
|
|
|
'other' => q({0} bu), |
2032
|
|
|
|
|
|
|
}, |
2033
|
|
|
|
|
|
|
'carat' => { |
2034
|
|
|
|
|
|
|
'one' => q({0} Kt), |
2035
|
|
|
|
|
|
|
'other' => q({0} Kt), |
2036
|
|
|
|
|
|
|
}, |
2037
|
|
|
|
|
|
|
'celsius' => { |
2038
|
|
|
|
|
|
|
'name' => q(°C), |
2039
|
|
|
|
|
|
|
'one' => q({0}°), |
2040
|
|
|
|
|
|
|
'other' => q({0}°), |
2041
|
|
|
|
|
|
|
}, |
2042
|
|
|
|
|
|
|
'centiliter' => { |
2043
|
|
|
|
|
|
|
'one' => q({0} cL), |
2044
|
|
|
|
|
|
|
'other' => q({0} cL), |
2045
|
|
|
|
|
|
|
}, |
2046
|
|
|
|
|
|
|
'centimeter' => { |
2047
|
|
|
|
|
|
|
'name' => q(cm), |
2048
|
|
|
|
|
|
|
'one' => q({0} cm), |
2049
|
|
|
|
|
|
|
'other' => q({0} cm), |
2050
|
|
|
|
|
|
|
}, |
2051
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2052
|
|
|
|
|
|
|
'one' => q({0} cm³), |
2053
|
|
|
|
|
|
|
'other' => q({0} cm³), |
2054
|
|
|
|
|
|
|
}, |
2055
|
|
|
|
|
|
|
'cubic-foot' => { |
2056
|
|
|
|
|
|
|
'one' => q({0} ft³), |
2057
|
|
|
|
|
|
|
'other' => q({0} ft³), |
2058
|
|
|
|
|
|
|
}, |
2059
|
|
|
|
|
|
|
'cubic-inch' => { |
2060
|
|
|
|
|
|
|
'one' => q({0} in³), |
2061
|
|
|
|
|
|
|
'other' => q({0} in³), |
2062
|
|
|
|
|
|
|
}, |
2063
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2064
|
|
|
|
|
|
|
'one' => q({0} km³), |
2065
|
|
|
|
|
|
|
'other' => q({0} km³), |
2066
|
|
|
|
|
|
|
}, |
2067
|
|
|
|
|
|
|
'cubic-meter' => { |
2068
|
|
|
|
|
|
|
'one' => q({0} m³), |
2069
|
|
|
|
|
|
|
'other' => q({0} m³), |
2070
|
|
|
|
|
|
|
}, |
2071
|
|
|
|
|
|
|
'cubic-mile' => { |
2072
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2073
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2074
|
|
|
|
|
|
|
}, |
2075
|
|
|
|
|
|
|
'cubic-yard' => { |
2076
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2077
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2078
|
|
|
|
|
|
|
}, |
2079
|
|
|
|
|
|
|
'cup' => { |
2080
|
|
|
|
|
|
|
'one' => q({0} cup), |
2081
|
|
|
|
|
|
|
'other' => q({0} cup), |
2082
|
|
|
|
|
|
|
}, |
2083
|
|
|
|
|
|
|
'day' => { |
2084
|
|
|
|
|
|
|
'name' => q(D), |
2085
|
|
|
|
|
|
|
'one' => q({0} D), |
2086
|
|
|
|
|
|
|
'other' => q({0} D), |
2087
|
|
|
|
|
|
|
}, |
2088
|
|
|
|
|
|
|
'deciliter' => { |
2089
|
|
|
|
|
|
|
'one' => q({0} dL), |
2090
|
|
|
|
|
|
|
'other' => q({0} dL), |
2091
|
|
|
|
|
|
|
}, |
2092
|
|
|
|
|
|
|
'decimeter' => { |
2093
|
|
|
|
|
|
|
'one' => q({0} dm), |
2094
|
|
|
|
|
|
|
'other' => q({0} dm), |
2095
|
|
|
|
|
|
|
}, |
2096
|
|
|
|
|
|
|
'degree' => { |
2097
|
|
|
|
|
|
|
'one' => q({0}°), |
2098
|
|
|
|
|
|
|
'other' => q({0}°), |
2099
|
|
|
|
|
|
|
}, |
2100
|
|
|
|
|
|
|
'fahrenheit' => { |
2101
|
|
|
|
|
|
|
'one' => q({0}°F), |
2102
|
|
|
|
|
|
|
'other' => q({0}°F), |
2103
|
|
|
|
|
|
|
}, |
2104
|
|
|
|
|
|
|
'fathom' => { |
2105
|
|
|
|
|
|
|
'name' => q(fm), |
2106
|
|
|
|
|
|
|
'one' => q({0} fm), |
2107
|
|
|
|
|
|
|
'other' => q({0} fm), |
2108
|
|
|
|
|
|
|
}, |
2109
|
|
|
|
|
|
|
'fluid-ounce' => { |
2110
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2111
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2112
|
|
|
|
|
|
|
}, |
2113
|
|
|
|
|
|
|
'foot' => { |
2114
|
|
|
|
|
|
|
'one' => q({0} ft), |
2115
|
|
|
|
|
|
|
'other' => q({0} ft), |
2116
|
|
|
|
|
|
|
}, |
2117
|
|
|
|
|
|
|
'furlong' => { |
2118
|
|
|
|
|
|
|
'name' => q(fur), |
2119
|
|
|
|
|
|
|
'one' => q({0} fur), |
2120
|
|
|
|
|
|
|
'other' => q({0} fur), |
2121
|
|
|
|
|
|
|
}, |
2122
|
|
|
|
|
|
|
'g-force' => { |
2123
|
|
|
|
|
|
|
'one' => q({0} G), |
2124
|
|
|
|
|
|
|
'other' => q({0} G), |
2125
|
|
|
|
|
|
|
}, |
2126
|
|
|
|
|
|
|
'gallon' => { |
2127
|
|
|
|
|
|
|
'one' => q({0} gal), |
2128
|
|
|
|
|
|
|
'other' => q({0} gal), |
2129
|
|
|
|
|
|
|
}, |
2130
|
|
|
|
|
|
|
'gram' => { |
2131
|
|
|
|
|
|
|
'name' => q(g), |
2132
|
|
|
|
|
|
|
'one' => q({0} g), |
2133
|
|
|
|
|
|
|
'other' => q({0} g), |
2134
|
|
|
|
|
|
|
}, |
2135
|
|
|
|
|
|
|
'hectare' => { |
2136
|
|
|
|
|
|
|
'one' => q({0} ha), |
2137
|
|
|
|
|
|
|
'other' => q({0} ha), |
2138
|
|
|
|
|
|
|
}, |
2139
|
|
|
|
|
|
|
'hectoliter' => { |
2140
|
|
|
|
|
|
|
'one' => q({0} hL), |
2141
|
|
|
|
|
|
|
'other' => q({0} hL), |
2142
|
|
|
|
|
|
|
}, |
2143
|
|
|
|
|
|
|
'hectopascal' => { |
2144
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2145
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2146
|
|
|
|
|
|
|
}, |
2147
|
|
|
|
|
|
|
'horsepower' => { |
2148
|
|
|
|
|
|
|
'one' => q({0} PS), |
2149
|
|
|
|
|
|
|
'other' => q({0} PS), |
2150
|
|
|
|
|
|
|
}, |
2151
|
|
|
|
|
|
|
'hour' => { |
2152
|
|
|
|
|
|
|
'name' => q(st), |
2153
|
|
|
|
|
|
|
'one' => q({0} st), |
2154
|
|
|
|
|
|
|
'other' => q({0} st), |
2155
|
|
|
|
|
|
|
}, |
2156
|
|
|
|
|
|
|
'inch' => { |
2157
|
|
|
|
|
|
|
'one' => q({0} in), |
2158
|
|
|
|
|
|
|
'other' => q({0} in), |
2159
|
|
|
|
|
|
|
}, |
2160
|
|
|
|
|
|
|
'inch-hg' => { |
2161
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2162
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2163
|
|
|
|
|
|
|
}, |
2164
|
|
|
|
|
|
|
'kelvin' => { |
2165
|
|
|
|
|
|
|
'one' => q({0} K), |
2166
|
|
|
|
|
|
|
'other' => q({0} K), |
2167
|
|
|
|
|
|
|
}, |
2168
|
|
|
|
|
|
|
'kilogram' => { |
2169
|
|
|
|
|
|
|
'name' => q(kg), |
2170
|
|
|
|
|
|
|
'one' => q({0} kg), |
2171
|
|
|
|
|
|
|
'other' => q({0} kg), |
2172
|
|
|
|
|
|
|
}, |
2173
|
|
|
|
|
|
|
'kilometer' => { |
2174
|
|
|
|
|
|
|
'name' => q(km), |
2175
|
|
|
|
|
|
|
'one' => q({0} km), |
2176
|
|
|
|
|
|
|
'other' => q({0} km), |
2177
|
|
|
|
|
|
|
}, |
2178
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2179
|
|
|
|
|
|
|
'name' => q(km/h), |
2180
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2181
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2182
|
|
|
|
|
|
|
}, |
2183
|
|
|
|
|
|
|
'kilowatt' => { |
2184
|
|
|
|
|
|
|
'one' => q({0} kW), |
2185
|
|
|
|
|
|
|
'other' => q({0} kW), |
2186
|
|
|
|
|
|
|
}, |
2187
|
|
|
|
|
|
|
'light-year' => { |
2188
|
|
|
|
|
|
|
'one' => q({0} ly), |
2189
|
|
|
|
|
|
|
'other' => q({0} ly), |
2190
|
|
|
|
|
|
|
}, |
2191
|
|
|
|
|
|
|
'liter' => { |
2192
|
|
|
|
|
|
|
'name' => q(l), |
2193
|
|
|
|
|
|
|
'one' => q({0} l), |
2194
|
|
|
|
|
|
|
'other' => q({0} l), |
2195
|
|
|
|
|
|
|
}, |
2196
|
|
|
|
|
|
|
'megaliter' => { |
2197
|
|
|
|
|
|
|
'one' => q({0} ML), |
2198
|
|
|
|
|
|
|
'other' => q({0} ML), |
2199
|
|
|
|
|
|
|
}, |
2200
|
|
|
|
|
|
|
'meter' => { |
2201
|
|
|
|
|
|
|
'name' => q(m), |
2202
|
|
|
|
|
|
|
'one' => q({0} m), |
2203
|
|
|
|
|
|
|
'other' => q({0} m), |
2204
|
|
|
|
|
|
|
}, |
2205
|
|
|
|
|
|
|
'meter-per-second' => { |
2206
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2207
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2208
|
|
|
|
|
|
|
}, |
2209
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2210
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2211
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2212
|
|
|
|
|
|
|
}, |
2213
|
|
|
|
|
|
|
'metric-ton' => { |
2214
|
|
|
|
|
|
|
'one' => q({0} t), |
2215
|
|
|
|
|
|
|
'other' => q({0} t), |
2216
|
|
|
|
|
|
|
}, |
2217
|
|
|
|
|
|
|
'microgram' => { |
2218
|
|
|
|
|
|
|
'one' => q({0} µg), |
2219
|
|
|
|
|
|
|
'other' => q({0} µg), |
2220
|
|
|
|
|
|
|
}, |
2221
|
|
|
|
|
|
|
'micrometer' => { |
2222
|
|
|
|
|
|
|
'one' => q({0} µm), |
2223
|
|
|
|
|
|
|
'other' => q({0} µm), |
2224
|
|
|
|
|
|
|
}, |
2225
|
|
|
|
|
|
|
'microsecond' => { |
2226
|
|
|
|
|
|
|
'one' => q({0} μs), |
2227
|
|
|
|
|
|
|
'other' => q({0} μs), |
2228
|
|
|
|
|
|
|
}, |
2229
|
|
|
|
|
|
|
'mile' => { |
2230
|
|
|
|
|
|
|
'one' => q({0} mi), |
2231
|
|
|
|
|
|
|
'other' => q({0} mi), |
2232
|
|
|
|
|
|
|
}, |
2233
|
|
|
|
|
|
|
'mile-per-hour' => { |
2234
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
2235
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
2236
|
|
|
|
|
|
|
}, |
2237
|
|
|
|
|
|
|
'millibar' => { |
2238
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2239
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2240
|
|
|
|
|
|
|
}, |
2241
|
|
|
|
|
|
|
'milligram' => { |
2242
|
|
|
|
|
|
|
'one' => q({0} mg), |
2243
|
|
|
|
|
|
|
'other' => q({0} mg), |
2244
|
|
|
|
|
|
|
}, |
2245
|
|
|
|
|
|
|
'milliliter' => { |
2246
|
|
|
|
|
|
|
'one' => q({0} mL), |
2247
|
|
|
|
|
|
|
'other' => q({0} mL), |
2248
|
|
|
|
|
|
|
}, |
2249
|
|
|
|
|
|
|
'millimeter' => { |
2250
|
|
|
|
|
|
|
'name' => q(mm), |
2251
|
|
|
|
|
|
|
'one' => q({0} mm), |
2252
|
|
|
|
|
|
|
'other' => q({0} mm), |
2253
|
|
|
|
|
|
|
}, |
2254
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2255
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
2256
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
2257
|
|
|
|
|
|
|
}, |
2258
|
|
|
|
|
|
|
'millisecond' => { |
2259
|
|
|
|
|
|
|
'name' => q(ms), |
2260
|
|
|
|
|
|
|
'one' => q({0} ms), |
2261
|
|
|
|
|
|
|
'other' => q({0} ms), |
2262
|
|
|
|
|
|
|
}, |
2263
|
|
|
|
|
|
|
'minute' => { |
2264
|
|
|
|
|
|
|
'name' => q(min), |
2265
|
|
|
|
|
|
|
'one' => q({0} min), |
2266
|
|
|
|
|
|
|
'other' => q({0} min), |
2267
|
|
|
|
|
|
|
}, |
2268
|
|
|
|
|
|
|
'month' => { |
2269
|
|
|
|
|
|
|
'name' => q(M), |
2270
|
|
|
|
|
|
|
'one' => q({0} M), |
2271
|
|
|
|
|
|
|
'other' => q({0} M), |
2272
|
|
|
|
|
|
|
}, |
2273
|
|
|
|
|
|
|
'nanometer' => { |
2274
|
|
|
|
|
|
|
'one' => q({0} nm), |
2275
|
|
|
|
|
|
|
'other' => q({0} nm), |
2276
|
|
|
|
|
|
|
}, |
2277
|
|
|
|
|
|
|
'nanosecond' => { |
2278
|
|
|
|
|
|
|
'one' => q({0} ns), |
2279
|
|
|
|
|
|
|
'other' => q({0} ns), |
2280
|
|
|
|
|
|
|
}, |
2281
|
|
|
|
|
|
|
'nautical-mile' => { |
2282
|
|
|
|
|
|
|
'one' => q({0} nmi), |
2283
|
|
|
|
|
|
|
'other' => q({0} nmi), |
2284
|
|
|
|
|
|
|
}, |
2285
|
|
|
|
|
|
|
'ounce' => { |
2286
|
|
|
|
|
|
|
'one' => q({0} oz), |
2287
|
|
|
|
|
|
|
'other' => q({0} oz), |
2288
|
|
|
|
|
|
|
}, |
2289
|
|
|
|
|
|
|
'ounce-troy' => { |
2290
|
|
|
|
|
|
|
'one' => q({0} oz. tr.), |
2291
|
|
|
|
|
|
|
'other' => q({0} oz. tr.), |
2292
|
|
|
|
|
|
|
}, |
2293
|
|
|
|
|
|
|
'parsec' => { |
2294
|
|
|
|
|
|
|
'one' => q({0} pc), |
2295
|
|
|
|
|
|
|
'other' => q({0} pc), |
2296
|
|
|
|
|
|
|
}, |
2297
|
|
|
|
|
|
|
'picometer' => { |
2298
|
|
|
|
|
|
|
'one' => q({0} pm), |
2299
|
|
|
|
|
|
|
'other' => q({0} pm), |
2300
|
|
|
|
|
|
|
}, |
2301
|
|
|
|
|
|
|
'pint' => { |
2302
|
|
|
|
|
|
|
'one' => q({0} pt), |
2303
|
|
|
|
|
|
|
'other' => q({0} pt), |
2304
|
|
|
|
|
|
|
}, |
2305
|
|
|
|
|
|
|
'pound' => { |
2306
|
|
|
|
|
|
|
'one' => q({0} lb), |
2307
|
|
|
|
|
|
|
'other' => q({0} lb), |
2308
|
|
|
|
|
|
|
}, |
2309
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2310
|
|
|
|
|
|
|
'one' => q({0} psi), |
2311
|
|
|
|
|
|
|
'other' => q({0} psi), |
2312
|
|
|
|
|
|
|
}, |
2313
|
|
|
|
|
|
|
'quart' => { |
2314
|
|
|
|
|
|
|
'one' => q({0} qt), |
2315
|
|
|
|
|
|
|
'other' => q({0} qt), |
2316
|
|
|
|
|
|
|
}, |
2317
|
|
|
|
|
|
|
'second' => { |
2318
|
|
|
|
|
|
|
'name' => q(s), |
2319
|
|
|
|
|
|
|
'one' => q({0} s), |
2320
|
|
|
|
|
|
|
'other' => q({0} s), |
2321
|
|
|
|
|
|
|
}, |
2322
|
|
|
|
|
|
|
'square-foot' => { |
2323
|
|
|
|
|
|
|
'one' => q({0} ft²), |
2324
|
|
|
|
|
|
|
'other' => q({0} ft²), |
2325
|
|
|
|
|
|
|
}, |
2326
|
|
|
|
|
|
|
'square-kilometer' => { |
2327
|
|
|
|
|
|
|
'one' => q({0} km²), |
2328
|
|
|
|
|
|
|
'other' => q({0} km²), |
2329
|
|
|
|
|
|
|
}, |
2330
|
|
|
|
|
|
|
'square-meter' => { |
2331
|
|
|
|
|
|
|
'one' => q({0} m²), |
2332
|
|
|
|
|
|
|
'other' => q({0} m²), |
2333
|
|
|
|
|
|
|
}, |
2334
|
|
|
|
|
|
|
'square-mile' => { |
2335
|
|
|
|
|
|
|
'one' => q({0} mi²), |
2336
|
|
|
|
|
|
|
'other' => q({0} mi²), |
2337
|
|
|
|
|
|
|
}, |
2338
|
|
|
|
|
|
|
'stone' => { |
2339
|
|
|
|
|
|
|
'name' => q(st), |
2340
|
|
|
|
|
|
|
'one' => q({0} st), |
2341
|
|
|
|
|
|
|
'other' => q({0} st), |
2342
|
|
|
|
|
|
|
}, |
2343
|
|
|
|
|
|
|
'tablespoon' => { |
2344
|
|
|
|
|
|
|
'one' => q({0} ZL), |
2345
|
|
|
|
|
|
|
'other' => q({0} ZL), |
2346
|
|
|
|
|
|
|
}, |
2347
|
|
|
|
|
|
|
'teaspoon' => { |
2348
|
|
|
|
|
|
|
'one' => q({0} TL), |
2349
|
|
|
|
|
|
|
'other' => q({0} TL), |
2350
|
|
|
|
|
|
|
}, |
2351
|
|
|
|
|
|
|
'ton' => { |
2352
|
|
|
|
|
|
|
'one' => q({0} tn), |
2353
|
|
|
|
|
|
|
'other' => q({0} tn), |
2354
|
|
|
|
|
|
|
}, |
2355
|
|
|
|
|
|
|
'watt' => { |
2356
|
|
|
|
|
|
|
'one' => q({0} W), |
2357
|
|
|
|
|
|
|
'other' => q({0} W), |
2358
|
|
|
|
|
|
|
}, |
2359
|
|
|
|
|
|
|
'week' => { |
2360
|
|
|
|
|
|
|
'name' => q(W), |
2361
|
|
|
|
|
|
|
'one' => q({0} W), |
2362
|
|
|
|
|
|
|
'other' => q({0} W), |
2363
|
|
|
|
|
|
|
}, |
2364
|
|
|
|
|
|
|
'yard' => { |
2365
|
|
|
|
|
|
|
'one' => q({0} yd), |
2366
|
|
|
|
|
|
|
'other' => q({0} yd), |
2367
|
|
|
|
|
|
|
}, |
2368
|
|
|
|
|
|
|
'year' => { |
2369
|
|
|
|
|
|
|
'name' => q(J), |
2370
|
|
|
|
|
|
|
'one' => q({0} J), |
2371
|
|
|
|
|
|
|
'other' => q({0} J), |
2372
|
|
|
|
|
|
|
}, |
2373
|
|
|
|
|
|
|
}, |
2374
|
|
|
|
|
|
|
'short' => { |
2375
|
|
|
|
|
|
|
'acre' => { |
2376
|
|
|
|
|
|
|
'name' => q(ac), |
2377
|
|
|
|
|
|
|
'one' => q({0} ac), |
2378
|
|
|
|
|
|
|
'other' => q({0} ac), |
2379
|
|
|
|
|
|
|
}, |
2380
|
|
|
|
|
|
|
'acre-foot' => { |
2381
|
|
|
|
|
|
|
'name' => q(ac ft), |
2382
|
|
|
|
|
|
|
'one' => q({0} ac ft), |
2383
|
|
|
|
|
|
|
'other' => q({0} ac ft), |
2384
|
|
|
|
|
|
|
}, |
2385
|
|
|
|
|
|
|
'ampere' => { |
2386
|
|
|
|
|
|
|
'name' => q(A), |
2387
|
|
|
|
|
|
|
'one' => q({0} A), |
2388
|
|
|
|
|
|
|
'other' => q({0} A), |
2389
|
|
|
|
|
|
|
}, |
2390
|
|
|
|
|
|
|
'arc-minute' => { |
2391
|
|
|
|
|
|
|
'name' => q(â²), |
2392
|
|
|
|
|
|
|
'one' => q({0}â²), |
2393
|
|
|
|
|
|
|
'other' => q({0}â²), |
2394
|
|
|
|
|
|
|
}, |
2395
|
|
|
|
|
|
|
'arc-second' => { |
2396
|
|
|
|
|
|
|
'name' => q(â²â²), |
2397
|
|
|
|
|
|
|
'one' => q({0}â³), |
2398
|
|
|
|
|
|
|
'other' => q({0}â³), |
2399
|
|
|
|
|
|
|
}, |
2400
|
|
|
|
|
|
|
'astronomical-unit' => { |
2401
|
|
|
|
|
|
|
'name' => q(au), |
2402
|
|
|
|
|
|
|
'one' => q({0} au), |
2403
|
|
|
|
|
|
|
'other' => q({0} au), |
2404
|
|
|
|
|
|
|
}, |
2405
|
|
|
|
|
|
|
'bit' => { |
2406
|
|
|
|
|
|
|
'name' => q(b), |
2407
|
|
|
|
|
|
|
'one' => q({0} b), |
2408
|
|
|
|
|
|
|
'other' => q({0} b), |
2409
|
|
|
|
|
|
|
}, |
2410
|
|
|
|
|
|
|
'bushel' => { |
2411
|
|
|
|
|
|
|
'name' => q(bu), |
2412
|
|
|
|
|
|
|
'one' => q({0} bu), |
2413
|
|
|
|
|
|
|
'other' => q({0} bu), |
2414
|
|
|
|
|
|
|
}, |
2415
|
|
|
|
|
|
|
'byte' => { |
2416
|
|
|
|
|
|
|
'name' => q(B), |
2417
|
|
|
|
|
|
|
'one' => q({0} B), |
2418
|
|
|
|
|
|
|
'other' => q({0} B), |
2419
|
|
|
|
|
|
|
}, |
2420
|
|
|
|
|
|
|
'calorie' => { |
2421
|
|
|
|
|
|
|
'name' => q(cal), |
2422
|
|
|
|
|
|
|
'one' => q({0} cal), |
2423
|
|
|
|
|
|
|
'other' => q({0} cal), |
2424
|
|
|
|
|
|
|
}, |
2425
|
|
|
|
|
|
|
'carat' => { |
2426
|
|
|
|
|
|
|
'name' => q(CD), |
2427
|
|
|
|
|
|
|
'one' => q({0} CD), |
2428
|
|
|
|
|
|
|
'other' => q({0} CD), |
2429
|
|
|
|
|
|
|
}, |
2430
|
|
|
|
|
|
|
'celsius' => { |
2431
|
|
|
|
|
|
|
'name' => q(°C), |
2432
|
|
|
|
|
|
|
'one' => q({0}°C), |
2433
|
|
|
|
|
|
|
'other' => q({0}°C), |
2434
|
|
|
|
|
|
|
}, |
2435
|
|
|
|
|
|
|
'centiliter' => { |
2436
|
|
|
|
|
|
|
'name' => q(cL), |
2437
|
|
|
|
|
|
|
'one' => q({0} cL), |
2438
|
|
|
|
|
|
|
'other' => q({0} cL), |
2439
|
|
|
|
|
|
|
}, |
2440
|
|
|
|
|
|
|
'centimeter' => { |
2441
|
|
|
|
|
|
|
'name' => q(cm), |
2442
|
|
|
|
|
|
|
'one' => q({0} cm), |
2443
|
|
|
|
|
|
|
'other' => q({0} cm), |
2444
|
|
|
|
|
|
|
}, |
2445
|
|
|
|
|
|
|
'cubic-centimeter' => { |
2446
|
|
|
|
|
|
|
'name' => q(cm³), |
2447
|
|
|
|
|
|
|
'one' => q({0} cm³), |
2448
|
|
|
|
|
|
|
'other' => q({0} cm³), |
2449
|
|
|
|
|
|
|
}, |
2450
|
|
|
|
|
|
|
'cubic-foot' => { |
2451
|
|
|
|
|
|
|
'name' => q(ft³), |
2452
|
|
|
|
|
|
|
'one' => q({0} ft³), |
2453
|
|
|
|
|
|
|
'other' => q({0} ft³), |
2454
|
|
|
|
|
|
|
}, |
2455
|
|
|
|
|
|
|
'cubic-inch' => { |
2456
|
|
|
|
|
|
|
'name' => q(in³), |
2457
|
|
|
|
|
|
|
'one' => q({0} in³), |
2458
|
|
|
|
|
|
|
'other' => q({0} in³), |
2459
|
|
|
|
|
|
|
}, |
2460
|
|
|
|
|
|
|
'cubic-kilometer' => { |
2461
|
|
|
|
|
|
|
'name' => q(km³), |
2462
|
|
|
|
|
|
|
'one' => q({0} km³), |
2463
|
|
|
|
|
|
|
'other' => q({0} km³), |
2464
|
|
|
|
|
|
|
}, |
2465
|
|
|
|
|
|
|
'cubic-meter' => { |
2466
|
|
|
|
|
|
|
'name' => q(m³), |
2467
|
|
|
|
|
|
|
'one' => q({0} m³), |
2468
|
|
|
|
|
|
|
'other' => q({0} m³), |
2469
|
|
|
|
|
|
|
}, |
2470
|
|
|
|
|
|
|
'cubic-mile' => { |
2471
|
|
|
|
|
|
|
'name' => q(mi³), |
2472
|
|
|
|
|
|
|
'one' => q({0} mi³), |
2473
|
|
|
|
|
|
|
'other' => q({0} mi³), |
2474
|
|
|
|
|
|
|
}, |
2475
|
|
|
|
|
|
|
'cubic-yard' => { |
2476
|
|
|
|
|
|
|
'name' => q(yd³), |
2477
|
|
|
|
|
|
|
'one' => q({0} yd³), |
2478
|
|
|
|
|
|
|
'other' => q({0} yd³), |
2479
|
|
|
|
|
|
|
}, |
2480
|
|
|
|
|
|
|
'cup' => { |
2481
|
|
|
|
|
|
|
'name' => q(cup), |
2482
|
|
|
|
|
|
|
'one' => q({0} cup), |
2483
|
|
|
|
|
|
|
'other' => q({0} cup), |
2484
|
|
|
|
|
|
|
}, |
2485
|
|
|
|
|
|
|
'day' => { |
2486
|
|
|
|
|
|
|
'name' => q(D), |
2487
|
|
|
|
|
|
|
'one' => q({0} D), |
2488
|
|
|
|
|
|
|
'other' => q({0} D), |
2489
|
|
|
|
|
|
|
}, |
2490
|
|
|
|
|
|
|
'deciliter' => { |
2491
|
|
|
|
|
|
|
'name' => q(dL), |
2492
|
|
|
|
|
|
|
'one' => q({0} dL), |
2493
|
|
|
|
|
|
|
'other' => q({0} dL), |
2494
|
|
|
|
|
|
|
}, |
2495
|
|
|
|
|
|
|
'decimeter' => { |
2496
|
|
|
|
|
|
|
'name' => q(dm), |
2497
|
|
|
|
|
|
|
'one' => q({0} dm), |
2498
|
|
|
|
|
|
|
'other' => q({0} dm), |
2499
|
|
|
|
|
|
|
}, |
2500
|
|
|
|
|
|
|
'degree' => { |
2501
|
|
|
|
|
|
|
'name' => q(°), |
2502
|
|
|
|
|
|
|
'one' => q({0}°), |
2503
|
|
|
|
|
|
|
'other' => q({0}°), |
2504
|
|
|
|
|
|
|
}, |
2505
|
|
|
|
|
|
|
'fahrenheit' => { |
2506
|
|
|
|
|
|
|
'name' => q(°F), |
2507
|
|
|
|
|
|
|
'one' => q({0}°F), |
2508
|
|
|
|
|
|
|
'other' => q({0}°F), |
2509
|
|
|
|
|
|
|
}, |
2510
|
|
|
|
|
|
|
'fathom' => { |
2511
|
|
|
|
|
|
|
'name' => q(fm), |
2512
|
|
|
|
|
|
|
'one' => q({0} fm), |
2513
|
|
|
|
|
|
|
'other' => q({0} fm), |
2514
|
|
|
|
|
|
|
}, |
2515
|
|
|
|
|
|
|
'fluid-ounce' => { |
2516
|
|
|
|
|
|
|
'name' => q(fl oz), |
2517
|
|
|
|
|
|
|
'one' => q({0} fl oz), |
2518
|
|
|
|
|
|
|
'other' => q({0} fl oz), |
2519
|
|
|
|
|
|
|
}, |
2520
|
|
|
|
|
|
|
'foodcalorie' => { |
2521
|
|
|
|
|
|
|
'name' => q(Cal), |
2522
|
|
|
|
|
|
|
'one' => q({0} Cal), |
2523
|
|
|
|
|
|
|
'other' => q({0} Cal), |
2524
|
|
|
|
|
|
|
}, |
2525
|
|
|
|
|
|
|
'foot' => { |
2526
|
|
|
|
|
|
|
'name' => q(ft), |
2527
|
|
|
|
|
|
|
'one' => q({0} ft), |
2528
|
|
|
|
|
|
|
'other' => q({0} ft), |
2529
|
|
|
|
|
|
|
}, |
2530
|
|
|
|
|
|
|
'furlong' => { |
2531
|
|
|
|
|
|
|
'name' => q(fur), |
2532
|
|
|
|
|
|
|
'one' => q({0} fur), |
2533
|
|
|
|
|
|
|
'other' => q({0} fur), |
2534
|
|
|
|
|
|
|
}, |
2535
|
|
|
|
|
|
|
'g-force' => { |
2536
|
|
|
|
|
|
|
'name' => q(G), |
2537
|
|
|
|
|
|
|
'one' => q({0} G), |
2538
|
|
|
|
|
|
|
'other' => q({0} G), |
2539
|
|
|
|
|
|
|
}, |
2540
|
|
|
|
|
|
|
'gallon' => { |
2541
|
|
|
|
|
|
|
'name' => q(gal), |
2542
|
|
|
|
|
|
|
'one' => q({0} gal), |
2543
|
|
|
|
|
|
|
'other' => q({0} gal), |
2544
|
|
|
|
|
|
|
}, |
2545
|
|
|
|
|
|
|
'gigabit' => { |
2546
|
|
|
|
|
|
|
'name' => q(Gb), |
2547
|
|
|
|
|
|
|
'one' => q({0} Gb), |
2548
|
|
|
|
|
|
|
'other' => q({0} Gb), |
2549
|
|
|
|
|
|
|
}, |
2550
|
|
|
|
|
|
|
'gigabyte' => { |
2551
|
|
|
|
|
|
|
'name' => q(GB), |
2552
|
|
|
|
|
|
|
'one' => q({0} GB), |
2553
|
|
|
|
|
|
|
'other' => q({0} GB), |
2554
|
|
|
|
|
|
|
}, |
2555
|
|
|
|
|
|
|
'gigahertz' => { |
2556
|
|
|
|
|
|
|
'name' => q(GHz), |
2557
|
|
|
|
|
|
|
'one' => q({0} GHz), |
2558
|
|
|
|
|
|
|
'other' => q({0} GHz), |
2559
|
|
|
|
|
|
|
}, |
2560
|
|
|
|
|
|
|
'gigawatt' => { |
2561
|
|
|
|
|
|
|
'name' => q(GW), |
2562
|
|
|
|
|
|
|
'one' => q({0} GW), |
2563
|
|
|
|
|
|
|
'other' => q({0} GW), |
2564
|
|
|
|
|
|
|
}, |
2565
|
|
|
|
|
|
|
'gram' => { |
2566
|
|
|
|
|
|
|
'name' => q(g), |
2567
|
|
|
|
|
|
|
'one' => q({0} g), |
2568
|
|
|
|
|
|
|
'other' => q({0} g), |
2569
|
|
|
|
|
|
|
}, |
2570
|
|
|
|
|
|
|
'hectare' => { |
2571
|
|
|
|
|
|
|
'name' => q(ha), |
2572
|
|
|
|
|
|
|
'one' => q({0} ha), |
2573
|
|
|
|
|
|
|
'other' => q({0} ha), |
2574
|
|
|
|
|
|
|
}, |
2575
|
|
|
|
|
|
|
'hectoliter' => { |
2576
|
|
|
|
|
|
|
'name' => q(hL), |
2577
|
|
|
|
|
|
|
'one' => q({0} hL), |
2578
|
|
|
|
|
|
|
'other' => q({0} hL), |
2579
|
|
|
|
|
|
|
}, |
2580
|
|
|
|
|
|
|
'hectopascal' => { |
2581
|
|
|
|
|
|
|
'name' => q(hPa), |
2582
|
|
|
|
|
|
|
'one' => q({0} hPa), |
2583
|
|
|
|
|
|
|
'other' => q({0} hPa), |
2584
|
|
|
|
|
|
|
}, |
2585
|
|
|
|
|
|
|
'hertz' => { |
2586
|
|
|
|
|
|
|
'name' => q(Hz), |
2587
|
|
|
|
|
|
|
'one' => q({0} Hz), |
2588
|
|
|
|
|
|
|
'other' => q({0} Hz), |
2589
|
|
|
|
|
|
|
}, |
2590
|
|
|
|
|
|
|
'horsepower' => { |
2591
|
|
|
|
|
|
|
'name' => q(PS), |
2592
|
|
|
|
|
|
|
'one' => q({0} PS), |
2593
|
|
|
|
|
|
|
'other' => q({0} PS), |
2594
|
|
|
|
|
|
|
}, |
2595
|
|
|
|
|
|
|
'hour' => { |
2596
|
|
|
|
|
|
|
'name' => q(St.), |
2597
|
|
|
|
|
|
|
'one' => q({0} St.), |
2598
|
|
|
|
|
|
|
'other' => q({0} St.), |
2599
|
|
|
|
|
|
|
'per' => q({0}/St.), |
2600
|
|
|
|
|
|
|
}, |
2601
|
|
|
|
|
|
|
'inch' => { |
2602
|
|
|
|
|
|
|
'name' => q(in), |
2603
|
|
|
|
|
|
|
'one' => q({0} in), |
2604
|
|
|
|
|
|
|
'other' => q({0} in), |
2605
|
|
|
|
|
|
|
}, |
2606
|
|
|
|
|
|
|
'inch-hg' => { |
2607
|
|
|
|
|
|
|
'name' => q(inHg), |
2608
|
|
|
|
|
|
|
'one' => q({0} inHg), |
2609
|
|
|
|
|
|
|
'other' => q({0} inHg), |
2610
|
|
|
|
|
|
|
}, |
2611
|
|
|
|
|
|
|
'joule' => { |
2612
|
|
|
|
|
|
|
'name' => q(joule), |
2613
|
|
|
|
|
|
|
'one' => q({0} J), |
2614
|
|
|
|
|
|
|
'other' => q({0} J), |
2615
|
|
|
|
|
|
|
}, |
2616
|
|
|
|
|
|
|
'karat' => { |
2617
|
|
|
|
|
|
|
'name' => q(kt), |
2618
|
|
|
|
|
|
|
'one' => q({0} kt), |
2619
|
|
|
|
|
|
|
'other' => q({0} kt), |
2620
|
|
|
|
|
|
|
}, |
2621
|
|
|
|
|
|
|
'kelvin' => { |
2622
|
|
|
|
|
|
|
'name' => q(K), |
2623
|
|
|
|
|
|
|
'one' => q({0} K), |
2624
|
|
|
|
|
|
|
'other' => q({0} K), |
2625
|
|
|
|
|
|
|
}, |
2626
|
|
|
|
|
|
|
'kilobit' => { |
2627
|
|
|
|
|
|
|
'name' => q(kb), |
2628
|
|
|
|
|
|
|
'one' => q({0} kb), |
2629
|
|
|
|
|
|
|
'other' => q({0} kb), |
2630
|
|
|
|
|
|
|
}, |
2631
|
|
|
|
|
|
|
'kilobyte' => { |
2632
|
|
|
|
|
|
|
'name' => q(kB), |
2633
|
|
|
|
|
|
|
'one' => q({0} kB), |
2634
|
|
|
|
|
|
|
'other' => q({0} kB), |
2635
|
|
|
|
|
|
|
}, |
2636
|
|
|
|
|
|
|
'kilocalorie' => { |
2637
|
|
|
|
|
|
|
'name' => q(kcal), |
2638
|
|
|
|
|
|
|
'one' => q({0} kcal), |
2639
|
|
|
|
|
|
|
'other' => q({0} kcal), |
2640
|
|
|
|
|
|
|
}, |
2641
|
|
|
|
|
|
|
'kilogram' => { |
2642
|
|
|
|
|
|
|
'name' => q(kg), |
2643
|
|
|
|
|
|
|
'one' => q({0} kg), |
2644
|
|
|
|
|
|
|
'other' => q({0} kg), |
2645
|
|
|
|
|
|
|
}, |
2646
|
|
|
|
|
|
|
'kilohertz' => { |
2647
|
|
|
|
|
|
|
'name' => q(kHz), |
2648
|
|
|
|
|
|
|
'one' => q({0} kHz), |
2649
|
|
|
|
|
|
|
'other' => q({0} kHz), |
2650
|
|
|
|
|
|
|
}, |
2651
|
|
|
|
|
|
|
'kilojoule' => { |
2652
|
|
|
|
|
|
|
'name' => q(kJ), |
2653
|
|
|
|
|
|
|
'one' => q({0} kJ), |
2654
|
|
|
|
|
|
|
'other' => q({0} kJ), |
2655
|
|
|
|
|
|
|
}, |
2656
|
|
|
|
|
|
|
'kilometer' => { |
2657
|
|
|
|
|
|
|
'name' => q(km), |
2658
|
|
|
|
|
|
|
'one' => q({0} km), |
2659
|
|
|
|
|
|
|
'other' => q({0} km), |
2660
|
|
|
|
|
|
|
}, |
2661
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
2662
|
|
|
|
|
|
|
'name' => q(km/h), |
2663
|
|
|
|
|
|
|
'one' => q({0} km/h), |
2664
|
|
|
|
|
|
|
'other' => q({0} km/h), |
2665
|
|
|
|
|
|
|
}, |
2666
|
|
|
|
|
|
|
'kilowatt' => { |
2667
|
|
|
|
|
|
|
'name' => q(kW), |
2668
|
|
|
|
|
|
|
'one' => q({0} kW), |
2669
|
|
|
|
|
|
|
'other' => q({0} kW), |
2670
|
|
|
|
|
|
|
}, |
2671
|
|
|
|
|
|
|
'kilowatt-hour' => { |
2672
|
|
|
|
|
|
|
'name' => q(kWh), |
2673
|
|
|
|
|
|
|
'one' => q({0} kWh), |
2674
|
|
|
|
|
|
|
'other' => q({0} kWh), |
2675
|
|
|
|
|
|
|
}, |
2676
|
|
|
|
|
|
|
'light-year' => { |
2677
|
|
|
|
|
|
|
'name' => q(ly), |
2678
|
|
|
|
|
|
|
'one' => q({0} ly), |
2679
|
|
|
|
|
|
|
'other' => q({0} ly), |
2680
|
|
|
|
|
|
|
}, |
2681
|
|
|
|
|
|
|
'liter' => { |
2682
|
|
|
|
|
|
|
'name' => q(l), |
2683
|
|
|
|
|
|
|
'one' => q({0} l), |
2684
|
|
|
|
|
|
|
'other' => q({0} l), |
2685
|
|
|
|
|
|
|
}, |
2686
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
2687
|
|
|
|
|
|
|
'name' => q(l/km), |
2688
|
|
|
|
|
|
|
'one' => q({0} l/km), |
2689
|
|
|
|
|
|
|
'other' => q({0} l/km), |
2690
|
|
|
|
|
|
|
}, |
2691
|
|
|
|
|
|
|
'lux' => { |
2692
|
|
|
|
|
|
|
'name' => q(lx), |
2693
|
|
|
|
|
|
|
'one' => q({0} lx), |
2694
|
|
|
|
|
|
|
'other' => q({0} lx), |
2695
|
|
|
|
|
|
|
}, |
2696
|
|
|
|
|
|
|
'megabit' => { |
2697
|
|
|
|
|
|
|
'name' => q(Mb), |
2698
|
|
|
|
|
|
|
'one' => q({0} Mb), |
2699
|
|
|
|
|
|
|
'other' => q({0} Mb), |
2700
|
|
|
|
|
|
|
}, |
2701
|
|
|
|
|
|
|
'megabyte' => { |
2702
|
|
|
|
|
|
|
'name' => q(MB), |
2703
|
|
|
|
|
|
|
'one' => q({0} MB), |
2704
|
|
|
|
|
|
|
'other' => q({0} MB), |
2705
|
|
|
|
|
|
|
}, |
2706
|
|
|
|
|
|
|
'megahertz' => { |
2707
|
|
|
|
|
|
|
'name' => q(MHz), |
2708
|
|
|
|
|
|
|
'one' => q({0} MHz), |
2709
|
|
|
|
|
|
|
'other' => q({0} MHz), |
2710
|
|
|
|
|
|
|
}, |
2711
|
|
|
|
|
|
|
'megaliter' => { |
2712
|
|
|
|
|
|
|
'name' => q(ML), |
2713
|
|
|
|
|
|
|
'one' => q({0} ML), |
2714
|
|
|
|
|
|
|
'other' => q({0} ML), |
2715
|
|
|
|
|
|
|
}, |
2716
|
|
|
|
|
|
|
'megawatt' => { |
2717
|
|
|
|
|
|
|
'name' => q(MW), |
2718
|
|
|
|
|
|
|
'one' => q({0} MW), |
2719
|
|
|
|
|
|
|
'other' => q({0} MW), |
2720
|
|
|
|
|
|
|
}, |
2721
|
|
|
|
|
|
|
'meter' => { |
2722
|
|
|
|
|
|
|
'name' => q(m), |
2723
|
|
|
|
|
|
|
'one' => q({0} m), |
2724
|
|
|
|
|
|
|
'other' => q({0} m), |
2725
|
|
|
|
|
|
|
}, |
2726
|
|
|
|
|
|
|
'meter-per-second' => { |
2727
|
|
|
|
|
|
|
'name' => q(m/s), |
2728
|
|
|
|
|
|
|
'one' => q({0} m/s), |
2729
|
|
|
|
|
|
|
'other' => q({0} m/s), |
2730
|
|
|
|
|
|
|
}, |
2731
|
|
|
|
|
|
|
'meter-per-second-squared' => { |
2732
|
|
|
|
|
|
|
'name' => q(m/s²), |
2733
|
|
|
|
|
|
|
'one' => q({0} m/s²), |
2734
|
|
|
|
|
|
|
'other' => q({0} m/s²), |
2735
|
|
|
|
|
|
|
}, |
2736
|
|
|
|
|
|
|
'metric-ton' => { |
2737
|
|
|
|
|
|
|
'name' => q(t), |
2738
|
|
|
|
|
|
|
'one' => q({0} t), |
2739
|
|
|
|
|
|
|
'other' => q({0} t), |
2740
|
|
|
|
|
|
|
}, |
2741
|
|
|
|
|
|
|
'microgram' => { |
2742
|
|
|
|
|
|
|
'name' => q(µg), |
2743
|
|
|
|
|
|
|
'one' => q({0} µg), |
2744
|
|
|
|
|
|
|
'other' => q({0} µg), |
2745
|
|
|
|
|
|
|
}, |
2746
|
|
|
|
|
|
|
'micrometer' => { |
2747
|
|
|
|
|
|
|
'name' => q(µm), |
2748
|
|
|
|
|
|
|
'one' => q({0} µm), |
2749
|
|
|
|
|
|
|
'other' => q({0} µm), |
2750
|
|
|
|
|
|
|
}, |
2751
|
|
|
|
|
|
|
'microsecond' => { |
2752
|
|
|
|
|
|
|
'name' => q(μs), |
2753
|
|
|
|
|
|
|
'one' => q({0} μs), |
2754
|
|
|
|
|
|
|
'other' => q({0} μs), |
2755
|
|
|
|
|
|
|
}, |
2756
|
|
|
|
|
|
|
'mile' => { |
2757
|
|
|
|
|
|
|
'name' => q(mi), |
2758
|
|
|
|
|
|
|
'one' => q({0} mi), |
2759
|
|
|
|
|
|
|
'other' => q({0} mi), |
2760
|
|
|
|
|
|
|
}, |
2761
|
|
|
|
|
|
|
'mile-per-gallon' => { |
2762
|
|
|
|
|
|
|
'name' => q(mpg), |
2763
|
|
|
|
|
|
|
'one' => q({0} mpg), |
2764
|
|
|
|
|
|
|
'other' => q({0} mpg), |
2765
|
|
|
|
|
|
|
}, |
2766
|
|
|
|
|
|
|
'mile-per-hour' => { |
2767
|
|
|
|
|
|
|
'name' => q(mi/h), |
2768
|
|
|
|
|
|
|
'one' => q({0} mi/h), |
2769
|
|
|
|
|
|
|
'other' => q({0} mi/h), |
2770
|
|
|
|
|
|
|
}, |
2771
|
|
|
|
|
|
|
'milliampere' => { |
2772
|
|
|
|
|
|
|
'name' => q(mA), |
2773
|
|
|
|
|
|
|
'one' => q({0} mA), |
2774
|
|
|
|
|
|
|
'other' => q({0} mA), |
2775
|
|
|
|
|
|
|
}, |
2776
|
|
|
|
|
|
|
'millibar' => { |
2777
|
|
|
|
|
|
|
'name' => q(mbar), |
2778
|
|
|
|
|
|
|
'one' => q({0} mbar), |
2779
|
|
|
|
|
|
|
'other' => q({0} mbar), |
2780
|
|
|
|
|
|
|
}, |
2781
|
|
|
|
|
|
|
'milligram' => { |
2782
|
|
|
|
|
|
|
'name' => q(mg), |
2783
|
|
|
|
|
|
|
'one' => q({0} mg), |
2784
|
|
|
|
|
|
|
'other' => q({0} mg), |
2785
|
|
|
|
|
|
|
}, |
2786
|
|
|
|
|
|
|
'milliliter' => { |
2787
|
|
|
|
|
|
|
'name' => q(mL), |
2788
|
|
|
|
|
|
|
'one' => q({0} mL), |
2789
|
|
|
|
|
|
|
'other' => q({0} mL), |
2790
|
|
|
|
|
|
|
}, |
2791
|
|
|
|
|
|
|
'millimeter' => { |
2792
|
|
|
|
|
|
|
'name' => q(mm), |
2793
|
|
|
|
|
|
|
'one' => q({0} mm), |
2794
|
|
|
|
|
|
|
'other' => q({0} mm), |
2795
|
|
|
|
|
|
|
}, |
2796
|
|
|
|
|
|
|
'millimeter-of-mercury' => { |
2797
|
|
|
|
|
|
|
'name' => q(mm Hg), |
2798
|
|
|
|
|
|
|
'one' => q({0} mm Hg), |
2799
|
|
|
|
|
|
|
'other' => q({0} mm Hg), |
2800
|
|
|
|
|
|
|
}, |
2801
|
|
|
|
|
|
|
'millisecond' => { |
2802
|
|
|
|
|
|
|
'name' => q(ms), |
2803
|
|
|
|
|
|
|
'one' => q({0} ms), |
2804
|
|
|
|
|
|
|
'other' => q({0} ms), |
2805
|
|
|
|
|
|
|
}, |
2806
|
|
|
|
|
|
|
'milliwatt' => { |
2807
|
|
|
|
|
|
|
'name' => q(mW), |
2808
|
|
|
|
|
|
|
'one' => q({0} mW), |
2809
|
|
|
|
|
|
|
'other' => q({0} mW), |
2810
|
|
|
|
|
|
|
}, |
2811
|
|
|
|
|
|
|
'minute' => { |
2812
|
|
|
|
|
|
|
'name' => q(Min.), |
2813
|
|
|
|
|
|
|
'one' => q({0} Min.), |
2814
|
|
|
|
|
|
|
'other' => q({0} Min.), |
2815
|
|
|
|
|
|
|
}, |
2816
|
|
|
|
|
|
|
'month' => { |
2817
|
|
|
|
|
|
|
'name' => q(Mnt), |
2818
|
|
|
|
|
|
|
'one' => q({0} Mnt), |
2819
|
|
|
|
|
|
|
'other' => q({0} Mnt), |
2820
|
|
|
|
|
|
|
}, |
2821
|
|
|
|
|
|
|
'nanometer' => { |
2822
|
|
|
|
|
|
|
'name' => q(nm), |
2823
|
|
|
|
|
|
|
'one' => q({0} nm), |
2824
|
|
|
|
|
|
|
'other' => q({0} nm), |
2825
|
|
|
|
|
|
|
}, |
2826
|
|
|
|
|
|
|
'nanosecond' => { |
2827
|
|
|
|
|
|
|
'name' => q(ns), |
2828
|
|
|
|
|
|
|
'one' => q({0} ns), |
2829
|
|
|
|
|
|
|
'other' => q({0} ns), |
2830
|
|
|
|
|
|
|
}, |
2831
|
|
|
|
|
|
|
'nautical-mile' => { |
2832
|
|
|
|
|
|
|
'name' => q(nmi), |
2833
|
|
|
|
|
|
|
'one' => q({0} nmi), |
2834
|
|
|
|
|
|
|
'other' => q({0} nmi), |
2835
|
|
|
|
|
|
|
}, |
2836
|
|
|
|
|
|
|
'ohm' => { |
2837
|
|
|
|
|
|
|
'name' => q(Ω), |
2838
|
|
|
|
|
|
|
'one' => q({0} Ω), |
2839
|
|
|
|
|
|
|
'other' => q({0} Ω), |
2840
|
|
|
|
|
|
|
}, |
2841
|
|
|
|
|
|
|
'ounce' => { |
2842
|
|
|
|
|
|
|
'name' => q(oz), |
2843
|
|
|
|
|
|
|
'one' => q({0} oz), |
2844
|
|
|
|
|
|
|
'other' => q({0} oz), |
2845
|
|
|
|
|
|
|
}, |
2846
|
|
|
|
|
|
|
'ounce-troy' => { |
2847
|
|
|
|
|
|
|
'name' => q(oz. tr.), |
2848
|
|
|
|
|
|
|
'one' => q({0} oz. tr.), |
2849
|
|
|
|
|
|
|
'other' => q({0} oz. tr.), |
2850
|
|
|
|
|
|
|
}, |
2851
|
|
|
|
|
|
|
'parsec' => { |
2852
|
|
|
|
|
|
|
'name' => q(pc), |
2853
|
|
|
|
|
|
|
'one' => q({0} pc), |
2854
|
|
|
|
|
|
|
'other' => q({0} pc), |
2855
|
|
|
|
|
|
|
}, |
2856
|
|
|
|
|
|
|
'picometer' => { |
2857
|
|
|
|
|
|
|
'name' => q(pm), |
2858
|
|
|
|
|
|
|
'one' => q({0} pm), |
2859
|
|
|
|
|
|
|
'other' => q({0} pm), |
2860
|
|
|
|
|
|
|
}, |
2861
|
|
|
|
|
|
|
'pint' => { |
2862
|
|
|
|
|
|
|
'name' => q(pt), |
2863
|
|
|
|
|
|
|
'one' => q({0} pt), |
2864
|
|
|
|
|
|
|
'other' => q({0} pt), |
2865
|
|
|
|
|
|
|
}, |
2866
|
|
|
|
|
|
|
'pound' => { |
2867
|
|
|
|
|
|
|
'name' => q(lb), |
2868
|
|
|
|
|
|
|
'one' => q({0} lb), |
2869
|
|
|
|
|
|
|
'other' => q({0} lb), |
2870
|
|
|
|
|
|
|
}, |
2871
|
|
|
|
|
|
|
'pound-per-square-inch' => { |
2872
|
|
|
|
|
|
|
'name' => q(psi), |
2873
|
|
|
|
|
|
|
'one' => q({0} psi), |
2874
|
|
|
|
|
|
|
'other' => q({0} psi), |
2875
|
|
|
|
|
|
|
}, |
2876
|
|
|
|
|
|
|
'quart' => { |
2877
|
|
|
|
|
|
|
'name' => q(qt), |
2878
|
|
|
|
|
|
|
'one' => q({0} qt), |
2879
|
|
|
|
|
|
|
'other' => q({0} qt), |
2880
|
|
|
|
|
|
|
}, |
2881
|
|
|
|
|
|
|
'radian' => { |
2882
|
|
|
|
|
|
|
'name' => q(rad), |
2883
|
|
|
|
|
|
|
'one' => q({0} rad), |
2884
|
|
|
|
|
|
|
'other' => q({0} rad), |
2885
|
|
|
|
|
|
|
}, |
2886
|
|
|
|
|
|
|
'second' => { |
2887
|
|
|
|
|
|
|
'name' => q(Sek.), |
2888
|
|
|
|
|
|
|
'one' => q({0} Sek.), |
2889
|
|
|
|
|
|
|
'other' => q({0} Sek.), |
2890
|
|
|
|
|
|
|
'per' => q({0}/Sek.), |
2891
|
|
|
|
|
|
|
}, |
2892
|
|
|
|
|
|
|
'square-centimeter' => { |
2893
|
|
|
|
|
|
|
'name' => q(cm²), |
2894
|
|
|
|
|
|
|
'one' => q({0} cm²), |
2895
|
|
|
|
|
|
|
'other' => q({0} cm²), |
2896
|
|
|
|
|
|
|
}, |
2897
|
|
|
|
|
|
|
'square-foot' => { |
2898
|
|
|
|
|
|
|
'name' => q(ft²), |
2899
|
|
|
|
|
|
|
'one' => q({0} ft²), |
2900
|
|
|
|
|
|
|
'other' => q({0} ft²), |
2901
|
|
|
|
|
|
|
}, |
2902
|
|
|
|
|
|
|
'square-inch' => { |
2903
|
|
|
|
|
|
|
'name' => q(in²), |
2904
|
|
|
|
|
|
|
'one' => q({0} in²), |
2905
|
|
|
|
|
|
|
'other' => q({0} in²), |
2906
|
|
|
|
|
|
|
}, |
2907
|
|
|
|
|
|
|
'square-kilometer' => { |
2908
|
|
|
|
|
|
|
'name' => q(km²), |
2909
|
|
|
|
|
|
|
'one' => q({0} km²), |
2910
|
|
|
|
|
|
|
'other' => q({0} km²), |
2911
|
|
|
|
|
|
|
}, |
2912
|
|
|
|
|
|
|
'square-meter' => { |
2913
|
|
|
|
|
|
|
'name' => q(m²), |
2914
|
|
|
|
|
|
|
'one' => q({0} m²), |
2915
|
|
|
|
|
|
|
'other' => q({0} m²), |
2916
|
|
|
|
|
|
|
}, |
2917
|
|
|
|
|
|
|
'square-mile' => { |
2918
|
|
|
|
|
|
|
'name' => q(mi²), |
2919
|
|
|
|
|
|
|
'one' => q({0} mi²), |
2920
|
|
|
|
|
|
|
'other' => q({0} mi²), |
2921
|
|
|
|
|
|
|
}, |
2922
|
|
|
|
|
|
|
'square-yard' => { |
2923
|
|
|
|
|
|
|
'name' => q(yd²), |
2924
|
|
|
|
|
|
|
'one' => q({0} yd²), |
2925
|
|
|
|
|
|
|
'other' => q({0} yd²), |
2926
|
|
|
|
|
|
|
}, |
2927
|
|
|
|
|
|
|
'stone' => { |
2928
|
|
|
|
|
|
|
'name' => q(st), |
2929
|
|
|
|
|
|
|
'one' => q({0} st), |
2930
|
|
|
|
|
|
|
'other' => q({0} st), |
2931
|
|
|
|
|
|
|
}, |
2932
|
|
|
|
|
|
|
'tablespoon' => { |
2933
|
|
|
|
|
|
|
'name' => q(ZL), |
2934
|
|
|
|
|
|
|
'one' => q({0} ZL), |
2935
|
|
|
|
|
|
|
'other' => q({0} ZL), |
2936
|
|
|
|
|
|
|
}, |
2937
|
|
|
|
|
|
|
'teaspoon' => { |
2938
|
|
|
|
|
|
|
'name' => q(TL), |
2939
|
|
|
|
|
|
|
'one' => q({0} TL), |
2940
|
|
|
|
|
|
|
'other' => q({0} TL), |
2941
|
|
|
|
|
|
|
}, |
2942
|
|
|
|
|
|
|
'terabit' => { |
2943
|
|
|
|
|
|
|
'name' => q(Tb), |
2944
|
|
|
|
|
|
|
'one' => q({0} Tb), |
2945
|
|
|
|
|
|
|
'other' => q({0} Tb), |
2946
|
|
|
|
|
|
|
}, |
2947
|
|
|
|
|
|
|
'terabyte' => { |
2948
|
|
|
|
|
|
|
'name' => q(TB), |
2949
|
|
|
|
|
|
|
'one' => q({0} TB), |
2950
|
|
|
|
|
|
|
'other' => q({0} TB), |
2951
|
|
|
|
|
|
|
}, |
2952
|
|
|
|
|
|
|
'ton' => { |
2953
|
|
|
|
|
|
|
'name' => q(tn), |
2954
|
|
|
|
|
|
|
'one' => q({0} tn), |
2955
|
|
|
|
|
|
|
'other' => q({0} tn), |
2956
|
|
|
|
|
|
|
}, |
2957
|
|
|
|
|
|
|
'volt' => { |
2958
|
|
|
|
|
|
|
'name' => q(V), |
2959
|
|
|
|
|
|
|
'one' => q({0} V), |
2960
|
|
|
|
|
|
|
'other' => q({0} V), |
2961
|
|
|
|
|
|
|
}, |
2962
|
|
|
|
|
|
|
'watt' => { |
2963
|
|
|
|
|
|
|
'name' => q(W), |
2964
|
|
|
|
|
|
|
'one' => q({0} W), |
2965
|
|
|
|
|
|
|
'other' => q({0} W), |
2966
|
|
|
|
|
|
|
}, |
2967
|
|
|
|
|
|
|
'week' => { |
2968
|
|
|
|
|
|
|
'name' => q(W), |
2969
|
|
|
|
|
|
|
'one' => q({0} W), |
2970
|
|
|
|
|
|
|
'other' => q({0} W), |
2971
|
|
|
|
|
|
|
}, |
2972
|
|
|
|
|
|
|
'yard' => { |
2973
|
|
|
|
|
|
|
'name' => q(yd), |
2974
|
|
|
|
|
|
|
'one' => q({0} yd), |
2975
|
|
|
|
|
|
|
'other' => q({0} yd), |
2976
|
|
|
|
|
|
|
}, |
2977
|
|
|
|
|
|
|
'year' => { |
2978
|
|
|
|
|
|
|
'name' => q(J), |
2979
|
|
|
|
|
|
|
'one' => q({0} J), |
2980
|
|
|
|
|
|
|
'other' => q({0} J), |
2981
|
|
|
|
|
|
|
}, |
2982
|
|
|
|
|
|
|
}, |
2983
|
|
|
|
|
|
|
} } |
2984
|
|
|
|
|
|
|
); |
2985
|
|
|
|
|
|
|
|
2986
|
|
|
|
|
|
|
has 'yesstr' => ( |
2987
|
|
|
|
|
|
|
is => 'ro', |
2988
|
|
|
|
|
|
|
isa => RegexpRef, |
2989
|
|
|
|
|
|
|
init_arg => undef, |
2990
|
|
|
|
|
|
|
default => sub { qr'^(?i:jo|j|yes|y)$' } |
2991
|
|
|
|
|
|
|
); |
2992
|
|
|
|
|
|
|
|
2993
|
|
|
|
|
|
|
has 'nostr' => ( |
2994
|
|
|
|
|
|
|
is => 'ro', |
2995
|
|
|
|
|
|
|
isa => RegexpRef, |
2996
|
|
|
|
|
|
|
init_arg => undef, |
2997
|
|
|
|
|
|
|
default => sub { qr'^(?i:nee|n)$' } |
2998
|
|
|
|
|
|
|
); |
2999
|
|
|
|
|
|
|
|
3000
|
|
|
|
|
|
|
has 'listPatterns' => ( |
3001
|
|
|
|
|
|
|
is => 'ro', |
3002
|
|
|
|
|
|
|
isa => HashRef, |
3003
|
|
|
|
|
|
|
init_arg => undef, |
3004
|
|
|
|
|
|
|
default => sub { { |
3005
|
|
|
|
|
|
|
start => q({0}, {1}), |
3006
|
|
|
|
|
|
|
middle => q({0}, {1}), |
3007
|
|
|
|
|
|
|
end => q({0}, {1}), |
3008
|
|
|
|
|
|
|
2 => q({0}, {1}), |
3009
|
|
|
|
|
|
|
} } |
3010
|
|
|
|
|
|
|
); |
3011
|
|
|
|
|
|
|
|
3012
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
3013
|
|
|
|
|
|
|
is => 'ro', |
3014
|
|
|
|
|
|
|
isa => Str, |
3015
|
|
|
|
|
|
|
init_arg => undef, |
3016
|
|
|
|
|
|
|
default => 'latn', |
3017
|
|
|
|
|
|
|
); |
3018
|
|
|
|
|
|
|
|
3019
|
|
|
|
|
|
|
has native_numbering_system => ( |
3020
|
|
|
|
|
|
|
is => 'ro', |
3021
|
|
|
|
|
|
|
isa => Str, |
3022
|
|
|
|
|
|
|
init_arg => undef, |
3023
|
|
|
|
|
|
|
default => 'latn', |
3024
|
|
|
|
|
|
|
); |
3025
|
|
|
|
|
|
|
|
3026
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
3027
|
|
|
|
|
|
|
is =>'ro', |
3028
|
|
|
|
|
|
|
isa => Int, |
3029
|
|
|
|
|
|
|
init_arg => undef, |
3030
|
|
|
|
|
|
|
default => 1, |
3031
|
|
|
|
|
|
|
); |
3032
|
|
|
|
|
|
|
|
3033
|
|
|
|
|
|
|
has 'number_symbols' => ( |
3034
|
|
|
|
|
|
|
is => 'ro', |
3035
|
|
|
|
|
|
|
isa => HashRef, |
3036
|
|
|
|
|
|
|
init_arg => undef, |
3037
|
|
|
|
|
|
|
default => sub { { |
3038
|
|
|
|
|
|
|
'latn' => { |
3039
|
|
|
|
|
|
|
'decimal' => q(,), |
3040
|
|
|
|
|
|
|
'exponential' => q(E), |
3041
|
|
|
|
|
|
|
'group' => q(.), |
3042
|
|
|
|
|
|
|
'infinity' => q(â), |
3043
|
|
|
|
|
|
|
'minusSign' => q(-), |
3044
|
|
|
|
|
|
|
'nan' => q(NaN), |
3045
|
|
|
|
|
|
|
'perMille' => q(â°), |
3046
|
|
|
|
|
|
|
'percentSign' => q(%), |
3047
|
|
|
|
|
|
|
'plusSign' => q(+), |
3048
|
|
|
|
|
|
|
'superscriptingExponent' => q(Ã), |
3049
|
|
|
|
|
|
|
'timeSeparator' => q(:), |
3050
|
|
|
|
|
|
|
}, |
3051
|
|
|
|
|
|
|
} } |
3052
|
|
|
|
|
|
|
); |
3053
|
|
|
|
|
|
|
|
3054
|
|
|
|
|
|
|
has 'number_formats' => ( |
3055
|
|
|
|
|
|
|
is => 'ro', |
3056
|
|
|
|
|
|
|
isa => HashRef, |
3057
|
|
|
|
|
|
|
init_arg => undef, |
3058
|
|
|
|
|
|
|
default => sub { { |
3059
|
|
|
|
|
|
|
decimalFormat => { |
3060
|
|
|
|
|
|
|
'default' => { |
3061
|
|
|
|
|
|
|
'1000' => { |
3062
|
|
|
|
|
|
|
'one' => '0Â Dsd'.'', |
3063
|
|
|
|
|
|
|
'other' => '0Â Dsd'.'', |
3064
|
|
|
|
|
|
|
}, |
3065
|
|
|
|
|
|
|
'10000' => { |
3066
|
|
|
|
|
|
|
'one' => '00Â Dsd'.'', |
3067
|
|
|
|
|
|
|
'other' => '00Â Dsd'.'', |
3068
|
|
|
|
|
|
|
}, |
3069
|
|
|
|
|
|
|
'100000' => { |
3070
|
|
|
|
|
|
|
'one' => '000Â Dsd'.'', |
3071
|
|
|
|
|
|
|
'other' => '000Â Dsd'.'', |
3072
|
|
|
|
|
|
|
}, |
3073
|
|
|
|
|
|
|
'1000000' => { |
3074
|
|
|
|
|
|
|
'one' => '0Â Mio'.'', |
3075
|
|
|
|
|
|
|
'other' => '0Â Mio'.'', |
3076
|
|
|
|
|
|
|
}, |
3077
|
|
|
|
|
|
|
'10000000' => { |
3078
|
|
|
|
|
|
|
'one' => '00Â Mio'.'', |
3079
|
|
|
|
|
|
|
'other' => '00Â Mio'.'', |
3080
|
|
|
|
|
|
|
}, |
3081
|
|
|
|
|
|
|
'100000000' => { |
3082
|
|
|
|
|
|
|
'one' => '000Â Mio'.'', |
3083
|
|
|
|
|
|
|
'other' => '000Â Mio'.'', |
3084
|
|
|
|
|
|
|
}, |
3085
|
|
|
|
|
|
|
'1000000000' => { |
3086
|
|
|
|
|
|
|
'one' => '0Â Mrd'.'', |
3087
|
|
|
|
|
|
|
'other' => '0Â Mrd'.'', |
3088
|
|
|
|
|
|
|
}, |
3089
|
|
|
|
|
|
|
'10000000000' => { |
3090
|
|
|
|
|
|
|
'one' => '00Â Mrd'.'', |
3091
|
|
|
|
|
|
|
'other' => '00Â Mrd'.'', |
3092
|
|
|
|
|
|
|
}, |
3093
|
|
|
|
|
|
|
'100000000000' => { |
3094
|
|
|
|
|
|
|
'one' => '000Â Mrd'.'', |
3095
|
|
|
|
|
|
|
'other' => '000Â Mrd'.'', |
3096
|
|
|
|
|
|
|
}, |
3097
|
|
|
|
|
|
|
'1000000000000' => { |
3098
|
|
|
|
|
|
|
'one' => '0Â Bio'.'', |
3099
|
|
|
|
|
|
|
'other' => '0Â Bio'.'', |
3100
|
|
|
|
|
|
|
}, |
3101
|
|
|
|
|
|
|
'10000000000000' => { |
3102
|
|
|
|
|
|
|
'one' => '00Â Bio'.'', |
3103
|
|
|
|
|
|
|
'other' => '00Â Bio'.'', |
3104
|
|
|
|
|
|
|
}, |
3105
|
|
|
|
|
|
|
'100000000000000' => { |
3106
|
|
|
|
|
|
|
'one' => '000Â Bio'.'', |
3107
|
|
|
|
|
|
|
'other' => '000Â Bio'.'', |
3108
|
|
|
|
|
|
|
}, |
3109
|
|
|
|
|
|
|
'standard' => { |
3110
|
|
|
|
|
|
|
'' => '#,##0.###', |
3111
|
|
|
|
|
|
|
}, |
3112
|
|
|
|
|
|
|
}, |
3113
|
|
|
|
|
|
|
'long' => { |
3114
|
|
|
|
|
|
|
'1000' => { |
3115
|
|
|
|
|
|
|
'one' => '0 Dausend', |
3116
|
|
|
|
|
|
|
'other' => '0 Dausend', |
3117
|
|
|
|
|
|
|
}, |
3118
|
|
|
|
|
|
|
'10000' => { |
3119
|
|
|
|
|
|
|
'one' => '00 Dausend', |
3120
|
|
|
|
|
|
|
'other' => '00 Dausend', |
3121
|
|
|
|
|
|
|
}, |
3122
|
|
|
|
|
|
|
'100000' => { |
3123
|
|
|
|
|
|
|
'one' => '000 Dausend', |
3124
|
|
|
|
|
|
|
'other' => '000 Dausend', |
3125
|
|
|
|
|
|
|
}, |
3126
|
|
|
|
|
|
|
'1000000' => { |
3127
|
|
|
|
|
|
|
'one' => '0 Millioun', |
3128
|
|
|
|
|
|
|
'other' => '0 Milliounen', |
3129
|
|
|
|
|
|
|
}, |
3130
|
|
|
|
|
|
|
'10000000' => { |
3131
|
|
|
|
|
|
|
'one' => '00 Milliounen', |
3132
|
|
|
|
|
|
|
'other' => '00 Milliounen', |
3133
|
|
|
|
|
|
|
}, |
3134
|
|
|
|
|
|
|
'100000000' => { |
3135
|
|
|
|
|
|
|
'one' => '000 Milliounen', |
3136
|
|
|
|
|
|
|
'other' => '000 Milliounen', |
3137
|
|
|
|
|
|
|
}, |
3138
|
|
|
|
|
|
|
'1000000000' => { |
3139
|
|
|
|
|
|
|
'one' => '0 Milliard', |
3140
|
|
|
|
|
|
|
'other' => '0 Milliarden', |
3141
|
|
|
|
|
|
|
}, |
3142
|
|
|
|
|
|
|
'10000000000' => { |
3143
|
|
|
|
|
|
|
'one' => '00 Milliarden', |
3144
|
|
|
|
|
|
|
'other' => '00 Milliarden', |
3145
|
|
|
|
|
|
|
}, |
3146
|
|
|
|
|
|
|
'100000000000' => { |
3147
|
|
|
|
|
|
|
'one' => '000 Milliarden', |
3148
|
|
|
|
|
|
|
'other' => '000 Milliarden', |
3149
|
|
|
|
|
|
|
}, |
3150
|
|
|
|
|
|
|
'1000000000000' => { |
3151
|
|
|
|
|
|
|
'one' => '0 Billioun', |
3152
|
|
|
|
|
|
|
'other' => '0 Billiounen', |
3153
|
|
|
|
|
|
|
}, |
3154
|
|
|
|
|
|
|
'10000000000000' => { |
3155
|
|
|
|
|
|
|
'one' => '00 Billiounen', |
3156
|
|
|
|
|
|
|
'other' => '00 Billiounen', |
3157
|
|
|
|
|
|
|
}, |
3158
|
|
|
|
|
|
|
'100000000000000' => { |
3159
|
|
|
|
|
|
|
'one' => '000 Billiounen', |
3160
|
|
|
|
|
|
|
'other' => '000 Billiounen', |
3161
|
|
|
|
|
|
|
}, |
3162
|
|
|
|
|
|
|
}, |
3163
|
|
|
|
|
|
|
'short' => { |
3164
|
|
|
|
|
|
|
'1000' => { |
3165
|
|
|
|
|
|
|
'one' => '0Â Dsd'.'', |
3166
|
|
|
|
|
|
|
'other' => '0Â Dsd'.'', |
3167
|
|
|
|
|
|
|
}, |
3168
|
|
|
|
|
|
|
'10000' => { |
3169
|
|
|
|
|
|
|
'one' => '00Â Dsd'.'', |
3170
|
|
|
|
|
|
|
'other' => '00Â Dsd'.'', |
3171
|
|
|
|
|
|
|
}, |
3172
|
|
|
|
|
|
|
'100000' => { |
3173
|
|
|
|
|
|
|
'one' => '000Â Dsd'.'', |
3174
|
|
|
|
|
|
|
'other' => '000Â Dsd'.'', |
3175
|
|
|
|
|
|
|
}, |
3176
|
|
|
|
|
|
|
'1000000' => { |
3177
|
|
|
|
|
|
|
'one' => '0Â Mio'.'', |
3178
|
|
|
|
|
|
|
'other' => '0Â Mio'.'', |
3179
|
|
|
|
|
|
|
}, |
3180
|
|
|
|
|
|
|
'10000000' => { |
3181
|
|
|
|
|
|
|
'one' => '00Â Mio'.'', |
3182
|
|
|
|
|
|
|
'other' => '00Â Mio'.'', |
3183
|
|
|
|
|
|
|
}, |
3184
|
|
|
|
|
|
|
'100000000' => { |
3185
|
|
|
|
|
|
|
'one' => '000Â Mio'.'', |
3186
|
|
|
|
|
|
|
'other' => '000Â Mio'.'', |
3187
|
|
|
|
|
|
|
}, |
3188
|
|
|
|
|
|
|
'1000000000' => { |
3189
|
|
|
|
|
|
|
'one' => '0Â Mrd'.'', |
3190
|
|
|
|
|
|
|
'other' => '0Â Mrd'.'', |
3191
|
|
|
|
|
|
|
}, |
3192
|
|
|
|
|
|
|
'10000000000' => { |
3193
|
|
|
|
|
|
|
'one' => '00Â Mrd'.'', |
3194
|
|
|
|
|
|
|
'other' => '00Â Mrd'.'', |
3195
|
|
|
|
|
|
|
}, |
3196
|
|
|
|
|
|
|
'100000000000' => { |
3197
|
|
|
|
|
|
|
'one' => '000Â Mrd'.'', |
3198
|
|
|
|
|
|
|
'other' => '000Â Mrd'.'', |
3199
|
|
|
|
|
|
|
}, |
3200
|
|
|
|
|
|
|
'1000000000000' => { |
3201
|
|
|
|
|
|
|
'one' => '0Â Bio'.'', |
3202
|
|
|
|
|
|
|
'other' => '0Â Bio'.'', |
3203
|
|
|
|
|
|
|
}, |
3204
|
|
|
|
|
|
|
'10000000000000' => { |
3205
|
|
|
|
|
|
|
'one' => '00Â Bio'.'', |
3206
|
|
|
|
|
|
|
'other' => '00Â Bio'.'', |
3207
|
|
|
|
|
|
|
}, |
3208
|
|
|
|
|
|
|
'100000000000000' => { |
3209
|
|
|
|
|
|
|
'one' => '000Â Bio'.'', |
3210
|
|
|
|
|
|
|
'other' => '000Â Bio'.'', |
3211
|
|
|
|
|
|
|
}, |
3212
|
|
|
|
|
|
|
}, |
3213
|
|
|
|
|
|
|
}, |
3214
|
|
|
|
|
|
|
percentFormat => { |
3215
|
|
|
|
|
|
|
'default' => { |
3216
|
|
|
|
|
|
|
'standard' => { |
3217
|
|
|
|
|
|
|
'' => '#,##0Â %', |
3218
|
|
|
|
|
|
|
}, |
3219
|
|
|
|
|
|
|
}, |
3220
|
|
|
|
|
|
|
}, |
3221
|
|
|
|
|
|
|
scientificFormat => { |
3222
|
|
|
|
|
|
|
'default' => { |
3223
|
|
|
|
|
|
|
'standard' => { |
3224
|
|
|
|
|
|
|
'' => '#E0', |
3225
|
|
|
|
|
|
|
}, |
3226
|
|
|
|
|
|
|
}, |
3227
|
|
|
|
|
|
|
}, |
3228
|
|
|
|
|
|
|
} }, |
3229
|
|
|
|
|
|
|
); |
3230
|
|
|
|
|
|
|
|
3231
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
3232
|
|
|
|
|
|
|
is => 'ro', |
3233
|
|
|
|
|
|
|
isa => HashRef, |
3234
|
|
|
|
|
|
|
init_arg => undef, |
3235
|
|
|
|
|
|
|
default => sub { { |
3236
|
|
|
|
|
|
|
'latn' => { |
3237
|
|
|
|
|
|
|
'pattern' => { |
3238
|
|
|
|
|
|
|
'default' => { |
3239
|
|
|
|
|
|
|
'accounting' => { |
3240
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3241
|
|
|
|
|
|
|
}, |
3242
|
|
|
|
|
|
|
'standard' => { |
3243
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
3244
|
|
|
|
|
|
|
}, |
3245
|
|
|
|
|
|
|
}, |
3246
|
|
|
|
|
|
|
}, |
3247
|
|
|
|
|
|
|
}, |
3248
|
|
|
|
|
|
|
} }, |
3249
|
|
|
|
|
|
|
); |
3250
|
|
|
|
|
|
|
|
3251
|
|
|
|
|
|
|
has 'currencies' => ( |
3252
|
|
|
|
|
|
|
is => 'ro', |
3253
|
|
|
|
|
|
|
isa => HashRef, |
3254
|
|
|
|
|
|
|
init_arg => undef, |
3255
|
|
|
|
|
|
|
default => sub { { |
3256
|
|
|
|
|
|
|
'ADP' => { |
3257
|
|
|
|
|
|
|
display_name => { |
3258
|
|
|
|
|
|
|
'currency' => q(Andorranesch Peseta), |
3259
|
|
|
|
|
|
|
'one' => q(Andorranesch Peseta), |
3260
|
|
|
|
|
|
|
'other' => q(Andorranesch Peseten), |
3261
|
|
|
|
|
|
|
}, |
3262
|
|
|
|
|
|
|
}, |
3263
|
|
|
|
|
|
|
'AED' => { |
3264
|
|
|
|
|
|
|
display_name => { |
3265
|
|
|
|
|
|
|
'currency' => q(VAE-Dirham), |
3266
|
|
|
|
|
|
|
'one' => q(VAE-Dirham), |
3267
|
|
|
|
|
|
|
'other' => q(VAE-Dirham), |
3268
|
|
|
|
|
|
|
}, |
3269
|
|
|
|
|
|
|
}, |
3270
|
|
|
|
|
|
|
'AFA' => { |
3271
|
|
|
|
|
|
|
symbol => 'AFA', |
3272
|
|
|
|
|
|
|
display_name => { |
3273
|
|
|
|
|
|
|
'currency' => q(Afghanesch Afghani \(1927â2002\)), |
3274
|
|
|
|
|
|
|
'one' => q(Afghanesch Afghani \(1927â2002\)), |
3275
|
|
|
|
|
|
|
'other' => q(Afghanesch Afghani \(1927â2002\)), |
3276
|
|
|
|
|
|
|
}, |
3277
|
|
|
|
|
|
|
}, |
3278
|
|
|
|
|
|
|
'AFN' => { |
3279
|
|
|
|
|
|
|
symbol => 'AFN', |
3280
|
|
|
|
|
|
|
display_name => { |
3281
|
|
|
|
|
|
|
'currency' => q(Afghanesch Afghani), |
3282
|
|
|
|
|
|
|
'one' => q(Afghanesch Afghani), |
3283
|
|
|
|
|
|
|
'other' => q(Afghanesch Afghani), |
3284
|
|
|
|
|
|
|
}, |
3285
|
|
|
|
|
|
|
}, |
3286
|
|
|
|
|
|
|
'ALL' => { |
3287
|
|
|
|
|
|
|
display_name => { |
3288
|
|
|
|
|
|
|
'currency' => q(Albanesche Lek), |
3289
|
|
|
|
|
|
|
'one' => q(Albanesche Lek), |
3290
|
|
|
|
|
|
|
'other' => q(Albanesch Lek), |
3291
|
|
|
|
|
|
|
}, |
3292
|
|
|
|
|
|
|
}, |
3293
|
|
|
|
|
|
|
'AMD' => { |
3294
|
|
|
|
|
|
|
display_name => { |
3295
|
|
|
|
|
|
|
'currency' => q(Armeneschen Dram), |
3296
|
|
|
|
|
|
|
'one' => q(Armeneschen Dram), |
3297
|
|
|
|
|
|
|
'other' => q(Armenesch Dram), |
3298
|
|
|
|
|
|
|
}, |
3299
|
|
|
|
|
|
|
}, |
3300
|
|
|
|
|
|
|
'ANG' => { |
3301
|
|
|
|
|
|
|
display_name => { |
3302
|
|
|
|
|
|
|
'currency' => q(Antillen-Gulden), |
3303
|
|
|
|
|
|
|
'one' => q(Antillen-Gulden), |
3304
|
|
|
|
|
|
|
'other' => q(Antillen-Gulden), |
3305
|
|
|
|
|
|
|
}, |
3306
|
|
|
|
|
|
|
}, |
3307
|
|
|
|
|
|
|
'AOA' => { |
3308
|
|
|
|
|
|
|
display_name => { |
3309
|
|
|
|
|
|
|
'currency' => q(Angolanesche Kwanza), |
3310
|
|
|
|
|
|
|
'one' => q(Angolaneschen Kwanza), |
3311
|
|
|
|
|
|
|
'other' => q(Angolanesch Kwanza), |
3312
|
|
|
|
|
|
|
}, |
3313
|
|
|
|
|
|
|
}, |
3314
|
|
|
|
|
|
|
'AOK' => { |
3315
|
|
|
|
|
|
|
display_name => { |
3316
|
|
|
|
|
|
|
'currency' => q(Angolanesche Kwanza \(1977â1990\)), |
3317
|
|
|
|
|
|
|
'one' => q(Angolanesche Kwanza \(1977â1990\)), |
3318
|
|
|
|
|
|
|
'other' => q(Angolanesch Kwanza \(1977â1990\)), |
3319
|
|
|
|
|
|
|
}, |
3320
|
|
|
|
|
|
|
}, |
3321
|
|
|
|
|
|
|
'AON' => { |
3322
|
|
|
|
|
|
|
display_name => { |
3323
|
|
|
|
|
|
|
'currency' => q(Angolaneschen Neie Kwanza \(1990â2000\)), |
3324
|
|
|
|
|
|
|
'one' => q(Angolaneschen Neie Kwanza \(1990â2000\)), |
3325
|
|
|
|
|
|
|
'other' => q(Angolanesch Nei Kwanza \(1990â2000\)), |
3326
|
|
|
|
|
|
|
}, |
3327
|
|
|
|
|
|
|
}, |
3328
|
|
|
|
|
|
|
'AOR' => { |
3329
|
|
|
|
|
|
|
display_name => { |
3330
|
|
|
|
|
|
|
'currency' => q(Angolanesche Kwanza Reajustado \(1995â1999\)), |
3331
|
|
|
|
|
|
|
'one' => q(Angolanesche Kwanza Reajustado \(1995â1999\)), |
3332
|
|
|
|
|
|
|
'other' => q(Angolanesch Kwanza Reajustado \(1995â1999\)), |
3333
|
|
|
|
|
|
|
}, |
3334
|
|
|
|
|
|
|
}, |
3335
|
|
|
|
|
|
|
'ARA' => { |
3336
|
|
|
|
|
|
|
display_name => { |
3337
|
|
|
|
|
|
|
'currency' => q(Argentineschen Austral), |
3338
|
|
|
|
|
|
|
'one' => q(Argentineschen Austral), |
3339
|
|
|
|
|
|
|
'other' => q(Argentinesch Austral), |
3340
|
|
|
|
|
|
|
}, |
3341
|
|
|
|
|
|
|
}, |
3342
|
|
|
|
|
|
|
'ARP' => { |
3343
|
|
|
|
|
|
|
display_name => { |
3344
|
|
|
|
|
|
|
'currency' => q(Argentinesche Peso \(1983â1985\)), |
3345
|
|
|
|
|
|
|
'one' => q(Argentinesche Peso \(1983â1985\)), |
3346
|
|
|
|
|
|
|
'other' => q(Argentinesch Pesos \(1983â1985\)), |
3347
|
|
|
|
|
|
|
}, |
3348
|
|
|
|
|
|
|
}, |
3349
|
|
|
|
|
|
|
'ARS' => { |
3350
|
|
|
|
|
|
|
display_name => { |
3351
|
|
|
|
|
|
|
'currency' => q(Argentinesche Peso), |
3352
|
|
|
|
|
|
|
'one' => q(Argentinesche Peso), |
3353
|
|
|
|
|
|
|
'other' => q(Argentinesch Pesos), |
3354
|
|
|
|
|
|
|
}, |
3355
|
|
|
|
|
|
|
}, |
3356
|
|
|
|
|
|
|
'ATS' => { |
3357
|
|
|
|
|
|
|
symbol => 'öS', |
3358
|
|
|
|
|
|
|
display_name => { |
3359
|
|
|
|
|
|
|
'currency' => q(Ãisträichesche Schilling), |
3360
|
|
|
|
|
|
|
'one' => q(Ãisträichesche Schilling), |
3361
|
|
|
|
|
|
|
'other' => q(Ãisträichesch Schilling), |
3362
|
|
|
|
|
|
|
}, |
3363
|
|
|
|
|
|
|
}, |
3364
|
|
|
|
|
|
|
'AUD' => { |
3365
|
|
|
|
|
|
|
symbol => 'AU$', |
3366
|
|
|
|
|
|
|
display_name => { |
3367
|
|
|
|
|
|
|
'currency' => q(Australeschen Dollar), |
3368
|
|
|
|
|
|
|
'one' => q(Australeschen Dollar), |
3369
|
|
|
|
|
|
|
'other' => q(Australesch Dollar), |
3370
|
|
|
|
|
|
|
}, |
3371
|
|
|
|
|
|
|
}, |
3372
|
|
|
|
|
|
|
'AWG' => { |
3373
|
|
|
|
|
|
|
display_name => { |
3374
|
|
|
|
|
|
|
'currency' => q(Aruba-Florin), |
3375
|
|
|
|
|
|
|
'one' => q(Aruba-Florin), |
3376
|
|
|
|
|
|
|
'other' => q(Aruba-Florin), |
3377
|
|
|
|
|
|
|
}, |
3378
|
|
|
|
|
|
|
}, |
3379
|
|
|
|
|
|
|
'AZM' => { |
3380
|
|
|
|
|
|
|
display_name => { |
3381
|
|
|
|
|
|
|
'currency' => q(Aserbaidschan-Manat \(1993â2006\)), |
3382
|
|
|
|
|
|
|
'one' => q(Aserbaidschan-Manat \(1993â2006\)), |
3383
|
|
|
|
|
|
|
'other' => q(Aserbaidschan-Manat \(1993â2006\)), |
3384
|
|
|
|
|
|
|
}, |
3385
|
|
|
|
|
|
|
}, |
3386
|
|
|
|
|
|
|
'AZN' => { |
3387
|
|
|
|
|
|
|
display_name => { |
3388
|
|
|
|
|
|
|
'currency' => q(Aserbaidschan-Manat), |
3389
|
|
|
|
|
|
|
'one' => q(Aserbaidschan-Manat), |
3390
|
|
|
|
|
|
|
'other' => q(Aserbaidschan-Manat), |
3391
|
|
|
|
|
|
|
}, |
3392
|
|
|
|
|
|
|
}, |
3393
|
|
|
|
|
|
|
'BAD' => { |
3394
|
|
|
|
|
|
|
display_name => { |
3395
|
|
|
|
|
|
|
'currency' => q(Bosnien an Herzegowina Dinar \(1992â1994\)), |
3396
|
|
|
|
|
|
|
'one' => q(Bosnien an Herzegowina Dinar \(1992â1994\)), |
3397
|
|
|
|
|
|
|
'other' => q(Bosnien an Herzegowina Dinaren \(1992â1994\)), |
3398
|
|
|
|
|
|
|
}, |
3399
|
|
|
|
|
|
|
}, |
3400
|
|
|
|
|
|
|
'BAM' => { |
3401
|
|
|
|
|
|
|
display_name => { |
3402
|
|
|
|
|
|
|
'currency' => q(Bosnien an Herzegowina Konvertéierbar Mark), |
3403
|
|
|
|
|
|
|
'one' => q(Bosnien an Herzegowina Konvertéierbar Mark), |
3404
|
|
|
|
|
|
|
'other' => q(Bosnien an Herzegowina Konvertéierbar Mark), |
3405
|
|
|
|
|
|
|
}, |
3406
|
|
|
|
|
|
|
}, |
3407
|
|
|
|
|
|
|
'BBD' => { |
3408
|
|
|
|
|
|
|
display_name => { |
3409
|
|
|
|
|
|
|
'currency' => q(Barbados-Dollar), |
3410
|
|
|
|
|
|
|
'one' => q(Barbados-Dollar), |
3411
|
|
|
|
|
|
|
'other' => q(Barbados-Dollar), |
3412
|
|
|
|
|
|
|
}, |
3413
|
|
|
|
|
|
|
}, |
3414
|
|
|
|
|
|
|
'BDT' => { |
3415
|
|
|
|
|
|
|
symbol => 'BDT', |
3416
|
|
|
|
|
|
|
display_name => { |
3417
|
|
|
|
|
|
|
'currency' => q(Bangladesch-Taka), |
3418
|
|
|
|
|
|
|
'one' => q(Bangladesch-Taka), |
3419
|
|
|
|
|
|
|
'other' => q(Bangladesch-Taka), |
3420
|
|
|
|
|
|
|
}, |
3421
|
|
|
|
|
|
|
}, |
3422
|
|
|
|
|
|
|
'BEC' => { |
3423
|
|
|
|
|
|
|
display_name => { |
3424
|
|
|
|
|
|
|
'currency' => q(Belsche Frang \(konvertibel\)), |
3425
|
|
|
|
|
|
|
'one' => q(Belsche Frang \(konvertibel\)), |
3426
|
|
|
|
|
|
|
'other' => q(Belsch Frang \(konvertibel\)), |
3427
|
|
|
|
|
|
|
}, |
3428
|
|
|
|
|
|
|
}, |
3429
|
|
|
|
|
|
|
'BEF' => { |
3430
|
|
|
|
|
|
|
display_name => { |
3431
|
|
|
|
|
|
|
'currency' => q(Belsche Frang), |
3432
|
|
|
|
|
|
|
'one' => q(Belsche Frang), |
3433
|
|
|
|
|
|
|
'other' => q(Belsch Frang), |
3434
|
|
|
|
|
|
|
}, |
3435
|
|
|
|
|
|
|
}, |
3436
|
|
|
|
|
|
|
'BEL' => { |
3437
|
|
|
|
|
|
|
display_name => { |
3438
|
|
|
|
|
|
|
'currency' => q(Belsche Finanz-Frang), |
3439
|
|
|
|
|
|
|
'one' => q(Belsche Finanz-Frang), |
3440
|
|
|
|
|
|
|
'other' => q(Belsch Finanz-Frang), |
3441
|
|
|
|
|
|
|
}, |
3442
|
|
|
|
|
|
|
}, |
3443
|
|
|
|
|
|
|
'BGL' => { |
3444
|
|
|
|
|
|
|
display_name => { |
3445
|
|
|
|
|
|
|
'currency' => q(Bulgaresch Lew \(1962â1999\)), |
3446
|
|
|
|
|
|
|
'one' => q(Bulgaresche Lew \(1962â1999\)), |
3447
|
|
|
|
|
|
|
'other' => q(Bulgaresch Lew \(1962â1999\)), |
3448
|
|
|
|
|
|
|
}, |
3449
|
|
|
|
|
|
|
}, |
3450
|
|
|
|
|
|
|
'BGN' => { |
3451
|
|
|
|
|
|
|
display_name => { |
3452
|
|
|
|
|
|
|
'currency' => q(Bulgaresch Lew), |
3453
|
|
|
|
|
|
|
'one' => q(Bulgaresche Lew), |
3454
|
|
|
|
|
|
|
'other' => q(Bulgaresch Lew), |
3455
|
|
|
|
|
|
|
}, |
3456
|
|
|
|
|
|
|
}, |
3457
|
|
|
|
|
|
|
'BHD' => { |
3458
|
|
|
|
|
|
|
display_name => { |
3459
|
|
|
|
|
|
|
'currency' => q(Bahrain-Dinar), |
3460
|
|
|
|
|
|
|
'one' => q(Bahrain-Dinar), |
3461
|
|
|
|
|
|
|
'other' => q(Bahrain-Dinaren), |
3462
|
|
|
|
|
|
|
}, |
3463
|
|
|
|
|
|
|
}, |
3464
|
|
|
|
|
|
|
'BIF' => { |
3465
|
|
|
|
|
|
|
display_name => { |
3466
|
|
|
|
|
|
|
'currency' => q(Burundi-Frang), |
3467
|
|
|
|
|
|
|
'one' => q(Burundi-Frang), |
3468
|
|
|
|
|
|
|
'other' => q(Burundi-Frang), |
3469
|
|
|
|
|
|
|
}, |
3470
|
|
|
|
|
|
|
}, |
3471
|
|
|
|
|
|
|
'BMD' => { |
3472
|
|
|
|
|
|
|
display_name => { |
3473
|
|
|
|
|
|
|
'currency' => q(Bermuda-Dollar), |
3474
|
|
|
|
|
|
|
'one' => q(Bermuda-Dollar), |
3475
|
|
|
|
|
|
|
'other' => q(Bermuda-Dollar), |
3476
|
|
|
|
|
|
|
}, |
3477
|
|
|
|
|
|
|
}, |
3478
|
|
|
|
|
|
|
'BND' => { |
3479
|
|
|
|
|
|
|
symbol => 'BND', |
3480
|
|
|
|
|
|
|
display_name => { |
3481
|
|
|
|
|
|
|
'currency' => q(Brunei-Dollar), |
3482
|
|
|
|
|
|
|
'one' => q(Brunei-Dollar), |
3483
|
|
|
|
|
|
|
'other' => q(Brunei-Dollar), |
3484
|
|
|
|
|
|
|
}, |
3485
|
|
|
|
|
|
|
}, |
3486
|
|
|
|
|
|
|
'BOB' => { |
3487
|
|
|
|
|
|
|
display_name => { |
3488
|
|
|
|
|
|
|
'currency' => q(Bolivianesche Boliviano), |
3489
|
|
|
|
|
|
|
'one' => q(Bolivianesche Boliviano), |
3490
|
|
|
|
|
|
|
'other' => q(Bolivianesch Bolivianos), |
3491
|
|
|
|
|
|
|
}, |
3492
|
|
|
|
|
|
|
}, |
3493
|
|
|
|
|
|
|
'BOP' => { |
3494
|
|
|
|
|
|
|
display_name => { |
3495
|
|
|
|
|
|
|
'currency' => q(Bolivianesche Peso), |
3496
|
|
|
|
|
|
|
'one' => q(Bolivianesche Peso), |
3497
|
|
|
|
|
|
|
'other' => q(Bolivianesch Pesos), |
3498
|
|
|
|
|
|
|
}, |
3499
|
|
|
|
|
|
|
}, |
3500
|
|
|
|
|
|
|
'BOV' => { |
3501
|
|
|
|
|
|
|
display_name => { |
3502
|
|
|
|
|
|
|
'currency' => q(Bolivianseche Mvdol), |
3503
|
|
|
|
|
|
|
'one' => q(Bolivianseche Mvdol), |
3504
|
|
|
|
|
|
|
'other' => q(Bolivianesch Mvdol), |
3505
|
|
|
|
|
|
|
}, |
3506
|
|
|
|
|
|
|
}, |
3507
|
|
|
|
|
|
|
'BRB' => { |
3508
|
|
|
|
|
|
|
display_name => { |
3509
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzeiro Novo \(1967â1986\)), |
3510
|
|
|
|
|
|
|
'one' => q(Brasilianesche Cruzeiro Novo \(1967â1986\)), |
3511
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzeiros Novos \(1967â1986\)), |
3512
|
|
|
|
|
|
|
}, |
3513
|
|
|
|
|
|
|
}, |
3514
|
|
|
|
|
|
|
'BRC' => { |
3515
|
|
|
|
|
|
|
display_name => { |
3516
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzado \(1986â1989\)), |
3517
|
|
|
|
|
|
|
'one' => q(Brasilianesche Cruzado \(1986â1989\)), |
3518
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzados \(1986â1989\)), |
3519
|
|
|
|
|
|
|
}, |
3520
|
|
|
|
|
|
|
}, |
3521
|
|
|
|
|
|
|
'BRE' => { |
3522
|
|
|
|
|
|
|
display_name => { |
3523
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzeiro \(1990â1993\)), |
3524
|
|
|
|
|
|
|
'one' => q(Brasilianesche Cruzeiro \(1990â1993\)), |
3525
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzeiros \(1990â1993\)), |
3526
|
|
|
|
|
|
|
}, |
3527
|
|
|
|
|
|
|
}, |
3528
|
|
|
|
|
|
|
'BRL' => { |
3529
|
|
|
|
|
|
|
symbol => 'R$', |
3530
|
|
|
|
|
|
|
display_name => { |
3531
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Real), |
3532
|
|
|
|
|
|
|
'one' => q(Brasilianesche Real), |
3533
|
|
|
|
|
|
|
'other' => q(Brasilianesch Reais), |
3534
|
|
|
|
|
|
|
}, |
3535
|
|
|
|
|
|
|
}, |
3536
|
|
|
|
|
|
|
'BRN' => { |
3537
|
|
|
|
|
|
|
display_name => { |
3538
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzado Novo \(1989â1990\)), |
3539
|
|
|
|
|
|
|
'one' => q(Brasilianeschen Cruzado Novo \(1989â1990\)), |
3540
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzados Novos \(1989â1990\)), |
3541
|
|
|
|
|
|
|
}, |
3542
|
|
|
|
|
|
|
}, |
3543
|
|
|
|
|
|
|
'BRR' => { |
3544
|
|
|
|
|
|
|
display_name => { |
3545
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzeiro \(1993â1994\)), |
3546
|
|
|
|
|
|
|
'one' => q(Brasilianesche Cruzeiro \(1993â1994\)), |
3547
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzeiros \(1993â1994\)), |
3548
|
|
|
|
|
|
|
}, |
3549
|
|
|
|
|
|
|
}, |
3550
|
|
|
|
|
|
|
'BRZ' => { |
3551
|
|
|
|
|
|
|
display_name => { |
3552
|
|
|
|
|
|
|
'currency' => q(Brasilianesche Cruzeiro \(1942â1967\)), |
3553
|
|
|
|
|
|
|
'one' => q(Brasilianesche Cruzeiro \(1942â1967\)), |
3554
|
|
|
|
|
|
|
'other' => q(Brasilianesch Cruzeiros \(1942â1967\)), |
3555
|
|
|
|
|
|
|
}, |
3556
|
|
|
|
|
|
|
}, |
3557
|
|
|
|
|
|
|
'BSD' => { |
3558
|
|
|
|
|
|
|
display_name => { |
3559
|
|
|
|
|
|
|
'currency' => q(Bahama-Dollar), |
3560
|
|
|
|
|
|
|
'one' => q(Bahama-Dollar), |
3561
|
|
|
|
|
|
|
'other' => q(Bahama-Dollar), |
3562
|
|
|
|
|
|
|
}, |
3563
|
|
|
|
|
|
|
}, |
3564
|
|
|
|
|
|
|
'BTN' => { |
3565
|
|
|
|
|
|
|
symbol => 'BTN', |
3566
|
|
|
|
|
|
|
display_name => { |
3567
|
|
|
|
|
|
|
'currency' => q(Bhutan-Ngultrum), |
3568
|
|
|
|
|
|
|
'one' => q(Bhutan-Ngultrum), |
3569
|
|
|
|
|
|
|
'other' => q(Bhutan-Ngultrum), |
3570
|
|
|
|
|
|
|
}, |
3571
|
|
|
|
|
|
|
}, |
3572
|
|
|
|
|
|
|
'BUK' => { |
3573
|
|
|
|
|
|
|
symbol => 'BUK', |
3574
|
|
|
|
|
|
|
display_name => { |
3575
|
|
|
|
|
|
|
'currency' => q(Birmanesche Kyat), |
3576
|
|
|
|
|
|
|
'one' => q(Birmanesche Kyat), |
3577
|
|
|
|
|
|
|
'other' => q(Birmanesch Kyat), |
3578
|
|
|
|
|
|
|
}, |
3579
|
|
|
|
|
|
|
}, |
3580
|
|
|
|
|
|
|
'BWP' => { |
3581
|
|
|
|
|
|
|
display_name => { |
3582
|
|
|
|
|
|
|
'currency' => q(Botswanesch Pula), |
3583
|
|
|
|
|
|
|
'one' => q(Botswanesch Pula), |
3584
|
|
|
|
|
|
|
'other' => q(Botswanesch Pula), |
3585
|
|
|
|
|
|
|
}, |
3586
|
|
|
|
|
|
|
}, |
3587
|
|
|
|
|
|
|
'BYB' => { |
3588
|
|
|
|
|
|
|
display_name => { |
3589
|
|
|
|
|
|
|
'currency' => q(Wäissrussesche Rubel \(1994â1999\)), |
3590
|
|
|
|
|
|
|
'one' => q(Wäissrussesche Rubel \(1994â1999\)), |
3591
|
|
|
|
|
|
|
'other' => q(Wäissrussesch Rubel \(1994â1999\)), |
3592
|
|
|
|
|
|
|
}, |
3593
|
|
|
|
|
|
|
}, |
3594
|
|
|
|
|
|
|
'BYR' => { |
3595
|
|
|
|
|
|
|
display_name => { |
3596
|
|
|
|
|
|
|
'currency' => q(Wäissrussesche Rubel), |
3597
|
|
|
|
|
|
|
'one' => q(Wäissrussesche Rubel), |
3598
|
|
|
|
|
|
|
'other' => q(Wäissrussesch Rubel), |
3599
|
|
|
|
|
|
|
}, |
3600
|
|
|
|
|
|
|
}, |
3601
|
|
|
|
|
|
|
'BZD' => { |
3602
|
|
|
|
|
|
|
display_name => { |
3603
|
|
|
|
|
|
|
'currency' => q(Belize-Dollar), |
3604
|
|
|
|
|
|
|
'one' => q(Belize-Dollar), |
3605
|
|
|
|
|
|
|
'other' => q(Belize-Dollar), |
3606
|
|
|
|
|
|
|
}, |
3607
|
|
|
|
|
|
|
}, |
3608
|
|
|
|
|
|
|
'CAD' => { |
3609
|
|
|
|
|
|
|
symbol => 'CA$', |
3610
|
|
|
|
|
|
|
display_name => { |
3611
|
|
|
|
|
|
|
'currency' => q(Kanadeschen Dollar), |
3612
|
|
|
|
|
|
|
'one' => q(Kanadeschen Dollar), |
3613
|
|
|
|
|
|
|
'other' => q(Kanadesch Dollar), |
3614
|
|
|
|
|
|
|
}, |
3615
|
|
|
|
|
|
|
}, |
3616
|
|
|
|
|
|
|
'CDF' => { |
3617
|
|
|
|
|
|
|
display_name => { |
3618
|
|
|
|
|
|
|
'currency' => q(Kongo-Frang), |
3619
|
|
|
|
|
|
|
'one' => q(Kongo-Frang), |
3620
|
|
|
|
|
|
|
'other' => q(Kongo-Frang), |
3621
|
|
|
|
|
|
|
}, |
3622
|
|
|
|
|
|
|
}, |
3623
|
|
|
|
|
|
|
'CHE' => { |
3624
|
|
|
|
|
|
|
display_name => { |
3625
|
|
|
|
|
|
|
'currency' => q(WIR-Euro), |
3626
|
|
|
|
|
|
|
'one' => q(WIR-Euro), |
3627
|
|
|
|
|
|
|
'other' => q(WIR-Euro), |
3628
|
|
|
|
|
|
|
}, |
3629
|
|
|
|
|
|
|
}, |
3630
|
|
|
|
|
|
|
'CHF' => { |
3631
|
|
|
|
|
|
|
display_name => { |
3632
|
|
|
|
|
|
|
'currency' => q(Schwäizer Frang), |
3633
|
|
|
|
|
|
|
'one' => q(Schwäizer Frang), |
3634
|
|
|
|
|
|
|
'other' => q(Schwäizer Frang), |
3635
|
|
|
|
|
|
|
}, |
3636
|
|
|
|
|
|
|
}, |
3637
|
|
|
|
|
|
|
'CHW' => { |
3638
|
|
|
|
|
|
|
display_name => { |
3639
|
|
|
|
|
|
|
'currency' => q(WIR-Frang), |
3640
|
|
|
|
|
|
|
'one' => q(WIR-Frang), |
3641
|
|
|
|
|
|
|
'other' => q(WIR-Frang), |
3642
|
|
|
|
|
|
|
}, |
3643
|
|
|
|
|
|
|
}, |
3644
|
|
|
|
|
|
|
'CLF' => { |
3645
|
|
|
|
|
|
|
display_name => { |
3646
|
|
|
|
|
|
|
'currency' => q(Chileneschen Unidad de Fomento), |
3647
|
|
|
|
|
|
|
'one' => q(Chileneschen Unidad de Fomento), |
3648
|
|
|
|
|
|
|
'other' => q(Chilenesch Unidades de Fomento), |
3649
|
|
|
|
|
|
|
}, |
3650
|
|
|
|
|
|
|
}, |
3651
|
|
|
|
|
|
|
'CLP' => { |
3652
|
|
|
|
|
|
|
display_name => { |
3653
|
|
|
|
|
|
|
'currency' => q(Chilenesche Peso), |
3654
|
|
|
|
|
|
|
'one' => q(Chilenesche Peso), |
3655
|
|
|
|
|
|
|
'other' => q(Chilenesch Pesos), |
3656
|
|
|
|
|
|
|
}, |
3657
|
|
|
|
|
|
|
}, |
3658
|
|
|
|
|
|
|
'CNY' => { |
3659
|
|
|
|
|
|
|
symbol => 'CNÂ¥', |
3660
|
|
|
|
|
|
|
display_name => { |
3661
|
|
|
|
|
|
|
'currency' => q(Renminbi Yuan), |
3662
|
|
|
|
|
|
|
'one' => q(Renminbi Yuan), |
3663
|
|
|
|
|
|
|
'other' => q(Renminbi Yuan), |
3664
|
|
|
|
|
|
|
}, |
3665
|
|
|
|
|
|
|
}, |
3666
|
|
|
|
|
|
|
'COP' => { |
3667
|
|
|
|
|
|
|
display_name => { |
3668
|
|
|
|
|
|
|
'currency' => q(Kolumbianesche Peso), |
3669
|
|
|
|
|
|
|
'one' => q(Kolumbianesche Peso), |
3670
|
|
|
|
|
|
|
'other' => q(Kolumbianesch Pesos), |
3671
|
|
|
|
|
|
|
}, |
3672
|
|
|
|
|
|
|
}, |
3673
|
|
|
|
|
|
|
'CRC' => { |
3674
|
|
|
|
|
|
|
display_name => { |
3675
|
|
|
|
|
|
|
'currency' => q(Costa-Rica-Colón), |
3676
|
|
|
|
|
|
|
'one' => q(Costa-Rica-Colón), |
3677
|
|
|
|
|
|
|
'other' => q(Costa-Rica-Colones), |
3678
|
|
|
|
|
|
|
}, |
3679
|
|
|
|
|
|
|
}, |
3680
|
|
|
|
|
|
|
'CSD' => { |
3681
|
|
|
|
|
|
|
display_name => { |
3682
|
|
|
|
|
|
|
'currency' => q(Serbeschen Dinar \(2002â2006\)), |
3683
|
|
|
|
|
|
|
'one' => q(Serbeschen Dinar \(2002â2006\)), |
3684
|
|
|
|
|
|
|
'other' => q(Serbesch Dinaren \(2002â2006\)), |
3685
|
|
|
|
|
|
|
}, |
3686
|
|
|
|
|
|
|
}, |
3687
|
|
|
|
|
|
|
'CSK' => { |
3688
|
|
|
|
|
|
|
display_name => { |
3689
|
|
|
|
|
|
|
'currency' => q(Tschechoslowakesch Kroun), |
3690
|
|
|
|
|
|
|
'one' => q(Tschechoslowakesch Kroun), |
3691
|
|
|
|
|
|
|
'other' => q(Tschechoslowakesch Krounen), |
3692
|
|
|
|
|
|
|
}, |
3693
|
|
|
|
|
|
|
}, |
3694
|
|
|
|
|
|
|
'CUC' => { |
3695
|
|
|
|
|
|
|
display_name => { |
3696
|
|
|
|
|
|
|
'currency' => q(Kubanesche Peso \(konvertibel\)), |
3697
|
|
|
|
|
|
|
'one' => q(Kubanesche Peso \(konvertibel\)), |
3698
|
|
|
|
|
|
|
'other' => q(Kubanesch Pesos \(konvertibel\)), |
3699
|
|
|
|
|
|
|
}, |
3700
|
|
|
|
|
|
|
}, |
3701
|
|
|
|
|
|
|
'CUP' => { |
3702
|
|
|
|
|
|
|
display_name => { |
3703
|
|
|
|
|
|
|
'currency' => q(Kubanesche Peso), |
3704
|
|
|
|
|
|
|
'one' => q(Kubanesche Peso), |
3705
|
|
|
|
|
|
|
'other' => q(Kubanesch Pesos), |
3706
|
|
|
|
|
|
|
}, |
3707
|
|
|
|
|
|
|
}, |
3708
|
|
|
|
|
|
|
'CVE' => { |
3709
|
|
|
|
|
|
|
display_name => { |
3710
|
|
|
|
|
|
|
'currency' => q(Kap-Verde-Escudo), |
3711
|
|
|
|
|
|
|
'one' => q(Kap-Verde-Escudo), |
3712
|
|
|
|
|
|
|
'other' => q(Kap-Verde-Escudos), |
3713
|
|
|
|
|
|
|
}, |
3714
|
|
|
|
|
|
|
}, |
3715
|
|
|
|
|
|
|
'CYP' => { |
3716
|
|
|
|
|
|
|
display_name => { |
3717
|
|
|
|
|
|
|
'currency' => q(Zypern-Pond), |
3718
|
|
|
|
|
|
|
'one' => q(Zypern-Pond), |
3719
|
|
|
|
|
|
|
'other' => q(Zypern-Pond), |
3720
|
|
|
|
|
|
|
}, |
3721
|
|
|
|
|
|
|
}, |
3722
|
|
|
|
|
|
|
'CZK' => { |
3723
|
|
|
|
|
|
|
display_name => { |
3724
|
|
|
|
|
|
|
'currency' => q(Tschechesch Kroun), |
3725
|
|
|
|
|
|
|
'one' => q(Tschechesch Kroun), |
3726
|
|
|
|
|
|
|
'other' => q(Tschechesch Krounen), |
3727
|
|
|
|
|
|
|
}, |
3728
|
|
|
|
|
|
|
}, |
3729
|
|
|
|
|
|
|
'DDM' => { |
3730
|
|
|
|
|
|
|
display_name => { |
3731
|
|
|
|
|
|
|
'currency' => q(DDR-Mark), |
3732
|
|
|
|
|
|
|
'one' => q(DDR-Mark), |
3733
|
|
|
|
|
|
|
'other' => q(DDR-Mark), |
3734
|
|
|
|
|
|
|
}, |
3735
|
|
|
|
|
|
|
}, |
3736
|
|
|
|
|
|
|
'DEM' => { |
3737
|
|
|
|
|
|
|
display_name => { |
3738
|
|
|
|
|
|
|
'currency' => q(Däitsch Mark), |
3739
|
|
|
|
|
|
|
'one' => q(Däitsch Mark), |
3740
|
|
|
|
|
|
|
'other' => q(Däitsch Mark), |
3741
|
|
|
|
|
|
|
}, |
3742
|
|
|
|
|
|
|
}, |
3743
|
|
|
|
|
|
|
'DJF' => { |
3744
|
|
|
|
|
|
|
display_name => { |
3745
|
|
|
|
|
|
|
'currency' => q(Dschibuti-Frang), |
3746
|
|
|
|
|
|
|
'one' => q(Dschibuti-Frang), |
3747
|
|
|
|
|
|
|
'other' => q(Dschibuti-Frang), |
3748
|
|
|
|
|
|
|
}, |
3749
|
|
|
|
|
|
|
}, |
3750
|
|
|
|
|
|
|
'DKK' => { |
3751
|
|
|
|
|
|
|
display_name => { |
3752
|
|
|
|
|
|
|
'currency' => q(Dänesch Kroun), |
3753
|
|
|
|
|
|
|
'one' => q(Dänesch Kroun), |
3754
|
|
|
|
|
|
|
'other' => q(Dänesch Krounen), |
3755
|
|
|
|
|
|
|
}, |
3756
|
|
|
|
|
|
|
}, |
3757
|
|
|
|
|
|
|
'DOP' => { |
3758
|
|
|
|
|
|
|
display_name => { |
3759
|
|
|
|
|
|
|
'currency' => q(Dominikanesche Peso), |
3760
|
|
|
|
|
|
|
'one' => q(Dominikanesche Peso), |
3761
|
|
|
|
|
|
|
'other' => q(Dominikanesch Pesos), |
3762
|
|
|
|
|
|
|
}, |
3763
|
|
|
|
|
|
|
}, |
3764
|
|
|
|
|
|
|
'DZD' => { |
3765
|
|
|
|
|
|
|
display_name => { |
3766
|
|
|
|
|
|
|
'currency' => q(Algereschen Dinar), |
3767
|
|
|
|
|
|
|
'one' => q(Algereschen Dinar), |
3768
|
|
|
|
|
|
|
'other' => q(Algeresch Dinaren), |
3769
|
|
|
|
|
|
|
}, |
3770
|
|
|
|
|
|
|
}, |
3771
|
|
|
|
|
|
|
'ECS' => { |
3772
|
|
|
|
|
|
|
display_name => { |
3773
|
|
|
|
|
|
|
'currency' => q(Ecuadorianesche Sucre), |
3774
|
|
|
|
|
|
|
'one' => q(Ecuadorianesche Sucre), |
3775
|
|
|
|
|
|
|
'other' => q(Ecuadorianesch Sucres), |
3776
|
|
|
|
|
|
|
}, |
3777
|
|
|
|
|
|
|
}, |
3778
|
|
|
|
|
|
|
'ECV' => { |
3779
|
|
|
|
|
|
|
display_name => { |
3780
|
|
|
|
|
|
|
'currency' => q(Verrechnungseenheete fir Ecuador), |
3781
|
|
|
|
|
|
|
'one' => q(Verrechnungseenheet fir Ecuador), |
3782
|
|
|
|
|
|
|
'other' => q(Verrechnungseenheete fir Ecuador), |
3783
|
|
|
|
|
|
|
}, |
3784
|
|
|
|
|
|
|
}, |
3785
|
|
|
|
|
|
|
'EEK' => { |
3786
|
|
|
|
|
|
|
display_name => { |
3787
|
|
|
|
|
|
|
'currency' => q(Estnesch Kroun), |
3788
|
|
|
|
|
|
|
'one' => q(Estnesch Kroun), |
3789
|
|
|
|
|
|
|
'other' => q(Estnesch Krounen), |
3790
|
|
|
|
|
|
|
}, |
3791
|
|
|
|
|
|
|
}, |
3792
|
|
|
|
|
|
|
'EGP' => { |
3793
|
|
|
|
|
|
|
display_name => { |
3794
|
|
|
|
|
|
|
'currency' => q(Egyptescht Pond), |
3795
|
|
|
|
|
|
|
'one' => q(Egyptescht Pond), |
3796
|
|
|
|
|
|
|
'other' => q(Egyptesch Pond), |
3797
|
|
|
|
|
|
|
}, |
3798
|
|
|
|
|
|
|
}, |
3799
|
|
|
|
|
|
|
'ERN' => { |
3800
|
|
|
|
|
|
|
display_name => { |
3801
|
|
|
|
|
|
|
'currency' => q(Eritréieschen Nakfa), |
3802
|
|
|
|
|
|
|
'one' => q(Eritréieschen Nakfa), |
3803
|
|
|
|
|
|
|
'other' => q(Eritréiesch Nakfa), |
3804
|
|
|
|
|
|
|
}, |
3805
|
|
|
|
|
|
|
}, |
3806
|
|
|
|
|
|
|
'ESA' => { |
3807
|
|
|
|
|
|
|
display_name => { |
3808
|
|
|
|
|
|
|
'currency' => q(Spuenesch Peseta \(AâKonten\)), |
3809
|
|
|
|
|
|
|
'one' => q(Spuenesch Peseta \(AâKonten\)), |
3810
|
|
|
|
|
|
|
'other' => q(Spuenesch Peseten \(AâKonten\)), |
3811
|
|
|
|
|
|
|
}, |
3812
|
|
|
|
|
|
|
}, |
3813
|
|
|
|
|
|
|
'ESB' => { |
3814
|
|
|
|
|
|
|
display_name => { |
3815
|
|
|
|
|
|
|
'currency' => q(Spuenesch Peseta \(konvertibel\)), |
3816
|
|
|
|
|
|
|
'one' => q(Spuenesch Peseta \(konvertibel\)), |
3817
|
|
|
|
|
|
|
'other' => q(Spuenesch Peseten \(konvertibel\)), |
3818
|
|
|
|
|
|
|
}, |
3819
|
|
|
|
|
|
|
}, |
3820
|
|
|
|
|
|
|
'ESP' => { |
3821
|
|
|
|
|
|
|
display_name => { |
3822
|
|
|
|
|
|
|
'currency' => q(Spuenesch Peseta), |
3823
|
|
|
|
|
|
|
'one' => q(Spuenesch Peseta), |
3824
|
|
|
|
|
|
|
'other' => q(Spuenesch Peseten), |
3825
|
|
|
|
|
|
|
}, |
3826
|
|
|
|
|
|
|
}, |
3827
|
|
|
|
|
|
|
'ETB' => { |
3828
|
|
|
|
|
|
|
display_name => { |
3829
|
|
|
|
|
|
|
'currency' => q(Ethiopescht Birr), |
3830
|
|
|
|
|
|
|
'one' => q(Ethiopescht Birr), |
3831
|
|
|
|
|
|
|
'other' => q(Ethiopesch Birr), |
3832
|
|
|
|
|
|
|
}, |
3833
|
|
|
|
|
|
|
}, |
3834
|
|
|
|
|
|
|
'EUR' => { |
3835
|
|
|
|
|
|
|
symbol => 'â¬', |
3836
|
|
|
|
|
|
|
display_name => { |
3837
|
|
|
|
|
|
|
'currency' => q(Euro), |
3838
|
|
|
|
|
|
|
'one' => q(Euro), |
3839
|
|
|
|
|
|
|
'other' => q(Euro), |
3840
|
|
|
|
|
|
|
}, |
3841
|
|
|
|
|
|
|
}, |
3842
|
|
|
|
|
|
|
'FIM' => { |
3843
|
|
|
|
|
|
|
display_name => { |
3844
|
|
|
|
|
|
|
'currency' => q(Finnesch Mark), |
3845
|
|
|
|
|
|
|
'one' => q(Finnesch Mark), |
3846
|
|
|
|
|
|
|
'other' => q(Finnesch Mark), |
3847
|
|
|
|
|
|
|
}, |
3848
|
|
|
|
|
|
|
}, |
3849
|
|
|
|
|
|
|
'FJD' => { |
3850
|
|
|
|
|
|
|
display_name => { |
3851
|
|
|
|
|
|
|
'currency' => q(Fidschi-Dollar), |
3852
|
|
|
|
|
|
|
'one' => q(Fidschi-Dollar), |
3853
|
|
|
|
|
|
|
'other' => q(Fidschi-Dollar), |
3854
|
|
|
|
|
|
|
}, |
3855
|
|
|
|
|
|
|
}, |
3856
|
|
|
|
|
|
|
'FKP' => { |
3857
|
|
|
|
|
|
|
display_name => { |
3858
|
|
|
|
|
|
|
'currency' => q(Falkland-Pond), |
3859
|
|
|
|
|
|
|
'one' => q(Falkland-Pond), |
3860
|
|
|
|
|
|
|
'other' => q(Falkland-Pond), |
3861
|
|
|
|
|
|
|
}, |
3862
|
|
|
|
|
|
|
}, |
3863
|
|
|
|
|
|
|
'FRF' => { |
3864
|
|
|
|
|
|
|
display_name => { |
3865
|
|
|
|
|
|
|
'currency' => q(Franséische Frang), |
3866
|
|
|
|
|
|
|
'one' => q(Franséische Frang), |
3867
|
|
|
|
|
|
|
'other' => q(Franséisch Frang), |
3868
|
|
|
|
|
|
|
}, |
3869
|
|
|
|
|
|
|
}, |
3870
|
|
|
|
|
|
|
'GBP' => { |
3871
|
|
|
|
|
|
|
symbol => '£', |
3872
|
|
|
|
|
|
|
display_name => { |
3873
|
|
|
|
|
|
|
'currency' => q(Britescht Pond), |
3874
|
|
|
|
|
|
|
'one' => q(Britescht Pond), |
3875
|
|
|
|
|
|
|
'other' => q(Britesch Pond), |
3876
|
|
|
|
|
|
|
}, |
3877
|
|
|
|
|
|
|
}, |
3878
|
|
|
|
|
|
|
'GEK' => { |
3879
|
|
|
|
|
|
|
display_name => { |
3880
|
|
|
|
|
|
|
'currency' => q(Georgesche Kupon Larit), |
3881
|
|
|
|
|
|
|
'one' => q(Georgesche Kupon Larit), |
3882
|
|
|
|
|
|
|
'other' => q(Georgesch Kupon Larit), |
3883
|
|
|
|
|
|
|
}, |
3884
|
|
|
|
|
|
|
}, |
3885
|
|
|
|
|
|
|
'GEL' => { |
3886
|
|
|
|
|
|
|
display_name => { |
3887
|
|
|
|
|
|
|
'currency' => q(Georgesche Lari), |
3888
|
|
|
|
|
|
|
'one' => q(Georgesche Lari), |
3889
|
|
|
|
|
|
|
'other' => q(Georgesch Lari), |
3890
|
|
|
|
|
|
|
}, |
3891
|
|
|
|
|
|
|
}, |
3892
|
|
|
|
|
|
|
'GHC' => { |
3893
|
|
|
|
|
|
|
display_name => { |
3894
|
|
|
|
|
|
|
'currency' => q(Ghanaeschen Cedi \(1979â2007\)), |
3895
|
|
|
|
|
|
|
'one' => q(Ghanaeschen Cedi \(1979â2007\)), |
3896
|
|
|
|
|
|
|
'other' => q(Ghanaesch Cedi \(1979â2007\)), |
3897
|
|
|
|
|
|
|
}, |
3898
|
|
|
|
|
|
|
}, |
3899
|
|
|
|
|
|
|
'GHS' => { |
3900
|
|
|
|
|
|
|
display_name => { |
3901
|
|
|
|
|
|
|
'currency' => q(Ghanaeschen Cedi), |
3902
|
|
|
|
|
|
|
'one' => q(Ghanaeschen Cedi), |
3903
|
|
|
|
|
|
|
'other' => q(Ghanaesch Cedi), |
3904
|
|
|
|
|
|
|
}, |
3905
|
|
|
|
|
|
|
}, |
3906
|
|
|
|
|
|
|
'GIP' => { |
3907
|
|
|
|
|
|
|
display_name => { |
3908
|
|
|
|
|
|
|
'currency' => q(Gibraltar-Pond), |
3909
|
|
|
|
|
|
|
'one' => q(Gibraltar-Pond), |
3910
|
|
|
|
|
|
|
'other' => q(Gibraltar-Pond), |
3911
|
|
|
|
|
|
|
}, |
3912
|
|
|
|
|
|
|
}, |
3913
|
|
|
|
|
|
|
'GMD' => { |
3914
|
|
|
|
|
|
|
display_name => { |
3915
|
|
|
|
|
|
|
'currency' => q(Gambia-Dalasi), |
3916
|
|
|
|
|
|
|
'one' => q(Gambia-Dalasi), |
3917
|
|
|
|
|
|
|
'other' => q(Gambia-Dalasi), |
3918
|
|
|
|
|
|
|
}, |
3919
|
|
|
|
|
|
|
}, |
3920
|
|
|
|
|
|
|
'GNF' => { |
3921
|
|
|
|
|
|
|
display_name => { |
3922
|
|
|
|
|
|
|
'currency' => q(Guinea-Frang), |
3923
|
|
|
|
|
|
|
'one' => q(Guinea-Frang), |
3924
|
|
|
|
|
|
|
'other' => q(Guinea-Frang), |
3925
|
|
|
|
|
|
|
}, |
3926
|
|
|
|
|
|
|
}, |
3927
|
|
|
|
|
|
|
'GNS' => { |
3928
|
|
|
|
|
|
|
display_name => { |
3929
|
|
|
|
|
|
|
'currency' => q(Guinéiesche Syli), |
3930
|
|
|
|
|
|
|
'one' => q(Guinéiesche Syli), |
3931
|
|
|
|
|
|
|
'other' => q(Guinéiesch Syli), |
3932
|
|
|
|
|
|
|
}, |
3933
|
|
|
|
|
|
|
}, |
3934
|
|
|
|
|
|
|
'GQE' => { |
3935
|
|
|
|
|
|
|
display_name => { |
3936
|
|
|
|
|
|
|
'currency' => q(Equatorialguinea-Ekwele), |
3937
|
|
|
|
|
|
|
'one' => q(Equatorialguinea-Ekwele), |
3938
|
|
|
|
|
|
|
'other' => q(Equatorialguinea-Ekwele), |
3939
|
|
|
|
|
|
|
}, |
3940
|
|
|
|
|
|
|
}, |
3941
|
|
|
|
|
|
|
'GRD' => { |
3942
|
|
|
|
|
|
|
display_name => { |
3943
|
|
|
|
|
|
|
'currency' => q(Griichesch Drachme), |
3944
|
|
|
|
|
|
|
'one' => q(Griichesch Drachme), |
3945
|
|
|
|
|
|
|
'other' => q(Griichesch Drachmen), |
3946
|
|
|
|
|
|
|
}, |
3947
|
|
|
|
|
|
|
}, |
3948
|
|
|
|
|
|
|
'GTQ' => { |
3949
|
|
|
|
|
|
|
display_name => { |
3950
|
|
|
|
|
|
|
'currency' => q(Guatemaltekesche Quetzal), |
3951
|
|
|
|
|
|
|
'one' => q(Guatemaltekesche Quetzal), |
3952
|
|
|
|
|
|
|
'other' => q(Guatemaltekesch Quetzales), |
3953
|
|
|
|
|
|
|
}, |
3954
|
|
|
|
|
|
|
}, |
3955
|
|
|
|
|
|
|
'GWE' => { |
3956
|
|
|
|
|
|
|
display_name => { |
3957
|
|
|
|
|
|
|
'currency' => q(Portugisesch-Guinea Escudo), |
3958
|
|
|
|
|
|
|
'one' => q(Portugisesch-Guinea Escudo), |
3959
|
|
|
|
|
|
|
'other' => q(Portugisesch-Guinea Escudos), |
3960
|
|
|
|
|
|
|
}, |
3961
|
|
|
|
|
|
|
}, |
3962
|
|
|
|
|
|
|
'GWP' => { |
3963
|
|
|
|
|
|
|
display_name => { |
3964
|
|
|
|
|
|
|
'currency' => q(Guinea-Bissau Peso), |
3965
|
|
|
|
|
|
|
'one' => q(Guinea-Bissau Peso), |
3966
|
|
|
|
|
|
|
'other' => q(Guinea-Bissau Pesos), |
3967
|
|
|
|
|
|
|
}, |
3968
|
|
|
|
|
|
|
}, |
3969
|
|
|
|
|
|
|
'GYD' => { |
3970
|
|
|
|
|
|
|
display_name => { |
3971
|
|
|
|
|
|
|
'currency' => q(Guyana-Dollar), |
3972
|
|
|
|
|
|
|
'one' => q(Guyana-Dollar), |
3973
|
|
|
|
|
|
|
'other' => q(Guyana-Dollar), |
3974
|
|
|
|
|
|
|
}, |
3975
|
|
|
|
|
|
|
}, |
3976
|
|
|
|
|
|
|
'HKD' => { |
3977
|
|
|
|
|
|
|
symbol => 'HK$', |
3978
|
|
|
|
|
|
|
display_name => { |
3979
|
|
|
|
|
|
|
'currency' => q(Hong-Kong-Dollar), |
3980
|
|
|
|
|
|
|
'one' => q(Hong-Kong-Dollar), |
3981
|
|
|
|
|
|
|
'other' => q(Hong-Kong-Dollar), |
3982
|
|
|
|
|
|
|
}, |
3983
|
|
|
|
|
|
|
}, |
3984
|
|
|
|
|
|
|
'HNL' => { |
3985
|
|
|
|
|
|
|
display_name => { |
3986
|
|
|
|
|
|
|
'currency' => q(Honduras-Lempira), |
3987
|
|
|
|
|
|
|
'one' => q(Honduras-Lempira), |
3988
|
|
|
|
|
|
|
'other' => q(Honduras-Lempira), |
3989
|
|
|
|
|
|
|
}, |
3990
|
|
|
|
|
|
|
}, |
3991
|
|
|
|
|
|
|
'HRD' => { |
3992
|
|
|
|
|
|
|
display_name => { |
3993
|
|
|
|
|
|
|
'currency' => q(Kroateschen Dinar), |
3994
|
|
|
|
|
|
|
'one' => q(Kroateschen Dinar), |
3995
|
|
|
|
|
|
|
'other' => q(Kroatesch Dinaren), |
3996
|
|
|
|
|
|
|
}, |
3997
|
|
|
|
|
|
|
}, |
3998
|
|
|
|
|
|
|
'HRK' => { |
3999
|
|
|
|
|
|
|
display_name => { |
4000
|
|
|
|
|
|
|
'currency' => q(Kroatesche Kuna), |
4001
|
|
|
|
|
|
|
'one' => q(Kroatesche Kuna), |
4002
|
|
|
|
|
|
|
'other' => q(Kroatesch Kuna), |
4003
|
|
|
|
|
|
|
}, |
4004
|
|
|
|
|
|
|
}, |
4005
|
|
|
|
|
|
|
'HTG' => { |
4006
|
|
|
|
|
|
|
display_name => { |
4007
|
|
|
|
|
|
|
'currency' => q(Haitianesch Gourde), |
4008
|
|
|
|
|
|
|
'one' => q(Haitianesch Gourde), |
4009
|
|
|
|
|
|
|
'other' => q(Haitianesch Gourdes), |
4010
|
|
|
|
|
|
|
}, |
4011
|
|
|
|
|
|
|
}, |
4012
|
|
|
|
|
|
|
'HUF' => { |
4013
|
|
|
|
|
|
|
display_name => { |
4014
|
|
|
|
|
|
|
'currency' => q(Ungaresche Forint), |
4015
|
|
|
|
|
|
|
'one' => q(Ungaresche Forint), |
4016
|
|
|
|
|
|
|
'other' => q(Ungaresch Forint), |
4017
|
|
|
|
|
|
|
}, |
4018
|
|
|
|
|
|
|
}, |
4019
|
|
|
|
|
|
|
'IDR' => { |
4020
|
|
|
|
|
|
|
symbol => 'IDR', |
4021
|
|
|
|
|
|
|
display_name => { |
4022
|
|
|
|
|
|
|
'currency' => q(Indonesesch Rupiah), |
4023
|
|
|
|
|
|
|
'one' => q(Indonesesch Rupiah), |
4024
|
|
|
|
|
|
|
'other' => q(Indonesesch Rupiah), |
4025
|
|
|
|
|
|
|
}, |
4026
|
|
|
|
|
|
|
}, |
4027
|
|
|
|
|
|
|
'IEP' => { |
4028
|
|
|
|
|
|
|
display_name => { |
4029
|
|
|
|
|
|
|
'currency' => q(Irescht Pond), |
4030
|
|
|
|
|
|
|
'one' => q(Irescht Pond), |
4031
|
|
|
|
|
|
|
'other' => q(Iresch Pond), |
4032
|
|
|
|
|
|
|
}, |
4033
|
|
|
|
|
|
|
}, |
4034
|
|
|
|
|
|
|
'ILP' => { |
4035
|
|
|
|
|
|
|
display_name => { |
4036
|
|
|
|
|
|
|
'currency' => q(Israelescht Pond), |
4037
|
|
|
|
|
|
|
'one' => q(Israelescht Pond), |
4038
|
|
|
|
|
|
|
'other' => q(Israelesch Pond), |
4039
|
|
|
|
|
|
|
}, |
4040
|
|
|
|
|
|
|
}, |
4041
|
|
|
|
|
|
|
'ILS' => { |
4042
|
|
|
|
|
|
|
symbol => 'âª', |
4043
|
|
|
|
|
|
|
display_name => { |
4044
|
|
|
|
|
|
|
'currency' => q(Israeleschen Neie Schekel), |
4045
|
|
|
|
|
|
|
'one' => q(Israeleschen Neie Schekel), |
4046
|
|
|
|
|
|
|
'other' => q(Israelesch Nei Schekel), |
4047
|
|
|
|
|
|
|
}, |
4048
|
|
|
|
|
|
|
}, |
4049
|
|
|
|
|
|
|
'INR' => { |
4050
|
|
|
|
|
|
|
symbol => 'â¹', |
4051
|
|
|
|
|
|
|
display_name => { |
4052
|
|
|
|
|
|
|
'currency' => q(Indesch Rupie), |
4053
|
|
|
|
|
|
|
'one' => q(Indesch Rupie), |
4054
|
|
|
|
|
|
|
'other' => q(Indesch Rupien), |
4055
|
|
|
|
|
|
|
}, |
4056
|
|
|
|
|
|
|
}, |
4057
|
|
|
|
|
|
|
'IQD' => { |
4058
|
|
|
|
|
|
|
display_name => { |
4059
|
|
|
|
|
|
|
'currency' => q(Irakeschen Dinar), |
4060
|
|
|
|
|
|
|
'one' => q(Irakeschen Dinar), |
4061
|
|
|
|
|
|
|
'other' => q(Irakesch Dinaren), |
4062
|
|
|
|
|
|
|
}, |
4063
|
|
|
|
|
|
|
}, |
4064
|
|
|
|
|
|
|
'IRR' => { |
4065
|
|
|
|
|
|
|
symbol => 'IRR', |
4066
|
|
|
|
|
|
|
display_name => { |
4067
|
|
|
|
|
|
|
'currency' => q(Iranesch Rial), |
4068
|
|
|
|
|
|
|
'one' => q(Iranesch Rial), |
4069
|
|
|
|
|
|
|
'other' => q(Iranesch Rial), |
4070
|
|
|
|
|
|
|
}, |
4071
|
|
|
|
|
|
|
}, |
4072
|
|
|
|
|
|
|
'ISK' => { |
4073
|
|
|
|
|
|
|
display_name => { |
4074
|
|
|
|
|
|
|
'currency' => q(Islännesch Kroun), |
4075
|
|
|
|
|
|
|
'one' => q(Islännesch Kroun), |
4076
|
|
|
|
|
|
|
'other' => q(Islännesch Krounen), |
4077
|
|
|
|
|
|
|
}, |
4078
|
|
|
|
|
|
|
}, |
4079
|
|
|
|
|
|
|
'ITL' => { |
4080
|
|
|
|
|
|
|
display_name => { |
4081
|
|
|
|
|
|
|
'currency' => q(Italienesch Lira), |
4082
|
|
|
|
|
|
|
'one' => q(Italienesch Lira), |
4083
|
|
|
|
|
|
|
'other' => q(Italienesch Lire), |
4084
|
|
|
|
|
|
|
}, |
4085
|
|
|
|
|
|
|
}, |
4086
|
|
|
|
|
|
|
'JMD' => { |
4087
|
|
|
|
|
|
|
display_name => { |
4088
|
|
|
|
|
|
|
'currency' => q(Jamaika-Dollar), |
4089
|
|
|
|
|
|
|
'one' => q(Jamaika-Dollar), |
4090
|
|
|
|
|
|
|
'other' => q(Jamaika-Dollar), |
4091
|
|
|
|
|
|
|
}, |
4092
|
|
|
|
|
|
|
}, |
4093
|
|
|
|
|
|
|
'JOD' => { |
4094
|
|
|
|
|
|
|
display_name => { |
4095
|
|
|
|
|
|
|
'currency' => q(Jordaneschen Dinar), |
4096
|
|
|
|
|
|
|
'one' => q(Jordaneschen Dinar), |
4097
|
|
|
|
|
|
|
'other' => q(Jordanesch Dinaren), |
4098
|
|
|
|
|
|
|
}, |
4099
|
|
|
|
|
|
|
}, |
4100
|
|
|
|
|
|
|
'JPY' => { |
4101
|
|
|
|
|
|
|
symbol => 'Â¥', |
4102
|
|
|
|
|
|
|
display_name => { |
4103
|
|
|
|
|
|
|
'currency' => q(Japanesche Yen), |
4104
|
|
|
|
|
|
|
'one' => q(Japanesche Yen), |
4105
|
|
|
|
|
|
|
'other' => q(Japanesch Yen), |
4106
|
|
|
|
|
|
|
}, |
4107
|
|
|
|
|
|
|
}, |
4108
|
|
|
|
|
|
|
'KES' => { |
4109
|
|
|
|
|
|
|
display_name => { |
4110
|
|
|
|
|
|
|
'currency' => q(Kenia-Schilling), |
4111
|
|
|
|
|
|
|
'one' => q(Kenia-Schilling), |
4112
|
|
|
|
|
|
|
'other' => q(Kenia-Schilling), |
4113
|
|
|
|
|
|
|
}, |
4114
|
|
|
|
|
|
|
}, |
4115
|
|
|
|
|
|
|
'KGS' => { |
4116
|
|
|
|
|
|
|
display_name => { |
4117
|
|
|
|
|
|
|
'currency' => q(Kirgisesche Som), |
4118
|
|
|
|
|
|
|
'one' => q(Kirgisesche Som), |
4119
|
|
|
|
|
|
|
'other' => q(Kirgisesch Som), |
4120
|
|
|
|
|
|
|
}, |
4121
|
|
|
|
|
|
|
}, |
4122
|
|
|
|
|
|
|
'KHR' => { |
4123
|
|
|
|
|
|
|
symbol => 'KHR', |
4124
|
|
|
|
|
|
|
display_name => { |
4125
|
|
|
|
|
|
|
'currency' => q(Kambodschanesche Riel), |
4126
|
|
|
|
|
|
|
'one' => q(Kambodschanesche Riel), |
4127
|
|
|
|
|
|
|
'other' => q(Kambodschanesch Riel), |
4128
|
|
|
|
|
|
|
}, |
4129
|
|
|
|
|
|
|
}, |
4130
|
|
|
|
|
|
|
'KMF' => { |
4131
|
|
|
|
|
|
|
display_name => { |
4132
|
|
|
|
|
|
|
'currency' => q(Komore-Frang), |
4133
|
|
|
|
|
|
|
'one' => q(Komore-Frang), |
4134
|
|
|
|
|
|
|
'other' => q(Komore-Frang), |
4135
|
|
|
|
|
|
|
}, |
4136
|
|
|
|
|
|
|
}, |
4137
|
|
|
|
|
|
|
'KPW' => { |
4138
|
|
|
|
|
|
|
symbol => 'KPW', |
4139
|
|
|
|
|
|
|
display_name => { |
4140
|
|
|
|
|
|
|
'currency' => q(Nordkoreanesche Won), |
4141
|
|
|
|
|
|
|
'one' => q(Nordkoreanesche Won), |
4142
|
|
|
|
|
|
|
'other' => q(Nordkoreanesch Won), |
4143
|
|
|
|
|
|
|
}, |
4144
|
|
|
|
|
|
|
}, |
4145
|
|
|
|
|
|
|
'KRW' => { |
4146
|
|
|
|
|
|
|
symbol => 'â©', |
4147
|
|
|
|
|
|
|
display_name => { |
4148
|
|
|
|
|
|
|
'currency' => q(Südkoreanesche Won), |
4149
|
|
|
|
|
|
|
'one' => q(Südkoreanesche Won), |
4150
|
|
|
|
|
|
|
'other' => q(Südkoreanesch Won), |
4151
|
|
|
|
|
|
|
}, |
4152
|
|
|
|
|
|
|
}, |
4153
|
|
|
|
|
|
|
'KWD' => { |
4154
|
|
|
|
|
|
|
display_name => { |
4155
|
|
|
|
|
|
|
'currency' => q(Kuwait-Dinar), |
4156
|
|
|
|
|
|
|
'one' => q(Kuwait-Dinar), |
4157
|
|
|
|
|
|
|
'other' => q(Kuwait-Dinaren), |
4158
|
|
|
|
|
|
|
}, |
4159
|
|
|
|
|
|
|
}, |
4160
|
|
|
|
|
|
|
'KYD' => { |
4161
|
|
|
|
|
|
|
display_name => { |
4162
|
|
|
|
|
|
|
'currency' => q(Kaiman-Dollar), |
4163
|
|
|
|
|
|
|
'one' => q(Kaiman-Dollar), |
4164
|
|
|
|
|
|
|
'other' => q(Kaiman-Dollar), |
4165
|
|
|
|
|
|
|
}, |
4166
|
|
|
|
|
|
|
}, |
4167
|
|
|
|
|
|
|
'KZT' => { |
4168
|
|
|
|
|
|
|
display_name => { |
4169
|
|
|
|
|
|
|
'currency' => q(Kasacheschen Tenge), |
4170
|
|
|
|
|
|
|
'one' => q(Kasacheschen Tenge), |
4171
|
|
|
|
|
|
|
'other' => q(Kasachesch Tenge), |
4172
|
|
|
|
|
|
|
}, |
4173
|
|
|
|
|
|
|
}, |
4174
|
|
|
|
|
|
|
'LAK' => { |
4175
|
|
|
|
|
|
|
symbol => 'LAK', |
4176
|
|
|
|
|
|
|
display_name => { |
4177
|
|
|
|
|
|
|
'currency' => q(Laoteschen Kip), |
4178
|
|
|
|
|
|
|
'one' => q(Laoteschen Kip), |
4179
|
|
|
|
|
|
|
'other' => q(Laotesch Kip), |
4180
|
|
|
|
|
|
|
}, |
4181
|
|
|
|
|
|
|
}, |
4182
|
|
|
|
|
|
|
'LBP' => { |
4183
|
|
|
|
|
|
|
display_name => { |
4184
|
|
|
|
|
|
|
'currency' => q(Libanesescht Pond), |
4185
|
|
|
|
|
|
|
'one' => q(Libanesescht Pond), |
4186
|
|
|
|
|
|
|
'other' => q(Libanesesch Pond), |
4187
|
|
|
|
|
|
|
}, |
4188
|
|
|
|
|
|
|
}, |
4189
|
|
|
|
|
|
|
'LKR' => { |
4190
|
|
|
|
|
|
|
symbol => 'LKR', |
4191
|
|
|
|
|
|
|
display_name => { |
4192
|
|
|
|
|
|
|
'currency' => q(Sri-Lanka-Rupie), |
4193
|
|
|
|
|
|
|
'one' => q(Sri-Lanka-Rupie), |
4194
|
|
|
|
|
|
|
'other' => q(Sri-Lanka-Rupien), |
4195
|
|
|
|
|
|
|
}, |
4196
|
|
|
|
|
|
|
}, |
4197
|
|
|
|
|
|
|
'LRD' => { |
4198
|
|
|
|
|
|
|
display_name => { |
4199
|
|
|
|
|
|
|
'currency' => q(Liberianeschen Dollar), |
4200
|
|
|
|
|
|
|
'one' => q(Liberianeschen Dollar), |
4201
|
|
|
|
|
|
|
'other' => q(Liberianesch Dollar), |
4202
|
|
|
|
|
|
|
}, |
4203
|
|
|
|
|
|
|
}, |
4204
|
|
|
|
|
|
|
'LSL' => { |
4205
|
|
|
|
|
|
|
display_name => { |
4206
|
|
|
|
|
|
|
'currency' => q(Loti), |
4207
|
|
|
|
|
|
|
'one' => q(Loti), |
4208
|
|
|
|
|
|
|
'other' => q(Loti), |
4209
|
|
|
|
|
|
|
}, |
4210
|
|
|
|
|
|
|
}, |
4211
|
|
|
|
|
|
|
'LTL' => { |
4212
|
|
|
|
|
|
|
display_name => { |
4213
|
|
|
|
|
|
|
'currency' => q(Litauesche Litas), |
4214
|
|
|
|
|
|
|
'one' => q(Litauesche Litas), |
4215
|
|
|
|
|
|
|
'other' => q(Litauesch Litas), |
4216
|
|
|
|
|
|
|
}, |
4217
|
|
|
|
|
|
|
}, |
4218
|
|
|
|
|
|
|
'LTT' => { |
4219
|
|
|
|
|
|
|
display_name => { |
4220
|
|
|
|
|
|
|
'currency' => q(Litaueschen Talonas), |
4221
|
|
|
|
|
|
|
'one' => q(Litaueschen Talonas), |
4222
|
|
|
|
|
|
|
'other' => q(Litauesch Talonas), |
4223
|
|
|
|
|
|
|
}, |
4224
|
|
|
|
|
|
|
}, |
4225
|
|
|
|
|
|
|
'LUC' => { |
4226
|
|
|
|
|
|
|
display_name => { |
4227
|
|
|
|
|
|
|
'currency' => q(Lëtzebuerger Frang \(konvertibel\)), |
4228
|
|
|
|
|
|
|
'one' => q(Lëtzebuerger Frang \(konvertibel\)), |
4229
|
|
|
|
|
|
|
'other' => q(Lëtzebuerger Frang \(konvertibel\)), |
4230
|
|
|
|
|
|
|
}, |
4231
|
|
|
|
|
|
|
}, |
4232
|
|
|
|
|
|
|
'LUF' => { |
4233
|
|
|
|
|
|
|
display_name => { |
4234
|
|
|
|
|
|
|
'currency' => q(Lëtzebuerger Frang), |
4235
|
|
|
|
|
|
|
'one' => q(Lëtzebuerger Frang), |
4236
|
|
|
|
|
|
|
'other' => q(Lëtzebuerger Frang), |
4237
|
|
|
|
|
|
|
}, |
4238
|
|
|
|
|
|
|
}, |
4239
|
|
|
|
|
|
|
'LUL' => { |
4240
|
|
|
|
|
|
|
display_name => { |
4241
|
|
|
|
|
|
|
'currency' => q(Lëtzebuerger Finanz-Frang), |
4242
|
|
|
|
|
|
|
'one' => q(Lëtzebuerger Finanz-Frang), |
4243
|
|
|
|
|
|
|
'other' => q(Lëtzebuerger Finanz-Frang), |
4244
|
|
|
|
|
|
|
}, |
4245
|
|
|
|
|
|
|
}, |
4246
|
|
|
|
|
|
|
'LVL' => { |
4247
|
|
|
|
|
|
|
display_name => { |
4248
|
|
|
|
|
|
|
'currency' => q(Lettesche Lats), |
4249
|
|
|
|
|
|
|
'one' => q(Lettesche Lats), |
4250
|
|
|
|
|
|
|
'other' => q(Lettesch Lats), |
4251
|
|
|
|
|
|
|
}, |
4252
|
|
|
|
|
|
|
}, |
4253
|
|
|
|
|
|
|
'LVR' => { |
4254
|
|
|
|
|
|
|
display_name => { |
4255
|
|
|
|
|
|
|
'currency' => q(Lettesche Rubel), |
4256
|
|
|
|
|
|
|
'one' => q(Lettesche Rubel), |
4257
|
|
|
|
|
|
|
'other' => q(Lettesch Rubel), |
4258
|
|
|
|
|
|
|
}, |
4259
|
|
|
|
|
|
|
}, |
4260
|
|
|
|
|
|
|
'LYD' => { |
4261
|
|
|
|
|
|
|
display_name => { |
4262
|
|
|
|
|
|
|
'currency' => q(Libeschen Dinar), |
4263
|
|
|
|
|
|
|
'one' => q(Libeschen Dinar), |
4264
|
|
|
|
|
|
|
'other' => q(Libesch Dinaren), |
4265
|
|
|
|
|
|
|
}, |
4266
|
|
|
|
|
|
|
}, |
4267
|
|
|
|
|
|
|
'MAD' => { |
4268
|
|
|
|
|
|
|
display_name => { |
4269
|
|
|
|
|
|
|
'currency' => q(Marokkaneschen Dirham), |
4270
|
|
|
|
|
|
|
'one' => q(Marokkaneschen Dirham), |
4271
|
|
|
|
|
|
|
'other' => q(Marokkanesch Dirham), |
4272
|
|
|
|
|
|
|
}, |
4273
|
|
|
|
|
|
|
}, |
4274
|
|
|
|
|
|
|
'MAF' => { |
4275
|
|
|
|
|
|
|
display_name => { |
4276
|
|
|
|
|
|
|
'currency' => q(Marokkanesche Frang), |
4277
|
|
|
|
|
|
|
'one' => q(Marokkanesche Frang), |
4278
|
|
|
|
|
|
|
'other' => q(Marokkanesch Frang), |
4279
|
|
|
|
|
|
|
}, |
4280
|
|
|
|
|
|
|
}, |
4281
|
|
|
|
|
|
|
'MDL' => { |
4282
|
|
|
|
|
|
|
display_name => { |
4283
|
|
|
|
|
|
|
'currency' => q(Moldawesche Leu), |
4284
|
|
|
|
|
|
|
'one' => q(Moldawesche Leu), |
4285
|
|
|
|
|
|
|
'other' => q(Moldawesch Leu), |
4286
|
|
|
|
|
|
|
}, |
4287
|
|
|
|
|
|
|
}, |
4288
|
|
|
|
|
|
|
'MGA' => { |
4289
|
|
|
|
|
|
|
display_name => { |
4290
|
|
|
|
|
|
|
'currency' => q(Madagaskar-Ariary), |
4291
|
|
|
|
|
|
|
'one' => q(Madagaskar-Ariary), |
4292
|
|
|
|
|
|
|
'other' => q(Madagaskar-Ariary), |
4293
|
|
|
|
|
|
|
}, |
4294
|
|
|
|
|
|
|
}, |
4295
|
|
|
|
|
|
|
'MGF' => { |
4296
|
|
|
|
|
|
|
display_name => { |
4297
|
|
|
|
|
|
|
'currency' => q(Madagaskar-Frang), |
4298
|
|
|
|
|
|
|
'one' => q(Madagaskar-Frang), |
4299
|
|
|
|
|
|
|
'other' => q(Madagaskar-Frang), |
4300
|
|
|
|
|
|
|
}, |
4301
|
|
|
|
|
|
|
}, |
4302
|
|
|
|
|
|
|
'MKD' => { |
4303
|
|
|
|
|
|
|
display_name => { |
4304
|
|
|
|
|
|
|
'currency' => q(Mazedoneschen Denar), |
4305
|
|
|
|
|
|
|
'one' => q(Mazedoneschen Denar), |
4306
|
|
|
|
|
|
|
'other' => q(Mazedonesch Denari), |
4307
|
|
|
|
|
|
|
}, |
4308
|
|
|
|
|
|
|
}, |
4309
|
|
|
|
|
|
|
'MLF' => { |
4310
|
|
|
|
|
|
|
display_name => { |
4311
|
|
|
|
|
|
|
'currency' => q(Malesche Frang), |
4312
|
|
|
|
|
|
|
'one' => q(Malesche Frang), |
4313
|
|
|
|
|
|
|
'other' => q(Malesch Frang), |
4314
|
|
|
|
|
|
|
}, |
4315
|
|
|
|
|
|
|
}, |
4316
|
|
|
|
|
|
|
'MMK' => { |
4317
|
|
|
|
|
|
|
symbol => 'MMK', |
4318
|
|
|
|
|
|
|
display_name => { |
4319
|
|
|
|
|
|
|
'currency' => q(Myanmaresche Kyat), |
4320
|
|
|
|
|
|
|
'one' => q(Myanmaresche Kyat), |
4321
|
|
|
|
|
|
|
'other' => q(Myanmaresch Kyat), |
4322
|
|
|
|
|
|
|
}, |
4323
|
|
|
|
|
|
|
}, |
4324
|
|
|
|
|
|
|
'MNT' => { |
4325
|
|
|
|
|
|
|
symbol => 'MNT', |
4326
|
|
|
|
|
|
|
display_name => { |
4327
|
|
|
|
|
|
|
'currency' => q(Mongoleschen Tögrög), |
4328
|
|
|
|
|
|
|
'one' => q(Mongoleschen Tögrög), |
4329
|
|
|
|
|
|
|
'other' => q(Mongolesch Tögrög), |
4330
|
|
|
|
|
|
|
}, |
4331
|
|
|
|
|
|
|
}, |
4332
|
|
|
|
|
|
|
'MOP' => { |
4333
|
|
|
|
|
|
|
symbol => 'MOP', |
4334
|
|
|
|
|
|
|
display_name => { |
4335
|
|
|
|
|
|
|
'currency' => q(Macau-Pataca), |
4336
|
|
|
|
|
|
|
'one' => q(Macau-Pataca), |
4337
|
|
|
|
|
|
|
'other' => q(Macau-Pataca), |
4338
|
|
|
|
|
|
|
}, |
4339
|
|
|
|
|
|
|
}, |
4340
|
|
|
|
|
|
|
'MRO' => { |
4341
|
|
|
|
|
|
|
display_name => { |
4342
|
|
|
|
|
|
|
'currency' => q(Mauretaneschen Ouguiya), |
4343
|
|
|
|
|
|
|
'one' => q(Mauretaneschen Ouguiya), |
4344
|
|
|
|
|
|
|
'other' => q(Mauretanesch Ouguiya), |
4345
|
|
|
|
|
|
|
}, |
4346
|
|
|
|
|
|
|
}, |
4347
|
|
|
|
|
|
|
'MTL' => { |
4348
|
|
|
|
|
|
|
display_name => { |
4349
|
|
|
|
|
|
|
'currency' => q(Maltesesch Lira), |
4350
|
|
|
|
|
|
|
'one' => q(Maltesesch Lira), |
4351
|
|
|
|
|
|
|
'other' => q(Maltesesch Lira), |
4352
|
|
|
|
|
|
|
}, |
4353
|
|
|
|
|
|
|
}, |
4354
|
|
|
|
|
|
|
'MTP' => { |
4355
|
|
|
|
|
|
|
display_name => { |
4356
|
|
|
|
|
|
|
'currency' => q(Maltesescht Pond), |
4357
|
|
|
|
|
|
|
'one' => q(Maltesescht Pond), |
4358
|
|
|
|
|
|
|
'other' => q(Maltesesch Pond), |
4359
|
|
|
|
|
|
|
}, |
4360
|
|
|
|
|
|
|
}, |
4361
|
|
|
|
|
|
|
'MUR' => { |
4362
|
|
|
|
|
|
|
display_name => { |
4363
|
|
|
|
|
|
|
'currency' => q(Mauritius-Rupie), |
4364
|
|
|
|
|
|
|
'one' => q(Mauritius-Rupie), |
4365
|
|
|
|
|
|
|
'other' => q(Mauritius-Rupien), |
4366
|
|
|
|
|
|
|
}, |
4367
|
|
|
|
|
|
|
}, |
4368
|
|
|
|
|
|
|
'MVR' => { |
4369
|
|
|
|
|
|
|
symbol => 'MVR', |
4370
|
|
|
|
|
|
|
display_name => { |
4371
|
|
|
|
|
|
|
'currency' => q(Maldiven-Rupie), |
4372
|
|
|
|
|
|
|
'one' => q(Maldiven-Rupie), |
4373
|
|
|
|
|
|
|
'other' => q(Maldiven-Rupien), |
4374
|
|
|
|
|
|
|
}, |
4375
|
|
|
|
|
|
|
}, |
4376
|
|
|
|
|
|
|
'MWK' => { |
4377
|
|
|
|
|
|
|
display_name => { |
4378
|
|
|
|
|
|
|
'currency' => q(Malawi-Kwacha), |
4379
|
|
|
|
|
|
|
'one' => q(Malawi-Kwacha), |
4380
|
|
|
|
|
|
|
'other' => q(Malawi-Kwacha), |
4381
|
|
|
|
|
|
|
}, |
4382
|
|
|
|
|
|
|
}, |
4383
|
|
|
|
|
|
|
'MXN' => { |
4384
|
|
|
|
|
|
|
symbol => 'MX$', |
4385
|
|
|
|
|
|
|
display_name => { |
4386
|
|
|
|
|
|
|
'currency' => q(Mexikanesche Peso), |
4387
|
|
|
|
|
|
|
'one' => q(Mexikanesche Peso), |
4388
|
|
|
|
|
|
|
'other' => q(Mexikanesch Pesos), |
4389
|
|
|
|
|
|
|
}, |
4390
|
|
|
|
|
|
|
}, |
4391
|
|
|
|
|
|
|
'MXP' => { |
4392
|
|
|
|
|
|
|
display_name => { |
4393
|
|
|
|
|
|
|
'currency' => q(Mexikanesche Sëlwer-Peso \(1861â1992\)), |
4394
|
|
|
|
|
|
|
'one' => q(Mexikanesche Sëlwer-Peso \(1861â1992\)), |
4395
|
|
|
|
|
|
|
'other' => q(Mexikanesch Sëlwer-Pesos \(1861â1992\)), |
4396
|
|
|
|
|
|
|
}, |
4397
|
|
|
|
|
|
|
}, |
4398
|
|
|
|
|
|
|
'MXV' => { |
4399
|
|
|
|
|
|
|
display_name => { |
4400
|
|
|
|
|
|
|
'currency' => q(Mexikaneschen Unidad de Inversion \(UDI\)), |
4401
|
|
|
|
|
|
|
'one' => q(Mexikaneschen Unidad de Inversion \(UDI\)), |
4402
|
|
|
|
|
|
|
'other' => q(Mexikanesch Unidades de Inversion \(UDI\)), |
4403
|
|
|
|
|
|
|
}, |
4404
|
|
|
|
|
|
|
}, |
4405
|
|
|
|
|
|
|
'MYR' => { |
4406
|
|
|
|
|
|
|
symbol => 'MYR', |
4407
|
|
|
|
|
|
|
display_name => { |
4408
|
|
|
|
|
|
|
'currency' => q(Malayseschen Ringgit), |
4409
|
|
|
|
|
|
|
'one' => q(Malayseschen Ringgit), |
4410
|
|
|
|
|
|
|
'other' => q(Malaysesch Ringgit), |
4411
|
|
|
|
|
|
|
}, |
4412
|
|
|
|
|
|
|
}, |
4413
|
|
|
|
|
|
|
'MZE' => { |
4414
|
|
|
|
|
|
|
display_name => { |
4415
|
|
|
|
|
|
|
'currency' => q(Mosambikaneschen Escudo), |
4416
|
|
|
|
|
|
|
'one' => q(Mozambikanesch Escudo), |
4417
|
|
|
|
|
|
|
'other' => q(Mozambikanesch Escudos), |
4418
|
|
|
|
|
|
|
}, |
4419
|
|
|
|
|
|
|
}, |
4420
|
|
|
|
|
|
|
'MZM' => { |
4421
|
|
|
|
|
|
|
display_name => { |
4422
|
|
|
|
|
|
|
'currency' => q(Mosambikanesche Metical \(1980â2006\)), |
4423
|
|
|
|
|
|
|
'one' => q(Mosambikanesche Metical \(1980â2006\)), |
4424
|
|
|
|
|
|
|
'other' => q(Mosambikanesch Meticais \(1980â2006\)), |
4425
|
|
|
|
|
|
|
}, |
4426
|
|
|
|
|
|
|
}, |
4427
|
|
|
|
|
|
|
'MZN' => { |
4428
|
|
|
|
|
|
|
display_name => { |
4429
|
|
|
|
|
|
|
'currency' => q(Mosambikanesche Metical), |
4430
|
|
|
|
|
|
|
'one' => q(Mosambikanesche Metical), |
4431
|
|
|
|
|
|
|
'other' => q(Mosambikanesch Meticais), |
4432
|
|
|
|
|
|
|
}, |
4433
|
|
|
|
|
|
|
}, |
4434
|
|
|
|
|
|
|
'NAD' => { |
4435
|
|
|
|
|
|
|
display_name => { |
4436
|
|
|
|
|
|
|
'currency' => q(Namibia-Dollar), |
4437
|
|
|
|
|
|
|
'one' => q(Namibia-Dollar), |
4438
|
|
|
|
|
|
|
'other' => q(Namibia-Dollar), |
4439
|
|
|
|
|
|
|
}, |
4440
|
|
|
|
|
|
|
}, |
4441
|
|
|
|
|
|
|
'NGN' => { |
4442
|
|
|
|
|
|
|
display_name => { |
4443
|
|
|
|
|
|
|
'currency' => q(Nigerianeschen Naira), |
4444
|
|
|
|
|
|
|
'one' => q(Nigerianeschen Naira), |
4445
|
|
|
|
|
|
|
'other' => q(Nigerianesch Naira), |
4446
|
|
|
|
|
|
|
}, |
4447
|
|
|
|
|
|
|
}, |
4448
|
|
|
|
|
|
|
'NIC' => { |
4449
|
|
|
|
|
|
|
display_name => { |
4450
|
|
|
|
|
|
|
'currency' => q(Nicaraguanesche Córdoba \(1988â1991\)), |
4451
|
|
|
|
|
|
|
'one' => q(Nicaraguanesche Córdoba \(1988â1991\)), |
4452
|
|
|
|
|
|
|
'other' => q(Nicaraguanesch Córdobas \(1988â1991\)), |
4453
|
|
|
|
|
|
|
}, |
4454
|
|
|
|
|
|
|
}, |
4455
|
|
|
|
|
|
|
'NIO' => { |
4456
|
|
|
|
|
|
|
display_name => { |
4457
|
|
|
|
|
|
|
'currency' => q(Nicaraguanesche Córdoba), |
4458
|
|
|
|
|
|
|
'one' => q(Nicaraguanesche Córdoba), |
4459
|
|
|
|
|
|
|
'other' => q(Nicaraguanesch Córdobas), |
4460
|
|
|
|
|
|
|
}, |
4461
|
|
|
|
|
|
|
}, |
4462
|
|
|
|
|
|
|
'NLG' => { |
4463
|
|
|
|
|
|
|
display_name => { |
4464
|
|
|
|
|
|
|
'currency' => q(Hollännesche Gulden), |
4465
|
|
|
|
|
|
|
'one' => q(Hollännesche Gulden), |
4466
|
|
|
|
|
|
|
'other' => q(Hollännesch Gulden), |
4467
|
|
|
|
|
|
|
}, |
4468
|
|
|
|
|
|
|
}, |
4469
|
|
|
|
|
|
|
'NOK' => { |
4470
|
|
|
|
|
|
|
display_name => { |
4471
|
|
|
|
|
|
|
'currency' => q(Norwegesch Kroun), |
4472
|
|
|
|
|
|
|
'one' => q(Norwegesch Kroun), |
4473
|
|
|
|
|
|
|
'other' => q(Norwegesch Krounen), |
4474
|
|
|
|
|
|
|
}, |
4475
|
|
|
|
|
|
|
}, |
4476
|
|
|
|
|
|
|
'NPR' => { |
4477
|
|
|
|
|
|
|
symbol => 'NPR', |
4478
|
|
|
|
|
|
|
display_name => { |
4479
|
|
|
|
|
|
|
'currency' => q(Nepalesesch Rupie), |
4480
|
|
|
|
|
|
|
'one' => q(Nepalesesch Rupie), |
4481
|
|
|
|
|
|
|
'other' => q(Nepalesesch Rupien), |
4482
|
|
|
|
|
|
|
}, |
4483
|
|
|
|
|
|
|
}, |
4484
|
|
|
|
|
|
|
'NZD' => { |
4485
|
|
|
|
|
|
|
symbol => 'NZ$', |
4486
|
|
|
|
|
|
|
display_name => { |
4487
|
|
|
|
|
|
|
'currency' => q(Neiséiland-Dollar), |
4488
|
|
|
|
|
|
|
'one' => q(Neiséiland-Dollar), |
4489
|
|
|
|
|
|
|
'other' => q(Neiséiland-Dollar), |
4490
|
|
|
|
|
|
|
}, |
4491
|
|
|
|
|
|
|
}, |
4492
|
|
|
|
|
|
|
'OMR' => { |
4493
|
|
|
|
|
|
|
display_name => { |
4494
|
|
|
|
|
|
|
'currency' => q(Omanesche Rial), |
4495
|
|
|
|
|
|
|
'one' => q(Omanesche Rial), |
4496
|
|
|
|
|
|
|
'other' => q(Omanesch Rials), |
4497
|
|
|
|
|
|
|
}, |
4498
|
|
|
|
|
|
|
}, |
4499
|
|
|
|
|
|
|
'PAB' => { |
4500
|
|
|
|
|
|
|
display_name => { |
4501
|
|
|
|
|
|
|
'currency' => q(Panamaesche Balboa), |
4502
|
|
|
|
|
|
|
'one' => q(Panamaesche Balboa), |
4503
|
|
|
|
|
|
|
'other' => q(Panamaesch Balboas), |
4504
|
|
|
|
|
|
|
}, |
4505
|
|
|
|
|
|
|
}, |
4506
|
|
|
|
|
|
|
'PEI' => { |
4507
|
|
|
|
|
|
|
display_name => { |
4508
|
|
|
|
|
|
|
'currency' => q(Peruaneschen Inti), |
4509
|
|
|
|
|
|
|
'one' => q(Peruaneschen Inti), |
4510
|
|
|
|
|
|
|
'other' => q(Peruanesch Inti), |
4511
|
|
|
|
|
|
|
}, |
4512
|
|
|
|
|
|
|
}, |
4513
|
|
|
|
|
|
|
'PEN' => { |
4514
|
|
|
|
|
|
|
display_name => { |
4515
|
|
|
|
|
|
|
'currency' => q(Peruaneschen Neie Sol), |
4516
|
|
|
|
|
|
|
'one' => q(Peruaneschen Neie Sol), |
4517
|
|
|
|
|
|
|
'other' => q(Peruanesch Nei Soles), |
4518
|
|
|
|
|
|
|
}, |
4519
|
|
|
|
|
|
|
}, |
4520
|
|
|
|
|
|
|
'PES' => { |
4521
|
|
|
|
|
|
|
display_name => { |
4522
|
|
|
|
|
|
|
'currency' => q(Peruanesche Sol \(1863â1965\)), |
4523
|
|
|
|
|
|
|
'one' => q(Peruanesche Sol \(1863â1965\)), |
4524
|
|
|
|
|
|
|
'other' => q(Peruanesch Soles \(1863â1965\)), |
4525
|
|
|
|
|
|
|
}, |
4526
|
|
|
|
|
|
|
}, |
4527
|
|
|
|
|
|
|
'PGK' => { |
4528
|
|
|
|
|
|
|
display_name => { |
4529
|
|
|
|
|
|
|
'currency' => q(Papua-Neiguinéiesche Kina), |
4530
|
|
|
|
|
|
|
'one' => q(Papua-Neiguinéiesche Kina), |
4531
|
|
|
|
|
|
|
'other' => q(Papua-Neiguinéiesch Kina), |
4532
|
|
|
|
|
|
|
}, |
4533
|
|
|
|
|
|
|
}, |
4534
|
|
|
|
|
|
|
'PHP' => { |
4535
|
|
|
|
|
|
|
symbol => 'PHP', |
4536
|
|
|
|
|
|
|
display_name => { |
4537
|
|
|
|
|
|
|
'currency' => q(Philippinnesche Peso), |
4538
|
|
|
|
|
|
|
'one' => q(Philippinnesche Peso), |
4539
|
|
|
|
|
|
|
'other' => q(Philippinnesch Pesos), |
4540
|
|
|
|
|
|
|
}, |
4541
|
|
|
|
|
|
|
}, |
4542
|
|
|
|
|
|
|
'PKR' => { |
4543
|
|
|
|
|
|
|
symbol => 'PKR', |
4544
|
|
|
|
|
|
|
display_name => { |
4545
|
|
|
|
|
|
|
'currency' => q(Pakistanesch Rupie), |
4546
|
|
|
|
|
|
|
'one' => q(Pakistanesch Rupie), |
4547
|
|
|
|
|
|
|
'other' => q(Pakistanesch Rupien), |
4548
|
|
|
|
|
|
|
}, |
4549
|
|
|
|
|
|
|
}, |
4550
|
|
|
|
|
|
|
'PLN' => { |
4551
|
|
|
|
|
|
|
display_name => { |
4552
|
|
|
|
|
|
|
'currency' => q(Polneschen Zloty), |
4553
|
|
|
|
|
|
|
'one' => q(Polneschen Zloty), |
4554
|
|
|
|
|
|
|
'other' => q(Polnesch Zloty), |
4555
|
|
|
|
|
|
|
}, |
4556
|
|
|
|
|
|
|
}, |
4557
|
|
|
|
|
|
|
'PLZ' => { |
4558
|
|
|
|
|
|
|
display_name => { |
4559
|
|
|
|
|
|
|
'currency' => q(Polneschen Zloty \(1950â1995\)), |
4560
|
|
|
|
|
|
|
'one' => q(Polneschen Zloty \(1950â1995\)), |
4561
|
|
|
|
|
|
|
'other' => q(Polnesch Zloty \(1950â1995\)), |
4562
|
|
|
|
|
|
|
}, |
4563
|
|
|
|
|
|
|
}, |
4564
|
|
|
|
|
|
|
'PTE' => { |
4565
|
|
|
|
|
|
|
display_name => { |
4566
|
|
|
|
|
|
|
'currency' => q(Portugiseschen Escudo), |
4567
|
|
|
|
|
|
|
'one' => q(Portugiseschen Escudo), |
4568
|
|
|
|
|
|
|
'other' => q(Portugisesch Escudos), |
4569
|
|
|
|
|
|
|
}, |
4570
|
|
|
|
|
|
|
}, |
4571
|
|
|
|
|
|
|
'PYG' => { |
4572
|
|
|
|
|
|
|
display_name => { |
4573
|
|
|
|
|
|
|
'currency' => q(Paraguayeschen GuaranÃ), |
4574
|
|
|
|
|
|
|
'one' => q(Paraguayeschen GuaranÃ), |
4575
|
|
|
|
|
|
|
'other' => q(Paraguayesch GuaranÃes), |
4576
|
|
|
|
|
|
|
}, |
4577
|
|
|
|
|
|
|
}, |
4578
|
|
|
|
|
|
|
'QAR' => { |
4579
|
|
|
|
|
|
|
display_name => { |
4580
|
|
|
|
|
|
|
'currency' => q(Katar-Riyal), |
4581
|
|
|
|
|
|
|
'one' => q(Katar-Riyal), |
4582
|
|
|
|
|
|
|
'other' => q(Katar-Riyal), |
4583
|
|
|
|
|
|
|
}, |
4584
|
|
|
|
|
|
|
}, |
4585
|
|
|
|
|
|
|
'RHD' => { |
4586
|
|
|
|
|
|
|
display_name => { |
4587
|
|
|
|
|
|
|
'currency' => q(Rhodeseschen Dollar), |
4588
|
|
|
|
|
|
|
'one' => q(Rhodeseschen Dollar), |
4589
|
|
|
|
|
|
|
'other' => q(Rhodesesch Dollar), |
4590
|
|
|
|
|
|
|
}, |
4591
|
|
|
|
|
|
|
}, |
4592
|
|
|
|
|
|
|
'ROL' => { |
4593
|
|
|
|
|
|
|
display_name => { |
4594
|
|
|
|
|
|
|
'currency' => q(Rumänesche Leu \(1952â2006\)), |
4595
|
|
|
|
|
|
|
'one' => q(Rumänesche Leu \(1952â2006\)), |
4596
|
|
|
|
|
|
|
'other' => q(Rumänesch Leu \(1952â2006\)), |
4597
|
|
|
|
|
|
|
}, |
4598
|
|
|
|
|
|
|
}, |
4599
|
|
|
|
|
|
|
'RON' => { |
4600
|
|
|
|
|
|
|
display_name => { |
4601
|
|
|
|
|
|
|
'currency' => q(Rumänesche Leu), |
4602
|
|
|
|
|
|
|
'one' => q(Rumänesche Leu), |
4603
|
|
|
|
|
|
|
'other' => q(Rumänesch Leu), |
4604
|
|
|
|
|
|
|
}, |
4605
|
|
|
|
|
|
|
}, |
4606
|
|
|
|
|
|
|
'RSD' => { |
4607
|
|
|
|
|
|
|
display_name => { |
4608
|
|
|
|
|
|
|
'currency' => q(Serbeschen Dinar), |
4609
|
|
|
|
|
|
|
'one' => q(Serbeschen Dinar), |
4610
|
|
|
|
|
|
|
'other' => q(Serbesch Dinaren), |
4611
|
|
|
|
|
|
|
}, |
4612
|
|
|
|
|
|
|
}, |
4613
|
|
|
|
|
|
|
'RUB' => { |
4614
|
|
|
|
|
|
|
display_name => { |
4615
|
|
|
|
|
|
|
'currency' => q(Russesche Rubel), |
4616
|
|
|
|
|
|
|
'one' => q(Russesche Rubel), |
4617
|
|
|
|
|
|
|
'other' => q(Russesch Rubel), |
4618
|
|
|
|
|
|
|
}, |
4619
|
|
|
|
|
|
|
}, |
4620
|
|
|
|
|
|
|
'RUR' => { |
4621
|
|
|
|
|
|
|
display_name => { |
4622
|
|
|
|
|
|
|
'currency' => q(Russesche Rubel \(1991â1998\)), |
4623
|
|
|
|
|
|
|
'one' => q(Russesche Rubel \(1991â1998\)), |
4624
|
|
|
|
|
|
|
'other' => q(Russesch Rubel \(1991â1998\)), |
4625
|
|
|
|
|
|
|
}, |
4626
|
|
|
|
|
|
|
}, |
4627
|
|
|
|
|
|
|
'RWF' => { |
4628
|
|
|
|
|
|
|
display_name => { |
4629
|
|
|
|
|
|
|
'currency' => q(Ruanda-Frang), |
4630
|
|
|
|
|
|
|
'one' => q(Ruanda-Frang), |
4631
|
|
|
|
|
|
|
'other' => q(Ruanda-Frang), |
4632
|
|
|
|
|
|
|
}, |
4633
|
|
|
|
|
|
|
}, |
4634
|
|
|
|
|
|
|
'SAR' => { |
4635
|
|
|
|
|
|
|
display_name => { |
4636
|
|
|
|
|
|
|
'currency' => q(Saudi-Rial), |
4637
|
|
|
|
|
|
|
'one' => q(Saudi-Rial), |
4638
|
|
|
|
|
|
|
'other' => q(Saudi-Rial), |
4639
|
|
|
|
|
|
|
}, |
4640
|
|
|
|
|
|
|
}, |
4641
|
|
|
|
|
|
|
'SBD' => { |
4642
|
|
|
|
|
|
|
display_name => { |
4643
|
|
|
|
|
|
|
'currency' => q(Salomonen-Dollar), |
4644
|
|
|
|
|
|
|
'one' => q(Salomonen-Dollar), |
4645
|
|
|
|
|
|
|
'other' => q(Salomonen-Dollar), |
4646
|
|
|
|
|
|
|
}, |
4647
|
|
|
|
|
|
|
}, |
4648
|
|
|
|
|
|
|
'SCR' => { |
4649
|
|
|
|
|
|
|
display_name => { |
4650
|
|
|
|
|
|
|
'currency' => q(Seychellen-Rupie), |
4651
|
|
|
|
|
|
|
'one' => q(Seychellen-Rupie), |
4652
|
|
|
|
|
|
|
'other' => q(Seychellen-Rupien), |
4653
|
|
|
|
|
|
|
}, |
4654
|
|
|
|
|
|
|
}, |
4655
|
|
|
|
|
|
|
'SDD' => { |
4656
|
|
|
|
|
|
|
display_name => { |
4657
|
|
|
|
|
|
|
'currency' => q(Sudaneseschen Dinar \(1992â2007\)), |
4658
|
|
|
|
|
|
|
'one' => q(Sudaneseschen Dinar \(1992â2007\)), |
4659
|
|
|
|
|
|
|
'other' => q(Sudanesesch Dinaren \(1992â2007\)), |
4660
|
|
|
|
|
|
|
}, |
4661
|
|
|
|
|
|
|
}, |
4662
|
|
|
|
|
|
|
'SDG' => { |
4663
|
|
|
|
|
|
|
display_name => { |
4664
|
|
|
|
|
|
|
'currency' => q(Sudanesescht Pond), |
4665
|
|
|
|
|
|
|
'one' => q(Sudanesescht Pond), |
4666
|
|
|
|
|
|
|
'other' => q(Sudanesesch Pond), |
4667
|
|
|
|
|
|
|
}, |
4668
|
|
|
|
|
|
|
}, |
4669
|
|
|
|
|
|
|
'SDP' => { |
4670
|
|
|
|
|
|
|
display_name => { |
4671
|
|
|
|
|
|
|
'currency' => q(Sudanesescht Pond \(1957â1998\)), |
4672
|
|
|
|
|
|
|
'one' => q(Sudanesescht Pond \(1957â1998\)), |
4673
|
|
|
|
|
|
|
'other' => q(Sudanesesch Pond \(1957â1998\)), |
4674
|
|
|
|
|
|
|
}, |
4675
|
|
|
|
|
|
|
}, |
4676
|
|
|
|
|
|
|
'SEK' => { |
4677
|
|
|
|
|
|
|
display_name => { |
4678
|
|
|
|
|
|
|
'currency' => q(Schwedesch Kroun), |
4679
|
|
|
|
|
|
|
'one' => q(Schwedesch Kroun), |
4680
|
|
|
|
|
|
|
'other' => q(Schwedesch Krounen), |
4681
|
|
|
|
|
|
|
}, |
4682
|
|
|
|
|
|
|
}, |
4683
|
|
|
|
|
|
|
'SGD' => { |
4684
|
|
|
|
|
|
|
symbol => 'SGD', |
4685
|
|
|
|
|
|
|
display_name => { |
4686
|
|
|
|
|
|
|
'currency' => q(Singapur-Dollar), |
4687
|
|
|
|
|
|
|
'one' => q(Singapur-Dollar), |
4688
|
|
|
|
|
|
|
'other' => q(Singapur-Dollar), |
4689
|
|
|
|
|
|
|
}, |
4690
|
|
|
|
|
|
|
}, |
4691
|
|
|
|
|
|
|
'SHP' => { |
4692
|
|
|
|
|
|
|
display_name => { |
4693
|
|
|
|
|
|
|
'currency' => q(St. Helena-Pond), |
4694
|
|
|
|
|
|
|
'one' => q(St. Helena-Pond), |
4695
|
|
|
|
|
|
|
'other' => q(St. Helena-Pond), |
4696
|
|
|
|
|
|
|
}, |
4697
|
|
|
|
|
|
|
}, |
4698
|
|
|
|
|
|
|
'SIT' => { |
4699
|
|
|
|
|
|
|
display_name => { |
4700
|
|
|
|
|
|
|
'currency' => q(Sloweneschen Tolar), |
4701
|
|
|
|
|
|
|
'one' => q(Sloweneschen Tolar), |
4702
|
|
|
|
|
|
|
'other' => q(Slowenesch Tolar), |
4703
|
|
|
|
|
|
|
}, |
4704
|
|
|
|
|
|
|
}, |
4705
|
|
|
|
|
|
|
'SKK' => { |
4706
|
|
|
|
|
|
|
display_name => { |
4707
|
|
|
|
|
|
|
'currency' => q(Slowakesch Kroun), |
4708
|
|
|
|
|
|
|
'one' => q(Slowakesch Kroun), |
4709
|
|
|
|
|
|
|
'other' => q(Slowakesch Krounen), |
4710
|
|
|
|
|
|
|
}, |
4711
|
|
|
|
|
|
|
}, |
4712
|
|
|
|
|
|
|
'SLL' => { |
4713
|
|
|
|
|
|
|
display_name => { |
4714
|
|
|
|
|
|
|
'currency' => q(Sierra-leonesche Leone), |
4715
|
|
|
|
|
|
|
'one' => q(Sierra-leonesche Leone), |
4716
|
|
|
|
|
|
|
'other' => q(Sierra-leonesch Leones), |
4717
|
|
|
|
|
|
|
}, |
4718
|
|
|
|
|
|
|
}, |
4719
|
|
|
|
|
|
|
'SOS' => { |
4720
|
|
|
|
|
|
|
display_name => { |
4721
|
|
|
|
|
|
|
'currency' => q(Somalia-Schilling), |
4722
|
|
|
|
|
|
|
'one' => q(Somalia-Schilling), |
4723
|
|
|
|
|
|
|
'other' => q(Somalia-Schilling), |
4724
|
|
|
|
|
|
|
}, |
4725
|
|
|
|
|
|
|
}, |
4726
|
|
|
|
|
|
|
'SRD' => { |
4727
|
|
|
|
|
|
|
display_name => { |
4728
|
|
|
|
|
|
|
'currency' => q(Surinameschen Dollar), |
4729
|
|
|
|
|
|
|
'one' => q(Surinameschen Dollar), |
4730
|
|
|
|
|
|
|
'other' => q(Surinamesch Dollar), |
4731
|
|
|
|
|
|
|
}, |
4732
|
|
|
|
|
|
|
}, |
4733
|
|
|
|
|
|
|
'SRG' => { |
4734
|
|
|
|
|
|
|
display_name => { |
4735
|
|
|
|
|
|
|
'currency' => q(Surinamesche Gulden), |
4736
|
|
|
|
|
|
|
'one' => q(Surinamesche Gulden), |
4737
|
|
|
|
|
|
|
'other' => q(Surinamesch Gulden), |
4738
|
|
|
|
|
|
|
}, |
4739
|
|
|
|
|
|
|
}, |
4740
|
|
|
|
|
|
|
'SSP' => { |
4741
|
|
|
|
|
|
|
display_name => { |
4742
|
|
|
|
|
|
|
'currency' => q(Südsudanesescht Pond), |
4743
|
|
|
|
|
|
|
'one' => q(Südsudanesescht Pond), |
4744
|
|
|
|
|
|
|
'other' => q(Südsudanesesch Pond), |
4745
|
|
|
|
|
|
|
}, |
4746
|
|
|
|
|
|
|
}, |
4747
|
|
|
|
|
|
|
'STD' => { |
4748
|
|
|
|
|
|
|
display_name => { |
4749
|
|
|
|
|
|
|
'currency' => q(São-toméeschen Dobra), |
4750
|
|
|
|
|
|
|
'one' => q(São-toméeschen Dobra), |
4751
|
|
|
|
|
|
|
'other' => q(São-toméesch Dobra), |
4752
|
|
|
|
|
|
|
}, |
4753
|
|
|
|
|
|
|
}, |
4754
|
|
|
|
|
|
|
'SUR' => { |
4755
|
|
|
|
|
|
|
display_name => { |
4756
|
|
|
|
|
|
|
'currency' => q(Sowjetesche Rubel), |
4757
|
|
|
|
|
|
|
'one' => q(Sowjetesche Rubel), |
4758
|
|
|
|
|
|
|
'other' => q(Sowjetesch Rubel), |
4759
|
|
|
|
|
|
|
}, |
4760
|
|
|
|
|
|
|
}, |
4761
|
|
|
|
|
|
|
'SVC' => { |
4762
|
|
|
|
|
|
|
display_name => { |
4763
|
|
|
|
|
|
|
'currency' => q(El-Salvador-Colón), |
4764
|
|
|
|
|
|
|
'one' => q(El-Salvador-Colón), |
4765
|
|
|
|
|
|
|
'other' => q(El-Salvador-Colones), |
4766
|
|
|
|
|
|
|
}, |
4767
|
|
|
|
|
|
|
}, |
4768
|
|
|
|
|
|
|
'SYP' => { |
4769
|
|
|
|
|
|
|
display_name => { |
4770
|
|
|
|
|
|
|
'currency' => q(Syrescht Pond), |
4771
|
|
|
|
|
|
|
'one' => q(Syrescht Pond), |
4772
|
|
|
|
|
|
|
'other' => q(Syresch Pond), |
4773
|
|
|
|
|
|
|
}, |
4774
|
|
|
|
|
|
|
}, |
4775
|
|
|
|
|
|
|
'SZL' => { |
4776
|
|
|
|
|
|
|
display_name => { |
4777
|
|
|
|
|
|
|
'currency' => q(Swasilännesche Lilangeni), |
4778
|
|
|
|
|
|
|
'one' => q(Swasilännesche Lilangeni), |
4779
|
|
|
|
|
|
|
'other' => q(Swasilännesch Lilangeni), |
4780
|
|
|
|
|
|
|
}, |
4781
|
|
|
|
|
|
|
}, |
4782
|
|
|
|
|
|
|
'THB' => { |
4783
|
|
|
|
|
|
|
symbol => '฿', |
4784
|
|
|
|
|
|
|
display_name => { |
4785
|
|
|
|
|
|
|
'currency' => q(Thailännesche Baht), |
4786
|
|
|
|
|
|
|
'one' => q(Thailännesche Baht), |
4787
|
|
|
|
|
|
|
'other' => q(Thailännesch Baht), |
4788
|
|
|
|
|
|
|
}, |
4789
|
|
|
|
|
|
|
}, |
4790
|
|
|
|
|
|
|
'TJR' => { |
4791
|
|
|
|
|
|
|
display_name => { |
4792
|
|
|
|
|
|
|
'currency' => q(Tadschikistan-Rubel), |
4793
|
|
|
|
|
|
|
'one' => q(Tadschikistan-Rubel), |
4794
|
|
|
|
|
|
|
'other' => q(Tadschikistan-Rubel), |
4795
|
|
|
|
|
|
|
}, |
4796
|
|
|
|
|
|
|
}, |
4797
|
|
|
|
|
|
|
'TJS' => { |
4798
|
|
|
|
|
|
|
display_name => { |
4799
|
|
|
|
|
|
|
'currency' => q(Tadschikistan-Somoni), |
4800
|
|
|
|
|
|
|
'one' => q(Tadschikistan-Somoni), |
4801
|
|
|
|
|
|
|
'other' => q(Tadschikistan-Somoni), |
4802
|
|
|
|
|
|
|
}, |
4803
|
|
|
|
|
|
|
}, |
4804
|
|
|
|
|
|
|
'TMM' => { |
4805
|
|
|
|
|
|
|
display_name => { |
4806
|
|
|
|
|
|
|
'currency' => q(Turkmenistan-Manat \(1993â2009\)), |
4807
|
|
|
|
|
|
|
'one' => q(Turkmenistan-Manat \(1993â2009\)), |
4808
|
|
|
|
|
|
|
'other' => q(Turkmenistan-Manat \(1993â2009\)), |
4809
|
|
|
|
|
|
|
}, |
4810
|
|
|
|
|
|
|
}, |
4811
|
|
|
|
|
|
|
'TMT' => { |
4812
|
|
|
|
|
|
|
display_name => { |
4813
|
|
|
|
|
|
|
'currency' => q(Turkmenistan-Manat), |
4814
|
|
|
|
|
|
|
'one' => q(Turkmenistan-Manat), |
4815
|
|
|
|
|
|
|
'other' => q(Turkmenistan-Manat), |
4816
|
|
|
|
|
|
|
}, |
4817
|
|
|
|
|
|
|
}, |
4818
|
|
|
|
|
|
|
'TND' => { |
4819
|
|
|
|
|
|
|
display_name => { |
4820
|
|
|
|
|
|
|
'currency' => q(Tuneseschen Dinar), |
4821
|
|
|
|
|
|
|
'one' => q(Tuneseschen Dinar), |
4822
|
|
|
|
|
|
|
'other' => q(Tunesesch Dinaren), |
4823
|
|
|
|
|
|
|
}, |
4824
|
|
|
|
|
|
|
}, |
4825
|
|
|
|
|
|
|
'TOP' => { |
4826
|
|
|
|
|
|
|
display_name => { |
4827
|
|
|
|
|
|
|
'currency' => q(Tongaeschen Paʻanga), |
4828
|
|
|
|
|
|
|
'one' => q(Tongaeschen Paʻanga), |
4829
|
|
|
|
|
|
|
'other' => q(Tongaesch Paʻanga), |
4830
|
|
|
|
|
|
|
}, |
4831
|
|
|
|
|
|
|
}, |
4832
|
|
|
|
|
|
|
'TPE' => { |
4833
|
|
|
|
|
|
|
display_name => { |
4834
|
|
|
|
|
|
|
'currency' => q(Timor-Escudo), |
4835
|
|
|
|
|
|
|
'one' => q(Timor-Escudo), |
4836
|
|
|
|
|
|
|
'other' => q(Timor-Escudo), |
4837
|
|
|
|
|
|
|
}, |
4838
|
|
|
|
|
|
|
}, |
4839
|
|
|
|
|
|
|
'TRL' => { |
4840
|
|
|
|
|
|
|
display_name => { |
4841
|
|
|
|
|
|
|
'currency' => q(Tierkesch Lira \(1922â2005\)), |
4842
|
|
|
|
|
|
|
'one' => q(Tierkesch Lira \(1922â2005\)), |
4843
|
|
|
|
|
|
|
'other' => q(Tierkesch Lira \(1922â2005\)), |
4844
|
|
|
|
|
|
|
}, |
4845
|
|
|
|
|
|
|
}, |
4846
|
|
|
|
|
|
|
'TRY' => { |
4847
|
|
|
|
|
|
|
display_name => { |
4848
|
|
|
|
|
|
|
'currency' => q(Tierkesch Lira), |
4849
|
|
|
|
|
|
|
'one' => q(Tierkesch Lira), |
4850
|
|
|
|
|
|
|
'other' => q(Tierkesch Lira), |
4851
|
|
|
|
|
|
|
}, |
4852
|
|
|
|
|
|
|
}, |
4853
|
|
|
|
|
|
|
'TTD' => { |
4854
|
|
|
|
|
|
|
display_name => { |
4855
|
|
|
|
|
|
|
'currency' => q(Trinidad-an-Tobago-Dollar), |
4856
|
|
|
|
|
|
|
'one' => q(Trinidad-an-Tobago-Dollar), |
4857
|
|
|
|
|
|
|
'other' => q(Trinidad-an-Tobago-Dollar), |
4858
|
|
|
|
|
|
|
}, |
4859
|
|
|
|
|
|
|
}, |
4860
|
|
|
|
|
|
|
'TWD' => { |
4861
|
|
|
|
|
|
|
symbol => 'NT$', |
4862
|
|
|
|
|
|
|
display_name => { |
4863
|
|
|
|
|
|
|
'currency' => q(Neien Taiwan-Dollar), |
4864
|
|
|
|
|
|
|
'one' => q(Neien Taiwan-Dollar), |
4865
|
|
|
|
|
|
|
'other' => q(Nei Taiwan-Dollar), |
4866
|
|
|
|
|
|
|
}, |
4867
|
|
|
|
|
|
|
}, |
4868
|
|
|
|
|
|
|
'TZS' => { |
4869
|
|
|
|
|
|
|
display_name => { |
4870
|
|
|
|
|
|
|
'currency' => q(Tansania-Schilling), |
4871
|
|
|
|
|
|
|
'one' => q(Tansania-Schilling), |
4872
|
|
|
|
|
|
|
'other' => q(Tansania-Schilling), |
4873
|
|
|
|
|
|
|
}, |
4874
|
|
|
|
|
|
|
}, |
4875
|
|
|
|
|
|
|
'UAH' => { |
4876
|
|
|
|
|
|
|
display_name => { |
4877
|
|
|
|
|
|
|
'currency' => q(Ukraineschen Hrywnja), |
4878
|
|
|
|
|
|
|
'one' => q(Ukraineschen Hrywnja), |
4879
|
|
|
|
|
|
|
'other' => q(Ukrainesch Hrywen), |
4880
|
|
|
|
|
|
|
}, |
4881
|
|
|
|
|
|
|
}, |
4882
|
|
|
|
|
|
|
'UAK' => { |
4883
|
|
|
|
|
|
|
display_name => { |
4884
|
|
|
|
|
|
|
'currency' => q(Ukrainesche Karbovanetz), |
4885
|
|
|
|
|
|
|
'one' => q(Ukrainesche Karbovanetz), |
4886
|
|
|
|
|
|
|
'other' => q(Ukrainesch Karbovanetz), |
4887
|
|
|
|
|
|
|
}, |
4888
|
|
|
|
|
|
|
}, |
4889
|
|
|
|
|
|
|
'UGS' => { |
4890
|
|
|
|
|
|
|
display_name => { |
4891
|
|
|
|
|
|
|
'currency' => q(Uganda-Schilling \(1966â1987\)), |
4892
|
|
|
|
|
|
|
'one' => q(Uganda-Schilling \(1966â1987\)), |
4893
|
|
|
|
|
|
|
'other' => q(Uganda-Schilling \(1966â1987\)), |
4894
|
|
|
|
|
|
|
}, |
4895
|
|
|
|
|
|
|
}, |
4896
|
|
|
|
|
|
|
'UGX' => { |
4897
|
|
|
|
|
|
|
display_name => { |
4898
|
|
|
|
|
|
|
'currency' => q(Uganda-Schilling), |
4899
|
|
|
|
|
|
|
'one' => q(Uganda-Schilling), |
4900
|
|
|
|
|
|
|
'other' => q(Uganda-Schilling), |
4901
|
|
|
|
|
|
|
}, |
4902
|
|
|
|
|
|
|
}, |
4903
|
|
|
|
|
|
|
'USD' => { |
4904
|
|
|
|
|
|
|
symbol => '$', |
4905
|
|
|
|
|
|
|
display_name => { |
4906
|
|
|
|
|
|
|
'currency' => q(US-Dollar), |
4907
|
|
|
|
|
|
|
'one' => q(US-Dollar), |
4908
|
|
|
|
|
|
|
'other' => q(US-Dollar), |
4909
|
|
|
|
|
|
|
}, |
4910
|
|
|
|
|
|
|
}, |
4911
|
|
|
|
|
|
|
'USN' => { |
4912
|
|
|
|
|
|
|
display_name => { |
4913
|
|
|
|
|
|
|
'currency' => q(US Dollar \(Nächsten Dag\)), |
4914
|
|
|
|
|
|
|
'one' => q(US-Dollar \(Nächsten Dag\)), |
4915
|
|
|
|
|
|
|
'other' => q(US-Dollar \(Nächsten Dag\)), |
4916
|
|
|
|
|
|
|
}, |
4917
|
|
|
|
|
|
|
}, |
4918
|
|
|
|
|
|
|
'USS' => { |
4919
|
|
|
|
|
|
|
display_name => { |
4920
|
|
|
|
|
|
|
'currency' => q(US Dollar \(Selwechten Dag\)), |
4921
|
|
|
|
|
|
|
'one' => q(US-Dollar \(Selwechten Dag\)), |
4922
|
|
|
|
|
|
|
'other' => q(US-Dollar \(Selwechten Dag\)), |
4923
|
|
|
|
|
|
|
}, |
4924
|
|
|
|
|
|
|
}, |
4925
|
|
|
|
|
|
|
'UYP' => { |
4926
|
|
|
|
|
|
|
display_name => { |
4927
|
|
|
|
|
|
|
'currency' => q(Uruguayesche Peso \(1975â1993\)), |
4928
|
|
|
|
|
|
|
'one' => q(Uruguayesche Peso \(1975â1993\)), |
4929
|
|
|
|
|
|
|
'other' => q(Uruguayesch Pesos \(1975â1993\)), |
4930
|
|
|
|
|
|
|
}, |
4931
|
|
|
|
|
|
|
}, |
4932
|
|
|
|
|
|
|
'UYU' => { |
4933
|
|
|
|
|
|
|
display_name => { |
4934
|
|
|
|
|
|
|
'currency' => q(Uruguayesche Peso), |
4935
|
|
|
|
|
|
|
'one' => q(Uruguayesche Peso), |
4936
|
|
|
|
|
|
|
'other' => q(Uruguayesch Pesos), |
4937
|
|
|
|
|
|
|
}, |
4938
|
|
|
|
|
|
|
}, |
4939
|
|
|
|
|
|
|
'UZS' => { |
4940
|
|
|
|
|
|
|
display_name => { |
4941
|
|
|
|
|
|
|
'currency' => q(Usbekistan-Sum), |
4942
|
|
|
|
|
|
|
'one' => q(Usbekistan-Sum), |
4943
|
|
|
|
|
|
|
'other' => q(Usbekistan-Sum), |
4944
|
|
|
|
|
|
|
}, |
4945
|
|
|
|
|
|
|
}, |
4946
|
|
|
|
|
|
|
'VEB' => { |
4947
|
|
|
|
|
|
|
display_name => { |
4948
|
|
|
|
|
|
|
'currency' => q(Venezolanesche BolÃvar \(1871â2008\)), |
4949
|
|
|
|
|
|
|
'one' => q(Venezolanesche BolÃvar \(1871â2008\)), |
4950
|
|
|
|
|
|
|
'other' => q(Venezolanesch BolÃvares \(1871â2008\)), |
4951
|
|
|
|
|
|
|
}, |
4952
|
|
|
|
|
|
|
}, |
4953
|
|
|
|
|
|
|
'VEF' => { |
4954
|
|
|
|
|
|
|
display_name => { |
4955
|
|
|
|
|
|
|
'currency' => q(Venezolanesche BolÃvar), |
4956
|
|
|
|
|
|
|
'one' => q(Venezolanesche BolÃvar), |
4957
|
|
|
|
|
|
|
'other' => q(Venezolanesch BolÃvares), |
4958
|
|
|
|
|
|
|
}, |
4959
|
|
|
|
|
|
|
}, |
4960
|
|
|
|
|
|
|
'VND' => { |
4961
|
|
|
|
|
|
|
symbol => 'â«', |
4962
|
|
|
|
|
|
|
display_name => { |
4963
|
|
|
|
|
|
|
'currency' => q(Vietnameseschen Dong), |
4964
|
|
|
|
|
|
|
'one' => q(Vietnameseschen Dong), |
4965
|
|
|
|
|
|
|
'other' => q(Vietnamesesch Dong), |
4966
|
|
|
|
|
|
|
}, |
4967
|
|
|
|
|
|
|
}, |
4968
|
|
|
|
|
|
|
'VUV' => { |
4969
|
|
|
|
|
|
|
display_name => { |
4970
|
|
|
|
|
|
|
'currency' => q(Vanuatu-Vatu), |
4971
|
|
|
|
|
|
|
'one' => q(Vanuatu-Vatu), |
4972
|
|
|
|
|
|
|
'other' => q(Vanuatu-Vatu), |
4973
|
|
|
|
|
|
|
}, |
4974
|
|
|
|
|
|
|
}, |
4975
|
|
|
|
|
|
|
'WST' => { |
4976
|
|
|
|
|
|
|
display_name => { |
4977
|
|
|
|
|
|
|
'currency' => q(Samoaneschen Tala), |
4978
|
|
|
|
|
|
|
'one' => q(Samoaneschen Tala), |
4979
|
|
|
|
|
|
|
'other' => q(Samoanesch Tala), |
4980
|
|
|
|
|
|
|
}, |
4981
|
|
|
|
|
|
|
}, |
4982
|
|
|
|
|
|
|
'XAF' => { |
4983
|
|
|
|
|
|
|
symbol => 'FCFA', |
4984
|
|
|
|
|
|
|
display_name => { |
4985
|
|
|
|
|
|
|
'currency' => q(CFA-Frang \(BEAC\)), |
4986
|
|
|
|
|
|
|
'one' => q(CFA-Frang \(BEAC\)), |
4987
|
|
|
|
|
|
|
'other' => q(CFA-Frang \(BEAC\)), |
4988
|
|
|
|
|
|
|
}, |
4989
|
|
|
|
|
|
|
}, |
4990
|
|
|
|
|
|
|
'XAG' => { |
4991
|
|
|
|
|
|
|
display_name => { |
4992
|
|
|
|
|
|
|
'currency' => q(Onze Sëlwer), |
4993
|
|
|
|
|
|
|
'one' => q(Onz Sëlwer), |
4994
|
|
|
|
|
|
|
'other' => q(Onze Sëlwer), |
4995
|
|
|
|
|
|
|
}, |
4996
|
|
|
|
|
|
|
}, |
4997
|
|
|
|
|
|
|
'XAU' => { |
4998
|
|
|
|
|
|
|
display_name => { |
4999
|
|
|
|
|
|
|
'currency' => q(Onze Gold), |
5000
|
|
|
|
|
|
|
'one' => q(Onz Gold), |
5001
|
|
|
|
|
|
|
'other' => q(Onze Gold), |
5002
|
|
|
|
|
|
|
}, |
5003
|
|
|
|
|
|
|
}, |
5004
|
|
|
|
|
|
|
'XBA' => { |
5005
|
|
|
|
|
|
|
display_name => { |
5006
|
|
|
|
|
|
|
'currency' => q(Europäesch Rechnungseenheet), |
5007
|
|
|
|
|
|
|
'one' => q(Europäesch Rechnungseenheet), |
5008
|
|
|
|
|
|
|
'other' => q(Europäesch Rechnungseenheeten), |
5009
|
|
|
|
|
|
|
}, |
5010
|
|
|
|
|
|
|
}, |
5011
|
|
|
|
|
|
|
'XBB' => { |
5012
|
|
|
|
|
|
|
display_name => { |
5013
|
|
|
|
|
|
|
'currency' => q(Europäesch Währungseenheet \(XBB\)), |
5014
|
|
|
|
|
|
|
'one' => q(Europäesch Währungseenheet \(XBB\)), |
5015
|
|
|
|
|
|
|
'other' => q(Europäesch Währungseenheeten \(XBB\)), |
5016
|
|
|
|
|
|
|
}, |
5017
|
|
|
|
|
|
|
}, |
5018
|
|
|
|
|
|
|
'XBC' => { |
5019
|
|
|
|
|
|
|
display_name => { |
5020
|
|
|
|
|
|
|
'currency' => q(Europäesch Rechnungseenheet \(XBC\)), |
5021
|
|
|
|
|
|
|
'one' => q(Europäesch Rechnungseenheet \(XBC\)), |
5022
|
|
|
|
|
|
|
'other' => q(Europäesch Rechnungseenheeten \(XBC\)), |
5023
|
|
|
|
|
|
|
}, |
5024
|
|
|
|
|
|
|
}, |
5025
|
|
|
|
|
|
|
'XBD' => { |
5026
|
|
|
|
|
|
|
display_name => { |
5027
|
|
|
|
|
|
|
'currency' => q(Europäesch Rechnungseenheet \(XBD\)), |
5028
|
|
|
|
|
|
|
'one' => q(Europäesch Rechnungseenheet \(XBD\)), |
5029
|
|
|
|
|
|
|
'other' => q(Europäesch Rechnungseenheeten \(XBD\)), |
5030
|
|
|
|
|
|
|
}, |
5031
|
|
|
|
|
|
|
}, |
5032
|
|
|
|
|
|
|
'XCD' => { |
5033
|
|
|
|
|
|
|
symbol => 'EC$', |
5034
|
|
|
|
|
|
|
display_name => { |
5035
|
|
|
|
|
|
|
'currency' => q(Ostkaribeschen Dollar), |
5036
|
|
|
|
|
|
|
'one' => q(Ostkaribeschen Dollar), |
5037
|
|
|
|
|
|
|
'other' => q(Ostkaribesch Dollar), |
5038
|
|
|
|
|
|
|
}, |
5039
|
|
|
|
|
|
|
}, |
5040
|
|
|
|
|
|
|
'XDR' => { |
5041
|
|
|
|
|
|
|
display_name => { |
5042
|
|
|
|
|
|
|
'currency' => q(Sonnerzéiungsrecht), |
5043
|
|
|
|
|
|
|
'one' => q(Sonnerzéiungsrecht), |
5044
|
|
|
|
|
|
|
'other' => q(Sonnerzéiungsrechter), |
5045
|
|
|
|
|
|
|
}, |
5046
|
|
|
|
|
|
|
}, |
5047
|
|
|
|
|
|
|
'XEU' => { |
5048
|
|
|
|
|
|
|
display_name => { |
5049
|
|
|
|
|
|
|
'currency' => q(Europäesch Währungseenheet \(XEU\)), |
5050
|
|
|
|
|
|
|
'one' => q(Europäesch Währungseenheet \(XEU\)), |
5051
|
|
|
|
|
|
|
'other' => q(Europäesch Währungseenheeten \(XEU\)), |
5052
|
|
|
|
|
|
|
}, |
5053
|
|
|
|
|
|
|
}, |
5054
|
|
|
|
|
|
|
'XFO' => { |
5055
|
|
|
|
|
|
|
display_name => { |
5056
|
|
|
|
|
|
|
'currency' => q(Franséische Gold-Frang), |
5057
|
|
|
|
|
|
|
'one' => q(Franséische Gold-Frang), |
5058
|
|
|
|
|
|
|
'other' => q(Franséisch Gold-Frang), |
5059
|
|
|
|
|
|
|
}, |
5060
|
|
|
|
|
|
|
}, |
5061
|
|
|
|
|
|
|
'XFU' => { |
5062
|
|
|
|
|
|
|
display_name => { |
5063
|
|
|
|
|
|
|
'currency' => q(Franséischen UIC-Frang), |
5064
|
|
|
|
|
|
|
'one' => q(Franséischen UIC-Frang), |
5065
|
|
|
|
|
|
|
'other' => q(Franséisch UIC-Frang), |
5066
|
|
|
|
|
|
|
}, |
5067
|
|
|
|
|
|
|
}, |
5068
|
|
|
|
|
|
|
'XOF' => { |
5069
|
|
|
|
|
|
|
symbol => 'CFA', |
5070
|
|
|
|
|
|
|
display_name => { |
5071
|
|
|
|
|
|
|
'currency' => q(CFA-Frang \(BCEAO\)), |
5072
|
|
|
|
|
|
|
'one' => q(CFA-Frang \(BCEAO\)), |
5073
|
|
|
|
|
|
|
'other' => q(CFA-Frang \(BCEAO\)), |
5074
|
|
|
|
|
|
|
}, |
5075
|
|
|
|
|
|
|
}, |
5076
|
|
|
|
|
|
|
'XPD' => { |
5077
|
|
|
|
|
|
|
display_name => { |
5078
|
|
|
|
|
|
|
'currency' => q(Onz Palladium), |
5079
|
|
|
|
|
|
|
'one' => q(Onz Palladium), |
5080
|
|
|
|
|
|
|
'other' => q(Onze Palladium), |
5081
|
|
|
|
|
|
|
}, |
5082
|
|
|
|
|
|
|
}, |
5083
|
|
|
|
|
|
|
'XPF' => { |
5084
|
|
|
|
|
|
|
symbol => 'CFPF', |
5085
|
|
|
|
|
|
|
display_name => { |
5086
|
|
|
|
|
|
|
'currency' => q(CFP-Frang), |
5087
|
|
|
|
|
|
|
'one' => q(CFP-Frang), |
5088
|
|
|
|
|
|
|
'other' => q(CFP-Frang), |
5089
|
|
|
|
|
|
|
}, |
5090
|
|
|
|
|
|
|
}, |
5091
|
|
|
|
|
|
|
'XPT' => { |
5092
|
|
|
|
|
|
|
display_name => { |
5093
|
|
|
|
|
|
|
'currency' => q(Onz Platin), |
5094
|
|
|
|
|
|
|
'one' => q(Onz Platin), |
5095
|
|
|
|
|
|
|
'other' => q(Onze Platin), |
5096
|
|
|
|
|
|
|
}, |
5097
|
|
|
|
|
|
|
}, |
5098
|
|
|
|
|
|
|
'XRE' => { |
5099
|
|
|
|
|
|
|
display_name => { |
5100
|
|
|
|
|
|
|
'currency' => q(RINET Funds), |
5101
|
|
|
|
|
|
|
'one' => q(RINET Funds), |
5102
|
|
|
|
|
|
|
'other' => q(RINET Funds), |
5103
|
|
|
|
|
|
|
}, |
5104
|
|
|
|
|
|
|
}, |
5105
|
|
|
|
|
|
|
'XTS' => { |
5106
|
|
|
|
|
|
|
display_name => { |
5107
|
|
|
|
|
|
|
'currency' => q(Testwährung), |
5108
|
|
|
|
|
|
|
'one' => q(Testwährung), |
5109
|
|
|
|
|
|
|
'other' => q(Testwährung), |
5110
|
|
|
|
|
|
|
}, |
5111
|
|
|
|
|
|
|
}, |
5112
|
|
|
|
|
|
|
'XXX' => { |
5113
|
|
|
|
|
|
|
display_name => { |
5114
|
|
|
|
|
|
|
'currency' => q(Onbekannt Währung), |
5115
|
|
|
|
|
|
|
'one' => q(Onbekannt Währung), |
5116
|
|
|
|
|
|
|
'other' => q(Onbekannt Währung), |
5117
|
|
|
|
|
|
|
}, |
5118
|
|
|
|
|
|
|
}, |
5119
|
|
|
|
|
|
|
'YDD' => { |
5120
|
|
|
|
|
|
|
display_name => { |
5121
|
|
|
|
|
|
|
'currency' => q(Jemen-Dinar), |
5122
|
|
|
|
|
|
|
'one' => q(Jemen-Dinar), |
5123
|
|
|
|
|
|
|
'other' => q(Jemen-Dinaren), |
5124
|
|
|
|
|
|
|
}, |
5125
|
|
|
|
|
|
|
}, |
5126
|
|
|
|
|
|
|
'YER' => { |
5127
|
|
|
|
|
|
|
display_name => { |
5128
|
|
|
|
|
|
|
'currency' => q(Jemen-Rial), |
5129
|
|
|
|
|
|
|
'one' => q(Jemen-Rial), |
5130
|
|
|
|
|
|
|
'other' => q(Jemen-Rial), |
5131
|
|
|
|
|
|
|
}, |
5132
|
|
|
|
|
|
|
}, |
5133
|
|
|
|
|
|
|
'YUD' => { |
5134
|
|
|
|
|
|
|
display_name => { |
5135
|
|
|
|
|
|
|
'currency' => q(Jugoslaweschen Dinar \(1966â1990\)), |
5136
|
|
|
|
|
|
|
'one' => q(Jugoslaweschen Dinar \(1966â1990\)), |
5137
|
|
|
|
|
|
|
'other' => q(Jugoslawesch Dinaren \(1966â1990\)), |
5138
|
|
|
|
|
|
|
}, |
5139
|
|
|
|
|
|
|
}, |
5140
|
|
|
|
|
|
|
'YUM' => { |
5141
|
|
|
|
|
|
|
display_name => { |
5142
|
|
|
|
|
|
|
'currency' => q(Jugoslaweschen Neien Dinar \(1994â2002\)), |
5143
|
|
|
|
|
|
|
'one' => q(Jugoslaweschen Neien Dinar \(1994â2002\)), |
5144
|
|
|
|
|
|
|
'other' => q(Jugoslawesch Nei Dinaren \(1994â2002\)), |
5145
|
|
|
|
|
|
|
}, |
5146
|
|
|
|
|
|
|
}, |
5147
|
|
|
|
|
|
|
'YUN' => { |
5148
|
|
|
|
|
|
|
display_name => { |
5149
|
|
|
|
|
|
|
'currency' => q(Jugoslaweschen Dinar \(konvertibel\)), |
5150
|
|
|
|
|
|
|
'one' => q(Jugoslaweschen Dinar \(konvertibel\)), |
5151
|
|
|
|
|
|
|
'other' => q(Jugoslawesch Dinaren \(konvertibel\)), |
5152
|
|
|
|
|
|
|
}, |
5153
|
|
|
|
|
|
|
}, |
5154
|
|
|
|
|
|
|
'ZAL' => { |
5155
|
|
|
|
|
|
|
display_name => { |
5156
|
|
|
|
|
|
|
'currency' => q(Südafrikanesche Rand \(Finanz\)), |
5157
|
|
|
|
|
|
|
'one' => q(Südafrikanesche Rand \(Finanz\)), |
5158
|
|
|
|
|
|
|
'other' => q(Südafrikaneschen Rand \(Finanz\)), |
5159
|
|
|
|
|
|
|
}, |
5160
|
|
|
|
|
|
|
}, |
5161
|
|
|
|
|
|
|
'ZAR' => { |
5162
|
|
|
|
|
|
|
display_name => { |
5163
|
|
|
|
|
|
|
'currency' => q(Südafrikanesche Rand), |
5164
|
|
|
|
|
|
|
'one' => q(Südafrikanesche Rand), |
5165
|
|
|
|
|
|
|
'other' => q(Südafrikanesch Rand), |
5166
|
|
|
|
|
|
|
}, |
5167
|
|
|
|
|
|
|
}, |
5168
|
|
|
|
|
|
|
'ZMK' => { |
5169
|
|
|
|
|
|
|
display_name => { |
5170
|
|
|
|
|
|
|
'currency' => q(Kwacha \(1968â2012\)), |
5171
|
|
|
|
|
|
|
'one' => q(Kwacha \(1968â2012\)), |
5172
|
|
|
|
|
|
|
'other' => q(Kwacha \(1968â2012\)), |
5173
|
|
|
|
|
|
|
}, |
5174
|
|
|
|
|
|
|
}, |
5175
|
|
|
|
|
|
|
'ZMW' => { |
5176
|
|
|
|
|
|
|
display_name => { |
5177
|
|
|
|
|
|
|
'currency' => q(Kwacha), |
5178
|
|
|
|
|
|
|
'one' => q(Kwacha), |
5179
|
|
|
|
|
|
|
'other' => q(Kwacha), |
5180
|
|
|
|
|
|
|
}, |
5181
|
|
|
|
|
|
|
}, |
5182
|
|
|
|
|
|
|
'ZRN' => { |
5183
|
|
|
|
|
|
|
display_name => { |
5184
|
|
|
|
|
|
|
'currency' => q(Zaire-Neien Zaïre \(1993â1998\)), |
5185
|
|
|
|
|
|
|
'one' => q(Zaire-Neien Zaïre \(1993â1998\)), |
5186
|
|
|
|
|
|
|
'other' => q(Zaire-Nei Zaïren \(1993â1998\)), |
5187
|
|
|
|
|
|
|
}, |
5188
|
|
|
|
|
|
|
}, |
5189
|
|
|
|
|
|
|
'ZRZ' => { |
5190
|
|
|
|
|
|
|
display_name => { |
5191
|
|
|
|
|
|
|
'currency' => q(Zaire-Zaïre \(1971â1993\)), |
5192
|
|
|
|
|
|
|
'one' => q(Zaire-Zaïre \(1971â1993\)), |
5193
|
|
|
|
|
|
|
'other' => q(Zaire-Zaïren \(1971â1993\)), |
5194
|
|
|
|
|
|
|
}, |
5195
|
|
|
|
|
|
|
}, |
5196
|
|
|
|
|
|
|
'ZWD' => { |
5197
|
|
|
|
|
|
|
display_name => { |
5198
|
|
|
|
|
|
|
'currency' => q(Simbabwe-Dollar \(1980â2008\)), |
5199
|
|
|
|
|
|
|
'one' => q(Simbabwe-Dollar \(1980â2008\)), |
5200
|
|
|
|
|
|
|
'other' => q(Simbabwe-Dollar \(1980â2008\)), |
5201
|
|
|
|
|
|
|
}, |
5202
|
|
|
|
|
|
|
}, |
5203
|
|
|
|
|
|
|
'ZWL' => { |
5204
|
|
|
|
|
|
|
display_name => { |
5205
|
|
|
|
|
|
|
'currency' => q(Simbabwe-Dollar \(2009\)), |
5206
|
|
|
|
|
|
|
'one' => q(Simbabwe-Dollar \(2009\)), |
5207
|
|
|
|
|
|
|
'other' => q(Simbabwe-Dollar \(2009\)), |
5208
|
|
|
|
|
|
|
}, |
5209
|
|
|
|
|
|
|
}, |
5210
|
|
|
|
|
|
|
'ZWR' => { |
5211
|
|
|
|
|
|
|
display_name => { |
5212
|
|
|
|
|
|
|
'currency' => q(Simbabwe-Dollar \(2008\)), |
5213
|
|
|
|
|
|
|
'one' => q(Simbabwe-Dollar \(2008\)), |
5214
|
|
|
|
|
|
|
'other' => q(Simbabwe-Dollar \(2008\)), |
5215
|
|
|
|
|
|
|
}, |
5216
|
|
|
|
|
|
|
}, |
5217
|
|
|
|
|
|
|
} }, |
5218
|
|
|
|
|
|
|
); |
5219
|
|
|
|
|
|
|
|
5220
|
|
|
|
|
|
|
|
5221
|
|
|
|
|
|
|
has 'calendar_months' => ( |
5222
|
|
|
|
|
|
|
is => 'ro', |
5223
|
|
|
|
|
|
|
isa => HashRef, |
5224
|
|
|
|
|
|
|
init_arg => undef, |
5225
|
|
|
|
|
|
|
default => sub { { |
5226
|
|
|
|
|
|
|
'gregorian' => { |
5227
|
|
|
|
|
|
|
'format' => { |
5228
|
|
|
|
|
|
|
abbreviated => { |
5229
|
|
|
|
|
|
|
nonleap => [ |
5230
|
|
|
|
|
|
|
'Jan.', |
5231
|
|
|
|
|
|
|
'Feb.', |
5232
|
|
|
|
|
|
|
'Mäe.', |
5233
|
|
|
|
|
|
|
'Abr.', |
5234
|
|
|
|
|
|
|
'Mee', |
5235
|
|
|
|
|
|
|
'Juni', |
5236
|
|
|
|
|
|
|
'Juli', |
5237
|
|
|
|
|
|
|
'Aug.', |
5238
|
|
|
|
|
|
|
'Sep.', |
5239
|
|
|
|
|
|
|
'Okt.', |
5240
|
|
|
|
|
|
|
'Nov.', |
5241
|
|
|
|
|
|
|
'Dez.' |
5242
|
|
|
|
|
|
|
], |
5243
|
|
|
|
|
|
|
leap => [ |
5244
|
|
|
|
|
|
|
|
5245
|
|
|
|
|
|
|
], |
5246
|
|
|
|
|
|
|
}, |
5247
|
|
|
|
|
|
|
narrow => { |
5248
|
|
|
|
|
|
|
nonleap => [ |
5249
|
|
|
|
|
|
|
'J', |
5250
|
|
|
|
|
|
|
'F', |
5251
|
|
|
|
|
|
|
'M', |
5252
|
|
|
|
|
|
|
'A', |
5253
|
|
|
|
|
|
|
'M', |
5254
|
|
|
|
|
|
|
'J', |
5255
|
|
|
|
|
|
|
'J', |
5256
|
|
|
|
|
|
|
'A', |
5257
|
|
|
|
|
|
|
'S', |
5258
|
|
|
|
|
|
|
'O', |
5259
|
|
|
|
|
|
|
'N', |
5260
|
|
|
|
|
|
|
'D' |
5261
|
|
|
|
|
|
|
], |
5262
|
|
|
|
|
|
|
leap => [ |
5263
|
|
|
|
|
|
|
|
5264
|
|
|
|
|
|
|
], |
5265
|
|
|
|
|
|
|
}, |
5266
|
|
|
|
|
|
|
wide => { |
5267
|
|
|
|
|
|
|
nonleap => [ |
5268
|
|
|
|
|
|
|
'Januar', |
5269
|
|
|
|
|
|
|
'Februar', |
5270
|
|
|
|
|
|
|
'Mäerz', |
5271
|
|
|
|
|
|
|
'Abrëll', |
5272
|
|
|
|
|
|
|
'Mee', |
5273
|
|
|
|
|
|
|
'Juni', |
5274
|
|
|
|
|
|
|
'Juli', |
5275
|
|
|
|
|
|
|
'August', |
5276
|
|
|
|
|
|
|
'September', |
5277
|
|
|
|
|
|
|
'Oktober', |
5278
|
|
|
|
|
|
|
'November', |
5279
|
|
|
|
|
|
|
'Dezember' |
5280
|
|
|
|
|
|
|
], |
5281
|
|
|
|
|
|
|
leap => [ |
5282
|
|
|
|
|
|
|
|
5283
|
|
|
|
|
|
|
], |
5284
|
|
|
|
|
|
|
}, |
5285
|
|
|
|
|
|
|
}, |
5286
|
|
|
|
|
|
|
'stand-alone' => { |
5287
|
|
|
|
|
|
|
abbreviated => { |
5288
|
|
|
|
|
|
|
nonleap => [ |
5289
|
|
|
|
|
|
|
'Jan', |
5290
|
|
|
|
|
|
|
'Feb', |
5291
|
|
|
|
|
|
|
'Mäe', |
5292
|
|
|
|
|
|
|
'Abr', |
5293
|
|
|
|
|
|
|
'Mee', |
5294
|
|
|
|
|
|
|
'Jun', |
5295
|
|
|
|
|
|
|
'Jul', |
5296
|
|
|
|
|
|
|
'Aug', |
5297
|
|
|
|
|
|
|
'Sep', |
5298
|
|
|
|
|
|
|
'Okt', |
5299
|
|
|
|
|
|
|
'Nov', |
5300
|
|
|
|
|
|
|
'Dez' |
5301
|
|
|
|
|
|
|
], |
5302
|
|
|
|
|
|
|
leap => [ |
5303
|
|
|
|
|
|
|
|
5304
|
|
|
|
|
|
|
], |
5305
|
|
|
|
|
|
|
}, |
5306
|
|
|
|
|
|
|
narrow => { |
5307
|
|
|
|
|
|
|
nonleap => [ |
5308
|
|
|
|
|
|
|
'J', |
5309
|
|
|
|
|
|
|
'F', |
5310
|
|
|
|
|
|
|
'M', |
5311
|
|
|
|
|
|
|
'A', |
5312
|
|
|
|
|
|
|
'M', |
5313
|
|
|
|
|
|
|
'J', |
5314
|
|
|
|
|
|
|
'J', |
5315
|
|
|
|
|
|
|
'A', |
5316
|
|
|
|
|
|
|
'S', |
5317
|
|
|
|
|
|
|
'O', |
5318
|
|
|
|
|
|
|
'N', |
5319
|
|
|
|
|
|
|
'D' |
5320
|
|
|
|
|
|
|
], |
5321
|
|
|
|
|
|
|
leap => [ |
5322
|
|
|
|
|
|
|
|
5323
|
|
|
|
|
|
|
], |
5324
|
|
|
|
|
|
|
}, |
5325
|
|
|
|
|
|
|
wide => { |
5326
|
|
|
|
|
|
|
nonleap => [ |
5327
|
|
|
|
|
|
|
'Januar', |
5328
|
|
|
|
|
|
|
'Februar', |
5329
|
|
|
|
|
|
|
'Mäerz', |
5330
|
|
|
|
|
|
|
'Abrëll', |
5331
|
|
|
|
|
|
|
'Mee', |
5332
|
|
|
|
|
|
|
'Juni', |
5333
|
|
|
|
|
|
|
'Juli', |
5334
|
|
|
|
|
|
|
'August', |
5335
|
|
|
|
|
|
|
'September', |
5336
|
|
|
|
|
|
|
'Oktober', |
5337
|
|
|
|
|
|
|
'November', |
5338
|
|
|
|
|
|
|
'Dezember' |
5339
|
|
|
|
|
|
|
], |
5340
|
|
|
|
|
|
|
leap => [ |
5341
|
|
|
|
|
|
|
|
5342
|
|
|
|
|
|
|
], |
5343
|
|
|
|
|
|
|
}, |
5344
|
|
|
|
|
|
|
}, |
5345
|
|
|
|
|
|
|
}, |
5346
|
|
|
|
|
|
|
} }, |
5347
|
|
|
|
|
|
|
); |
5348
|
|
|
|
|
|
|
|
5349
|
|
|
|
|
|
|
has 'calendar_days' => ( |
5350
|
|
|
|
|
|
|
is => 'ro', |
5351
|
|
|
|
|
|
|
isa => HashRef, |
5352
|
|
|
|
|
|
|
init_arg => undef, |
5353
|
|
|
|
|
|
|
default => sub { { |
5354
|
|
|
|
|
|
|
'gregorian' => { |
5355
|
|
|
|
|
|
|
'format' => { |
5356
|
|
|
|
|
|
|
abbreviated => { |
5357
|
|
|
|
|
|
|
mon => 'Méi.', |
5358
|
|
|
|
|
|
|
tue => 'Dën.', |
5359
|
|
|
|
|
|
|
wed => 'Mët.', |
5360
|
|
|
|
|
|
|
thu => 'Don.', |
5361
|
|
|
|
|
|
|
fri => 'Fre.', |
5362
|
|
|
|
|
|
|
sat => 'Sam.', |
5363
|
|
|
|
|
|
|
sun => 'Son.' |
5364
|
|
|
|
|
|
|
}, |
5365
|
|
|
|
|
|
|
narrow => { |
5366
|
|
|
|
|
|
|
mon => 'M', |
5367
|
|
|
|
|
|
|
tue => 'D', |
5368
|
|
|
|
|
|
|
wed => 'M', |
5369
|
|
|
|
|
|
|
thu => 'D', |
5370
|
|
|
|
|
|
|
fri => 'F', |
5371
|
|
|
|
|
|
|
sat => 'S', |
5372
|
|
|
|
|
|
|
sun => 'S' |
5373
|
|
|
|
|
|
|
}, |
5374
|
|
|
|
|
|
|
short => { |
5375
|
|
|
|
|
|
|
mon => 'Mé.', |
5376
|
|
|
|
|
|
|
tue => 'Dë.', |
5377
|
|
|
|
|
|
|
wed => 'Më.', |
5378
|
|
|
|
|
|
|
thu => 'Do.', |
5379
|
|
|
|
|
|
|
fri => 'Fr.', |
5380
|
|
|
|
|
|
|
sat => 'Sa.', |
5381
|
|
|
|
|
|
|
sun => 'So.' |
5382
|
|
|
|
|
|
|
}, |
5383
|
|
|
|
|
|
|
wide => { |
5384
|
|
|
|
|
|
|
mon => 'Méindeg', |
5385
|
|
|
|
|
|
|
tue => 'Dënschdeg', |
5386
|
|
|
|
|
|
|
wed => 'Mëttwoch', |
5387
|
|
|
|
|
|
|
thu => 'Donneschdeg', |
5388
|
|
|
|
|
|
|
fri => 'Freideg', |
5389
|
|
|
|
|
|
|
sat => 'Samschdeg', |
5390
|
|
|
|
|
|
|
sun => 'Sonndeg' |
5391
|
|
|
|
|
|
|
}, |
5392
|
|
|
|
|
|
|
}, |
5393
|
|
|
|
|
|
|
'stand-alone' => { |
5394
|
|
|
|
|
|
|
abbreviated => { |
5395
|
|
|
|
|
|
|
mon => 'Méi', |
5396
|
|
|
|
|
|
|
tue => 'Dën', |
5397
|
|
|
|
|
|
|
wed => 'Mët', |
5398
|
|
|
|
|
|
|
thu => 'Don', |
5399
|
|
|
|
|
|
|
fri => 'Fre', |
5400
|
|
|
|
|
|
|
sat => 'Sam', |
5401
|
|
|
|
|
|
|
sun => 'Son' |
5402
|
|
|
|
|
|
|
}, |
5403
|
|
|
|
|
|
|
narrow => { |
5404
|
|
|
|
|
|
|
mon => 'M', |
5405
|
|
|
|
|
|
|
tue => 'D', |
5406
|
|
|
|
|
|
|
wed => 'M', |
5407
|
|
|
|
|
|
|
thu => 'D', |
5408
|
|
|
|
|
|
|
fri => 'F', |
5409
|
|
|
|
|
|
|
sat => 'S', |
5410
|
|
|
|
|
|
|
sun => 'S' |
5411
|
|
|
|
|
|
|
}, |
5412
|
|
|
|
|
|
|
short => { |
5413
|
|
|
|
|
|
|
mon => 'Mé.', |
5414
|
|
|
|
|
|
|
tue => 'Dë.', |
5415
|
|
|
|
|
|
|
wed => 'Më.', |
5416
|
|
|
|
|
|
|
thu => 'Do.', |
5417
|
|
|
|
|
|
|
fri => 'Fr.', |
5418
|
|
|
|
|
|
|
sat => 'Sa.', |
5419
|
|
|
|
|
|
|
sun => 'So.' |
5420
|
|
|
|
|
|
|
}, |
5421
|
|
|
|
|
|
|
wide => { |
5422
|
|
|
|
|
|
|
mon => 'Méindeg', |
5423
|
|
|
|
|
|
|
tue => 'Dënschdeg', |
5424
|
|
|
|
|
|
|
wed => 'Mëttwoch', |
5425
|
|
|
|
|
|
|
thu => 'Donneschdeg', |
5426
|
|
|
|
|
|
|
fri => 'Freideg', |
5427
|
|
|
|
|
|
|
sat => 'Samschdeg', |
5428
|
|
|
|
|
|
|
sun => 'Sonndeg' |
5429
|
|
|
|
|
|
|
}, |
5430
|
|
|
|
|
|
|
}, |
5431
|
|
|
|
|
|
|
}, |
5432
|
|
|
|
|
|
|
} }, |
5433
|
|
|
|
|
|
|
); |
5434
|
|
|
|
|
|
|
|
5435
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
5436
|
|
|
|
|
|
|
is => 'ro', |
5437
|
|
|
|
|
|
|
isa => HashRef, |
5438
|
|
|
|
|
|
|
init_arg => undef, |
5439
|
|
|
|
|
|
|
default => sub { { |
5440
|
|
|
|
|
|
|
'gregorian' => { |
5441
|
|
|
|
|
|
|
'format' => { |
5442
|
|
|
|
|
|
|
abbreviated => {0 => 'Q1', |
5443
|
|
|
|
|
|
|
1 => 'Q2', |
5444
|
|
|
|
|
|
|
2 => 'Q3', |
5445
|
|
|
|
|
|
|
3 => 'Q4' |
5446
|
|
|
|
|
|
|
}, |
5447
|
|
|
|
|
|
|
narrow => {0 => '1', |
5448
|
|
|
|
|
|
|
1 => '2', |
5449
|
|
|
|
|
|
|
2 => '3', |
5450
|
|
|
|
|
|
|
3 => '4' |
5451
|
|
|
|
|
|
|
}, |
5452
|
|
|
|
|
|
|
wide => {0 => '1. Quartal', |
5453
|
|
|
|
|
|
|
1 => '2. Quartal', |
5454
|
|
|
|
|
|
|
2 => '3. Quartal', |
5455
|
|
|
|
|
|
|
3 => '4. Quartal' |
5456
|
|
|
|
|
|
|
}, |
5457
|
|
|
|
|
|
|
}, |
5458
|
|
|
|
|
|
|
'stand-alone' => { |
5459
|
|
|
|
|
|
|
abbreviated => {0 => 'Q1', |
5460
|
|
|
|
|
|
|
1 => 'Q2', |
5461
|
|
|
|
|
|
|
2 => 'Q3', |
5462
|
|
|
|
|
|
|
3 => 'Q4' |
5463
|
|
|
|
|
|
|
}, |
5464
|
|
|
|
|
|
|
narrow => {0 => '1', |
5465
|
|
|
|
|
|
|
1 => '2', |
5466
|
|
|
|
|
|
|
2 => '3', |
5467
|
|
|
|
|
|
|
3 => '4' |
5468
|
|
|
|
|
|
|
}, |
5469
|
|
|
|
|
|
|
wide => {0 => '1. Quartal', |
5470
|
|
|
|
|
|
|
1 => '2. Quartal', |
5471
|
|
|
|
|
|
|
2 => '3. Quartal', |
5472
|
|
|
|
|
|
|
3 => '4. Quartal' |
5473
|
|
|
|
|
|
|
}, |
5474
|
|
|
|
|
|
|
}, |
5475
|
|
|
|
|
|
|
}, |
5476
|
|
|
|
|
|
|
} }, |
5477
|
|
|
|
|
|
|
); |
5478
|
|
|
|
|
|
|
|
5479
|
|
|
|
|
|
|
has 'day_periods' => ( |
5480
|
|
|
|
|
|
|
is => 'ro', |
5481
|
|
|
|
|
|
|
isa => HashRef, |
5482
|
|
|
|
|
|
|
init_arg => undef, |
5483
|
|
|
|
|
|
|
default => sub { { |
5484
|
|
|
|
|
|
|
'gregorian' => { |
5485
|
|
|
|
|
|
|
'format' => { |
5486
|
|
|
|
|
|
|
'narrow' => { |
5487
|
|
|
|
|
|
|
'pm' => q{nomë.}, |
5488
|
|
|
|
|
|
|
'am' => q{mo.}, |
5489
|
|
|
|
|
|
|
}, |
5490
|
|
|
|
|
|
|
'wide' => { |
5491
|
|
|
|
|
|
|
'am' => q{moies}, |
5492
|
|
|
|
|
|
|
'pm' => q{nomëttes}, |
5493
|
|
|
|
|
|
|
}, |
5494
|
|
|
|
|
|
|
'abbreviated' => { |
5495
|
|
|
|
|
|
|
'am' => q{moies}, |
5496
|
|
|
|
|
|
|
'pm' => q{nomëttes}, |
5497
|
|
|
|
|
|
|
}, |
5498
|
|
|
|
|
|
|
}, |
5499
|
|
|
|
|
|
|
}, |
5500
|
|
|
|
|
|
|
} }, |
5501
|
|
|
|
|
|
|
); |
5502
|
|
|
|
|
|
|
|
5503
|
|
|
|
|
|
|
has 'eras' => ( |
5504
|
|
|
|
|
|
|
is => 'ro', |
5505
|
|
|
|
|
|
|
isa => HashRef, |
5506
|
|
|
|
|
|
|
init_arg => undef, |
5507
|
|
|
|
|
|
|
default => sub { { |
5508
|
|
|
|
|
|
|
'buddhist' => { |
5509
|
|
|
|
|
|
|
abbreviated => { |
5510
|
|
|
|
|
|
|
'0' => 'BE' |
5511
|
|
|
|
|
|
|
}, |
5512
|
|
|
|
|
|
|
}, |
5513
|
|
|
|
|
|
|
'chinese' => { |
5514
|
|
|
|
|
|
|
}, |
5515
|
|
|
|
|
|
|
'dangi' => { |
5516
|
|
|
|
|
|
|
}, |
5517
|
|
|
|
|
|
|
'generic' => { |
5518
|
|
|
|
|
|
|
}, |
5519
|
|
|
|
|
|
|
'gregorian' => { |
5520
|
|
|
|
|
|
|
abbreviated => { |
5521
|
|
|
|
|
|
|
'0' => 'v. Chr.', |
5522
|
|
|
|
|
|
|
'1' => 'n. Chr.' |
5523
|
|
|
|
|
|
|
}, |
5524
|
|
|
|
|
|
|
wide => { |
5525
|
|
|
|
|
|
|
'0' => 'v. Chr.', |
5526
|
|
|
|
|
|
|
'1' => 'n. Chr.' |
5527
|
|
|
|
|
|
|
}, |
5528
|
|
|
|
|
|
|
}, |
5529
|
|
|
|
|
|
|
'hebrew' => { |
5530
|
|
|
|
|
|
|
abbreviated => { |
5531
|
|
|
|
|
|
|
'0' => 'AM' |
5532
|
|
|
|
|
|
|
}, |
5533
|
|
|
|
|
|
|
}, |
5534
|
|
|
|
|
|
|
'islamic' => { |
5535
|
|
|
|
|
|
|
abbreviated => { |
5536
|
|
|
|
|
|
|
'0' => 'AH' |
5537
|
|
|
|
|
|
|
}, |
5538
|
|
|
|
|
|
|
}, |
5539
|
|
|
|
|
|
|
'japanese' => { |
5540
|
|
|
|
|
|
|
}, |
5541
|
|
|
|
|
|
|
'roc' => { |
5542
|
|
|
|
|
|
|
abbreviated => { |
5543
|
|
|
|
|
|
|
'0' => 'Before R.O.C.', |
5544
|
|
|
|
|
|
|
'1' => 'Minguo' |
5545
|
|
|
|
|
|
|
}, |
5546
|
|
|
|
|
|
|
}, |
5547
|
|
|
|
|
|
|
} }, |
5548
|
|
|
|
|
|
|
); |
5549
|
|
|
|
|
|
|
|
5550
|
|
|
|
|
|
|
has 'date_formats' => ( |
5551
|
|
|
|
|
|
|
is => 'ro', |
5552
|
|
|
|
|
|
|
isa => HashRef, |
5553
|
|
|
|
|
|
|
init_arg => undef, |
5554
|
|
|
|
|
|
|
default => sub { { |
5555
|
|
|
|
|
|
|
'buddhist' => { |
5556
|
|
|
|
|
|
|
}, |
5557
|
|
|
|
|
|
|
'chinese' => { |
5558
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM U}, |
5559
|
|
|
|
|
|
|
'long' => q{d. MMMM U}, |
5560
|
|
|
|
|
|
|
'medium' => q{dd.MM U}, |
5561
|
|
|
|
|
|
|
'short' => q{dd.MM.yy}, |
5562
|
|
|
|
|
|
|
}, |
5563
|
|
|
|
|
|
|
'dangi' => { |
5564
|
|
|
|
|
|
|
}, |
5565
|
|
|
|
|
|
|
'generic' => { |
5566
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM y G}, |
5567
|
|
|
|
|
|
|
'long' => q{d. MMMM y G}, |
5568
|
|
|
|
|
|
|
'medium' => q{dd.MM.y G}, |
5569
|
|
|
|
|
|
|
'short' => q{dd.MM.yy GGGGG}, |
5570
|
|
|
|
|
|
|
}, |
5571
|
|
|
|
|
|
|
'gregorian' => { |
5572
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM y}, |
5573
|
|
|
|
|
|
|
'long' => q{d. MMMM y}, |
5574
|
|
|
|
|
|
|
'medium' => q{d. MMM y}, |
5575
|
|
|
|
|
|
|
'short' => q{dd.MM.yy}, |
5576
|
|
|
|
|
|
|
}, |
5577
|
|
|
|
|
|
|
'hebrew' => { |
5578
|
|
|
|
|
|
|
}, |
5579
|
|
|
|
|
|
|
'islamic' => { |
5580
|
|
|
|
|
|
|
}, |
5581
|
|
|
|
|
|
|
'japanese' => { |
5582
|
|
|
|
|
|
|
'full' => q{EEEE, d. MMMM y G}, |
5583
|
|
|
|
|
|
|
'long' => q{d. MMMM y G}, |
5584
|
|
|
|
|
|
|
'medium' => q{dd.MM.y G}, |
5585
|
|
|
|
|
|
|
'short' => q{dd.MM.yy GGGGG}, |
5586
|
|
|
|
|
|
|
}, |
5587
|
|
|
|
|
|
|
'roc' => { |
5588
|
|
|
|
|
|
|
}, |
5589
|
|
|
|
|
|
|
} }, |
5590
|
|
|
|
|
|
|
); |
5591
|
|
|
|
|
|
|
|
5592
|
|
|
|
|
|
|
has 'time_formats' => ( |
5593
|
|
|
|
|
|
|
is => 'ro', |
5594
|
|
|
|
|
|
|
isa => HashRef, |
5595
|
|
|
|
|
|
|
init_arg => undef, |
5596
|
|
|
|
|
|
|
default => sub { { |
5597
|
|
|
|
|
|
|
'buddhist' => { |
5598
|
|
|
|
|
|
|
}, |
5599
|
|
|
|
|
|
|
'chinese' => { |
5600
|
|
|
|
|
|
|
}, |
5601
|
|
|
|
|
|
|
'dangi' => { |
5602
|
|
|
|
|
|
|
}, |
5603
|
|
|
|
|
|
|
'generic' => { |
5604
|
|
|
|
|
|
|
}, |
5605
|
|
|
|
|
|
|
'gregorian' => { |
5606
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
5607
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
5608
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
5609
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
5610
|
|
|
|
|
|
|
}, |
5611
|
|
|
|
|
|
|
'hebrew' => { |
5612
|
|
|
|
|
|
|
}, |
5613
|
|
|
|
|
|
|
'islamic' => { |
5614
|
|
|
|
|
|
|
}, |
5615
|
|
|
|
|
|
|
'japanese' => { |
5616
|
|
|
|
|
|
|
}, |
5617
|
|
|
|
|
|
|
'roc' => { |
5618
|
|
|
|
|
|
|
}, |
5619
|
|
|
|
|
|
|
} }, |
5620
|
|
|
|
|
|
|
); |
5621
|
|
|
|
|
|
|
|
5622
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
5623
|
|
|
|
|
|
|
is => 'ro', |
5624
|
|
|
|
|
|
|
isa => HashRef, |
5625
|
|
|
|
|
|
|
init_arg => undef, |
5626
|
|
|
|
|
|
|
default => sub { { |
5627
|
|
|
|
|
|
|
'buddhist' => { |
5628
|
|
|
|
|
|
|
}, |
5629
|
|
|
|
|
|
|
'chinese' => { |
5630
|
|
|
|
|
|
|
}, |
5631
|
|
|
|
|
|
|
'dangi' => { |
5632
|
|
|
|
|
|
|
}, |
5633
|
|
|
|
|
|
|
'generic' => { |
5634
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
5635
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
5636
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
5637
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
5638
|
|
|
|
|
|
|
}, |
5639
|
|
|
|
|
|
|
'gregorian' => { |
5640
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
5641
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
5642
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
5643
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
5644
|
|
|
|
|
|
|
}, |
5645
|
|
|
|
|
|
|
'hebrew' => { |
5646
|
|
|
|
|
|
|
}, |
5647
|
|
|
|
|
|
|
'islamic' => { |
5648
|
|
|
|
|
|
|
}, |
5649
|
|
|
|
|
|
|
'japanese' => { |
5650
|
|
|
|
|
|
|
}, |
5651
|
|
|
|
|
|
|
'roc' => { |
5652
|
|
|
|
|
|
|
}, |
5653
|
|
|
|
|
|
|
} }, |
5654
|
|
|
|
|
|
|
); |
5655
|
|
|
|
|
|
|
|
5656
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
5657
|
|
|
|
|
|
|
is => 'ro', |
5658
|
|
|
|
|
|
|
isa => HashRef, |
5659
|
|
|
|
|
|
|
init_arg => undef, |
5660
|
|
|
|
|
|
|
default => sub { { |
5661
|
|
|
|
|
|
|
'gregorian' => { |
5662
|
|
|
|
|
|
|
E => q{ccc}, |
5663
|
|
|
|
|
|
|
EHm => q{E, HH:mm}, |
5664
|
|
|
|
|
|
|
EHms => q{E, HH:mm:ss}, |
5665
|
|
|
|
|
|
|
Ed => q{E, d.}, |
5666
|
|
|
|
|
|
|
Ehm => q{E, h:mm a}, |
5667
|
|
|
|
|
|
|
Ehms => q{E, h:mm:ss a}, |
5668
|
|
|
|
|
|
|
Gy => q{y G}, |
5669
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
5670
|
|
|
|
|
|
|
GyMMMEd => q{E, d. MMM y G}, |
5671
|
|
|
|
|
|
|
GyMMMd => q{d. MMM y G}, |
5672
|
|
|
|
|
|
|
H => q{HH 'Auer'}, |
5673
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
5674
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
5675
|
|
|
|
|
|
|
M => q{L}, |
5676
|
|
|
|
|
|
|
MEd => q{E, d.M.}, |
5677
|
|
|
|
|
|
|
MMM => q{LLL}, |
5678
|
|
|
|
|
|
|
MMMEd => q{E, d. MMM}, |
5679
|
|
|
|
|
|
|
MMMd => q{d. MMM}, |
5680
|
|
|
|
|
|
|
Md => q{d.M.}, |
5681
|
|
|
|
|
|
|
d => q{d}, |
5682
|
|
|
|
|
|
|
h => q{h a}, |
5683
|
|
|
|
|
|
|
hm => q{h:mm a}, |
5684
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
5685
|
|
|
|
|
|
|
ms => q{mm:ss}, |
5686
|
|
|
|
|
|
|
y => q{y}, |
5687
|
|
|
|
|
|
|
yM => q{M.y}, |
5688
|
|
|
|
|
|
|
yMEd => q{E, d.M.y}, |
5689
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
5690
|
|
|
|
|
|
|
yMMMEd => q{E, d. MMM y}, |
5691
|
|
|
|
|
|
|
yMMMd => q{d. MMM y}, |
5692
|
|
|
|
|
|
|
yMd => q{d.M.y}, |
5693
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
5694
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
5695
|
|
|
|
|
|
|
}, |
5696
|
|
|
|
|
|
|
'generic' => { |
5697
|
|
|
|
|
|
|
Ed => q{E, d.}, |
5698
|
|
|
|
|
|
|
Gy => q{y G}, |
5699
|
|
|
|
|
|
|
GyMMM => q{MMM y G}, |
5700
|
|
|
|
|
|
|
GyMMMEd => q{E, d. MMM y G}, |
5701
|
|
|
|
|
|
|
GyMMMd => q{d. MMM y G}, |
5702
|
|
|
|
|
|
|
M => q{L}, |
5703
|
|
|
|
|
|
|
MEd => q{E, d.M.}, |
5704
|
|
|
|
|
|
|
MMM => q{LLL}, |
5705
|
|
|
|
|
|
|
MMMEd => q{E, d. MMM}, |
5706
|
|
|
|
|
|
|
MMMd => q{d. MMM}, |
5707
|
|
|
|
|
|
|
Md => q{d.M.}, |
5708
|
|
|
|
|
|
|
d => q{d}, |
5709
|
|
|
|
|
|
|
y => q{y G}, |
5710
|
|
|
|
|
|
|
yyyy => q{y G}, |
5711
|
|
|
|
|
|
|
yyyyM => q{M.y GGGGG}, |
5712
|
|
|
|
|
|
|
yyyyMEd => q{E, d.M.y GGGGG}, |
5713
|
|
|
|
|
|
|
yyyyMMM => q{MMM y G}, |
5714
|
|
|
|
|
|
|
yyyyMMMEd => q{E, d. MMM y G}, |
5715
|
|
|
|
|
|
|
yyyyMMMd => q{d. MMM y G}, |
5716
|
|
|
|
|
|
|
yyyyMd => q{d.M.y GGGGG}, |
5717
|
|
|
|
|
|
|
yyyyQQQ => q{QQQ y G}, |
5718
|
|
|
|
|
|
|
yyyyQQQQ => q{QQQQ y G}, |
5719
|
|
|
|
|
|
|
}, |
5720
|
|
|
|
|
|
|
} }, |
5721
|
|
|
|
|
|
|
); |
5722
|
|
|
|
|
|
|
|
5723
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
5724
|
|
|
|
|
|
|
is => 'ro', |
5725
|
|
|
|
|
|
|
isa => HashRef, |
5726
|
|
|
|
|
|
|
init_arg => undef, |
5727
|
|
|
|
|
|
|
default => sub { { |
5728
|
|
|
|
|
|
|
'gregorian' => { |
5729
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
5730
|
|
|
|
|
|
|
}, |
5731
|
|
|
|
|
|
|
} }, |
5732
|
|
|
|
|
|
|
); |
5733
|
|
|
|
|
|
|
|
5734
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
5735
|
|
|
|
|
|
|
is => 'ro', |
5736
|
|
|
|
|
|
|
isa => HashRef, |
5737
|
|
|
|
|
|
|
init_arg => undef, |
5738
|
|
|
|
|
|
|
default => sub { { |
5739
|
|
|
|
|
|
|
'gregorian' => { |
5740
|
|
|
|
|
|
|
H => { |
5741
|
|
|
|
|
|
|
H => q{HHâHH 'Auer'}, |
5742
|
|
|
|
|
|
|
}, |
5743
|
|
|
|
|
|
|
Hm => { |
5744
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm}, |
5745
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm}, |
5746
|
|
|
|
|
|
|
}, |
5747
|
|
|
|
|
|
|
Hmv => { |
5748
|
|
|
|
|
|
|
H => q{HH:mmâHH:mm v}, |
5749
|
|
|
|
|
|
|
m => q{HH:mmâHH:mm v}, |
5750
|
|
|
|
|
|
|
}, |
5751
|
|
|
|
|
|
|
Hv => { |
5752
|
|
|
|
|
|
|
H => q{HHâHH 'Auer' v}, |
5753
|
|
|
|
|
|
|
}, |
5754
|
|
|
|
|
|
|
M => { |
5755
|
|
|
|
|
|
|
M => q{M.âM.}, |
5756
|
|
|
|
|
|
|
}, |
5757
|
|
|
|
|
|
|
MEd => { |
5758
|
|
|
|
|
|
|
M => q{E, dd.MM. â E, dd.MM.}, |
5759
|
|
|
|
|
|
|
d => q{E, dd.MM. â E, dd.MM.}, |
5760
|
|
|
|
|
|
|
}, |
5761
|
|
|
|
|
|
|
MMM => { |
5762
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
5763
|
|
|
|
|
|
|
}, |
5764
|
|
|
|
|
|
|
MMMEd => { |
5765
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM}, |
5766
|
|
|
|
|
|
|
d => q{E, d. â E, d. MMM}, |
5767
|
|
|
|
|
|
|
}, |
5768
|
|
|
|
|
|
|
MMMd => { |
5769
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM}, |
5770
|
|
|
|
|
|
|
d => q{d.âd. MMM}, |
5771
|
|
|
|
|
|
|
}, |
5772
|
|
|
|
|
|
|
Md => { |
5773
|
|
|
|
|
|
|
M => q{dd.MM. â dd.MM.}, |
5774
|
|
|
|
|
|
|
d => q{dd.MM. â dd.MM.}, |
5775
|
|
|
|
|
|
|
}, |
5776
|
|
|
|
|
|
|
d => { |
5777
|
|
|
|
|
|
|
d => q{d.âd.}, |
5778
|
|
|
|
|
|
|
}, |
5779
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
5780
|
|
|
|
|
|
|
h => { |
5781
|
|
|
|
|
|
|
a => q{h a â h a}, |
5782
|
|
|
|
|
|
|
h => q{hâh a}, |
5783
|
|
|
|
|
|
|
}, |
5784
|
|
|
|
|
|
|
hm => { |
5785
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a}, |
5786
|
|
|
|
|
|
|
h => q{h:mmâh:mm a}, |
5787
|
|
|
|
|
|
|
m => q{h:mmâh:mm a}, |
5788
|
|
|
|
|
|
|
}, |
5789
|
|
|
|
|
|
|
hmv => { |
5790
|
|
|
|
|
|
|
a => q{h:mm a â h:mm a v}, |
5791
|
|
|
|
|
|
|
h => q{h:mmâh:mm a v}, |
5792
|
|
|
|
|
|
|
m => q{h:mmâh:mm a v}, |
5793
|
|
|
|
|
|
|
}, |
5794
|
|
|
|
|
|
|
hv => { |
5795
|
|
|
|
|
|
|
a => q{h a â h a v}, |
5796
|
|
|
|
|
|
|
h => q{hâh a v}, |
5797
|
|
|
|
|
|
|
}, |
5798
|
|
|
|
|
|
|
y => { |
5799
|
|
|
|
|
|
|
y => q{yây}, |
5800
|
|
|
|
|
|
|
}, |
5801
|
|
|
|
|
|
|
yM => { |
5802
|
|
|
|
|
|
|
M => q{MM.y â MM.y}, |
5803
|
|
|
|
|
|
|
y => q{MM.y â MM.y}, |
5804
|
|
|
|
|
|
|
}, |
5805
|
|
|
|
|
|
|
yMEd => { |
5806
|
|
|
|
|
|
|
M => q{E, dd.MM.y â E, dd.MM.y}, |
5807
|
|
|
|
|
|
|
d => q{E, dd.MM.y â E, dd.MM.y}, |
5808
|
|
|
|
|
|
|
y => q{E, dd.MM.y â E, dd.MM.y}, |
5809
|
|
|
|
|
|
|
}, |
5810
|
|
|
|
|
|
|
yMMM => { |
5811
|
|
|
|
|
|
|
M => q{MMMâMMM y}, |
5812
|
|
|
|
|
|
|
y => q{MMM y â MMM y}, |
5813
|
|
|
|
|
|
|
}, |
5814
|
|
|
|
|
|
|
yMMMEd => { |
5815
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM y}, |
5816
|
|
|
|
|
|
|
d => q{E, d. â E, d. MMM y}, |
5817
|
|
|
|
|
|
|
y => q{E, d. MMM y â E, d. MMM y}, |
5818
|
|
|
|
|
|
|
}, |
5819
|
|
|
|
|
|
|
yMMMM => { |
5820
|
|
|
|
|
|
|
M => q{MMMMâMMMM y}, |
5821
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y}, |
5822
|
|
|
|
|
|
|
}, |
5823
|
|
|
|
|
|
|
yMMMd => { |
5824
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM y}, |
5825
|
|
|
|
|
|
|
d => q{d.âd. MMM y}, |
5826
|
|
|
|
|
|
|
y => q{d. MMM y â d. MMM y}, |
5827
|
|
|
|
|
|
|
}, |
5828
|
|
|
|
|
|
|
yMd => { |
5829
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y}, |
5830
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y}, |
5831
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y}, |
5832
|
|
|
|
|
|
|
}, |
5833
|
|
|
|
|
|
|
}, |
5834
|
|
|
|
|
|
|
'generic' => { |
5835
|
|
|
|
|
|
|
M => { |
5836
|
|
|
|
|
|
|
M => q{M.âM.}, |
5837
|
|
|
|
|
|
|
}, |
5838
|
|
|
|
|
|
|
MEd => { |
5839
|
|
|
|
|
|
|
M => q{E, dd.MM. â E, dd.MM.}, |
5840
|
|
|
|
|
|
|
d => q{E, dd.MM. â E, dd.MM.}, |
5841
|
|
|
|
|
|
|
}, |
5842
|
|
|
|
|
|
|
MMM => { |
5843
|
|
|
|
|
|
|
M => q{MMMâMMM}, |
5844
|
|
|
|
|
|
|
}, |
5845
|
|
|
|
|
|
|
MMMEd => { |
5846
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM}, |
5847
|
|
|
|
|
|
|
d => q{E, d. â E, d. MMM}, |
5848
|
|
|
|
|
|
|
}, |
5849
|
|
|
|
|
|
|
MMMd => { |
5850
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM}, |
5851
|
|
|
|
|
|
|
d => q{d.âd. MMM}, |
5852
|
|
|
|
|
|
|
}, |
5853
|
|
|
|
|
|
|
Md => { |
5854
|
|
|
|
|
|
|
M => q{dd.MM. â dd.MM.}, |
5855
|
|
|
|
|
|
|
d => q{dd.MM. â dd.MM.}, |
5856
|
|
|
|
|
|
|
}, |
5857
|
|
|
|
|
|
|
d => { |
5858
|
|
|
|
|
|
|
d => q{d.âd.}, |
5859
|
|
|
|
|
|
|
}, |
5860
|
|
|
|
|
|
|
fallback => '{0} - {1}', |
5861
|
|
|
|
|
|
|
y => { |
5862
|
|
|
|
|
|
|
y => q{yây G}, |
5863
|
|
|
|
|
|
|
}, |
5864
|
|
|
|
|
|
|
yM => { |
5865
|
|
|
|
|
|
|
M => q{MM.y â MM.y G}, |
5866
|
|
|
|
|
|
|
y => q{MM.y â MM.y G}, |
5867
|
|
|
|
|
|
|
}, |
5868
|
|
|
|
|
|
|
yMEd => { |
5869
|
|
|
|
|
|
|
M => q{E, dd.MM.y â E, dd.MM.y G}, |
5870
|
|
|
|
|
|
|
d => q{E, dd.MM.y â E, dd.MM.y G}, |
5871
|
|
|
|
|
|
|
y => q{E, dd.MM.y â E, dd.MM.y G}, |
5872
|
|
|
|
|
|
|
}, |
5873
|
|
|
|
|
|
|
yMMM => { |
5874
|
|
|
|
|
|
|
M => q{MMMâMMM y G}, |
5875
|
|
|
|
|
|
|
y => q{MMM y â MMM y G}, |
5876
|
|
|
|
|
|
|
}, |
5877
|
|
|
|
|
|
|
yMMMEd => { |
5878
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM y G}, |
5879
|
|
|
|
|
|
|
d => q{E, d. â E, d. MMM y G}, |
5880
|
|
|
|
|
|
|
y => q{E, d. MMM y â E, d. MMM y G}, |
5881
|
|
|
|
|
|
|
}, |
5882
|
|
|
|
|
|
|
yMMMM => { |
5883
|
|
|
|
|
|
|
M => q{MMMMâMMMM y G}, |
5884
|
|
|
|
|
|
|
y => q{MMMM y â MMMM y G}, |
5885
|
|
|
|
|
|
|
}, |
5886
|
|
|
|
|
|
|
yMMMd => { |
5887
|
|
|
|
|
|
|
M => q{d. MMM â d. MMM y G}, |
5888
|
|
|
|
|
|
|
d => q{d.âd. MMM y G}, |
5889
|
|
|
|
|
|
|
y => q{d. MMM y â d. MMM y G}, |
5890
|
|
|
|
|
|
|
}, |
5891
|
|
|
|
|
|
|
yMd => { |
5892
|
|
|
|
|
|
|
M => q{dd.MM.y â dd.MM.y G}, |
5893
|
|
|
|
|
|
|
d => q{dd.MM.y â dd.MM.y G}, |
5894
|
|
|
|
|
|
|
y => q{dd.MM.y â dd.MM.y G}, |
5895
|
|
|
|
|
|
|
}, |
5896
|
|
|
|
|
|
|
}, |
5897
|
|
|
|
|
|
|
} }, |
5898
|
|
|
|
|
|
|
); |
5899
|
|
|
|
|
|
|
|
5900
|
|
|
|
|
|
|
has 'cyclic_name_sets' => ( |
5901
|
|
|
|
|
|
|
is => 'ro', |
5902
|
|
|
|
|
|
|
isa => HashRef, |
5903
|
|
|
|
|
|
|
init_arg => undef, |
5904
|
|
|
|
|
|
|
default => sub { { |
5905
|
|
|
|
|
|
|
'chinese' => { |
5906
|
|
|
|
|
|
|
'zodiacs' => { |
5907
|
|
|
|
|
|
|
'format' => { |
5908
|
|
|
|
|
|
|
'abbreviated' => { |
5909
|
|
|
|
|
|
|
0 => q(Rat), |
5910
|
|
|
|
|
|
|
1 => q(Ochs), |
5911
|
|
|
|
|
|
|
2 => q(Tiger), |
5912
|
|
|
|
|
|
|
3 => q(Kannéngchen), |
5913
|
|
|
|
|
|
|
4 => q(Draach), |
5914
|
|
|
|
|
|
|
5 => q(Schlaang), |
5915
|
|
|
|
|
|
|
6 => q(Päerd), |
5916
|
|
|
|
|
|
|
7 => q(Geess), |
5917
|
|
|
|
|
|
|
8 => q(Af), |
5918
|
|
|
|
|
|
|
9 => q(Hong), |
5919
|
|
|
|
|
|
|
10 => q(Hond), |
5920
|
|
|
|
|
|
|
11 => q(Schwäin), |
5921
|
|
|
|
|
|
|
}, |
5922
|
|
|
|
|
|
|
}, |
5923
|
|
|
|
|
|
|
}, |
5924
|
|
|
|
|
|
|
}, |
5925
|
|
|
|
|
|
|
'dangi' => { |
5926
|
|
|
|
|
|
|
'zodiacs' => { |
5927
|
|
|
|
|
|
|
'format' => { |
5928
|
|
|
|
|
|
|
'abbreviated' => { |
5929
|
|
|
|
|
|
|
0 => q(Rat), |
5930
|
|
|
|
|
|
|
1 => q(Ochs), |
5931
|
|
|
|
|
|
|
2 => q(Tiger), |
5932
|
|
|
|
|
|
|
3 => q(Kannéngchen), |
5933
|
|
|
|
|
|
|
4 => q(Draach), |
5934
|
|
|
|
|
|
|
5 => q(Schlaang), |
5935
|
|
|
|
|
|
|
6 => q(Päerd), |
5936
|
|
|
|
|
|
|
7 => q(Geess), |
5937
|
|
|
|
|
|
|
8 => q(Af), |
5938
|
|
|
|
|
|
|
9 => q(Hong), |
5939
|
|
|
|
|
|
|
10 => q(Hond), |
5940
|
|
|
|
|
|
|
11 => q(Schwäin), |
5941
|
|
|
|
|
|
|
}, |
5942
|
|
|
|
|
|
|
}, |
5943
|
|
|
|
|
|
|
}, |
5944
|
|
|
|
|
|
|
}, |
5945
|
|
|
|
|
|
|
} }, |
5946
|
|
|
|
|
|
|
); |
5947
|
|
|
|
|
|
|
|
5948
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
5949
|
|
|
|
|
|
|
is => 'ro', |
5950
|
|
|
|
|
|
|
isa => HashRef, |
5951
|
|
|
|
|
|
|
init_arg => undef, |
5952
|
|
|
|
|
|
|
default => sub { { |
5953
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
5954
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
5955
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
5956
|
|
|
|
|
|
|
regionFormat => q({0} Zäit), |
5957
|
|
|
|
|
|
|
regionFormat => q({0} Summerzäit), |
5958
|
|
|
|
|
|
|
regionFormat => q({0} Normalzäit), |
5959
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
5960
|
|
|
|
|
|
|
'Acre' => { |
5961
|
|
|
|
|
|
|
long => { |
5962
|
|
|
|
|
|
|
'daylight' => q(Acre-Summerzäit), |
5963
|
|
|
|
|
|
|
'generic' => q(Acre-Zäit), |
5964
|
|
|
|
|
|
|
'standard' => q(Acre-Normalzäit), |
5965
|
|
|
|
|
|
|
}, |
5966
|
|
|
|
|
|
|
}, |
5967
|
|
|
|
|
|
|
'Afghanistan' => { |
5968
|
|
|
|
|
|
|
long => { |
5969
|
|
|
|
|
|
|
'standard' => q(Afghanistan-Zäit), |
5970
|
|
|
|
|
|
|
}, |
5971
|
|
|
|
|
|
|
}, |
5972
|
|
|
|
|
|
|
'Africa/Accra' => { |
5973
|
|
|
|
|
|
|
exemplarCity => q#Accra#, |
5974
|
|
|
|
|
|
|
}, |
5975
|
|
|
|
|
|
|
'Africa/Addis_Ababa' => { |
5976
|
|
|
|
|
|
|
exemplarCity => q#Addis Abeba#, |
5977
|
|
|
|
|
|
|
}, |
5978
|
|
|
|
|
|
|
'Africa/Algiers' => { |
5979
|
|
|
|
|
|
|
exemplarCity => q#Alger#, |
5980
|
|
|
|
|
|
|
}, |
5981
|
|
|
|
|
|
|
'Africa/Asmera' => { |
5982
|
|
|
|
|
|
|
exemplarCity => q#Asmara#, |
5983
|
|
|
|
|
|
|
}, |
5984
|
|
|
|
|
|
|
'Africa/Cairo' => { |
5985
|
|
|
|
|
|
|
exemplarCity => q#Kairo#, |
5986
|
|
|
|
|
|
|
}, |
5987
|
|
|
|
|
|
|
'Africa/Dar_es_Salaam' => { |
5988
|
|
|
|
|
|
|
exemplarCity => q#Dar es Salaam#, |
5989
|
|
|
|
|
|
|
}, |
5990
|
|
|
|
|
|
|
'Africa/Djibouti' => { |
5991
|
|
|
|
|
|
|
exemplarCity => q#Dschibuti#, |
5992
|
|
|
|
|
|
|
}, |
5993
|
|
|
|
|
|
|
'Africa/El_Aaiun' => { |
5994
|
|
|
|
|
|
|
exemplarCity => q#El Aaiún#, |
5995
|
|
|
|
|
|
|
}, |
5996
|
|
|
|
|
|
|
'Africa/Khartoum' => { |
5997
|
|
|
|
|
|
|
exemplarCity => q#Khartum#, |
5998
|
|
|
|
|
|
|
}, |
5999
|
|
|
|
|
|
|
'Africa/Mogadishu' => { |
6000
|
|
|
|
|
|
|
exemplarCity => q#Mogadischu#, |
6001
|
|
|
|
|
|
|
}, |
6002
|
|
|
|
|
|
|
'Africa/Ouagadougou' => { |
6003
|
|
|
|
|
|
|
exemplarCity => q#Wagadugu#, |
6004
|
|
|
|
|
|
|
}, |
6005
|
|
|
|
|
|
|
'Africa/Sao_Tome' => { |
6006
|
|
|
|
|
|
|
exemplarCity => q#São Tomé#, |
6007
|
|
|
|
|
|
|
}, |
6008
|
|
|
|
|
|
|
'Africa/Tripoli' => { |
6009
|
|
|
|
|
|
|
exemplarCity => q#Tripoli#, |
6010
|
|
|
|
|
|
|
}, |
6011
|
|
|
|
|
|
|
'Africa_Central' => { |
6012
|
|
|
|
|
|
|
long => { |
6013
|
|
|
|
|
|
|
'standard' => q(Zentralafrikanesch Zäit), |
6014
|
|
|
|
|
|
|
}, |
6015
|
|
|
|
|
|
|
}, |
6016
|
|
|
|
|
|
|
'Africa_Eastern' => { |
6017
|
|
|
|
|
|
|
long => { |
6018
|
|
|
|
|
|
|
'standard' => q(Ostafrikanesch Zäit), |
6019
|
|
|
|
|
|
|
}, |
6020
|
|
|
|
|
|
|
}, |
6021
|
|
|
|
|
|
|
'Africa_Southern' => { |
6022
|
|
|
|
|
|
|
long => { |
6023
|
|
|
|
|
|
|
'standard' => q(Südafrikanesch Zäit), |
6024
|
|
|
|
|
|
|
}, |
6025
|
|
|
|
|
|
|
}, |
6026
|
|
|
|
|
|
|
'Africa_Western' => { |
6027
|
|
|
|
|
|
|
long => { |
6028
|
|
|
|
|
|
|
'daylight' => q(Westafrikanesch Summerzäit), |
6029
|
|
|
|
|
|
|
'generic' => q(Westafrikanesch Zäit), |
6030
|
|
|
|
|
|
|
'standard' => q(Westafrikanesch Normalzäit), |
6031
|
|
|
|
|
|
|
}, |
6032
|
|
|
|
|
|
|
}, |
6033
|
|
|
|
|
|
|
'Alaska' => { |
6034
|
|
|
|
|
|
|
long => { |
6035
|
|
|
|
|
|
|
'daylight' => q(Alaska-Summerzäit), |
6036
|
|
|
|
|
|
|
'generic' => q(Alaska-Zäit), |
6037
|
|
|
|
|
|
|
'standard' => q(Alaska-Normalzäit), |
6038
|
|
|
|
|
|
|
}, |
6039
|
|
|
|
|
|
|
}, |
6040
|
|
|
|
|
|
|
'Almaty' => { |
6041
|
|
|
|
|
|
|
long => { |
6042
|
|
|
|
|
|
|
'daylight' => q(Almaty-Summerzäit), |
6043
|
|
|
|
|
|
|
'generic' => q(Almaty-Zäit), |
6044
|
|
|
|
|
|
|
'standard' => q(Almaty-Normalzäit), |
6045
|
|
|
|
|
|
|
}, |
6046
|
|
|
|
|
|
|
}, |
6047
|
|
|
|
|
|
|
'Amazon' => { |
6048
|
|
|
|
|
|
|
long => { |
6049
|
|
|
|
|
|
|
'daylight' => q(Amazonas-Summerzäit), |
6050
|
|
|
|
|
|
|
'generic' => q(Amazonas-Zäit), |
6051
|
|
|
|
|
|
|
'standard' => q(Amazonas-Normalzäit), |
6052
|
|
|
|
|
|
|
}, |
6053
|
|
|
|
|
|
|
}, |
6054
|
|
|
|
|
|
|
'America/Asuncion' => { |
6055
|
|
|
|
|
|
|
exemplarCity => q#Asunción#, |
6056
|
|
|
|
|
|
|
}, |
6057
|
|
|
|
|
|
|
'America/Cayman' => { |
6058
|
|
|
|
|
|
|
exemplarCity => q#Kaimaninselen#, |
6059
|
|
|
|
|
|
|
}, |
6060
|
|
|
|
|
|
|
'America/Coral_Harbour' => { |
6061
|
|
|
|
|
|
|
exemplarCity => q#Atikokan#, |
6062
|
|
|
|
|
|
|
}, |
6063
|
|
|
|
|
|
|
'America/Curacao' => { |
6064
|
|
|
|
|
|
|
exemplarCity => q#Curaçao#, |
6065
|
|
|
|
|
|
|
}, |
6066
|
|
|
|
|
|
|
'America/El_Salvador' => { |
6067
|
|
|
|
|
|
|
exemplarCity => q#Salvador#, |
6068
|
|
|
|
|
|
|
}, |
6069
|
|
|
|
|
|
|
'America/Havana' => { |
6070
|
|
|
|
|
|
|
exemplarCity => q#Havanna#, |
6071
|
|
|
|
|
|
|
}, |
6072
|
|
|
|
|
|
|
'America/Indiana/Knox' => { |
6073
|
|
|
|
|
|
|
exemplarCity => q#Knox, Indiana#, |
6074
|
|
|
|
|
|
|
}, |
6075
|
|
|
|
|
|
|
'America/Indiana/Marengo' => { |
6076
|
|
|
|
|
|
|
exemplarCity => q#Marengo, Indiana#, |
6077
|
|
|
|
|
|
|
}, |
6078
|
|
|
|
|
|
|
'America/Indiana/Petersburg' => { |
6079
|
|
|
|
|
|
|
exemplarCity => q#Petersburg, Indiana#, |
6080
|
|
|
|
|
|
|
}, |
6081
|
|
|
|
|
|
|
'America/Indiana/Tell_City' => { |
6082
|
|
|
|
|
|
|
exemplarCity => q#Tell City, Indiana#, |
6083
|
|
|
|
|
|
|
}, |
6084
|
|
|
|
|
|
|
'America/Indiana/Vevay' => { |
6085
|
|
|
|
|
|
|
exemplarCity => q#Vevay, Indiana#, |
6086
|
|
|
|
|
|
|
}, |
6087
|
|
|
|
|
|
|
'America/Indiana/Vincennes' => { |
6088
|
|
|
|
|
|
|
exemplarCity => q#Vincennes, Indiana#, |
6089
|
|
|
|
|
|
|
}, |
6090
|
|
|
|
|
|
|
'America/Indiana/Winamac' => { |
6091
|
|
|
|
|
|
|
exemplarCity => q#Winamac, Indiana#, |
6092
|
|
|
|
|
|
|
}, |
6093
|
|
|
|
|
|
|
'America/Jamaica' => { |
6094
|
|
|
|
|
|
|
exemplarCity => q#Jamaika#, |
6095
|
|
|
|
|
|
|
}, |
6096
|
|
|
|
|
|
|
'America/Kentucky/Monticello' => { |
6097
|
|
|
|
|
|
|
exemplarCity => q#Monticello, Kentucky#, |
6098
|
|
|
|
|
|
|
}, |
6099
|
|
|
|
|
|
|
'America/Lower_Princes' => { |
6100
|
|
|
|
|
|
|
exemplarCity => q#Lower Princeâs Quarter#, |
6101
|
|
|
|
|
|
|
}, |
6102
|
|
|
|
|
|
|
'America/Mexico_City' => { |
6103
|
|
|
|
|
|
|
exemplarCity => q#Mexiko-Stad#, |
6104
|
|
|
|
|
|
|
}, |
6105
|
|
|
|
|
|
|
'America/North_Dakota/Beulah' => { |
6106
|
|
|
|
|
|
|
exemplarCity => q#Beulah, North Dakota#, |
6107
|
|
|
|
|
|
|
}, |
6108
|
|
|
|
|
|
|
'America/North_Dakota/Center' => { |
6109
|
|
|
|
|
|
|
exemplarCity => q#Center, North Dakota#, |
6110
|
|
|
|
|
|
|
}, |
6111
|
|
|
|
|
|
|
'America/North_Dakota/New_Salem' => { |
6112
|
|
|
|
|
|
|
exemplarCity => q#New Salem, North Dakota#, |
6113
|
|
|
|
|
|
|
}, |
6114
|
|
|
|
|
|
|
'America/Port_of_Spain' => { |
6115
|
|
|
|
|
|
|
exemplarCity => q#Port-of-Spain#, |
6116
|
|
|
|
|
|
|
}, |
6117
|
|
|
|
|
|
|
'America/St_Barthelemy' => { |
6118
|
|
|
|
|
|
|
exemplarCity => q#Saint-Barthélemy#, |
6119
|
|
|
|
|
|
|
}, |
6120
|
|
|
|
|
|
|
'America/St_Johns' => { |
6121
|
|
|
|
|
|
|
exemplarCity => q#St. Johnâs#, |
6122
|
|
|
|
|
|
|
}, |
6123
|
|
|
|
|
|
|
'America/St_Kitts' => { |
6124
|
|
|
|
|
|
|
exemplarCity => q#St. Kitts#, |
6125
|
|
|
|
|
|
|
}, |
6126
|
|
|
|
|
|
|
'America/St_Lucia' => { |
6127
|
|
|
|
|
|
|
exemplarCity => q#St. Lucia#, |
6128
|
|
|
|
|
|
|
}, |
6129
|
|
|
|
|
|
|
'America/St_Thomas' => { |
6130
|
|
|
|
|
|
|
exemplarCity => q#St. Thomas#, |
6131
|
|
|
|
|
|
|
}, |
6132
|
|
|
|
|
|
|
'America/St_Vincent' => { |
6133
|
|
|
|
|
|
|
exemplarCity => q#St. Vincent#, |
6134
|
|
|
|
|
|
|
}, |
6135
|
|
|
|
|
|
|
'America_Central' => { |
6136
|
|
|
|
|
|
|
long => { |
6137
|
|
|
|
|
|
|
'daylight' => q(Nordamerikanesch Inland-Summerzäit), |
6138
|
|
|
|
|
|
|
'generic' => q(Nordamerikanesch Inlandzäit), |
6139
|
|
|
|
|
|
|
'standard' => q(Nordamerikanesch Inland-Normalzäit), |
6140
|
|
|
|
|
|
|
}, |
6141
|
|
|
|
|
|
|
}, |
6142
|
|
|
|
|
|
|
'America_Eastern' => { |
6143
|
|
|
|
|
|
|
long => { |
6144
|
|
|
|
|
|
|
'daylight' => q(Nordamerikanesch Ostküsten-Summerzäit), |
6145
|
|
|
|
|
|
|
'generic' => q(Nordamerikanesch Ostküstenzäit), |
6146
|
|
|
|
|
|
|
'standard' => q(Nordamerikanesch Ostküsten-Normalzäit), |
6147
|
|
|
|
|
|
|
}, |
6148
|
|
|
|
|
|
|
}, |
6149
|
|
|
|
|
|
|
'America_Mountain' => { |
6150
|
|
|
|
|
|
|
long => { |
6151
|
|
|
|
|
|
|
'daylight' => q(Rocky-Mountain-Summerzäit), |
6152
|
|
|
|
|
|
|
'generic' => q(Rocky-Mountain-Zäit), |
6153
|
|
|
|
|
|
|
'standard' => q(Rocky-Mountain-Normalzäit), |
6154
|
|
|
|
|
|
|
}, |
6155
|
|
|
|
|
|
|
}, |
6156
|
|
|
|
|
|
|
'America_Pacific' => { |
6157
|
|
|
|
|
|
|
long => { |
6158
|
|
|
|
|
|
|
'daylight' => q(Nordamerikanesch Westküsten-Summerzäit), |
6159
|
|
|
|
|
|
|
'generic' => q(Nordamerikanesch Westküstenzäit), |
6160
|
|
|
|
|
|
|
'standard' => q(Nordamerikanesch Westküsten-Normalzäit), |
6161
|
|
|
|
|
|
|
}, |
6162
|
|
|
|
|
|
|
}, |
6163
|
|
|
|
|
|
|
'Anadyr' => { |
6164
|
|
|
|
|
|
|
long => { |
6165
|
|
|
|
|
|
|
'daylight' => q(Anadyr-Summerzäit), |
6166
|
|
|
|
|
|
|
'generic' => q(Anadyr-Zäit), |
6167
|
|
|
|
|
|
|
'standard' => q(Anadyr-Normalzäit), |
6168
|
|
|
|
|
|
|
}, |
6169
|
|
|
|
|
|
|
}, |
6170
|
|
|
|
|
|
|
'Antarctica/DumontDUrville' => { |
6171
|
|
|
|
|
|
|
exemplarCity => q#Dumont dâUrville#, |
6172
|
|
|
|
|
|
|
}, |
6173
|
|
|
|
|
|
|
'Antarctica/Vostok' => { |
6174
|
|
|
|
|
|
|
exemplarCity => q#Wostok#, |
6175
|
|
|
|
|
|
|
}, |
6176
|
|
|
|
|
|
|
'Arabian' => { |
6177
|
|
|
|
|
|
|
long => { |
6178
|
|
|
|
|
|
|
'daylight' => q(Arabesch Summerzäit), |
6179
|
|
|
|
|
|
|
'generic' => q(Arabesch Zäit), |
6180
|
|
|
|
|
|
|
'standard' => q(Arabesch Normalzäit), |
6181
|
|
|
|
|
|
|
}, |
6182
|
|
|
|
|
|
|
}, |
6183
|
|
|
|
|
|
|
'Argentina' => { |
6184
|
|
|
|
|
|
|
long => { |
6185
|
|
|
|
|
|
|
'daylight' => q(Argentinesch Summerzäit), |
6186
|
|
|
|
|
|
|
'generic' => q(Argentinesch Zäit), |
6187
|
|
|
|
|
|
|
'standard' => q(Argentinesch Normalzäit), |
6188
|
|
|
|
|
|
|
}, |
6189
|
|
|
|
|
|
|
}, |
6190
|
|
|
|
|
|
|
'Argentina_Western' => { |
6191
|
|
|
|
|
|
|
long => { |
6192
|
|
|
|
|
|
|
'daylight' => q(Westargentinesch Summerzäit), |
6193
|
|
|
|
|
|
|
'generic' => q(Westargentinesch Zäit), |
6194
|
|
|
|
|
|
|
'standard' => q(Westargentinesch Normalzäit), |
6195
|
|
|
|
|
|
|
}, |
6196
|
|
|
|
|
|
|
}, |
6197
|
|
|
|
|
|
|
'Armenia' => { |
6198
|
|
|
|
|
|
|
long => { |
6199
|
|
|
|
|
|
|
'daylight' => q(Armenesch Summerzäit), |
6200
|
|
|
|
|
|
|
'generic' => q(Armenesch Zäit), |
6201
|
|
|
|
|
|
|
'standard' => q(Armenesch Normalzäit), |
6202
|
|
|
|
|
|
|
}, |
6203
|
|
|
|
|
|
|
}, |
6204
|
|
|
|
|
|
|
'Asia/Aqtobe' => { |
6205
|
|
|
|
|
|
|
exemplarCity => q#Aqtöbe#, |
6206
|
|
|
|
|
|
|
}, |
6207
|
|
|
|
|
|
|
'Asia/Baghdad' => { |
6208
|
|
|
|
|
|
|
exemplarCity => q#Bagdad#, |
6209
|
|
|
|
|
|
|
}, |
6210
|
|
|
|
|
|
|
'Asia/Bishkek' => { |
6211
|
|
|
|
|
|
|
exemplarCity => q#Bischkek#, |
6212
|
|
|
|
|
|
|
}, |
6213
|
|
|
|
|
|
|
'Asia/Calcutta' => { |
6214
|
|
|
|
|
|
|
exemplarCity => q#Kalkutta#, |
6215
|
|
|
|
|
|
|
}, |
6216
|
|
|
|
|
|
|
'Asia/Damascus' => { |
6217
|
|
|
|
|
|
|
exemplarCity => q#Damaskus#, |
6218
|
|
|
|
|
|
|
}, |
6219
|
|
|
|
|
|
|
'Asia/Dushanbe' => { |
6220
|
|
|
|
|
|
|
exemplarCity => q#Duschanbe#, |
6221
|
|
|
|
|
|
|
}, |
6222
|
|
|
|
|
|
|
'Asia/Hong_Kong' => { |
6223
|
|
|
|
|
|
|
exemplarCity => q#Hong Kong#, |
6224
|
|
|
|
|
|
|
}, |
6225
|
|
|
|
|
|
|
'Asia/Jayapura' => { |
6226
|
|
|
|
|
|
|
exemplarCity => q#Port Numbay#, |
6227
|
|
|
|
|
|
|
}, |
6228
|
|
|
|
|
|
|
'Asia/Kamchatka' => { |
6229
|
|
|
|
|
|
|
exemplarCity => q#Kamtschatka#, |
6230
|
|
|
|
|
|
|
}, |
6231
|
|
|
|
|
|
|
'Asia/Katmandu' => { |
6232
|
|
|
|
|
|
|
exemplarCity => q#Kathmandu#, |
6233
|
|
|
|
|
|
|
}, |
6234
|
|
|
|
|
|
|
'Asia/Krasnoyarsk' => { |
6235
|
|
|
|
|
|
|
exemplarCity => q#Krasnojarsk#, |
6236
|
|
|
|
|
|
|
}, |
6237
|
|
|
|
|
|
|
'Asia/Macau' => { |
6238
|
|
|
|
|
|
|
exemplarCity => q#Macau#, |
6239
|
|
|
|
|
|
|
}, |
6240
|
|
|
|
|
|
|
'Asia/Muscat' => { |
6241
|
|
|
|
|
|
|
exemplarCity => q#Muskat#, |
6242
|
|
|
|
|
|
|
}, |
6243
|
|
|
|
|
|
|
'Asia/Nicosia' => { |
6244
|
|
|
|
|
|
|
exemplarCity => q#Nikosia#, |
6245
|
|
|
|
|
|
|
}, |
6246
|
|
|
|
|
|
|
'Asia/Novosibirsk' => { |
6247
|
|
|
|
|
|
|
exemplarCity => q#Nowosibirsk#, |
6248
|
|
|
|
|
|
|
}, |
6249
|
|
|
|
|
|
|
'Asia/Pyongyang' => { |
6250
|
|
|
|
|
|
|
exemplarCity => q#Pjöngjang#, |
6251
|
|
|
|
|
|
|
}, |
6252
|
|
|
|
|
|
|
'Asia/Qatar' => { |
6253
|
|
|
|
|
|
|
exemplarCity => q#Katar#, |
6254
|
|
|
|
|
|
|
}, |
6255
|
|
|
|
|
|
|
'Asia/Riyadh' => { |
6256
|
|
|
|
|
|
|
exemplarCity => q#Riad#, |
6257
|
|
|
|
|
|
|
}, |
6258
|
|
|
|
|
|
|
'Asia/Saigon' => { |
6259
|
|
|
|
|
|
|
exemplarCity => q#Ho-Chi-Minh-Stad#, |
6260
|
|
|
|
|
|
|
}, |
6261
|
|
|
|
|
|
|
'Asia/Sakhalin' => { |
6262
|
|
|
|
|
|
|
exemplarCity => q#Sachalin#, |
6263
|
|
|
|
|
|
|
}, |
6264
|
|
|
|
|
|
|
'Asia/Singapore' => { |
6265
|
|
|
|
|
|
|
exemplarCity => q#Singapur#, |
6266
|
|
|
|
|
|
|
}, |
6267
|
|
|
|
|
|
|
'Asia/Taipei' => { |
6268
|
|
|
|
|
|
|
exemplarCity => q#Taipeh#, |
6269
|
|
|
|
|
|
|
}, |
6270
|
|
|
|
|
|
|
'Asia/Tashkent' => { |
6271
|
|
|
|
|
|
|
exemplarCity => q#Taschkent#, |
6272
|
|
|
|
|
|
|
}, |
6273
|
|
|
|
|
|
|
'Asia/Tbilisi' => { |
6274
|
|
|
|
|
|
|
exemplarCity => q#Tiflis#, |
6275
|
|
|
|
|
|
|
}, |
6276
|
|
|
|
|
|
|
'Asia/Tehran' => { |
6277
|
|
|
|
|
|
|
exemplarCity => q#Teheran#, |
6278
|
|
|
|
|
|
|
}, |
6279
|
|
|
|
|
|
|
'Asia/Tokyo' => { |
6280
|
|
|
|
|
|
|
exemplarCity => q#Tokio#, |
6281
|
|
|
|
|
|
|
}, |
6282
|
|
|
|
|
|
|
'Asia/Vladivostok' => { |
6283
|
|
|
|
|
|
|
exemplarCity => q#Wladiwostok#, |
6284
|
|
|
|
|
|
|
}, |
6285
|
|
|
|
|
|
|
'Asia/Yakutsk' => { |
6286
|
|
|
|
|
|
|
exemplarCity => q#Jakutsk#, |
6287
|
|
|
|
|
|
|
}, |
6288
|
|
|
|
|
|
|
'Asia/Yekaterinburg' => { |
6289
|
|
|
|
|
|
|
exemplarCity => q#Jekaterinbuerg#, |
6290
|
|
|
|
|
|
|
}, |
6291
|
|
|
|
|
|
|
'Asia/Yerevan' => { |
6292
|
|
|
|
|
|
|
exemplarCity => q#Erivan#, |
6293
|
|
|
|
|
|
|
}, |
6294
|
|
|
|
|
|
|
'Atlantic' => { |
6295
|
|
|
|
|
|
|
long => { |
6296
|
|
|
|
|
|
|
'daylight' => q(Atlantik-Summerzäit), |
6297
|
|
|
|
|
|
|
'generic' => q(Atlantik-Zäit), |
6298
|
|
|
|
|
|
|
'standard' => q(Atlantik-Normalzäit), |
6299
|
|
|
|
|
|
|
}, |
6300
|
|
|
|
|
|
|
}, |
6301
|
|
|
|
|
|
|
'Atlantic/Azores' => { |
6302
|
|
|
|
|
|
|
exemplarCity => q#Azoren#, |
6303
|
|
|
|
|
|
|
}, |
6304
|
|
|
|
|
|
|
'Atlantic/Bermuda' => { |
6305
|
|
|
|
|
|
|
exemplarCity => q#Bermudas#, |
6306
|
|
|
|
|
|
|
}, |
6307
|
|
|
|
|
|
|
'Atlantic/Canary' => { |
6308
|
|
|
|
|
|
|
exemplarCity => q#Kanaresch Inselen#, |
6309
|
|
|
|
|
|
|
}, |
6310
|
|
|
|
|
|
|
'Atlantic/Cape_Verde' => { |
6311
|
|
|
|
|
|
|
exemplarCity => q#Kap Verde#, |
6312
|
|
|
|
|
|
|
}, |
6313
|
|
|
|
|
|
|
'Atlantic/Faeroe' => { |
6314
|
|
|
|
|
|
|
exemplarCity => q#Färöer#, |
6315
|
|
|
|
|
|
|
}, |
6316
|
|
|
|
|
|
|
'Atlantic/South_Georgia' => { |
6317
|
|
|
|
|
|
|
exemplarCity => q#Südgeorgien#, |
6318
|
|
|
|
|
|
|
}, |
6319
|
|
|
|
|
|
|
'Atlantic/St_Helena' => { |
6320
|
|
|
|
|
|
|
exemplarCity => q#St. Helena#, |
6321
|
|
|
|
|
|
|
}, |
6322
|
|
|
|
|
|
|
'Australia_Central' => { |
6323
|
|
|
|
|
|
|
long => { |
6324
|
|
|
|
|
|
|
'daylight' => q(Zentralaustralesch Summerzäit), |
6325
|
|
|
|
|
|
|
'generic' => q(Zentralaustralesch Zäit), |
6326
|
|
|
|
|
|
|
'standard' => q(Zentralaustralesch Normalzäit), |
6327
|
|
|
|
|
|
|
}, |
6328
|
|
|
|
|
|
|
}, |
6329
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
6330
|
|
|
|
|
|
|
long => { |
6331
|
|
|
|
|
|
|
'daylight' => q(Zentral-/Westaustralesch Summerzäit), |
6332
|
|
|
|
|
|
|
'generic' => q(Zentral-/Westaustralesch Zäit), |
6333
|
|
|
|
|
|
|
'standard' => q(Zentral-/Westaustralesch Normalzäit), |
6334
|
|
|
|
|
|
|
}, |
6335
|
|
|
|
|
|
|
}, |
6336
|
|
|
|
|
|
|
'Australia_Eastern' => { |
6337
|
|
|
|
|
|
|
long => { |
6338
|
|
|
|
|
|
|
'daylight' => q(Ostaustralesch Summerzäit), |
6339
|
|
|
|
|
|
|
'generic' => q(Ostaustralesch Zäit), |
6340
|
|
|
|
|
|
|
'standard' => q(Ostaustralesch Normalzäit), |
6341
|
|
|
|
|
|
|
}, |
6342
|
|
|
|
|
|
|
}, |
6343
|
|
|
|
|
|
|
'Australia_Western' => { |
6344
|
|
|
|
|
|
|
long => { |
6345
|
|
|
|
|
|
|
'daylight' => q(Westaustralesch Summerzäit), |
6346
|
|
|
|
|
|
|
'generic' => q(Westaustralesch Zäit), |
6347
|
|
|
|
|
|
|
'standard' => q(Westaustralesch Normalzäit), |
6348
|
|
|
|
|
|
|
}, |
6349
|
|
|
|
|
|
|
}, |
6350
|
|
|
|
|
|
|
'Azerbaijan' => { |
6351
|
|
|
|
|
|
|
long => { |
6352
|
|
|
|
|
|
|
'daylight' => q(Aserbaidschanesch Summerzäit), |
6353
|
|
|
|
|
|
|
'generic' => q(Aserbaidschanesch Zäit), |
6354
|
|
|
|
|
|
|
'standard' => q(Aserbeidschanesch Normalzäit), |
6355
|
|
|
|
|
|
|
}, |
6356
|
|
|
|
|
|
|
}, |
6357
|
|
|
|
|
|
|
'Azores' => { |
6358
|
|
|
|
|
|
|
long => { |
6359
|
|
|
|
|
|
|
'daylight' => q(Azoren-Summerzäit), |
6360
|
|
|
|
|
|
|
'generic' => q(Azoren-Zäit), |
6361
|
|
|
|
|
|
|
'standard' => q(Azoren-Normalzäit), |
6362
|
|
|
|
|
|
|
}, |
6363
|
|
|
|
|
|
|
}, |
6364
|
|
|
|
|
|
|
'Bangladesh' => { |
6365
|
|
|
|
|
|
|
long => { |
6366
|
|
|
|
|
|
|
'daylight' => q(Bangladesch-Summerzäit), |
6367
|
|
|
|
|
|
|
'generic' => q(Bangladesch-Zäit), |
6368
|
|
|
|
|
|
|
'standard' => q(Bangladesch-Normalzäit), |
6369
|
|
|
|
|
|
|
}, |
6370
|
|
|
|
|
|
|
}, |
6371
|
|
|
|
|
|
|
'Bhutan' => { |
6372
|
|
|
|
|
|
|
long => { |
6373
|
|
|
|
|
|
|
'standard' => q(Bhutan-Zäit), |
6374
|
|
|
|
|
|
|
}, |
6375
|
|
|
|
|
|
|
}, |
6376
|
|
|
|
|
|
|
'Bolivia' => { |
6377
|
|
|
|
|
|
|
long => { |
6378
|
|
|
|
|
|
|
'standard' => q(Bolivianesch Zäit), |
6379
|
|
|
|
|
|
|
}, |
6380
|
|
|
|
|
|
|
}, |
6381
|
|
|
|
|
|
|
'Brasilia' => { |
6382
|
|
|
|
|
|
|
long => { |
6383
|
|
|
|
|
|
|
'daylight' => q(BrasÃlia-Summerzäit), |
6384
|
|
|
|
|
|
|
'generic' => q(BrasÃlia-Zäit), |
6385
|
|
|
|
|
|
|
'standard' => q(BrasÃlia-Normalzäit), |
6386
|
|
|
|
|
|
|
}, |
6387
|
|
|
|
|
|
|
}, |
6388
|
|
|
|
|
|
|
'Brunei' => { |
6389
|
|
|
|
|
|
|
long => { |
6390
|
|
|
|
|
|
|
'standard' => q(Brunei-Zäit), |
6391
|
|
|
|
|
|
|
}, |
6392
|
|
|
|
|
|
|
}, |
6393
|
|
|
|
|
|
|
'Cape_Verde' => { |
6394
|
|
|
|
|
|
|
long => { |
6395
|
|
|
|
|
|
|
'daylight' => q(Kap-Verde-Summerzäit), |
6396
|
|
|
|
|
|
|
'generic' => q(Kap-Verde-Zäit), |
6397
|
|
|
|
|
|
|
'standard' => q(Kap-Verde-Normalzäit), |
6398
|
|
|
|
|
|
|
}, |
6399
|
|
|
|
|
|
|
}, |
6400
|
|
|
|
|
|
|
'Chamorro' => { |
6401
|
|
|
|
|
|
|
long => { |
6402
|
|
|
|
|
|
|
'standard' => q(Chamorro-Zäit), |
6403
|
|
|
|
|
|
|
}, |
6404
|
|
|
|
|
|
|
}, |
6405
|
|
|
|
|
|
|
'Chatham' => { |
6406
|
|
|
|
|
|
|
long => { |
6407
|
|
|
|
|
|
|
'daylight' => q(Chatham-Summerzäit), |
6408
|
|
|
|
|
|
|
'generic' => q(Chatham-Zäit), |
6409
|
|
|
|
|
|
|
'standard' => q(Chatham-Normalzäit), |
6410
|
|
|
|
|
|
|
}, |
6411
|
|
|
|
|
|
|
}, |
6412
|
|
|
|
|
|
|
'Chile' => { |
6413
|
|
|
|
|
|
|
long => { |
6414
|
|
|
|
|
|
|
'daylight' => q(Chilenesch Summerzäit), |
6415
|
|
|
|
|
|
|
'generic' => q(Chilenesch Zäit), |
6416
|
|
|
|
|
|
|
'standard' => q(Chilenesch Normalzäit), |
6417
|
|
|
|
|
|
|
}, |
6418
|
|
|
|
|
|
|
}, |
6419
|
|
|
|
|
|
|
'China' => { |
6420
|
|
|
|
|
|
|
long => { |
6421
|
|
|
|
|
|
|
'daylight' => q(Chinesesch Summerzäit), |
6422
|
|
|
|
|
|
|
'generic' => q(Chinesesch Zäit), |
6423
|
|
|
|
|
|
|
'standard' => q(Chinesesch Normalzäit), |
6424
|
|
|
|
|
|
|
}, |
6425
|
|
|
|
|
|
|
}, |
6426
|
|
|
|
|
|
|
'Choibalsan' => { |
6427
|
|
|
|
|
|
|
long => { |
6428
|
|
|
|
|
|
|
'daylight' => q(Choibalsan-Summerzäit), |
6429
|
|
|
|
|
|
|
'generic' => q(Choibalsan-Zäit), |
6430
|
|
|
|
|
|
|
'standard' => q(Choibalsan-Normalzäit), |
6431
|
|
|
|
|
|
|
}, |
6432
|
|
|
|
|
|
|
}, |
6433
|
|
|
|
|
|
|
'Christmas' => { |
6434
|
|
|
|
|
|
|
long => { |
6435
|
|
|
|
|
|
|
'standard' => q(Chrëschtdagsinsel-Zäit), |
6436
|
|
|
|
|
|
|
}, |
6437
|
|
|
|
|
|
|
}, |
6438
|
|
|
|
|
|
|
'Cocos' => { |
6439
|
|
|
|
|
|
|
long => { |
6440
|
|
|
|
|
|
|
'standard' => q(Kokosinselen-Zäit), |
6441
|
|
|
|
|
|
|
}, |
6442
|
|
|
|
|
|
|
}, |
6443
|
|
|
|
|
|
|
'Colombia' => { |
6444
|
|
|
|
|
|
|
long => { |
6445
|
|
|
|
|
|
|
'daylight' => q(Kolumbianesch Summerzäit), |
6446
|
|
|
|
|
|
|
'generic' => q(Kolumbianesch Zäit), |
6447
|
|
|
|
|
|
|
'standard' => q(Kolumbianesch Normalzäit), |
6448
|
|
|
|
|
|
|
}, |
6449
|
|
|
|
|
|
|
}, |
6450
|
|
|
|
|
|
|
'Cook' => { |
6451
|
|
|
|
|
|
|
long => { |
6452
|
|
|
|
|
|
|
'daylight' => q(Cookinselen-Summerzäit), |
6453
|
|
|
|
|
|
|
'generic' => q(Cookinselen-Zäit), |
6454
|
|
|
|
|
|
|
'standard' => q(Cookinselen-Normalzäit), |
6455
|
|
|
|
|
|
|
}, |
6456
|
|
|
|
|
|
|
}, |
6457
|
|
|
|
|
|
|
'Cuba' => { |
6458
|
|
|
|
|
|
|
long => { |
6459
|
|
|
|
|
|
|
'daylight' => q(Kubanesch Summerzäit), |
6460
|
|
|
|
|
|
|
'generic' => q(Kubanesch Zäit), |
6461
|
|
|
|
|
|
|
'standard' => q(Kubanesch Normalzäit), |
6462
|
|
|
|
|
|
|
}, |
6463
|
|
|
|
|
|
|
}, |
6464
|
|
|
|
|
|
|
'Davis' => { |
6465
|
|
|
|
|
|
|
long => { |
6466
|
|
|
|
|
|
|
'standard' => q(Davis-Zäit), |
6467
|
|
|
|
|
|
|
}, |
6468
|
|
|
|
|
|
|
}, |
6469
|
|
|
|
|
|
|
'DumontDUrville' => { |
6470
|
|
|
|
|
|
|
long => { |
6471
|
|
|
|
|
|
|
'standard' => q(Dumont-dâUrville-Zäit), |
6472
|
|
|
|
|
|
|
}, |
6473
|
|
|
|
|
|
|
}, |
6474
|
|
|
|
|
|
|
'East_Timor' => { |
6475
|
|
|
|
|
|
|
long => { |
6476
|
|
|
|
|
|
|
'standard' => q(Osttimor-Zäit), |
6477
|
|
|
|
|
|
|
}, |
6478
|
|
|
|
|
|
|
}, |
6479
|
|
|
|
|
|
|
'Easter' => { |
6480
|
|
|
|
|
|
|
long => { |
6481
|
|
|
|
|
|
|
'daylight' => q(Ouschterinsel-Summerzäit), |
6482
|
|
|
|
|
|
|
'generic' => q(Ouschterinsel-Zäit), |
6483
|
|
|
|
|
|
|
'standard' => q(Ouschterinsel-Normalzäit), |
6484
|
|
|
|
|
|
|
}, |
6485
|
|
|
|
|
|
|
}, |
6486
|
|
|
|
|
|
|
'Ecuador' => { |
6487
|
|
|
|
|
|
|
long => { |
6488
|
|
|
|
|
|
|
'standard' => q(Ecuadorianesch Zäit), |
6489
|
|
|
|
|
|
|
}, |
6490
|
|
|
|
|
|
|
}, |
6491
|
|
|
|
|
|
|
'Etc/Unknown' => { |
6492
|
|
|
|
|
|
|
exemplarCity => q#Onbekannt#, |
6493
|
|
|
|
|
|
|
}, |
6494
|
|
|
|
|
|
|
'Europe/Athens' => { |
6495
|
|
|
|
|
|
|
exemplarCity => q#Athen#, |
6496
|
|
|
|
|
|
|
}, |
6497
|
|
|
|
|
|
|
'Europe/Belgrade' => { |
6498
|
|
|
|
|
|
|
exemplarCity => q#Belgrad#, |
6499
|
|
|
|
|
|
|
}, |
6500
|
|
|
|
|
|
|
'Europe/Brussels' => { |
6501
|
|
|
|
|
|
|
exemplarCity => q#Bréissel#, |
6502
|
|
|
|
|
|
|
}, |
6503
|
|
|
|
|
|
|
'Europe/Bucharest' => { |
6504
|
|
|
|
|
|
|
exemplarCity => q#Bukarest#, |
6505
|
|
|
|
|
|
|
}, |
6506
|
|
|
|
|
|
|
'Europe/Chisinau' => { |
6507
|
|
|
|
|
|
|
exemplarCity => q#Kischinau#, |
6508
|
|
|
|
|
|
|
}, |
6509
|
|
|
|
|
|
|
'Europe/Copenhagen' => { |
6510
|
|
|
|
|
|
|
exemplarCity => q#Kopenhagen#, |
6511
|
|
|
|
|
|
|
}, |
6512
|
|
|
|
|
|
|
'Europe/Dublin' => { |
6513
|
|
|
|
|
|
|
long => { |
6514
|
|
|
|
|
|
|
'daylight' => q(Iresch Summerzäit), |
6515
|
|
|
|
|
|
|
}, |
6516
|
|
|
|
|
|
|
}, |
6517
|
|
|
|
|
|
|
'Europe/Kiev' => { |
6518
|
|
|
|
|
|
|
exemplarCity => q#Kiew#, |
6519
|
|
|
|
|
|
|
}, |
6520
|
|
|
|
|
|
|
'Europe/Lisbon' => { |
6521
|
|
|
|
|
|
|
exemplarCity => q#Lissabon#, |
6522
|
|
|
|
|
|
|
}, |
6523
|
|
|
|
|
|
|
'Europe/London' => { |
6524
|
|
|
|
|
|
|
long => { |
6525
|
|
|
|
|
|
|
'daylight' => q(Britesch Summerzäit), |
6526
|
|
|
|
|
|
|
}, |
6527
|
|
|
|
|
|
|
}, |
6528
|
|
|
|
|
|
|
'Europe/Luxembourg' => { |
6529
|
|
|
|
|
|
|
exemplarCity => q#Lëtzebuerg#, |
6530
|
|
|
|
|
|
|
}, |
6531
|
|
|
|
|
|
|
'Europe/Moscow' => { |
6532
|
|
|
|
|
|
|
exemplarCity => q#Moskau#, |
6533
|
|
|
|
|
|
|
}, |
6534
|
|
|
|
|
|
|
'Europe/Prague' => { |
6535
|
|
|
|
|
|
|
exemplarCity => q#Prag#, |
6536
|
|
|
|
|
|
|
}, |
6537
|
|
|
|
|
|
|
'Europe/Rome' => { |
6538
|
|
|
|
|
|
|
exemplarCity => q#Roum#, |
6539
|
|
|
|
|
|
|
}, |
6540
|
|
|
|
|
|
|
'Europe/Tirane' => { |
6541
|
|
|
|
|
|
|
exemplarCity => q#Tirana#, |
6542
|
|
|
|
|
|
|
}, |
6543
|
|
|
|
|
|
|
'Europe/Uzhgorod' => { |
6544
|
|
|
|
|
|
|
exemplarCity => q#Uschgorod#, |
6545
|
|
|
|
|
|
|
}, |
6546
|
|
|
|
|
|
|
'Europe/Vatican' => { |
6547
|
|
|
|
|
|
|
exemplarCity => q#Vatikan#, |
6548
|
|
|
|
|
|
|
}, |
6549
|
|
|
|
|
|
|
'Europe/Vienna' => { |
6550
|
|
|
|
|
|
|
exemplarCity => q#Wien#, |
6551
|
|
|
|
|
|
|
}, |
6552
|
|
|
|
|
|
|
'Europe/Vilnius' => { |
6553
|
|
|
|
|
|
|
exemplarCity => q#Wilna#, |
6554
|
|
|
|
|
|
|
}, |
6555
|
|
|
|
|
|
|
'Europe/Volgograd' => { |
6556
|
|
|
|
|
|
|
exemplarCity => q#Wolgograd#, |
6557
|
|
|
|
|
|
|
}, |
6558
|
|
|
|
|
|
|
'Europe/Warsaw' => { |
6559
|
|
|
|
|
|
|
exemplarCity => q#Warschau#, |
6560
|
|
|
|
|
|
|
}, |
6561
|
|
|
|
|
|
|
'Europe/Zaporozhye' => { |
6562
|
|
|
|
|
|
|
exemplarCity => q#Saporischschja#, |
6563
|
|
|
|
|
|
|
}, |
6564
|
|
|
|
|
|
|
'Europe/Zurich' => { |
6565
|
|
|
|
|
|
|
exemplarCity => q#Zürech#, |
6566
|
|
|
|
|
|
|
}, |
6567
|
|
|
|
|
|
|
'Europe_Central' => { |
6568
|
|
|
|
|
|
|
long => { |
6569
|
|
|
|
|
|
|
'daylight' => q(Mëtteleuropäesch Summerzäit), |
6570
|
|
|
|
|
|
|
'generic' => q(Mëtteleuropäesch Zäit), |
6571
|
|
|
|
|
|
|
'standard' => q(Mëtteleuropäesch Normalzäit), |
6572
|
|
|
|
|
|
|
}, |
6573
|
|
|
|
|
|
|
}, |
6574
|
|
|
|
|
|
|
'Europe_Eastern' => { |
6575
|
|
|
|
|
|
|
long => { |
6576
|
|
|
|
|
|
|
'daylight' => q(Osteuropäesch Summerzäit), |
6577
|
|
|
|
|
|
|
'generic' => q(Osteuropäesch Zäit), |
6578
|
|
|
|
|
|
|
'standard' => q(Osteuropäesch Normalzäit), |
6579
|
|
|
|
|
|
|
}, |
6580
|
|
|
|
|
|
|
}, |
6581
|
|
|
|
|
|
|
'Europe_Western' => { |
6582
|
|
|
|
|
|
|
long => { |
6583
|
|
|
|
|
|
|
'daylight' => q(Westeuropäesch Summerzäit), |
6584
|
|
|
|
|
|
|
'generic' => q(Westeuropäesch Zäit), |
6585
|
|
|
|
|
|
|
'standard' => q(Westeuropäesch Normalzäit), |
6586
|
|
|
|
|
|
|
}, |
6587
|
|
|
|
|
|
|
}, |
6588
|
|
|
|
|
|
|
'Falkland' => { |
6589
|
|
|
|
|
|
|
long => { |
6590
|
|
|
|
|
|
|
'daylight' => q(Falklandinselen-Summerzäit), |
6591
|
|
|
|
|
|
|
'generic' => q(Falklandinselen-Zäit), |
6592
|
|
|
|
|
|
|
'standard' => q(Falklandinselen-Normalzäit), |
6593
|
|
|
|
|
|
|
}, |
6594
|
|
|
|
|
|
|
}, |
6595
|
|
|
|
|
|
|
'Fiji' => { |
6596
|
|
|
|
|
|
|
long => { |
6597
|
|
|
|
|
|
|
'daylight' => q(Fidschi-Summerzäit), |
6598
|
|
|
|
|
|
|
'generic' => q(Fidschi-Zäit), |
6599
|
|
|
|
|
|
|
'standard' => q(Fidschi-Normalzäit), |
6600
|
|
|
|
|
|
|
}, |
6601
|
|
|
|
|
|
|
}, |
6602
|
|
|
|
|
|
|
'French_Guiana' => { |
6603
|
|
|
|
|
|
|
long => { |
6604
|
|
|
|
|
|
|
'standard' => q(Franséisch-Guayane-Zäit), |
6605
|
|
|
|
|
|
|
}, |
6606
|
|
|
|
|
|
|
}, |
6607
|
|
|
|
|
|
|
'French_Southern' => { |
6608
|
|
|
|
|
|
|
long => { |
6609
|
|
|
|
|
|
|
'standard' => q(Franséisch Süd- an Antarktisgebidder-Zäit), |
6610
|
|
|
|
|
|
|
}, |
6611
|
|
|
|
|
|
|
}, |
6612
|
|
|
|
|
|
|
'GMT' => { |
6613
|
|
|
|
|
|
|
long => { |
6614
|
|
|
|
|
|
|
'standard' => q(Mëttler Greenwich-Zäit), |
6615
|
|
|
|
|
|
|
}, |
6616
|
|
|
|
|
|
|
}, |
6617
|
|
|
|
|
|
|
'Galapagos' => { |
6618
|
|
|
|
|
|
|
long => { |
6619
|
|
|
|
|
|
|
'standard' => q(Galapagos-Zäit), |
6620
|
|
|
|
|
|
|
}, |
6621
|
|
|
|
|
|
|
}, |
6622
|
|
|
|
|
|
|
'Gambier' => { |
6623
|
|
|
|
|
|
|
long => { |
6624
|
|
|
|
|
|
|
'standard' => q(Gambier-Zäit), |
6625
|
|
|
|
|
|
|
}, |
6626
|
|
|
|
|
|
|
}, |
6627
|
|
|
|
|
|
|
'Georgia' => { |
6628
|
|
|
|
|
|
|
long => { |
6629
|
|
|
|
|
|
|
'daylight' => q(Georgesch Summerzäit), |
6630
|
|
|
|
|
|
|
'generic' => q(Georgesch Zäit), |
6631
|
|
|
|
|
|
|
'standard' => q(Georgesch Normalzäit), |
6632
|
|
|
|
|
|
|
}, |
6633
|
|
|
|
|
|
|
}, |
6634
|
|
|
|
|
|
|
'Gilbert_Islands' => { |
6635
|
|
|
|
|
|
|
long => { |
6636
|
|
|
|
|
|
|
'standard' => q(Gilbert-Inselen-Zäit), |
6637
|
|
|
|
|
|
|
}, |
6638
|
|
|
|
|
|
|
}, |
6639
|
|
|
|
|
|
|
'Greenland_Eastern' => { |
6640
|
|
|
|
|
|
|
long => { |
6641
|
|
|
|
|
|
|
'daylight' => q(Ostgrönland-Summerzäit), |
6642
|
|
|
|
|
|
|
'generic' => q(Ostgrönland-Zäit), |
6643
|
|
|
|
|
|
|
'standard' => q(Ostgrönland-Normalzäit), |
6644
|
|
|
|
|
|
|
}, |
6645
|
|
|
|
|
|
|
}, |
6646
|
|
|
|
|
|
|
'Greenland_Western' => { |
6647
|
|
|
|
|
|
|
long => { |
6648
|
|
|
|
|
|
|
'daylight' => q(Westgrönland-Summerzäit), |
6649
|
|
|
|
|
|
|
'generic' => q(Westgrönland-Zäit), |
6650
|
|
|
|
|
|
|
'standard' => q(Westgrönland-Normalzäit), |
6651
|
|
|
|
|
|
|
}, |
6652
|
|
|
|
|
|
|
}, |
6653
|
|
|
|
|
|
|
'Guam' => { |
6654
|
|
|
|
|
|
|
long => { |
6655
|
|
|
|
|
|
|
'standard' => q(Guam-Zäit), |
6656
|
|
|
|
|
|
|
}, |
6657
|
|
|
|
|
|
|
}, |
6658
|
|
|
|
|
|
|
'Gulf' => { |
6659
|
|
|
|
|
|
|
long => { |
6660
|
|
|
|
|
|
|
'standard' => q(Golf-Zäit), |
6661
|
|
|
|
|
|
|
}, |
6662
|
|
|
|
|
|
|
}, |
6663
|
|
|
|
|
|
|
'Guyana' => { |
6664
|
|
|
|
|
|
|
long => { |
6665
|
|
|
|
|
|
|
'standard' => q(Guyana-Zäit), |
6666
|
|
|
|
|
|
|
}, |
6667
|
|
|
|
|
|
|
}, |
6668
|
|
|
|
|
|
|
'Hawaii_Aleutian' => { |
6669
|
|
|
|
|
|
|
long => { |
6670
|
|
|
|
|
|
|
'daylight' => q(Hawaii-Aleuten-Summerzäit), |
6671
|
|
|
|
|
|
|
'generic' => q(Hawaii-Aleuten-Zäit), |
6672
|
|
|
|
|
|
|
'standard' => q(Hawaii-Aleuten-Normalzäit), |
6673
|
|
|
|
|
|
|
}, |
6674
|
|
|
|
|
|
|
}, |
6675
|
|
|
|
|
|
|
'Hong_Kong' => { |
6676
|
|
|
|
|
|
|
long => { |
6677
|
|
|
|
|
|
|
'daylight' => q(Hong-Kong-Summerzäit), |
6678
|
|
|
|
|
|
|
'generic' => q(Hong-Kong-Zäit), |
6679
|
|
|
|
|
|
|
'standard' => q(Hong-Kong-Normalzäit), |
6680
|
|
|
|
|
|
|
}, |
6681
|
|
|
|
|
|
|
}, |
6682
|
|
|
|
|
|
|
'Hovd' => { |
6683
|
|
|
|
|
|
|
long => { |
6684
|
|
|
|
|
|
|
'daylight' => q(Hovd-Summerzäit), |
6685
|
|
|
|
|
|
|
'generic' => q(Hovd-Zäit), |
6686
|
|
|
|
|
|
|
'standard' => q(Hovd-Normalzäit), |
6687
|
|
|
|
|
|
|
}, |
6688
|
|
|
|
|
|
|
}, |
6689
|
|
|
|
|
|
|
'India' => { |
6690
|
|
|
|
|
|
|
long => { |
6691
|
|
|
|
|
|
|
'standard' => q(Indesch Zäit), |
6692
|
|
|
|
|
|
|
}, |
6693
|
|
|
|
|
|
|
}, |
6694
|
|
|
|
|
|
|
'Indian/Christmas' => { |
6695
|
|
|
|
|
|
|
exemplarCity => q#Chrëschtdagsinsel#, |
6696
|
|
|
|
|
|
|
}, |
6697
|
|
|
|
|
|
|
'Indian/Comoro' => { |
6698
|
|
|
|
|
|
|
exemplarCity => q#Komoren#, |
6699
|
|
|
|
|
|
|
}, |
6700
|
|
|
|
|
|
|
'Indian/Maldives' => { |
6701
|
|
|
|
|
|
|
exemplarCity => q#Maldiven#, |
6702
|
|
|
|
|
|
|
}, |
6703
|
|
|
|
|
|
|
'Indian/Reunion' => { |
6704
|
|
|
|
|
|
|
exemplarCity => q#Réunion#, |
6705
|
|
|
|
|
|
|
}, |
6706
|
|
|
|
|
|
|
'Indian_Ocean' => { |
6707
|
|
|
|
|
|
|
long => { |
6708
|
|
|
|
|
|
|
'standard' => q(Indeschen Ozean-Zäit), |
6709
|
|
|
|
|
|
|
}, |
6710
|
|
|
|
|
|
|
}, |
6711
|
|
|
|
|
|
|
'Indochina' => { |
6712
|
|
|
|
|
|
|
long => { |
6713
|
|
|
|
|
|
|
'standard' => q(Indochina-Zäit), |
6714
|
|
|
|
|
|
|
}, |
6715
|
|
|
|
|
|
|
}, |
6716
|
|
|
|
|
|
|
'Indonesia_Central' => { |
6717
|
|
|
|
|
|
|
long => { |
6718
|
|
|
|
|
|
|
'standard' => q(Zentralindonesesch Zäit), |
6719
|
|
|
|
|
|
|
}, |
6720
|
|
|
|
|
|
|
}, |
6721
|
|
|
|
|
|
|
'Indonesia_Eastern' => { |
6722
|
|
|
|
|
|
|
long => { |
6723
|
|
|
|
|
|
|
'standard' => q(Ostindonesesch Zäit), |
6724
|
|
|
|
|
|
|
}, |
6725
|
|
|
|
|
|
|
}, |
6726
|
|
|
|
|
|
|
'Indonesia_Western' => { |
6727
|
|
|
|
|
|
|
long => { |
6728
|
|
|
|
|
|
|
'standard' => q(Westindonesesch Zäit), |
6729
|
|
|
|
|
|
|
}, |
6730
|
|
|
|
|
|
|
}, |
6731
|
|
|
|
|
|
|
'Iran' => { |
6732
|
|
|
|
|
|
|
long => { |
6733
|
|
|
|
|
|
|
'daylight' => q(Iranesch Summerzäit), |
6734
|
|
|
|
|
|
|
'generic' => q(Iranesch Zäit), |
6735
|
|
|
|
|
|
|
'standard' => q(Iranesch Normalzäit), |
6736
|
|
|
|
|
|
|
}, |
6737
|
|
|
|
|
|
|
}, |
6738
|
|
|
|
|
|
|
'Irkutsk' => { |
6739
|
|
|
|
|
|
|
long => { |
6740
|
|
|
|
|
|
|
'daylight' => q(Irkutsk-Summerzäit), |
6741
|
|
|
|
|
|
|
'generic' => q(Irkutsk-Zäit), |
6742
|
|
|
|
|
|
|
'standard' => q(Irkutsk-Normalzäit), |
6743
|
|
|
|
|
|
|
}, |
6744
|
|
|
|
|
|
|
}, |
6745
|
|
|
|
|
|
|
'Israel' => { |
6746
|
|
|
|
|
|
|
long => { |
6747
|
|
|
|
|
|
|
'daylight' => q(Israelesch Summerzäit), |
6748
|
|
|
|
|
|
|
'generic' => q(Israelesch Zäit), |
6749
|
|
|
|
|
|
|
'standard' => q(Israelesch Normalzäit), |
6750
|
|
|
|
|
|
|
}, |
6751
|
|
|
|
|
|
|
}, |
6752
|
|
|
|
|
|
|
'Japan' => { |
6753
|
|
|
|
|
|
|
long => { |
6754
|
|
|
|
|
|
|
'daylight' => q(Japanesch Summerzäit), |
6755
|
|
|
|
|
|
|
'generic' => q(Japanesch Zäit), |
6756
|
|
|
|
|
|
|
'standard' => q(Japanesch Normalzäit), |
6757
|
|
|
|
|
|
|
}, |
6758
|
|
|
|
|
|
|
}, |
6759
|
|
|
|
|
|
|
'Kamchatka' => { |
6760
|
|
|
|
|
|
|
long => { |
6761
|
|
|
|
|
|
|
'daylight' => q(Kamtschatka-Summerzäit), |
6762
|
|
|
|
|
|
|
'generic' => q(Kamtschatka-Zäit), |
6763
|
|
|
|
|
|
|
'standard' => q(Kamtschatka-Normalzäit), |
6764
|
|
|
|
|
|
|
}, |
6765
|
|
|
|
|
|
|
}, |
6766
|
|
|
|
|
|
|
'Kazakhstan_Eastern' => { |
6767
|
|
|
|
|
|
|
long => { |
6768
|
|
|
|
|
|
|
'standard' => q(Ostkasachesch Zäit), |
6769
|
|
|
|
|
|
|
}, |
6770
|
|
|
|
|
|
|
}, |
6771
|
|
|
|
|
|
|
'Kazakhstan_Western' => { |
6772
|
|
|
|
|
|
|
long => { |
6773
|
|
|
|
|
|
|
'standard' => q(Westkasachesch Zäit), |
6774
|
|
|
|
|
|
|
}, |
6775
|
|
|
|
|
|
|
}, |
6776
|
|
|
|
|
|
|
'Korea' => { |
6777
|
|
|
|
|
|
|
long => { |
6778
|
|
|
|
|
|
|
'daylight' => q(Koreanesch Summerzäit), |
6779
|
|
|
|
|
|
|
'generic' => q(Koreanesch Zäit), |
6780
|
|
|
|
|
|
|
'standard' => q(Koreanesch Normalzäit), |
6781
|
|
|
|
|
|
|
}, |
6782
|
|
|
|
|
|
|
}, |
6783
|
|
|
|
|
|
|
'Kosrae' => { |
6784
|
|
|
|
|
|
|
long => { |
6785
|
|
|
|
|
|
|
'standard' => q(Kosrae-Zäit), |
6786
|
|
|
|
|
|
|
}, |
6787
|
|
|
|
|
|
|
}, |
6788
|
|
|
|
|
|
|
'Krasnoyarsk' => { |
6789
|
|
|
|
|
|
|
long => { |
6790
|
|
|
|
|
|
|
'daylight' => q(Krasnojarsk-Summerzäit), |
6791
|
|
|
|
|
|
|
'generic' => q(Krasnojarsk-Zäit), |
6792
|
|
|
|
|
|
|
'standard' => q(Krasnojarsk-Normalzäit), |
6793
|
|
|
|
|
|
|
}, |
6794
|
|
|
|
|
|
|
}, |
6795
|
|
|
|
|
|
|
'Kyrgystan' => { |
6796
|
|
|
|
|
|
|
long => { |
6797
|
|
|
|
|
|
|
'standard' => q(Kirgisistan-Zäit), |
6798
|
|
|
|
|
|
|
}, |
6799
|
|
|
|
|
|
|
}, |
6800
|
|
|
|
|
|
|
'Line_Islands' => { |
6801
|
|
|
|
|
|
|
long => { |
6802
|
|
|
|
|
|
|
'standard' => q(Linneninselen-Zäit), |
6803
|
|
|
|
|
|
|
}, |
6804
|
|
|
|
|
|
|
}, |
6805
|
|
|
|
|
|
|
'Lord_Howe' => { |
6806
|
|
|
|
|
|
|
long => { |
6807
|
|
|
|
|
|
|
'daylight' => q(Lord-Howe-Summerzäit), |
6808
|
|
|
|
|
|
|
'generic' => q(Lord-Howe-Zäit), |
6809
|
|
|
|
|
|
|
'standard' => q(Lord-Howe-Normalzäit), |
6810
|
|
|
|
|
|
|
}, |
6811
|
|
|
|
|
|
|
}, |
6812
|
|
|
|
|
|
|
'Macquarie' => { |
6813
|
|
|
|
|
|
|
long => { |
6814
|
|
|
|
|
|
|
'standard' => q(Macquarieinsel-Zäit), |
6815
|
|
|
|
|
|
|
}, |
6816
|
|
|
|
|
|
|
}, |
6817
|
|
|
|
|
|
|
'Magadan' => { |
6818
|
|
|
|
|
|
|
long => { |
6819
|
|
|
|
|
|
|
'daylight' => q(Magadan-Summerzäit), |
6820
|
|
|
|
|
|
|
'generic' => q(Magadan-Zäit), |
6821
|
|
|
|
|
|
|
'standard' => q(Magadan-Normalzäit), |
6822
|
|
|
|
|
|
|
}, |
6823
|
|
|
|
|
|
|
}, |
6824
|
|
|
|
|
|
|
'Malaysia' => { |
6825
|
|
|
|
|
|
|
long => { |
6826
|
|
|
|
|
|
|
'standard' => q(Malaysesch Zäit), |
6827
|
|
|
|
|
|
|
}, |
6828
|
|
|
|
|
|
|
}, |
6829
|
|
|
|
|
|
|
'Maldives' => { |
6830
|
|
|
|
|
|
|
long => { |
6831
|
|
|
|
|
|
|
'standard' => q(Maldiven-Zäit), |
6832
|
|
|
|
|
|
|
}, |
6833
|
|
|
|
|
|
|
}, |
6834
|
|
|
|
|
|
|
'Marquesas' => { |
6835
|
|
|
|
|
|
|
long => { |
6836
|
|
|
|
|
|
|
'standard' => q(Marquesas-Zäit), |
6837
|
|
|
|
|
|
|
}, |
6838
|
|
|
|
|
|
|
}, |
6839
|
|
|
|
|
|
|
'Marshall_Islands' => { |
6840
|
|
|
|
|
|
|
long => { |
6841
|
|
|
|
|
|
|
'standard' => q(Marshallinselen-Zäit), |
6842
|
|
|
|
|
|
|
}, |
6843
|
|
|
|
|
|
|
}, |
6844
|
|
|
|
|
|
|
'Mauritius' => { |
6845
|
|
|
|
|
|
|
long => { |
6846
|
|
|
|
|
|
|
'daylight' => q(Mauritius-Summerzäit), |
6847
|
|
|
|
|
|
|
'generic' => q(Mauritius-Zäit), |
6848
|
|
|
|
|
|
|
'standard' => q(Mauritius-Normalzäit), |
6849
|
|
|
|
|
|
|
}, |
6850
|
|
|
|
|
|
|
}, |
6851
|
|
|
|
|
|
|
'Mawson' => { |
6852
|
|
|
|
|
|
|
long => { |
6853
|
|
|
|
|
|
|
'standard' => q(Mawson-Zäit), |
6854
|
|
|
|
|
|
|
}, |
6855
|
|
|
|
|
|
|
}, |
6856
|
|
|
|
|
|
|
'Mexico_Northwest' => { |
6857
|
|
|
|
|
|
|
long => { |
6858
|
|
|
|
|
|
|
'daylight' => q(Nordwest-Mexiko-Summerzäit), |
6859
|
|
|
|
|
|
|
'generic' => q(Nordwest-Mexiko-Zäit), |
6860
|
|
|
|
|
|
|
'standard' => q(Nordwest-Mexiko-Normalzäit), |
6861
|
|
|
|
|
|
|
}, |
6862
|
|
|
|
|
|
|
}, |
6863
|
|
|
|
|
|
|
'Mexico_Pacific' => { |
6864
|
|
|
|
|
|
|
long => { |
6865
|
|
|
|
|
|
|
'daylight' => q(Mexikanesch Pazifik-Summerzäit), |
6866
|
|
|
|
|
|
|
'generic' => q(Mexikanesch Pazifikzäit), |
6867
|
|
|
|
|
|
|
'standard' => q(Mexikanesch Pazifik-Normalzäit), |
6868
|
|
|
|
|
|
|
}, |
6869
|
|
|
|
|
|
|
}, |
6870
|
|
|
|
|
|
|
'Mongolia' => { |
6871
|
|
|
|
|
|
|
long => { |
6872
|
|
|
|
|
|
|
'daylight' => q(Ulaanbaatar-Summerzäit), |
6873
|
|
|
|
|
|
|
'generic' => q(Ulaanbaatar-Zäit), |
6874
|
|
|
|
|
|
|
'standard' => q(Ulaanbaatar-Normalzäit), |
6875
|
|
|
|
|
|
|
}, |
6876
|
|
|
|
|
|
|
}, |
6877
|
|
|
|
|
|
|
'Moscow' => { |
6878
|
|
|
|
|
|
|
long => { |
6879
|
|
|
|
|
|
|
'daylight' => q(Moskauer Summerzäit), |
6880
|
|
|
|
|
|
|
'generic' => q(Moskauer Zäit), |
6881
|
|
|
|
|
|
|
'standard' => q(Moskauer Normalzäit), |
6882
|
|
|
|
|
|
|
}, |
6883
|
|
|
|
|
|
|
}, |
6884
|
|
|
|
|
|
|
'Myanmar' => { |
6885
|
|
|
|
|
|
|
long => { |
6886
|
|
|
|
|
|
|
'standard' => q(Myanmar-Zäit), |
6887
|
|
|
|
|
|
|
}, |
6888
|
|
|
|
|
|
|
}, |
6889
|
|
|
|
|
|
|
'Nauru' => { |
6890
|
|
|
|
|
|
|
long => { |
6891
|
|
|
|
|
|
|
'standard' => q(Nauru-Zäit), |
6892
|
|
|
|
|
|
|
}, |
6893
|
|
|
|
|
|
|
}, |
6894
|
|
|
|
|
|
|
'Nepal' => { |
6895
|
|
|
|
|
|
|
long => { |
6896
|
|
|
|
|
|
|
'standard' => q(Nepalesesch Zäit), |
6897
|
|
|
|
|
|
|
}, |
6898
|
|
|
|
|
|
|
}, |
6899
|
|
|
|
|
|
|
'New_Caledonia' => { |
6900
|
|
|
|
|
|
|
long => { |
6901
|
|
|
|
|
|
|
'daylight' => q(Neikaledonesch Summerzäit), |
6902
|
|
|
|
|
|
|
'generic' => q(Neikaledonesch Zäit), |
6903
|
|
|
|
|
|
|
'standard' => q(Neikaledonesch Normalzäit), |
6904
|
|
|
|
|
|
|
}, |
6905
|
|
|
|
|
|
|
}, |
6906
|
|
|
|
|
|
|
'New_Zealand' => { |
6907
|
|
|
|
|
|
|
long => { |
6908
|
|
|
|
|
|
|
'daylight' => q(Neiséiland-Summerzäit), |
6909
|
|
|
|
|
|
|
'generic' => q(Neiséiland-Zäit), |
6910
|
|
|
|
|
|
|
'standard' => q(Neiséiland-Normalzäit), |
6911
|
|
|
|
|
|
|
}, |
6912
|
|
|
|
|
|
|
}, |
6913
|
|
|
|
|
|
|
'Newfoundland' => { |
6914
|
|
|
|
|
|
|
long => { |
6915
|
|
|
|
|
|
|
'daylight' => q(Neifundland-Summerzäit), |
6916
|
|
|
|
|
|
|
'generic' => q(Neifundland-Zäit), |
6917
|
|
|
|
|
|
|
'standard' => q(Neifundland-Normalzäit), |
6918
|
|
|
|
|
|
|
}, |
6919
|
|
|
|
|
|
|
}, |
6920
|
|
|
|
|
|
|
'Niue' => { |
6921
|
|
|
|
|
|
|
long => { |
6922
|
|
|
|
|
|
|
'standard' => q(Niue-Zäit), |
6923
|
|
|
|
|
|
|
}, |
6924
|
|
|
|
|
|
|
}, |
6925
|
|
|
|
|
|
|
'Norfolk' => { |
6926
|
|
|
|
|
|
|
long => { |
6927
|
|
|
|
|
|
|
'standard' => q(Norfolkinselen-Zäit), |
6928
|
|
|
|
|
|
|
}, |
6929
|
|
|
|
|
|
|
}, |
6930
|
|
|
|
|
|
|
'Noronha' => { |
6931
|
|
|
|
|
|
|
long => { |
6932
|
|
|
|
|
|
|
'daylight' => q(Fernando-de-Noronha-Summerzäit), |
6933
|
|
|
|
|
|
|
'generic' => q(Fernando-de-Noronha-Zäit), |
6934
|
|
|
|
|
|
|
'standard' => q(Fernando-de-Noronha-Normalzäit), |
6935
|
|
|
|
|
|
|
}, |
6936
|
|
|
|
|
|
|
}, |
6937
|
|
|
|
|
|
|
'Novosibirsk' => { |
6938
|
|
|
|
|
|
|
long => { |
6939
|
|
|
|
|
|
|
'daylight' => q(Nowosibirsk-Summerzäit), |
6940
|
|
|
|
|
|
|
'generic' => q(Nowosibirsk-Zäit), |
6941
|
|
|
|
|
|
|
'standard' => q(Nowosibirsk-Normalzäit), |
6942
|
|
|
|
|
|
|
}, |
6943
|
|
|
|
|
|
|
}, |
6944
|
|
|
|
|
|
|
'Omsk' => { |
6945
|
|
|
|
|
|
|
long => { |
6946
|
|
|
|
|
|
|
'daylight' => q(Omsk-Summerzäit), |
6947
|
|
|
|
|
|
|
'generic' => q(Omsk-Zäit), |
6948
|
|
|
|
|
|
|
'standard' => q(Omsk-Normalzäit), |
6949
|
|
|
|
|
|
|
}, |
6950
|
|
|
|
|
|
|
}, |
6951
|
|
|
|
|
|
|
'Pacific/Easter' => { |
6952
|
|
|
|
|
|
|
exemplarCity => q#Ouschterinsel#, |
6953
|
|
|
|
|
|
|
}, |
6954
|
|
|
|
|
|
|
'Pacific/Fiji' => { |
6955
|
|
|
|
|
|
|
exemplarCity => q#Fidschi#, |
6956
|
|
|
|
|
|
|
}, |
6957
|
|
|
|
|
|
|
'Pacific/Ponape' => { |
6958
|
|
|
|
|
|
|
exemplarCity => q#Pohnpei#, |
6959
|
|
|
|
|
|
|
}, |
6960
|
|
|
|
|
|
|
'Pacific/Truk' => { |
6961
|
|
|
|
|
|
|
exemplarCity => q#Chuuk#, |
6962
|
|
|
|
|
|
|
}, |
6963
|
|
|
|
|
|
|
'Pakistan' => { |
6964
|
|
|
|
|
|
|
long => { |
6965
|
|
|
|
|
|
|
'daylight' => q(Pakistanesch Summerzäit), |
6966
|
|
|
|
|
|
|
'generic' => q(Pakistanesch Zäit), |
6967
|
|
|
|
|
|
|
'standard' => q(Pakistanesch Normalzäit), |
6968
|
|
|
|
|
|
|
}, |
6969
|
|
|
|
|
|
|
}, |
6970
|
|
|
|
|
|
|
'Palau' => { |
6971
|
|
|
|
|
|
|
long => { |
6972
|
|
|
|
|
|
|
'standard' => q(Palau-Zäit), |
6973
|
|
|
|
|
|
|
}, |
6974
|
|
|
|
|
|
|
}, |
6975
|
|
|
|
|
|
|
'Papua_New_Guinea' => { |
6976
|
|
|
|
|
|
|
long => { |
6977
|
|
|
|
|
|
|
'standard' => q(Papua-Neiguinea-Zäit), |
6978
|
|
|
|
|
|
|
}, |
6979
|
|
|
|
|
|
|
}, |
6980
|
|
|
|
|
|
|
'Paraguay' => { |
6981
|
|
|
|
|
|
|
long => { |
6982
|
|
|
|
|
|
|
'daylight' => q(Paraguayanesch Summerzäit), |
6983
|
|
|
|
|
|
|
'generic' => q(Paraguayanesch Zäit), |
6984
|
|
|
|
|
|
|
'standard' => q(Paraguayanesch Normalzäit), |
6985
|
|
|
|
|
|
|
}, |
6986
|
|
|
|
|
|
|
}, |
6987
|
|
|
|
|
|
|
'Peru' => { |
6988
|
|
|
|
|
|
|
long => { |
6989
|
|
|
|
|
|
|
'daylight' => q(Peruanesch Summerzäit), |
6990
|
|
|
|
|
|
|
'generic' => q(Peruanesch Zäit), |
6991
|
|
|
|
|
|
|
'standard' => q(Peruanesch Normalzäit), |
6992
|
|
|
|
|
|
|
}, |
6993
|
|
|
|
|
|
|
}, |
6994
|
|
|
|
|
|
|
'Philippines' => { |
6995
|
|
|
|
|
|
|
long => { |
6996
|
|
|
|
|
|
|
'daylight' => q(Philippinnesch Summerzäit), |
6997
|
|
|
|
|
|
|
'generic' => q(Philippinnesch Zäit), |
6998
|
|
|
|
|
|
|
'standard' => q(Philippinnesch Normalzäit), |
6999
|
|
|
|
|
|
|
}, |
7000
|
|
|
|
|
|
|
}, |
7001
|
|
|
|
|
|
|
'Phoenix_Islands' => { |
7002
|
|
|
|
|
|
|
long => { |
7003
|
|
|
|
|
|
|
'standard' => q(Phoenixinselen-Zäit), |
7004
|
|
|
|
|
|
|
}, |
7005
|
|
|
|
|
|
|
}, |
7006
|
|
|
|
|
|
|
'Pierre_Miquelon' => { |
7007
|
|
|
|
|
|
|
long => { |
7008
|
|
|
|
|
|
|
'daylight' => q(Saint-Pierre-a-Miquelon-Summerzäit), |
7009
|
|
|
|
|
|
|
'generic' => q(Saint-Pierre-a-Miquelon-Zäit), |
7010
|
|
|
|
|
|
|
'standard' => q(Saint-Pierre-a-Miquelon-Normalzäit), |
7011
|
|
|
|
|
|
|
}, |
7012
|
|
|
|
|
|
|
}, |
7013
|
|
|
|
|
|
|
'Pitcairn' => { |
7014
|
|
|
|
|
|
|
long => { |
7015
|
|
|
|
|
|
|
'standard' => q(Pitcairninselen-Zäit), |
7016
|
|
|
|
|
|
|
}, |
7017
|
|
|
|
|
|
|
}, |
7018
|
|
|
|
|
|
|
'Ponape' => { |
7019
|
|
|
|
|
|
|
long => { |
7020
|
|
|
|
|
|
|
'standard' => q(Ponape-Zäit), |
7021
|
|
|
|
|
|
|
}, |
7022
|
|
|
|
|
|
|
}, |
7023
|
|
|
|
|
|
|
'Reunion' => { |
7024
|
|
|
|
|
|
|
long => { |
7025
|
|
|
|
|
|
|
'standard' => q(Réunion-Zäit), |
7026
|
|
|
|
|
|
|
}, |
7027
|
|
|
|
|
|
|
}, |
7028
|
|
|
|
|
|
|
'Rothera' => { |
7029
|
|
|
|
|
|
|
long => { |
7030
|
|
|
|
|
|
|
'standard' => q(Rothera-Zäit), |
7031
|
|
|
|
|
|
|
}, |
7032
|
|
|
|
|
|
|
}, |
7033
|
|
|
|
|
|
|
'Sakhalin' => { |
7034
|
|
|
|
|
|
|
long => { |
7035
|
|
|
|
|
|
|
'daylight' => q(Sakhalin-Summerzäit), |
7036
|
|
|
|
|
|
|
'generic' => q(Sakhalin-Zäit), |
7037
|
|
|
|
|
|
|
'standard' => q(Sakhalin-Normalzäit), |
7038
|
|
|
|
|
|
|
}, |
7039
|
|
|
|
|
|
|
}, |
7040
|
|
|
|
|
|
|
'Samara' => { |
7041
|
|
|
|
|
|
|
long => { |
7042
|
|
|
|
|
|
|
'daylight' => q(Samara-Summerzäit), |
7043
|
|
|
|
|
|
|
'generic' => q(Samara-Zäit), |
7044
|
|
|
|
|
|
|
'standard' => q(Samara-Normalzäit), |
7045
|
|
|
|
|
|
|
}, |
7046
|
|
|
|
|
|
|
}, |
7047
|
|
|
|
|
|
|
'Samoa' => { |
7048
|
|
|
|
|
|
|
long => { |
7049
|
|
|
|
|
|
|
'daylight' => q(Samoa-Summerzäit), |
7050
|
|
|
|
|
|
|
'generic' => q(Samoa-Zäit), |
7051
|
|
|
|
|
|
|
'standard' => q(Samoa-Normalzäit), |
7052
|
|
|
|
|
|
|
}, |
7053
|
|
|
|
|
|
|
}, |
7054
|
|
|
|
|
|
|
'Seychelles' => { |
7055
|
|
|
|
|
|
|
long => { |
7056
|
|
|
|
|
|
|
'standard' => q(Seychellen-Zäit), |
7057
|
|
|
|
|
|
|
}, |
7058
|
|
|
|
|
|
|
}, |
7059
|
|
|
|
|
|
|
'Singapore' => { |
7060
|
|
|
|
|
|
|
long => { |
7061
|
|
|
|
|
|
|
'standard' => q(Singapur-Standardzäit), |
7062
|
|
|
|
|
|
|
}, |
7063
|
|
|
|
|
|
|
}, |
7064
|
|
|
|
|
|
|
'Solomon' => { |
7065
|
|
|
|
|
|
|
long => { |
7066
|
|
|
|
|
|
|
'standard' => q(Salomoninselen-Zäit), |
7067
|
|
|
|
|
|
|
}, |
7068
|
|
|
|
|
|
|
}, |
7069
|
|
|
|
|
|
|
'South_Georgia' => { |
7070
|
|
|
|
|
|
|
long => { |
7071
|
|
|
|
|
|
|
'standard' => q(Südgeorgesch Zäit), |
7072
|
|
|
|
|
|
|
}, |
7073
|
|
|
|
|
|
|
}, |
7074
|
|
|
|
|
|
|
'Suriname' => { |
7075
|
|
|
|
|
|
|
long => { |
7076
|
|
|
|
|
|
|
'standard' => q(Suriname-Zäit), |
7077
|
|
|
|
|
|
|
}, |
7078
|
|
|
|
|
|
|
}, |
7079
|
|
|
|
|
|
|
'Syowa' => { |
7080
|
|
|
|
|
|
|
long => { |
7081
|
|
|
|
|
|
|
'standard' => q(Syowa-Zäit), |
7082
|
|
|
|
|
|
|
}, |
7083
|
|
|
|
|
|
|
}, |
7084
|
|
|
|
|
|
|
'Tahiti' => { |
7085
|
|
|
|
|
|
|
long => { |
7086
|
|
|
|
|
|
|
'standard' => q(Tahiti-Zäit), |
7087
|
|
|
|
|
|
|
}, |
7088
|
|
|
|
|
|
|
}, |
7089
|
|
|
|
|
|
|
'Taipei' => { |
7090
|
|
|
|
|
|
|
long => { |
7091
|
|
|
|
|
|
|
'daylight' => q(Taipei-Summerzäit), |
7092
|
|
|
|
|
|
|
'generic' => q(Taipei-Zäit), |
7093
|
|
|
|
|
|
|
'standard' => q(Taipei-Normalzäit), |
7094
|
|
|
|
|
|
|
}, |
7095
|
|
|
|
|
|
|
}, |
7096
|
|
|
|
|
|
|
'Tajikistan' => { |
7097
|
|
|
|
|
|
|
long => { |
7098
|
|
|
|
|
|
|
'standard' => q(Tadschikistan-Zäit), |
7099
|
|
|
|
|
|
|
}, |
7100
|
|
|
|
|
|
|
}, |
7101
|
|
|
|
|
|
|
'Tokelau' => { |
7102
|
|
|
|
|
|
|
long => { |
7103
|
|
|
|
|
|
|
'standard' => q(Tokelau-Zäit), |
7104
|
|
|
|
|
|
|
}, |
7105
|
|
|
|
|
|
|
}, |
7106
|
|
|
|
|
|
|
'Tonga' => { |
7107
|
|
|
|
|
|
|
long => { |
7108
|
|
|
|
|
|
|
'daylight' => q(Tonganesch Summerzäit), |
7109
|
|
|
|
|
|
|
'generic' => q(Tonganesch Zäit), |
7110
|
|
|
|
|
|
|
'standard' => q(Tonganesch Normalzäit), |
7111
|
|
|
|
|
|
|
}, |
7112
|
|
|
|
|
|
|
}, |
7113
|
|
|
|
|
|
|
'Truk' => { |
7114
|
|
|
|
|
|
|
long => { |
7115
|
|
|
|
|
|
|
'standard' => q(Chuuk-Zäit), |
7116
|
|
|
|
|
|
|
}, |
7117
|
|
|
|
|
|
|
}, |
7118
|
|
|
|
|
|
|
'Turkmenistan' => { |
7119
|
|
|
|
|
|
|
long => { |
7120
|
|
|
|
|
|
|
'daylight' => q(Turkmenistan-Summerzäit), |
7121
|
|
|
|
|
|
|
'generic' => q(Turkmenistan-Zäit), |
7122
|
|
|
|
|
|
|
'standard' => q(Turkmenistan-Normalzäit), |
7123
|
|
|
|
|
|
|
}, |
7124
|
|
|
|
|
|
|
}, |
7125
|
|
|
|
|
|
|
'Tuvalu' => { |
7126
|
|
|
|
|
|
|
long => { |
7127
|
|
|
|
|
|
|
'standard' => q(Tuvalu-Zäit), |
7128
|
|
|
|
|
|
|
}, |
7129
|
|
|
|
|
|
|
}, |
7130
|
|
|
|
|
|
|
'Uruguay' => { |
7131
|
|
|
|
|
|
|
long => { |
7132
|
|
|
|
|
|
|
'daylight' => q(Uruguayanesch Summerzäit), |
7133
|
|
|
|
|
|
|
'generic' => q(Uruguayanesch Zäit), |
7134
|
|
|
|
|
|
|
'standard' => q(Uruguyanesch Normalzäit), |
7135
|
|
|
|
|
|
|
}, |
7136
|
|
|
|
|
|
|
}, |
7137
|
|
|
|
|
|
|
'Uzbekistan' => { |
7138
|
|
|
|
|
|
|
long => { |
7139
|
|
|
|
|
|
|
'daylight' => q(Usbekistan-Summerzäit), |
7140
|
|
|
|
|
|
|
'generic' => q(Usbekistan-Zäit), |
7141
|
|
|
|
|
|
|
'standard' => q(Usbekistan-Normalzäit), |
7142
|
|
|
|
|
|
|
}, |
7143
|
|
|
|
|
|
|
}, |
7144
|
|
|
|
|
|
|
'Vanuatu' => { |
7145
|
|
|
|
|
|
|
long => { |
7146
|
|
|
|
|
|
|
'daylight' => q(Vanuatu-Summerzäit), |
7147
|
|
|
|
|
|
|
'generic' => q(Vanuatu-Zäit), |
7148
|
|
|
|
|
|
|
'standard' => q(Vanuatu-Normalzäit), |
7149
|
|
|
|
|
|
|
}, |
7150
|
|
|
|
|
|
|
}, |
7151
|
|
|
|
|
|
|
'Venezuela' => { |
7152
|
|
|
|
|
|
|
long => { |
7153
|
|
|
|
|
|
|
'standard' => q(Venezuela-Zäit), |
7154
|
|
|
|
|
|
|
}, |
7155
|
|
|
|
|
|
|
}, |
7156
|
|
|
|
|
|
|
'Vladivostok' => { |
7157
|
|
|
|
|
|
|
long => { |
7158
|
|
|
|
|
|
|
'daylight' => q(Wladiwostok-Summerzäit), |
7159
|
|
|
|
|
|
|
'generic' => q(Wladiwostok-Zäit), |
7160
|
|
|
|
|
|
|
'standard' => q(Wladiwostok-Normalzäit), |
7161
|
|
|
|
|
|
|
}, |
7162
|
|
|
|
|
|
|
}, |
7163
|
|
|
|
|
|
|
'Volgograd' => { |
7164
|
|
|
|
|
|
|
long => { |
7165
|
|
|
|
|
|
|
'daylight' => q(Wolgograd-Summerzäit), |
7166
|
|
|
|
|
|
|
'generic' => q(Wolgograd-Zäit), |
7167
|
|
|
|
|
|
|
'standard' => q(Wolgograd-Normalzäit), |
7168
|
|
|
|
|
|
|
}, |
7169
|
|
|
|
|
|
|
}, |
7170
|
|
|
|
|
|
|
'Vostok' => { |
7171
|
|
|
|
|
|
|
long => { |
7172
|
|
|
|
|
|
|
'standard' => q(Wostok-Zäit), |
7173
|
|
|
|
|
|
|
}, |
7174
|
|
|
|
|
|
|
}, |
7175
|
|
|
|
|
|
|
'Wake' => { |
7176
|
|
|
|
|
|
|
long => { |
7177
|
|
|
|
|
|
|
'standard' => q(Wake-Insel-Zäit), |
7178
|
|
|
|
|
|
|
}, |
7179
|
|
|
|
|
|
|
}, |
7180
|
|
|
|
|
|
|
'Wallis' => { |
7181
|
|
|
|
|
|
|
long => { |
7182
|
|
|
|
|
|
|
'standard' => q(Wallis-a-Futuna-Zäit), |
7183
|
|
|
|
|
|
|
}, |
7184
|
|
|
|
|
|
|
}, |
7185
|
|
|
|
|
|
|
'Yakutsk' => { |
7186
|
|
|
|
|
|
|
long => { |
7187
|
|
|
|
|
|
|
'daylight' => q(Jakutsk-Summerzäit), |
7188
|
|
|
|
|
|
|
'generic' => q(Jakutsk-Zäit), |
7189
|
|
|
|
|
|
|
'standard' => q(Jakutsk-Normalzäit), |
7190
|
|
|
|
|
|
|
}, |
7191
|
|
|
|
|
|
|
}, |
7192
|
|
|
|
|
|
|
'Yekaterinburg' => { |
7193
|
|
|
|
|
|
|
long => { |
7194
|
|
|
|
|
|
|
'daylight' => q(Jekaterinbuerg-Summerzäit), |
7195
|
|
|
|
|
|
|
'generic' => q(Jekaterinbuerg-Zäit), |
7196
|
|
|
|
|
|
|
'standard' => q(Jekaterinbuerg-Normalzäit), |
7197
|
|
|
|
|
|
|
}, |
7198
|
|
|
|
|
|
|
}, |
7199
|
|
|
|
|
|
|
} } |
7200
|
|
|
|
|
|
|
); |
7201
|
1
|
|
|
1
|
|
13214
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
17
|
|
7202
|
|
|
|
|
|
|
|
7203
|
|
|
|
|
|
|
1; |
7204
|
|
|
|
|
|
|
|
7205
|
|
|
|
|
|
|
# vim: tabstop=4 |