twitter_cldr 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/twitter_cldr/resources/collation_tries_dumper.rb +2 -1
- data/lib/twitter_cldr/resources/download.rb +2 -2
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +15 -2
- data/lib/twitter_cldr/resources/tailoring_importer.rb +11 -7
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/be.yml +1 -1
- data/resources/collation/tailoring/bg.yml +1 -1
- data/resources/collation/tailoring/en-GB.yml +4 -0
- data/resources/collation/tailoring/he.yml +2 -2
- data/resources/collation/tailoring/ru.yml +1 -1
- data/resources/collation/tailoring/sr.yml +1 -1
- data/resources/collation/tailoring/uk.yml +1 -1
- data/resources/collation/tries/en-GB.dump +0 -0
- data/resources/collation/tries/he.dump +0 -0
- data/resources/custom/locales/en-GB/units.yml +19 -0
- data/resources/locales/af/calendars.yml +18 -6
- data/resources/locales/af/currencies.yml +558 -2
- data/resources/locales/af/languages.yml +386 -0
- data/resources/locales/af/plurals.yml +1 -1
- data/resources/locales/af/territories.yml +1 -0
- data/resources/locales/ar/calendars.yml +19 -3
- data/resources/locales/ar/currencies.yml +194 -0
- data/resources/locales/ar/languages.yml +52 -0
- data/resources/locales/ar/plurals.yml +1 -1
- data/resources/locales/ar/territories.yml +1 -0
- data/resources/locales/be/calendars.yml +33 -13
- data/resources/locales/be/currencies.yml +852 -0
- data/resources/locales/be/languages.yml +431 -0
- data/resources/locales/be/lists.yml +2 -2
- data/resources/locales/be/numbers.yml +17 -3
- data/resources/locales/be/plurals.yml +1 -1
- data/resources/locales/be/territories.yml +24 -0
- data/resources/locales/be/units.yml +49 -14
- data/resources/locales/bg/calendars.yml +17 -6
- data/resources/locales/bg/currencies.yml +143 -2
- data/resources/locales/bg/languages.yml +67 -0
- data/resources/locales/bg/plurals.yml +1 -1
- data/resources/locales/bg/territories.yml +1 -0
- data/resources/locales/bn/calendars.yml +30 -7
- data/resources/locales/bn/currencies.yml +352 -2
- data/resources/locales/bn/languages.yml +67 -0
- data/resources/locales/bn/plurals.yml +1 -1
- data/resources/locales/bn/territories.yml +1 -0
- data/resources/locales/ca/calendars.yml +13 -4
- data/resources/locales/ca/currencies.yml +9 -0
- data/resources/locales/ca/languages.yml +4 -0
- data/resources/locales/ca/plurals.yml +1 -1
- data/resources/locales/ca/territories.yml +1 -0
- data/resources/locales/cs/calendars.yml +9 -0
- data/resources/locales/cs/currencies.yml +105 -0
- data/resources/locales/cs/languages.yml +26 -0
- data/resources/locales/cs/plurals.yml +1 -1
- data/resources/locales/cs/territories.yml +1 -0
- data/resources/locales/cy/calendars.yml +12 -4
- data/resources/locales/cy/currencies.yml +417 -0
- data/resources/locales/cy/languages.yml +404 -0
- data/resources/locales/cy/plurals.yml +1 -1
- data/resources/locales/cy/territories.yml +2 -0
- data/resources/locales/da/calendars.yml +9 -0
- data/resources/locales/da/currencies.yml +99 -0
- data/resources/locales/da/languages.yml +4 -0
- data/resources/locales/da/plurals.yml +1 -1
- data/resources/locales/da/territories.yml +1 -0
- data/resources/locales/de/calendars.yml +13 -2
- data/resources/locales/de/currencies.yml +70 -0
- data/resources/locales/de/languages.yml +64 -0
- data/resources/locales/de/plurals.yml +1 -1
- data/resources/locales/de/territories.yml +1 -0
- data/resources/locales/el/calendars.yml +20 -7
- data/resources/locales/el/currencies.yml +48 -1
- data/resources/locales/el/languages.yml +4 -0
- data/resources/locales/el/plurals.yml +1 -1
- data/resources/locales/el/territories.yml +1 -0
- data/resources/locales/en/plurals.yml +1 -1
- data/resources/locales/en/territories.yml +1 -0
- data/resources/locales/en-GB/calendars.yml +210 -0
- data/resources/locales/en-GB/currencies.yml +915 -0
- data/resources/locales/en-GB/languages.yml +580 -0
- data/resources/locales/en-GB/layout.yml +5 -0
- data/resources/locales/en-GB/lists.yml +7 -0
- data/resources/locales/en-GB/numbers.yml +57 -0
- data/resources/locales/en-GB/plurals.yml +3 -0
- data/resources/locales/en-GB/territories.yml +263 -0
- data/resources/locales/en-GB/units.yml +108 -0
- data/resources/locales/es/calendars.yml +14 -2
- data/resources/locales/es/currencies.yml +101 -2
- data/resources/locales/es/languages.yml +4 -0
- data/resources/locales/es/plurals.yml +1 -1
- data/resources/locales/es/territories.yml +1 -0
- data/resources/locales/eu/calendars.yml +17 -6
- data/resources/locales/eu/currencies.yml +538 -2
- data/resources/locales/eu/languages.yml +402 -0
- data/resources/locales/eu/plurals.yml +1 -1
- data/resources/locales/eu/territories.yml +1 -0
- data/resources/locales/fa/calendars.yml +11 -1
- data/resources/locales/fa/currencies.yml +467 -2
- data/resources/locales/fa/languages.yml +86 -0
- data/resources/locales/fa/numbers.yml +1 -0
- data/resources/locales/fa/plurals.yml +1 -1
- data/resources/locales/fa/territories.yml +1 -0
- data/resources/locales/fa/units.yml +28 -0
- data/resources/locales/fi/calendars.yml +9 -0
- data/resources/locales/fi/currencies.yml +9 -0
- data/resources/locales/fi/languages.yml +4 -0
- data/resources/locales/fi/plurals.yml +1 -1
- data/resources/locales/fi/territories.yml +1 -0
- data/resources/locales/fil/calendars.yml +17 -6
- data/resources/locales/fil/currencies.yml +559 -2
- data/resources/locales/fil/languages.yml +394 -0
- data/resources/locales/fil/plurals.yml +1 -1
- data/resources/locales/fil/territories.yml +1 -0
- data/resources/locales/fr/calendars.yml +9 -1
- data/resources/locales/fr/currencies.yml +63 -0
- data/resources/locales/fr/languages.yml +34 -0
- data/resources/locales/fr/plurals.yml +1 -1
- data/resources/locales/fr/territories.yml +1 -0
- data/resources/locales/ga/calendars.yml +42 -23
- data/resources/locales/ga/currencies.yml +403 -2
- data/resources/locales/ga/languages.yml +433 -0
- data/resources/locales/ga/lists.yml +2 -2
- data/resources/locales/ga/numbers.yml +17 -3
- data/resources/locales/ga/plurals.yml +1 -1
- data/resources/locales/ga/territories.yml +12 -0
- data/resources/locales/ga/units.yml +63 -21
- data/resources/locales/gl/calendars.yml +15 -5
- data/resources/locales/gl/currencies.yml +440 -2
- data/resources/locales/gl/languages.yml +367 -0
- data/resources/locales/gl/plurals.yml +1 -1
- data/resources/locales/gl/territories.yml +1 -0
- data/resources/locales/he/calendars.yml +19 -3
- data/resources/locales/he/currencies.yml +435 -2
- data/resources/locales/he/languages.yml +4 -0
- data/resources/locales/he/plurals.yml +1 -1
- data/resources/locales/he/territories.yml +1 -0
- data/resources/locales/hi/calendars.yml +31 -4
- data/resources/locales/hi/currencies.yml +527 -2
- data/resources/locales/hi/languages.yml +77 -0
- data/resources/locales/hi/plurals.yml +1 -1
- data/resources/locales/hi/territories.yml +1 -0
- data/resources/locales/hr/calendars.yml +9 -0
- data/resources/locales/hr/currencies.yml +9 -0
- data/resources/locales/hr/languages.yml +4 -0
- data/resources/locales/hr/plurals.yml +1 -1
- data/resources/locales/hr/territories.yml +1 -0
- data/resources/locales/hu/calendars.yml +9 -0
- data/resources/locales/hu/currencies.yml +274 -0
- data/resources/locales/hu/languages.yml +4 -0
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/plurals.yml +1 -1
- data/resources/locales/hu/territories.yml +1 -0
- data/resources/locales/hu/units.yml +28 -0
- data/resources/locales/id/calendars.yml +9 -0
- data/resources/locales/id/currencies.yml +311 -0
- data/resources/locales/id/languages.yml +4 -0
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/plurals.yml +1 -1
- data/resources/locales/id/territories.yml +1 -0
- data/resources/locales/id/units.yml +28 -0
- data/resources/locales/is/calendars.yml +13 -4
- data/resources/locales/is/currencies.yml +438 -2
- data/resources/locales/is/languages.yml +85 -0
- data/resources/locales/is/plurals.yml +1 -1
- data/resources/locales/is/territories.yml +1 -0
- data/resources/locales/it/calendars.yml +11 -1
- data/resources/locales/it/currencies.yml +196 -1
- data/resources/locales/it/languages.yml +4 -0
- data/resources/locales/it/plurals.yml +1 -1
- data/resources/locales/it/territories.yml +1 -0
- data/resources/locales/ja/calendars.yml +24 -2
- data/resources/locales/ja/currencies.yml +311 -0
- data/resources/locales/ja/languages.yml +4 -0
- data/resources/locales/ja/numbers.yml +1 -0
- data/resources/locales/ja/plurals.yml +1 -1
- data/resources/locales/ja/territories.yml +1 -0
- data/resources/locales/ja/units.yml +28 -0
- data/resources/locales/ko/calendars.yml +27 -3
- data/resources/locales/ko/currencies.yml +319 -2
- data/resources/locales/ko/languages.yml +4 -0
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/plurals.yml +1 -1
- data/resources/locales/ko/territories.yml +1 -0
- data/resources/locales/ko/units.yml +28 -0
- data/resources/locales/lv/calendars.yml +18 -6
- data/resources/locales/lv/currencies.yml +315 -0
- data/resources/locales/lv/languages.yml +4 -0
- data/resources/locales/lv/plurals.yml +1 -1
- data/resources/locales/lv/territories.yml +1 -0
- data/resources/locales/ms/calendars.yml +20 -7
- data/resources/locales/ms/currencies.yml +575 -2
- data/resources/locales/ms/languages.yml +400 -0
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/plurals.yml +1 -1
- data/resources/locales/ms/territories.yml +1 -0
- data/resources/locales/ms/units.yml +28 -0
- data/resources/locales/nb/calendars.yml +9 -0
- data/resources/locales/nb/currencies.yml +69 -2
- data/resources/locales/nb/languages.yml +8 -0
- data/resources/locales/nb/plurals.yml +1 -1
- data/resources/locales/nb/territories.yml +1 -0
- data/resources/locales/nl/calendars.yml +9 -0
- data/resources/locales/nl/currencies.yml +274 -0
- data/resources/locales/nl/languages.yml +4 -0
- data/resources/locales/nl/plurals.yml +1 -1
- data/resources/locales/nl/territories.yml +1 -0
- data/resources/locales/pl/calendars.yml +17 -6
- data/resources/locales/pl/currencies.yml +181 -2
- data/resources/locales/pl/languages.yml +68 -0
- data/resources/locales/pl/plurals.yml +1 -1
- data/resources/locales/pl/territories.yml +1 -0
- data/resources/locales/pt/calendars.yml +10 -1
- data/resources/locales/pt/currencies.yml +9 -0
- data/resources/locales/pt/languages.yml +61 -0
- data/resources/locales/pt/plurals.yml +1 -1
- data/resources/locales/pt/territories.yml +1 -0
- data/resources/locales/ro/calendars.yml +18 -6
- data/resources/locales/ro/currencies.yml +183 -1
- data/resources/locales/ro/languages.yml +4 -0
- data/resources/locales/ro/plurals.yml +1 -1
- data/resources/locales/ro/territories.yml +1 -0
- data/resources/locales/ru/calendars.yml +9 -0
- data/resources/locales/ru/currencies.yml +181 -0
- data/resources/locales/ru/languages.yml +24 -0
- data/resources/locales/ru/plurals.yml +1 -1
- data/resources/locales/ru/territories.yml +1 -0
- data/resources/locales/sk/calendars.yml +20 -7
- data/resources/locales/sk/currencies.yml +291 -0
- data/resources/locales/sk/languages.yml +4 -0
- data/resources/locales/sk/plurals.yml +1 -1
- data/resources/locales/sk/territories.yml +1 -0
- data/resources/locales/sq/calendars.yml +46 -22
- data/resources/locales/sq/currencies.yml +862 -2
- data/resources/locales/sq/languages.yml +563 -0
- data/resources/locales/sq/lists.yml +2 -2
- data/resources/locales/sq/numbers.yml +17 -3
- data/resources/locales/sq/plurals.yml +1 -1
- data/resources/locales/sq/territories.yml +104 -0
- data/resources/locales/sq/units.yml +49 -14
- data/resources/locales/sr/calendars.yml +16 -5
- data/resources/locales/sr/currencies.yml +10 -1
- data/resources/locales/sr/languages.yml +67 -0
- data/resources/locales/sr/plurals.yml +1 -1
- data/resources/locales/sr/territories.yml +1 -0
- data/resources/locales/sv/calendars.yml +9 -0
- data/resources/locales/sv/currencies.yml +9 -0
- data/resources/locales/sv/languages.yml +4 -0
- data/resources/locales/sv/plurals.yml +1 -1
- data/resources/locales/sv/territories.yml +1 -0
- data/resources/locales/ta/calendars.yml +15 -5
- data/resources/locales/ta/currencies.yml +568 -1
- data/resources/locales/ta/languages.yml +68 -0
- data/resources/locales/ta/plurals.yml +1 -1
- data/resources/locales/ta/territories.yml +1 -0
- data/resources/locales/th/calendars.yml +9 -0
- data/resources/locales/th/currencies.yml +311 -0
- data/resources/locales/th/languages.yml +5 -0
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/plurals.yml +1 -1
- data/resources/locales/th/territories.yml +1 -0
- data/resources/locales/th/units.yml +28 -0
- data/resources/locales/tr/calendars.yml +14 -2
- data/resources/locales/tr/currencies.yml +343 -0
- data/resources/locales/tr/languages.yml +4 -0
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/plurals.yml +1 -1
- data/resources/locales/tr/territories.yml +1 -0
- data/resources/locales/tr/units.yml +28 -0
- data/resources/locales/uk/calendars.yml +18 -6
- data/resources/locales/uk/currencies.yml +266 -0
- data/resources/locales/uk/languages.yml +5 -0
- data/resources/locales/uk/plurals.yml +1 -1
- data/resources/locales/uk/territories.yml +1 -0
- data/resources/locales/ur/calendars.yml +44 -9
- data/resources/locales/ur/currencies.yml +555 -1
- data/resources/locales/ur/languages.yml +399 -0
- data/resources/locales/ur/numbers.yml +13 -0
- data/resources/locales/ur/plurals.yml +1 -1
- data/resources/locales/ur/territories.yml +1 -0
- data/resources/locales/vi/calendars.yml +20 -7
- data/resources/locales/vi/currencies.yml +311 -0
- data/resources/locales/vi/languages.yml +7 -0
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/plurals.yml +1 -1
- data/resources/locales/vi/territories.yml +1 -0
- data/resources/locales/vi/units.yml +28 -0
- data/resources/locales/zh/calendars.yml +7 -0
- data/resources/locales/zh/currencies.yml +311 -0
- data/resources/locales/zh/languages.yml +4 -0
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/plurals.yml +1 -1
- data/resources/locales/zh/territories.yml +1 -0
- data/resources/locales/zh/units.yml +28 -0
- data/resources/locales/zh-Hant/calendars.yml +71 -9
- data/resources/locales/zh-Hant/currencies.yml +311 -0
- data/resources/locales/zh-Hant/languages.yml +4 -0
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/plurals.yml +2 -2
- data/resources/locales/zh-Hant/territories.yml +1 -0
- data/resources/locales/zh-Hant/units.yml +28 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/spec/collation/tailoring_spec.rb +1 -2
- data/spec/parsers/number_parser_spec.rb +0 -2
- data/spec/utils/yaml/yaml_spec.rb +4 -1
- metadata +87 -77
@@ -13,6 +13,9 @@
|
|
13
13
|
:AFN:
|
14
14
|
:one: Afghani
|
15
15
|
:other: Afghani
|
16
|
+
:ALK:
|
17
|
+
:one: Albanian lek (1946-1965)
|
18
|
+
:other: Albanian lekë (1946-1965)
|
16
19
|
:ALL:
|
17
20
|
:one: Albán lek
|
18
21
|
:other: Albán lek
|
@@ -37,6 +40,12 @@
|
|
37
40
|
:ARA:
|
38
41
|
:one: Argentín austral
|
39
42
|
:other: Argentin austral
|
43
|
+
:ARL:
|
44
|
+
:one: Argentine peso ley (1970-1983)
|
45
|
+
:other: Argentine pesos ley (1970-1983)
|
46
|
+
:ARM:
|
47
|
+
:one: Argentine peso (1881-1970)
|
48
|
+
:other: Argentine pesos (1881-1970)
|
40
49
|
:ARP:
|
41
50
|
:one: Argentín peso (1983-1985)
|
42
51
|
:other: Argentin peso (ARP)
|
@@ -65,6 +74,9 @@
|
|
65
74
|
:BAM:
|
66
75
|
:one: Bosznia-hercegovinai konvertibilis márka
|
67
76
|
:other: Bosznia-hercegovinai konvertibilis márka
|
77
|
+
:BAN:
|
78
|
+
:one: Bosnia-Herzegovina new dinar (1994-1997)
|
79
|
+
:other: Bosnia-Herzegovina new dinars (1994-1997)
|
68
80
|
:BBD:
|
69
81
|
:one: Barbadosi dollár
|
70
82
|
:other: Barbadosi dollár
|
@@ -83,9 +95,15 @@
|
|
83
95
|
:BGL:
|
84
96
|
:one: Bolgár kemény leva
|
85
97
|
:other: Bolgár kemény leva
|
98
|
+
:BGM:
|
99
|
+
:one: Bulgarian socialist lev
|
100
|
+
:other: Bulgarian socialist leva
|
86
101
|
:BGN:
|
87
102
|
:one: Bolgár új leva
|
88
103
|
:other: Bolgár új leva
|
104
|
+
:BGO:
|
105
|
+
:one: Bulgarian lev (1879-1952)
|
106
|
+
:other: Bulgarian leva (1879-1952)
|
89
107
|
:BHD:
|
90
108
|
:one: Bahreini dinár
|
91
109
|
:other: Bahreini dinár
|
@@ -101,6 +119,9 @@
|
|
101
119
|
:BOB:
|
102
120
|
:one: Boliviano
|
103
121
|
:other: Bolíviai boliviano
|
122
|
+
:BOL:
|
123
|
+
:one: Bolivian boliviano (1863-1963)
|
124
|
+
:other: Bolivian bolivianos (1863-1963)
|
104
125
|
:BOP:
|
105
126
|
:one: Bolíviai peso
|
106
127
|
:other: Bolíviai peso
|
@@ -125,154 +146,235 @@
|
|
125
146
|
:other: Brazil cruzado novo
|
126
147
|
:BRR:
|
127
148
|
:one: Brazil cruzeiro
|
149
|
+
:other: Brazilian cruzeiros (1993-1994)
|
150
|
+
:BRZ:
|
151
|
+
:one: Brazilian cruzeiro (1942-1967)
|
152
|
+
:other: Brazilian cruzeiros (1942-1967)
|
128
153
|
:BSD:
|
129
154
|
:one: Bahamai dollár
|
155
|
+
:other: Bahamian dollars
|
130
156
|
:BTN:
|
131
157
|
:one: Bhutáni ngultrum
|
158
|
+
:other: Bhutanese ngultrums
|
132
159
|
:BUK:
|
133
160
|
:one: Burmai kyat
|
161
|
+
:other: Burmese kyats
|
134
162
|
:BWP:
|
135
163
|
:one: Botswanai pula
|
164
|
+
:other: Botswanan pulas
|
136
165
|
:BYB:
|
137
166
|
:one: Fehérorosz új rubel (1994-1999)
|
167
|
+
:other: Belarusian new rubles (1994-1999)
|
138
168
|
:BYR:
|
139
169
|
:one: Fehérorosz rubel
|
170
|
+
:other: Belarusian rubles
|
140
171
|
:BZD:
|
141
172
|
:one: Belizei dollár
|
173
|
+
:other: Belize dollars
|
142
174
|
:CAD:
|
143
175
|
:one: Kanadai dollár
|
176
|
+
:other: Canadian dollars
|
144
177
|
:symbol: CAD
|
145
178
|
:CDF:
|
146
179
|
:one: Kongói frank
|
180
|
+
:other: Congolese francs
|
147
181
|
:CHE:
|
148
182
|
:one: WIR euro
|
183
|
+
:other: WIR euros
|
149
184
|
:CHF:
|
150
185
|
:one: Svájci frank
|
186
|
+
:other: Swiss francs
|
151
187
|
:CHW:
|
152
188
|
:one: WIR frank
|
189
|
+
:other: WIR francs
|
190
|
+
:CLE:
|
191
|
+
:one: Chilean escudo
|
192
|
+
:other: Chilean escudos
|
153
193
|
:CLF:
|
154
194
|
:one: Chilei unidades de fomento
|
195
|
+
:other: Chilean units of account (UF)
|
155
196
|
:CLP:
|
156
197
|
:one: Chilei peso
|
198
|
+
:other: Chilean pesos
|
199
|
+
:CNX:
|
200
|
+
:one: Chinese People’s Bank dollar
|
201
|
+
:other: Chinese People’s Bank dollars
|
157
202
|
:CNY:
|
158
203
|
:one: Kínai jüan renminbi
|
204
|
+
:other: Chinese yuan
|
159
205
|
:symbol: CNY
|
160
206
|
:COP:
|
161
207
|
:one: Kolumbiai peso
|
208
|
+
:other: Colombian pesos
|
162
209
|
:COU:
|
163
210
|
:one: Unidad de Valor Real
|
211
|
+
:other: Colombian real value units
|
164
212
|
:CRC:
|
165
213
|
:one: Costa Rica-i colon
|
214
|
+
:other: Costa Rican colóns
|
166
215
|
:CSD:
|
167
216
|
:one: szerb dinár
|
217
|
+
:other: Serbian dinars (2002-2006)
|
168
218
|
:CSK:
|
169
219
|
:one: Csehszlovák kemény korona
|
220
|
+
:other: Czechoslovak hard korunas
|
170
221
|
:CUC:
|
171
222
|
:one: Kubai konvertibilis peso
|
223
|
+
:other: Cuban convertible pesos
|
172
224
|
:CUP:
|
173
225
|
:one: Kubai peso
|
226
|
+
:other: Cuban pesos
|
174
227
|
:CVE:
|
175
228
|
:one: Cape Verdei escudo
|
229
|
+
:other: Cape Verdean escudos
|
176
230
|
:CYP:
|
177
231
|
:one: Ciprusi font
|
232
|
+
:other: Cypriot pounds
|
178
233
|
:CZK:
|
179
234
|
:one: Cseh korona
|
235
|
+
:other: Czech Republic korunas
|
180
236
|
:DDM:
|
181
237
|
:one: Kelet-Német márka
|
238
|
+
:other: East German marks
|
182
239
|
:DEM:
|
183
240
|
:one: Német márka
|
241
|
+
:other: German marks
|
184
242
|
:DJF:
|
185
243
|
:one: Dzsibuti frank
|
244
|
+
:other: Djiboutian francs
|
186
245
|
:DKK:
|
187
246
|
:one: Dán korona
|
247
|
+
:other: Danish kroner
|
188
248
|
:DOP:
|
189
249
|
:one: Dominikai peso
|
250
|
+
:other: Dominican pesos
|
190
251
|
:DZD:
|
191
252
|
:one: Algériai dínár
|
253
|
+
:other: Algerian dinars
|
192
254
|
:ECS:
|
193
255
|
:one: Ecuadori sucre
|
256
|
+
:other: Ecuadorian sucres
|
194
257
|
:ECV:
|
195
258
|
:one: Ecuadori Unidad de Valor Constante (UVC)
|
259
|
+
:other: Ecuadorian units of constant value
|
196
260
|
:EEK:
|
197
261
|
:one: Észt korona
|
262
|
+
:other: Estonian kroons
|
198
263
|
:EGP:
|
199
264
|
:one: Egyiptomi font
|
265
|
+
:other: Egyptian pounds
|
200
266
|
:ERN:
|
201
267
|
:one: Eritreai nakfa
|
268
|
+
:other: Eritrean nakfas
|
202
269
|
:ESA:
|
203
270
|
:one: spanyol peseta (A-kontó)
|
271
|
+
:other: Spanish pesetas (A account)
|
204
272
|
:ESB:
|
205
273
|
:one: spanyol peseta (konvertibilis kontó)
|
274
|
+
:other: Spanish pesetas (convertible account)
|
206
275
|
:ESP:
|
207
276
|
:one: Spanyol peseta
|
277
|
+
:other: Spanish pesetas
|
208
278
|
:ETB:
|
209
279
|
:one: Etiópiai birr
|
280
|
+
:other: Ethiopian birrs
|
210
281
|
:EUR:
|
211
282
|
:one: Euro
|
283
|
+
:other: euros
|
212
284
|
:symbol: EUR
|
213
285
|
:FIM:
|
214
286
|
:one: Finn markka
|
287
|
+
:other: Finnish markkas
|
215
288
|
:FJD:
|
216
289
|
:one: Fidzsi dollár
|
290
|
+
:other: Fijian dollars
|
217
291
|
:FKP:
|
218
292
|
:one: Falkland-szigeteki font
|
293
|
+
:other: Falkland Islands pounds
|
219
294
|
:FRF:
|
220
295
|
:one: Francia frank
|
296
|
+
:other: French francs
|
221
297
|
:GBP:
|
222
298
|
:one: Brit font sterling
|
299
|
+
:other: British pounds sterling
|
223
300
|
:symbol: GBP
|
224
301
|
:GEK:
|
225
302
|
:one: Grúz kupon larit
|
303
|
+
:other: Georgian kupon larits
|
226
304
|
:GEL:
|
227
305
|
:one: Grúz lari
|
306
|
+
:other: Georgian laris
|
228
307
|
:GHC:
|
229
308
|
:one: Ghánai cedi (1979-2007)
|
309
|
+
:other: Ghanaian cedis (1979-2007)
|
230
310
|
:GHS:
|
231
311
|
:one: Ghánai cedi
|
232
312
|
:other: Ghánai cedi
|
233
313
|
:GIP:
|
234
314
|
:one: Gibraltári font
|
315
|
+
:other: Gibraltar pounds
|
235
316
|
:GMD:
|
236
317
|
:one: Gambiai dalasi
|
318
|
+
:other: Gambian dalasis
|
237
319
|
:GNF:
|
238
320
|
:one: Guineai frank
|
321
|
+
:other: Guinean francs
|
239
322
|
:GNS:
|
240
323
|
:one: Guineai syli
|
324
|
+
:other: Guinean sylis
|
241
325
|
:GQE:
|
242
326
|
:one: Egyenlítői-guineai ekwele guineana
|
243
327
|
:other: Egyenlítői-guineai ekwele
|
244
328
|
:GRD:
|
245
329
|
:one: Görög drachma
|
330
|
+
:other: Greek drachmas
|
246
331
|
:GTQ:
|
247
332
|
:one: Guatemalai quetzal
|
333
|
+
:other: Guatemalan quetzals
|
248
334
|
:GWE:
|
249
335
|
:one: Portugál guinea escudo
|
336
|
+
:other: Portuguese Guinea escudos
|
250
337
|
:GWP:
|
251
338
|
:one: Guinea-Bissaui peso
|
339
|
+
:other: Guinea-Bissau pesos
|
252
340
|
:GYD:
|
253
341
|
:one: Guyanai dollár
|
342
|
+
:other: Guyanaese dollars
|
254
343
|
:HKD:
|
255
344
|
:one: Hongkongi dollár
|
345
|
+
:other: Hong Kong dollars
|
256
346
|
:symbol: HKD
|
257
347
|
:HNL:
|
258
348
|
:one: Hodurasi lempira
|
349
|
+
:other: Honduran lempiras
|
259
350
|
:HRD:
|
260
351
|
:one: Horvát dínár
|
352
|
+
:other: Croatian dinars
|
261
353
|
:HRK:
|
262
354
|
:one: Horvát kuna
|
355
|
+
:other: Croatian kunas
|
263
356
|
:HTG:
|
264
357
|
:one: Haiti gourde
|
358
|
+
:other: Haitian gourdes
|
265
359
|
:HUF:
|
266
360
|
:one: Magyar forint
|
361
|
+
:other: Hungarian forints
|
267
362
|
:symbol: Ft
|
268
363
|
:IDR:
|
269
364
|
:one: Indonéz rúpia
|
365
|
+
:other: Indonesian rupiahs
|
270
366
|
:IEP:
|
271
367
|
:one: Ír font
|
368
|
+
:other: Irish pounds
|
272
369
|
:ILP:
|
273
370
|
:one: Izraeli font
|
371
|
+
:other: Israeli pounds
|
372
|
+
:ILR:
|
373
|
+
:one: Israeli sheqel (1980-1985)
|
374
|
+
:other: Israeli sheqels (1980-1985)
|
274
375
|
:ILS:
|
275
376
|
:one: Izraeli új sékel
|
377
|
+
:other: Israeli new sheqels
|
276
378
|
:symbol: ILS
|
277
379
|
:INR:
|
278
380
|
:one: Indiai rúpia
|
@@ -280,154 +382,248 @@
|
|
280
382
|
:symbol: INR
|
281
383
|
:IQD:
|
282
384
|
:one: Iraki dínár
|
385
|
+
:other: Iraqi dinars
|
283
386
|
:IRR:
|
284
387
|
:one: Iráni rial
|
388
|
+
:other: Iranian rials
|
389
|
+
:ISJ:
|
390
|
+
:one: Icelandic króna (1918-1981)
|
391
|
+
:other: Icelandic krónur (1918-1981)
|
285
392
|
:ISK:
|
286
393
|
:one: Izlandi korona
|
394
|
+
:other: Icelandic krónur
|
287
395
|
:ITL:
|
288
396
|
:one: Olasz líra
|
397
|
+
:other: Italian liras
|
289
398
|
:JMD:
|
290
399
|
:one: Jamaikai dollár
|
400
|
+
:other: Jamaican dollars
|
291
401
|
:JOD:
|
292
402
|
:one: Jordániai dínár
|
403
|
+
:other: Jordanian dinars
|
293
404
|
:JPY:
|
294
405
|
:one: Japán jen
|
406
|
+
:other: Japanese yen
|
295
407
|
:symbol: ¥
|
296
408
|
:KES:
|
297
409
|
:one: Kenyai shilling
|
410
|
+
:other: Kenyan shillings
|
298
411
|
:KGS:
|
299
412
|
:one: Kirgizisztáni szom
|
413
|
+
:other: Kyrgystani soms
|
300
414
|
:KHR:
|
301
415
|
:one: Kambodzsai riel
|
416
|
+
:other: Cambodian riels
|
302
417
|
:KMF:
|
303
418
|
:one: Comorei frank
|
419
|
+
:other: Comorian francs
|
304
420
|
:KPW:
|
305
421
|
:one: Észak-koreai won
|
422
|
+
:other: North Korean won
|
423
|
+
:KRH:
|
424
|
+
:one: South Korean hwan (1953-1962)
|
425
|
+
:other: South Korean hwan (1953-1962)
|
426
|
+
:KRO:
|
427
|
+
:one: South Korean won (1945-1953)
|
428
|
+
:other: South Korean won (1945-1953)
|
306
429
|
:KRW:
|
307
430
|
:one: Dél-koreai won
|
431
|
+
:other: South Korean won
|
308
432
|
:symbol: KRW
|
309
433
|
:KWD:
|
310
434
|
:one: Kuvaiti dínár
|
435
|
+
:other: Kuwaiti dinars
|
311
436
|
:KYD:
|
312
437
|
:one: Kajmán-szigeteki dollár
|
438
|
+
:other: Cayman Islands dollars
|
313
439
|
:KZT:
|
314
440
|
:one: Kazahsztáni tenge
|
441
|
+
:other: Kazakhstani tenges
|
315
442
|
:LAK:
|
316
443
|
:one: Laoszi kip
|
444
|
+
:other: Laotian kips
|
317
445
|
:LBP:
|
318
446
|
:one: Libanoni font
|
447
|
+
:other: Lebanese pounds
|
319
448
|
:LKR:
|
320
449
|
:one: Srí Lanka-i rúpia
|
450
|
+
:other: Sri Lankan rupees
|
321
451
|
:LRD:
|
322
452
|
:one: Libériai dollár
|
453
|
+
:other: Liberian dollars
|
323
454
|
:LSL:
|
324
455
|
:one: Lesothoi loti
|
456
|
+
:other: Lesotho lotis
|
325
457
|
:LTL:
|
326
458
|
:one: Litvániai litas
|
459
|
+
:other: Lithuanian litai
|
327
460
|
:LTT:
|
328
461
|
:one: Litvániai talonas
|
462
|
+
:other: Lithuanian talonases
|
329
463
|
:LUC:
|
330
464
|
:one: luxemburgi konvertibilis frank
|
465
|
+
:other: Luxembourgian convertible francs
|
331
466
|
:LUF:
|
332
467
|
:one: Luxemburgi frank
|
468
|
+
:other: Luxembourgian francs
|
333
469
|
:LUL:
|
334
470
|
:one: luxemburgi pénzügyi frank
|
471
|
+
:other: Luxembourg financial francs
|
335
472
|
:LVL:
|
336
473
|
:one: Lett lats
|
474
|
+
:other: Latvian lati
|
337
475
|
:LVR:
|
338
476
|
:one: Lett rubel
|
477
|
+
:other: Latvian rubles
|
339
478
|
:LYD:
|
340
479
|
:one: Líbiai dínár
|
480
|
+
:other: Libyan dinars
|
341
481
|
:MAD:
|
342
482
|
:one: Marokkói dirham
|
483
|
+
:other: Moroccan dirhams
|
343
484
|
:MAF:
|
344
485
|
:one: Marokkói frank
|
486
|
+
:other: Moroccan francs
|
487
|
+
:MCF:
|
488
|
+
:one: Monegasque franc
|
489
|
+
:other: Monegasque francs
|
490
|
+
:MDC:
|
491
|
+
:one: Moldovan cupon
|
492
|
+
:other: Moldovan cupon
|
345
493
|
:MDL:
|
346
494
|
:one: Moldován lei
|
495
|
+
:other: Moldovan lei
|
347
496
|
:MGA:
|
348
497
|
:one: Madagaszkári ariary
|
498
|
+
:other: Malagasy Ariaries
|
349
499
|
:MGF:
|
350
500
|
:one: Madagaszkári frank
|
501
|
+
:other: Malagasy francs
|
351
502
|
:MKD:
|
352
503
|
:one: Macedon dínár
|
504
|
+
:other: Macedonian denari
|
505
|
+
:MKN:
|
506
|
+
:one: Macedonian denar (1992-1993)
|
507
|
+
:other: Macedonian denari (1992-1993)
|
353
508
|
:MLF:
|
354
509
|
:one: Mali frank
|
510
|
+
:other: Malian francs
|
355
511
|
:MMK:
|
356
512
|
:one: Mianmari kyat
|
513
|
+
:other: Myanma kyats
|
357
514
|
:MNT:
|
358
515
|
:one: Mongóliai tugrik
|
516
|
+
:other: Mongolian tugriks
|
359
517
|
:MOP:
|
360
518
|
:one: Makaói pataca
|
519
|
+
:other: Macanese patacas
|
361
520
|
:MRO:
|
362
521
|
:one: Mauritániai ouguiya
|
522
|
+
:other: Mauritanian ouguiyas
|
363
523
|
:MTL:
|
364
524
|
:one: Máltai líra
|
525
|
+
:other: Maltese lira
|
365
526
|
:MTP:
|
366
527
|
:one: Máltai font
|
528
|
+
:other: Maltese pounds
|
367
529
|
:MUR:
|
368
530
|
:one: Mauritiusi rúpia
|
531
|
+
:other: Mauritian rupees
|
532
|
+
:MVP:
|
533
|
+
:one: Maldivian rupee
|
534
|
+
:other: Maldivian rupees
|
369
535
|
:MVR:
|
370
536
|
:one: Maldív-szigeteki rufiyaa
|
537
|
+
:other: Maldivian rufiyaas
|
371
538
|
:MWK:
|
372
539
|
:one: Malawi kwacha
|
540
|
+
:other: Malawian Kwachas
|
373
541
|
:MXN:
|
374
542
|
:one: Mexikói peso
|
543
|
+
:other: Mexican pesos
|
375
544
|
:symbol: MXN
|
376
545
|
:MXP:
|
377
546
|
:one: Mexikói ezüst peso (1861-1992)
|
547
|
+
:other: Mexican silver pesos (1861-1992)
|
378
548
|
:MXV:
|
379
549
|
:one: Mexikói Unidad de Inversion (UDI)
|
550
|
+
:other: Mexican investment units
|
380
551
|
:MYR:
|
381
552
|
:one: Malajziai ringgit
|
553
|
+
:other: Malaysian ringgits
|
382
554
|
:MZE:
|
383
555
|
:one: Mozambik escudo
|
556
|
+
:other: Mozambican escudos
|
384
557
|
:MZM:
|
385
558
|
:one: Mozambik metical
|
559
|
+
:other: Mozambican meticals (1980-2006)
|
386
560
|
:MZN:
|
387
561
|
:one: Mozambiki metikális
|
562
|
+
:other: Mozambican meticals
|
388
563
|
:NAD:
|
389
564
|
:one: Namíbiai dollár
|
565
|
+
:other: Namibian dollars
|
390
566
|
:NGN:
|
391
567
|
:one: Nigériai naira
|
568
|
+
:other: Nigerian nairas
|
392
569
|
:NIC:
|
393
570
|
:one: Nikaraguai cordoba
|
571
|
+
:other: Nicaraguan córdobas (1988-1991)
|
394
572
|
:NIO:
|
395
573
|
:one: Nikaraguai cordoba oro
|
574
|
+
:other: Nicaraguan córdobas
|
396
575
|
:NLG:
|
397
576
|
:one: Holland forint
|
577
|
+
:other: Dutch guilders
|
398
578
|
:NOK:
|
399
579
|
:one: Norvég korona
|
580
|
+
:other: Norwegian kroner
|
400
581
|
:NPR:
|
401
582
|
:one: Nepáli rúpia
|
583
|
+
:other: Nepalese rupees
|
402
584
|
:NZD:
|
403
585
|
:one: Új-zélandi dollár
|
586
|
+
:other: New Zealand dollars
|
404
587
|
:symbol: NZD
|
405
588
|
:OMR:
|
406
589
|
:one: Ománi rial
|
590
|
+
:other: Omani rials
|
407
591
|
:PAB:
|
408
592
|
:one: Panamai balboa
|
593
|
+
:other: Panamanian balboas
|
409
594
|
:PEI:
|
410
595
|
:one: Perui inti
|
596
|
+
:other: Peruvian intis
|
411
597
|
:PEN:
|
412
598
|
:one: Perui sol nuevo
|
599
|
+
:other: Peruvian nuevos soles
|
413
600
|
:PES:
|
414
601
|
:one: Perui sol
|
602
|
+
:other: Peruvian soles (1863-1965)
|
415
603
|
:PGK:
|
416
604
|
:one: Pápua új-guineai kina
|
605
|
+
:other: Papua New Guinean kina
|
417
606
|
:PHP:
|
418
607
|
:one: Fülöp-szigeteki peso
|
608
|
+
:other: Philippine pesos
|
419
609
|
:PKR:
|
420
610
|
:one: Pakisztáni rúpia
|
611
|
+
:other: Pakistani rupees
|
421
612
|
:PLN:
|
422
613
|
:one: Lengyel zloty
|
614
|
+
:other: Polish zlotys
|
423
615
|
:PLZ:
|
424
616
|
:one: Lengyel zloty (1950-1995)
|
617
|
+
:other: Polish zlotys (PLZ)
|
425
618
|
:PTE:
|
426
619
|
:one: Portugál escudo
|
620
|
+
:other: Portuguese escudos
|
427
621
|
:PYG:
|
428
622
|
:one: Paraguayi guarani
|
623
|
+
:other: Paraguayan guaranis
|
429
624
|
:QAR:
|
430
625
|
:one: Katari rial
|
626
|
+
:other: Qatari rials
|
431
627
|
:RHD:
|
432
628
|
:one: rhodéziai dollár
|
433
629
|
:other: Rhodéziai dollár
|
@@ -439,19 +635,25 @@
|
|
439
635
|
:other: Román lej
|
440
636
|
:RSD:
|
441
637
|
:one: Szerb Dínár
|
638
|
+
:other: Serbian dinars
|
442
639
|
:RUB:
|
443
640
|
:one: Orosz rubel
|
641
|
+
:other: Russian rubles
|
444
642
|
:RUR:
|
445
643
|
:one: Orosz rubel (1991-1998)
|
446
644
|
:other: Orosz rubel (RUR)
|
447
645
|
:RWF:
|
448
646
|
:one: Ruandai frank
|
647
|
+
:other: Rwandan francs
|
449
648
|
:SAR:
|
450
649
|
:one: Szaúdi riyal
|
650
|
+
:other: Saudi riyals
|
451
651
|
:SBD:
|
452
652
|
:one: Salamon-szigeteki dollár
|
653
|
+
:other: Solomon Islands dollars
|
453
654
|
:SCR:
|
454
655
|
:one: Seychelle-szigeteki rúpia
|
656
|
+
:other: Seychellois rupees
|
455
657
|
:SDD:
|
456
658
|
:one: Szudáni dínár
|
457
659
|
:other: Régi szudáni dínár
|
@@ -463,53 +665,74 @@
|
|
463
665
|
:other: Régi szudáni font
|
464
666
|
:SEK:
|
465
667
|
:one: Svéd korona
|
668
|
+
:other: Swedish kronor
|
466
669
|
:SGD:
|
467
670
|
:one: Szingapúri dollár
|
671
|
+
:other: Singapore dollars
|
468
672
|
:SHP:
|
469
673
|
:one: Saint Helena font
|
674
|
+
:other: Saint Helena pounds
|
470
675
|
:SIT:
|
471
676
|
:one: Szlovén tolar
|
677
|
+
:other: Slovenian tolars
|
472
678
|
:SKK:
|
473
679
|
:one: Szlovák korona
|
680
|
+
:other: Slovak korunas
|
474
681
|
:SLL:
|
475
682
|
:one: Sierra Leone-i leone
|
683
|
+
:other: Sierra Leonean leones
|
476
684
|
:SOS:
|
477
685
|
:one: Szomáli shilling
|
686
|
+
:other: Somali shillings
|
478
687
|
:SRD:
|
479
688
|
:one: Suriname-i dollár
|
480
689
|
:other: Suriname-i dollár
|
481
690
|
:SRG:
|
482
691
|
:one: Suriname-i gulden
|
692
|
+
:other: Surinamese guilders
|
483
693
|
:SSP:
|
484
694
|
:one: Dél-szudáni font
|
695
|
+
:other: South Sudanese pounds
|
485
696
|
:STD:
|
486
697
|
:one: São Tomé és Príncipe-i dobra
|
698
|
+
:other: São Tomé and Príncipe dobras
|
487
699
|
:SUR:
|
488
700
|
:one: Szovjet rubel
|
701
|
+
:other: Soviet roubles
|
489
702
|
:SVC:
|
490
703
|
:one: Salvadori colón
|
704
|
+
:other: Salvadoran colones
|
491
705
|
:SYP:
|
492
706
|
:one: Szíriai font
|
707
|
+
:other: Syrian pounds
|
493
708
|
:SZL:
|
494
709
|
:one: Szváziföldi lilangeni
|
710
|
+
:other: Swazi emalangeni
|
495
711
|
:THB:
|
496
712
|
:one: Thai baht
|
713
|
+
:other: Thai baht
|
497
714
|
:symbol: THB
|
498
715
|
:TJR:
|
499
716
|
:one: Tádzsikisztáni rubel
|
717
|
+
:other: Tajikistani rubles
|
500
718
|
:TJS:
|
501
719
|
:one: Tádzsikisztáni somoni
|
720
|
+
:other: Tajikistani somonis
|
502
721
|
:TMM:
|
503
722
|
:one: Türkmenisztáni manat
|
723
|
+
:other: Turkmenistani manat (1993-2009)
|
504
724
|
:TMT:
|
505
725
|
:one: Türkmenisztáni manat*
|
726
|
+
:other: Turkmenistani manat
|
506
727
|
:TND:
|
507
728
|
:one: Tunéziai dínár
|
729
|
+
:other: Tunisian dinars
|
508
730
|
:TOP:
|
509
731
|
:one: Tongai paanga
|
510
732
|
:other: Tongai paanga
|
511
733
|
:TPE:
|
512
734
|
:one: Timori escudo
|
735
|
+
:other: Timorese escudos
|
513
736
|
:TRL:
|
514
737
|
:one: Régi török líra
|
515
738
|
:other: Régi török líra
|
@@ -518,28 +741,36 @@
|
|
518
741
|
:other: Török líra
|
519
742
|
:TTD:
|
520
743
|
:one: Trinidad és tobagoi dollár
|
744
|
+
:other: Trinidad and Tobago dollars
|
521
745
|
:TWD:
|
522
746
|
:one: Tajvani új dollár
|
523
747
|
:other: Tajvani dollár
|
524
748
|
:symbol: TWD
|
525
749
|
:TZS:
|
526
750
|
:one: Tanzániai shilling
|
751
|
+
:other: Tanzanian shillings
|
527
752
|
:UAH:
|
528
753
|
:one: Ukrán hrivnya
|
754
|
+
:other: Ukrainian hryvnias
|
529
755
|
:UAK:
|
530
756
|
:one: Ukrán karbovanec
|
757
|
+
:other: Ukrainian karbovantsiv
|
531
758
|
:UGS:
|
532
759
|
:one: Ugandai shilling (1966-1987)
|
533
760
|
:other: Ugandai shilling (UGS)
|
534
761
|
:UGX:
|
535
762
|
:one: Ugandai shilling
|
763
|
+
:other: Ugandan shillings
|
536
764
|
:USD:
|
537
765
|
:one: USA dollár
|
766
|
+
:other: US dollars
|
538
767
|
:symbol: $
|
539
768
|
:USN:
|
540
769
|
:one: USA dollár (következő napi)
|
770
|
+
:other: US dollars (next day)
|
541
771
|
:USS:
|
542
772
|
:one: USA dollár (aznapi)
|
773
|
+
:other: US dollars (same day)
|
543
774
|
:UYI:
|
544
775
|
:one: Uruguayi peso en unidades indexadas
|
545
776
|
:other: Uruguayi peso en unidades indexadas
|
@@ -551,6 +782,7 @@
|
|
551
782
|
:other: Uruguayi peso
|
552
783
|
:UZS:
|
553
784
|
:one: Üzbegisztáni szum
|
785
|
+
:other: Uzbekistan som
|
554
786
|
:VEB:
|
555
787
|
:one: Venezuelai bolivar (1871-2008)
|
556
788
|
:other: Venezuelai bolivar (1871-2008)
|
@@ -559,18 +791,27 @@
|
|
559
791
|
:other: Venezuelai bolivar
|
560
792
|
:VND:
|
561
793
|
:one: Vietnami dong
|
794
|
+
:other: Vietnamese dong
|
562
795
|
:symbol: VND
|
796
|
+
:VNN:
|
797
|
+
:one: Vietnamese dong (1978-1985)
|
798
|
+
:other: Vietnamese dong (1978-1985)
|
563
799
|
:VUV:
|
564
800
|
:one: Vanuatui vatu
|
801
|
+
:other: Vanuatu vatus
|
565
802
|
:WST:
|
566
803
|
:one: Nyugat-szamoai tala
|
804
|
+
:other: Samoan tala
|
567
805
|
:XAF:
|
568
806
|
:one: CFA frank BEAC
|
807
|
+
:other: CFA francs BEAC
|
569
808
|
:symbol: FCFA
|
570
809
|
:XAG:
|
571
810
|
:one: Ezüst
|
811
|
+
:other: troy ounces of silver
|
572
812
|
:XAU:
|
573
813
|
:one: Arany
|
814
|
+
:other: troy ounces of gold
|
574
815
|
:XBA:
|
575
816
|
:one: European Composite Unit
|
576
817
|
:other: Európai kompozit egység
|
@@ -585,58 +826,91 @@
|
|
585
826
|
:other: Európai kontó egység (XBD)
|
586
827
|
:XCD:
|
587
828
|
:one: Kelet-karibi dollár
|
829
|
+
:other: East Caribbean dollars
|
588
830
|
:symbol: XCD
|
589
831
|
:XDR:
|
590
832
|
:one: Special Drawing Rights
|
833
|
+
:other: special drawing rights
|
591
834
|
:XEU:
|
592
835
|
:one: európai pénznemegység
|
593
836
|
:other: Európai pénznemegység
|
594
837
|
:XFO:
|
595
838
|
:one: Francia arany frank
|
839
|
+
:other: French gold francs
|
596
840
|
:XFU:
|
597
841
|
:one: Francia UIC-frank
|
842
|
+
:other: French UIC-francs
|
598
843
|
:XOF:
|
599
844
|
:one: CFA frank BCEAO
|
845
|
+
:other: CFA francs BCEAO
|
600
846
|
:symbol: CFA
|
601
847
|
:XPD:
|
602
848
|
:one: palládium
|
603
849
|
:other: Palládium
|
604
850
|
:XPF:
|
605
851
|
:one: CFP frank
|
852
|
+
:other: CFP francs
|
606
853
|
:symbol: CFPF
|
607
854
|
:XPT:
|
608
855
|
:one: platina
|
609
856
|
:other: Platina
|
610
857
|
:XRE:
|
611
858
|
:one: RINET tőke
|
859
|
+
:other: RINET Funds units
|
860
|
+
:XSU:
|
861
|
+
:one: Sucre
|
862
|
+
:other: Sucres
|
612
863
|
:XTS:
|
613
864
|
:one: Tesztelési pénznemkód
|
865
|
+
:other: Testing Currency units
|
866
|
+
:XUA:
|
867
|
+
:one: ADB unit of account
|
868
|
+
:other: ADB units of account
|
614
869
|
:XXX:
|
615
870
|
:one: Ismeretlen vagy érvénytelen pénznem
|
616
871
|
:other: Ismeretlen/érvénytelen pénznem
|
617
872
|
:YDD:
|
618
873
|
:one: Jemeni dínár
|
874
|
+
:other: Yemeni dinars
|
619
875
|
:YER:
|
620
876
|
:one: Jemeni rial
|
877
|
+
:other: Yemeni rials
|
621
878
|
:YUD:
|
622
879
|
:one: Jugoszláv kemény dínár
|
880
|
+
:other: Yugoslavian hard dinars (1966-1990)
|
623
881
|
:YUM:
|
624
882
|
:one: Jugoszláv új dínár
|
883
|
+
:other: Yugoslavian new dinars (1994-2002)
|
625
884
|
:YUN:
|
626
885
|
:one: Jugoszláv konvertibilis dínár
|
886
|
+
:other: Yugoslavian convertible dinars (1990-1992)
|
887
|
+
:YUR:
|
888
|
+
:one: Yugoslavian reformed dinar (1992-1993)
|
889
|
+
:other: Yugoslavian reformed dinars (1992-1993)
|
627
890
|
:ZAL:
|
628
891
|
:one: Dél-afrikai rand (pénzügyi)
|
892
|
+
:other: South African rands (financial)
|
629
893
|
:ZAR:
|
630
894
|
:one: Dél-afrikai rand
|
895
|
+
:other: South African rand
|
631
896
|
:ZMK:
|
632
897
|
:one: Zambiai kwacha (1968-2012)
|
898
|
+
:other: Zambian kwachas (1968-2012)
|
633
899
|
:ZMW:
|
634
900
|
:one: Zambiai kwacha
|
901
|
+
:other: Zambian kwachas
|
635
902
|
:ZRN:
|
636
903
|
:one: Zairei új zaire
|
904
|
+
:other: Zairean new zaires (1993-1998)
|
637
905
|
:ZRZ:
|
638
906
|
:one: Zairei zaire
|
907
|
+
:other: Zairean zaires (1971-1993)
|
639
908
|
:ZWD:
|
640
909
|
:one: Zimbabwei dollár
|
910
|
+
:other: Zimbabwean dollars (1980-2008)
|
641
911
|
:ZWL:
|
642
912
|
:one: Zimbabwei dollár (2009)
|
913
|
+
:other: Zimbabwean dollars (2009)
|
914
|
+
:ZWR:
|
915
|
+
:one: Zimbabwean dollar (2008)
|
916
|
+
:other: Zimbabwean dollars (2008)
|