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: Afghaanse afghani
|
15
15
|
:other: Afghaanse afghani
|
16
|
+
:ALK:
|
17
|
+
:one: Albanian lek (1946-1965)
|
18
|
+
:other: Albanian lekë (1946-1965)
|
16
19
|
:ALL:
|
17
20
|
:one: Albanese lek
|
18
21
|
:other: Albanese lek
|
@@ -27,19 +30,31 @@
|
|
27
30
|
:other: Angolese kwanza
|
28
31
|
:AOK:
|
29
32
|
:one: Angolese kwanza (1977-1990)
|
33
|
+
:other: Angolan kwanzas (1977-1991)
|
30
34
|
:AON:
|
31
35
|
:one: Angolese nieuwe kwanza (1990-2000)
|
36
|
+
:other: Angolan new kwanzas (1990-2000)
|
32
37
|
:AOR:
|
33
38
|
:one: Angolese kwanza reajustado (1995-1999)
|
39
|
+
:other: Angolan readjusted kwanzas (1995-1999)
|
34
40
|
:ARA:
|
35
41
|
:one: Argentijnse austral
|
42
|
+
:other: Argentine australs
|
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)
|
36
49
|
:ARP:
|
37
50
|
:one: Argentijnse peso (1983-1985)
|
51
|
+
:other: Argentine pesos (1983-1985)
|
38
52
|
:ARS:
|
39
53
|
:one: Argentijnse peso
|
40
54
|
:other: Argentijnse peso
|
41
55
|
:ATS:
|
42
56
|
:one: Oostenrijkse schilling
|
57
|
+
:other: Austrian schillings
|
43
58
|
:AUD:
|
44
59
|
:one: Australische dollar
|
45
60
|
:other: Australische dollar
|
@@ -49,35 +64,52 @@
|
|
49
64
|
:other: Arubaanse florin
|
50
65
|
:AZM:
|
51
66
|
:one: Azerbeidzjaanse manat (1993-2006)
|
67
|
+
:other: Azerbaijani manats (1993-2006)
|
52
68
|
:AZN:
|
53
69
|
:one: Azerbeidzjaanse manat
|
54
70
|
:other: Azerbeidzjaanse manat
|
55
71
|
:BAD:
|
56
72
|
:one: Bosnische dinar
|
73
|
+
:other: Bosnia-Herzegovina dinars (1992-1994)
|
57
74
|
:BAM:
|
58
75
|
:one: Bosnische convertibele mark
|
59
76
|
:other: Bosnische convertibele mark
|
77
|
+
:BAN:
|
78
|
+
:one: Bosnia-Herzegovina new dinar (1994-1997)
|
79
|
+
:other: Bosnia-Herzegovina new dinars (1994-1997)
|
60
80
|
:BBD:
|
61
81
|
:one: Barbadaanse dollar
|
62
82
|
:other: Barbadaanse dollar
|
63
83
|
:BDT:
|
64
84
|
:one: Bengalese taka
|
85
|
+
:other: Bangladeshi takas
|
65
86
|
:BEC:
|
66
87
|
:one: Belgische frank (convertibel)
|
88
|
+
:other: Belgian francs (convertible)
|
67
89
|
:BEF:
|
68
90
|
:one: Belgische frank
|
91
|
+
:other: Belgian francs
|
69
92
|
:BEL:
|
70
93
|
:one: Belgische frank (financieel)
|
94
|
+
:other: Belgian francs (financial)
|
71
95
|
:BGL:
|
72
96
|
:one: Bulgaarse harde lev
|
97
|
+
:other: Bulgarian hard leva
|
98
|
+
:BGM:
|
99
|
+
:one: Bulgarian socialist lev
|
100
|
+
:other: Bulgarian socialist leva
|
73
101
|
:BGN:
|
74
102
|
:one: Bulgaarse lev
|
75
103
|
:other: Bulgaarse leva
|
104
|
+
:BGO:
|
105
|
+
:one: Bulgarian lev (1879-1952)
|
106
|
+
:other: Bulgarian leva (1879-1952)
|
76
107
|
:BHD:
|
77
108
|
:one: Bahreinse dinar
|
78
109
|
:other: Bahreinse dinar
|
79
110
|
:BIF:
|
80
111
|
:one: Burundese franc
|
112
|
+
:other: Burundian francs
|
81
113
|
:BMD:
|
82
114
|
:one: Bermuda-dollar
|
83
115
|
:other: Bermuda-dollar
|
@@ -87,24 +119,37 @@
|
|
87
119
|
:BOB:
|
88
120
|
:one: Boliviano
|
89
121
|
:other: Boliviano
|
122
|
+
:BOL:
|
123
|
+
:one: Bolivian boliviano (1863-1963)
|
124
|
+
:other: Bolivian bolivianos (1863-1963)
|
90
125
|
:BOP:
|
91
126
|
:one: Boliviaanse peso
|
127
|
+
:other: Bolivian pesos
|
92
128
|
:BOV:
|
93
129
|
:one: Boliviaanse mvdol
|
130
|
+
:other: Bolivian mvdols
|
94
131
|
:BRB:
|
95
132
|
:one: Braziliaanse cruzeiro novo (1967-1986)
|
133
|
+
:other: Brazilian new cruzeiros (1967-1986)
|
96
134
|
:BRC:
|
97
135
|
:one: Braziliaanse cruzado
|
136
|
+
:other: Brazilian cruzados (1986-1989)
|
98
137
|
:BRE:
|
99
138
|
:one: Braziliaanse cruzeiro (1990-1993)
|
139
|
+
:other: Brazilian cruzeiros (1990-1993)
|
100
140
|
:BRL:
|
101
141
|
:one: Braziliaanse real
|
102
142
|
:other: Braziliaanse real
|
103
143
|
:symbol: R$
|
104
144
|
:BRN:
|
105
145
|
:one: Braziliaanse cruzado novo
|
146
|
+
:other: Brazilian new cruzados (1989-1990)
|
106
147
|
:BRR:
|
107
148
|
:one: Braziliaanse cruzeiro
|
149
|
+
:other: Brazilian cruzeiros (1993-1994)
|
150
|
+
:BRZ:
|
151
|
+
:one: Brazilian cruzeiro (1942-1967)
|
152
|
+
:other: Brazilian cruzeiros (1942-1967)
|
108
153
|
:BSD:
|
109
154
|
:one: Bahamaanse dollar
|
110
155
|
:other: Bahamaanse dollar
|
@@ -113,286 +158,423 @@
|
|
113
158
|
:other: Bhutaanse ngultrum
|
114
159
|
:BUK:
|
115
160
|
:one: Birmese kyat
|
161
|
+
:other: Burmese kyats
|
116
162
|
:BWP:
|
117
163
|
:one: Botswaanse pula
|
118
164
|
:other: Botswaanse pula
|
119
165
|
:BYB:
|
120
166
|
:one: Wit-Russische nieuwe roebel (1994-1999)
|
167
|
+
:other: Belarusian new rubles (1994-1999)
|
121
168
|
:BYR:
|
122
169
|
:one: Wit-Russische roebel
|
170
|
+
:other: Belarusian rubles
|
123
171
|
:BZD:
|
124
172
|
:one: Belizaanse dollar
|
173
|
+
:other: Belize dollars
|
125
174
|
:CAD:
|
126
175
|
:one: Canadese dollar
|
176
|
+
:other: Canadian dollars
|
127
177
|
:symbol: C$
|
128
178
|
:CDF:
|
129
179
|
:one: Congolese frank
|
130
180
|
:other: Congolese frank
|
131
181
|
:CHE:
|
132
182
|
:one: WIR euro
|
183
|
+
:other: WIR euros
|
133
184
|
:CHF:
|
134
185
|
:one: Zwitserse frank
|
135
186
|
:other: Zwitserse frank
|
136
187
|
:CHW:
|
137
188
|
:one: WIR franc
|
189
|
+
:other: WIR francs
|
190
|
+
:CLE:
|
191
|
+
:one: Chilean escudo
|
192
|
+
:other: Chilean escudos
|
138
193
|
:CLF:
|
139
194
|
:one: Chileense unidades de fomento
|
195
|
+
:other: Chilean units of account (UF)
|
140
196
|
:CLP:
|
141
197
|
:one: Chileense peso
|
198
|
+
:other: Chilean pesos
|
199
|
+
:CNX:
|
200
|
+
:one: Chinese People’s Bank dollar
|
201
|
+
:other: Chinese People’s Bank dollars
|
142
202
|
:CNY:
|
143
203
|
:one: Chinese yuan renminbi
|
204
|
+
:other: Chinese yuan
|
144
205
|
:symbol: CN¥
|
145
206
|
:COP:
|
146
207
|
:one: Colombiaanse peso
|
208
|
+
:other: Colombian pesos
|
147
209
|
:COU:
|
148
210
|
:one: Unidad de Valor Real
|
211
|
+
:other: Colombian real value units
|
149
212
|
:CRC:
|
150
213
|
:one: Costaricaanse colón
|
151
214
|
:other: Costaricaanse colón
|
152
215
|
:CSD:
|
153
216
|
:one: Oude Servische dinar
|
217
|
+
:other: Serbian dinars (2002-2006)
|
154
218
|
:CSK:
|
155
219
|
:one: Tsjechoslowaakse harde koruna
|
220
|
+
:other: Czechoslovak hard korunas
|
156
221
|
:CUC:
|
157
222
|
:one: Cubaanse convertibele peso
|
158
223
|
:other: Cubaanse convertibele pesos
|
159
224
|
:CUP:
|
160
225
|
:one: Cubaanse peso
|
226
|
+
:other: Cuban pesos
|
161
227
|
:CVE:
|
162
228
|
:one: Kaapverdische escudo
|
163
229
|
:other: Kaapverdische escudo
|
164
230
|
:CYP:
|
165
231
|
:one: Cyprisch pond
|
232
|
+
:other: Cypriot pounds
|
166
233
|
:CZK:
|
167
234
|
:one: Tsjechische koruna
|
235
|
+
:other: Czech Republic korunas
|
168
236
|
:DDM:
|
169
237
|
:one: Oost-Duitse ostmark
|
238
|
+
:other: East German marks
|
170
239
|
:DEM:
|
171
240
|
:one: Duitse mark
|
241
|
+
:other: German marks
|
172
242
|
:DJF:
|
173
243
|
:one: Djiboutiaanse franc
|
244
|
+
:other: Djiboutian francs
|
174
245
|
:DKK:
|
175
246
|
:one: Deense kroon
|
176
247
|
:other: Deense kronen
|
177
248
|
:DOP:
|
178
249
|
:one: Dominicaanse peso
|
250
|
+
:other: Dominican pesos
|
179
251
|
:DZD:
|
180
252
|
:one: Algerijnse dinar
|
253
|
+
:other: Algerian dinars
|
181
254
|
:ECS:
|
182
255
|
:one: Ecuadoraanse sucre
|
256
|
+
:other: Ecuadorian sucres
|
183
257
|
:ECV:
|
184
258
|
:one: Ecuadoraanse unidad de valor constante (UVC)
|
259
|
+
:other: Ecuadorian units of constant value
|
185
260
|
:EEK:
|
186
261
|
:one: Estlandse kroon
|
262
|
+
:other: Estonian kroons
|
187
263
|
:EGP:
|
188
264
|
:one: Egyptisch pond
|
265
|
+
:other: Egyptian pounds
|
189
266
|
:ERN:
|
190
267
|
:one: Eritrese nakfa
|
268
|
+
:other: Eritrean nakfas
|
191
269
|
:ESA:
|
192
270
|
:one: Spaanse peseta (account A)
|
271
|
+
:other: Spanish pesetas (A account)
|
193
272
|
:ESB:
|
194
273
|
:one: Spaanse peseta (convertibele account)
|
274
|
+
:other: Spanish pesetas (convertible account)
|
195
275
|
:ESP:
|
196
276
|
:one: Spaanse peseta
|
277
|
+
:other: Spanish pesetas
|
197
278
|
:ETB:
|
198
279
|
:one: Ethiopische birr
|
280
|
+
:other: Ethiopian birrs
|
199
281
|
:EUR:
|
200
282
|
:one: euro
|
201
283
|
:other: euro
|
202
284
|
:symbol: €
|
203
285
|
:FIM:
|
204
286
|
:one: Finse markka
|
287
|
+
:other: Finnish markkas
|
205
288
|
:FJD:
|
206
289
|
:one: Fiji-dollar
|
207
290
|
:other: Fiji-dollar
|
208
291
|
:symbol: FJ$
|
209
292
|
:FKP:
|
210
293
|
:one: Falklandeilands pond
|
294
|
+
:other: Falkland Islands pounds
|
211
295
|
:FRF:
|
212
296
|
:one: Franse franc
|
297
|
+
:other: French francs
|
213
298
|
:GBP:
|
214
299
|
:one: Brits pond sterling
|
215
300
|
:other: Brits pond sterling
|
216
301
|
:symbol: £
|
217
302
|
:GEK:
|
218
303
|
:one: Georgische kupon larit
|
304
|
+
:other: Georgian kupon larits
|
219
305
|
:GEL:
|
220
306
|
:one: Georgische lari
|
307
|
+
:other: Georgian laris
|
221
308
|
:GHC:
|
222
309
|
:one: Ghanese cedi (1979-2007)
|
310
|
+
:other: Ghanaian cedis (1979-2007)
|
223
311
|
:GHS:
|
224
312
|
:one: Ghanese cedi
|
225
313
|
:other: Ghanese cedi
|
226
314
|
:GIP:
|
227
315
|
:one: Gibraltarees pond
|
316
|
+
:other: Gibraltar pounds
|
228
317
|
:GMD:
|
229
318
|
:one: Gambiaanse dalasi
|
319
|
+
:other: Gambian dalasis
|
230
320
|
:GNF:
|
231
321
|
:one: Guinese franc
|
322
|
+
:other: Guinean francs
|
232
323
|
:GNS:
|
233
324
|
:one: Guinese syli
|
325
|
+
:other: Guinean sylis
|
234
326
|
:GQE:
|
235
327
|
:one: Equatoriaal-Guinese ekwele guineana
|
328
|
+
:other: Equatorial Guinean ekwele
|
236
329
|
:GRD:
|
237
330
|
:one: Griekse drachme
|
331
|
+
:other: Greek drachmas
|
238
332
|
:GTQ:
|
239
333
|
:one: Guatemalteekse quetzal
|
334
|
+
:other: Guatemalan quetzals
|
240
335
|
:GWE:
|
241
336
|
:one: Portugees-Guinese escudo
|
337
|
+
:other: Portuguese Guinea escudos
|
242
338
|
:GWP:
|
243
339
|
:one: Guinee-Bissause peso
|
340
|
+
:other: Guinea-Bissau pesos
|
244
341
|
:GYD:
|
245
342
|
:one: Guyaanse dollar
|
343
|
+
:other: Guyanaese dollars
|
246
344
|
:HKD:
|
247
345
|
:one: Hongkongse dollar
|
346
|
+
:other: Hong Kong dollars
|
248
347
|
:symbol: HK$
|
249
348
|
:HNL:
|
250
349
|
:one: Hondurese lempira
|
350
|
+
:other: Honduran lempiras
|
251
351
|
:HRD:
|
252
352
|
:one: Kroatische dinar
|
353
|
+
:other: Croatian dinars
|
253
354
|
:HRK:
|
254
355
|
:one: Kroatische kuna
|
356
|
+
:other: Croatian kunas
|
255
357
|
:HTG:
|
256
358
|
:one: Haïtiaanse gourde
|
359
|
+
:other: Haitian gourdes
|
257
360
|
:HUF:
|
258
361
|
:one: Hongaarse forint
|
362
|
+
:other: Hungarian forints
|
259
363
|
:IDR:
|
260
364
|
:one: Indonesische roepia
|
261
365
|
:other: Indonesische roepia
|
262
366
|
:IEP:
|
263
367
|
:one: Iers pond
|
368
|
+
:other: Irish pounds
|
264
369
|
:ILP:
|
265
370
|
:one: Israëlisch pond
|
371
|
+
:other: Israeli pounds
|
372
|
+
:ILR:
|
373
|
+
:one: Israeli sheqel (1980-1985)
|
374
|
+
:other: Israeli sheqels (1980-1985)
|
266
375
|
:ILS:
|
267
376
|
:one: Israëlische nieuwe shekel
|
377
|
+
:other: Israeli new sheqels
|
268
378
|
:symbol: ₪
|
269
379
|
:INR:
|
270
380
|
:one: Indiase rupee
|
381
|
+
:other: Indian rupees
|
271
382
|
:symbol: ₹
|
272
383
|
:IQD:
|
273
384
|
:one: Iraakse dinar
|
385
|
+
:other: Iraqi dinars
|
274
386
|
:IRR:
|
275
387
|
:one: Iraanse rial
|
388
|
+
:other: Iranian rials
|
389
|
+
:ISJ:
|
390
|
+
:one: Icelandic króna (1918-1981)
|
391
|
+
:other: Icelandic krónur (1918-1981)
|
276
392
|
:ISK:
|
277
393
|
:one: IJslandse kroon
|
278
394
|
:other: IJslandse kronen
|
279
395
|
:ITL:
|
280
396
|
:one: Italiaanse lire
|
397
|
+
:other: Italian liras
|
281
398
|
:JMD:
|
282
399
|
:one: Jamaicaanse dollar
|
400
|
+
:other: Jamaican dollars
|
283
401
|
:JOD:
|
284
402
|
:one: Jordaanse dinar
|
403
|
+
:other: Jordanian dinars
|
285
404
|
:JPY:
|
286
405
|
:one: Japanse yen
|
406
|
+
:other: Japanese yen
|
287
407
|
:symbol: JP¥
|
288
408
|
:KES:
|
289
409
|
:one: Keniaanse shilling
|
290
410
|
:other: Keniaanse shilling
|
291
411
|
:KGS:
|
292
412
|
:one: Kirgizische som
|
413
|
+
:other: Kyrgystani soms
|
293
414
|
:KHR:
|
294
415
|
:one: Cambodjaanse riel
|
416
|
+
:other: Cambodian riels
|
295
417
|
:KMF:
|
296
418
|
:one: Comorese franc
|
419
|
+
:other: Comorian francs
|
297
420
|
:KPW:
|
298
421
|
:one: Noord-Koreaanse 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)
|
299
429
|
:KRW:
|
300
430
|
:one: Zuid-Koreaanse won
|
431
|
+
:other: South Korean won
|
301
432
|
:symbol: ₩
|
302
433
|
:KWD:
|
303
434
|
:one: Koeweitse dinar
|
435
|
+
:other: Kuwaiti dinars
|
304
436
|
:KYD:
|
305
437
|
:one: Caymaneilandse dollar
|
438
|
+
:other: Cayman Islands dollars
|
306
439
|
:KZT:
|
307
440
|
:one: Kazachstaanse tenge
|
441
|
+
:other: Kazakhstani tenges
|
308
442
|
:LAK:
|
309
443
|
:one: Laotiaanse kip
|
444
|
+
:other: Laotian kips
|
310
445
|
:LBP:
|
311
446
|
:one: Libanees pond
|
447
|
+
:other: Lebanese pounds
|
312
448
|
:LKR:
|
313
449
|
:one: Sri Lankaanse roepie
|
314
450
|
:other: Sri Lankaanse roepie
|
315
451
|
:LRD:
|
316
452
|
:one: Liberiaanse dollar
|
453
|
+
:other: Liberian dollars
|
317
454
|
:LSL:
|
318
455
|
:one: Lesothaanse loti
|
456
|
+
:other: Lesotho lotis
|
319
457
|
:LTL:
|
320
458
|
:one: Litouwse litas
|
459
|
+
:other: Lithuanian litai
|
321
460
|
:LTT:
|
322
461
|
:one: Litouwse talonas
|
462
|
+
:other: Lithuanian talonases
|
323
463
|
:LUC:
|
324
464
|
:one: Luxemburgse convertibele franc
|
465
|
+
:other: Luxembourgian convertible francs
|
325
466
|
:LUF:
|
326
467
|
:one: Luxemburgse frank
|
468
|
+
:other: Luxembourgian francs
|
327
469
|
:LUL:
|
328
470
|
:one: Luxemburgse financiële franc
|
471
|
+
:other: Luxembourg financial francs
|
329
472
|
:LVL:
|
330
473
|
:one: Letse lats
|
331
474
|
:other: Letse lats
|
332
475
|
:LVR:
|
333
476
|
:one: Letse roebel
|
477
|
+
:other: Latvian rubles
|
334
478
|
:LYD:
|
335
479
|
:one: Libische dinar
|
480
|
+
:other: Libyan dinars
|
336
481
|
:MAD:
|
337
482
|
:one: Marokkaanse dirham
|
483
|
+
:other: Moroccan dirhams
|
338
484
|
:MAF:
|
339
485
|
:one: Marokkaanse franc
|
486
|
+
:other: Moroccan francs
|
487
|
+
:MCF:
|
488
|
+
:one: Monegasque franc
|
489
|
+
:other: Monegasque francs
|
490
|
+
:MDC:
|
491
|
+
:one: Moldovan cupon
|
492
|
+
:other: Moldovan cupon
|
340
493
|
:MDL:
|
341
494
|
:one: Moldavische leu
|
495
|
+
:other: Moldovan lei
|
342
496
|
:MGA:
|
343
497
|
:one: Malagassische ariary
|
498
|
+
:other: Malagasy Ariaries
|
344
499
|
:MGF:
|
345
500
|
:one: Malagassische franc
|
501
|
+
:other: Malagasy francs
|
346
502
|
:MKD:
|
347
503
|
:one: Macedonische denar
|
504
|
+
:other: Macedonian denari
|
505
|
+
:MKN:
|
506
|
+
:one: Macedonian denar (1992-1993)
|
507
|
+
:other: Macedonian denari (1992-1993)
|
348
508
|
:MLF:
|
349
509
|
:one: Malinese franc
|
510
|
+
:other: Malian francs
|
350
511
|
:MMK:
|
351
512
|
:one: Myanmarese kyat
|
513
|
+
:other: Myanma kyats
|
352
514
|
:MNT:
|
353
515
|
:one: Mongoolse tugrik
|
516
|
+
:other: Mongolian tugriks
|
354
517
|
:MOP:
|
355
518
|
:one: Macause pataca
|
519
|
+
:other: Macanese patacas
|
356
520
|
:MRO:
|
357
521
|
:one: Mauritaanse ouguiya
|
522
|
+
:other: Mauritanian ouguiyas
|
358
523
|
:MTL:
|
359
524
|
:one: Maltese lire
|
525
|
+
:other: Maltese lira
|
360
526
|
:MTP:
|
361
527
|
:one: Maltees pond
|
528
|
+
:other: Maltese pounds
|
362
529
|
:MUR:
|
363
530
|
:one: Mauritaanse roepie
|
364
531
|
:other: Mauritaanse roepie
|
532
|
+
:MVP:
|
533
|
+
:one: Maldivian rupee
|
534
|
+
:other: Maldivian rupees
|
365
535
|
:MVR:
|
366
536
|
:one: Maldivische rufiyaa
|
537
|
+
:other: Maldivian rufiyaas
|
367
538
|
:MWK:
|
368
539
|
:one: Malawische kwacha
|
369
540
|
:other: Malawische kwacha
|
370
541
|
:MXN:
|
371
542
|
:one: Mexicaanse peso
|
543
|
+
:other: Mexican pesos
|
372
544
|
:symbol: MX$
|
373
545
|
:MXP:
|
374
546
|
:one: Mexicaanse zilveren peso (1861-1992)
|
547
|
+
:other: Mexican silver pesos (1861-1992)
|
375
548
|
:MXV:
|
376
549
|
:one: Mexicaanse unidad de inversion (UDI)
|
550
|
+
:other: Mexican investment units
|
377
551
|
:MYR:
|
378
552
|
:one: Maleisische ringgit
|
553
|
+
:other: Malaysian ringgits
|
379
554
|
:MZE:
|
380
555
|
:one: Mozambikaanse escudo
|
556
|
+
:other: Mozambican escudos
|
381
557
|
:MZM:
|
382
558
|
:one: Oude Mozambikaanse metical
|
559
|
+
:other: Mozambican meticals (1980-2006)
|
383
560
|
:MZN:
|
384
561
|
:one: Mozambikaanse metical
|
562
|
+
:other: Mozambican meticals
|
385
563
|
:NAD:
|
386
564
|
:one: Namibische dollar
|
387
565
|
:other: Namibische dollar
|
388
566
|
:NGN:
|
389
567
|
:one: Nigeriaanse naira
|
568
|
+
:other: Nigerian nairas
|
390
569
|
:NIC:
|
391
570
|
:one: Nicaraguaanse córdoba
|
571
|
+
:other: Nicaraguan córdobas (1988-1991)
|
392
572
|
:NIO:
|
393
573
|
:one: Nicaraguaanse córdoba oro
|
574
|
+
:other: Nicaraguan córdobas
|
394
575
|
:NLG:
|
395
576
|
:one: Nederlandse gulden
|
577
|
+
:other: Dutch guilders
|
396
578
|
:NOK:
|
397
579
|
:one: Noorse kroon
|
398
580
|
:other: Noorse kronen
|
@@ -405,47 +587,67 @@
|
|
405
587
|
:symbol: NZ$
|
406
588
|
:OMR:
|
407
589
|
:one: Omaanse rial
|
590
|
+
:other: Omani rials
|
408
591
|
:PAB:
|
409
592
|
:one: Panamese balboa
|
593
|
+
:other: Panamanian balboas
|
410
594
|
:PEI:
|
411
595
|
:one: Peruaanse inti
|
596
|
+
:other: Peruvian intis
|
412
597
|
:PEN:
|
413
598
|
:one: Peruaanse nieuwe sol
|
599
|
+
:other: Peruvian nuevos soles
|
414
600
|
:PES:
|
415
601
|
:one: Peruaanse sol
|
602
|
+
:other: Peruvian soles (1863-1965)
|
416
603
|
:PGK:
|
417
604
|
:one: Papuaanse kina
|
605
|
+
:other: Papua New Guinean kina
|
418
606
|
:PHP:
|
419
607
|
:one: Filipijnse peso
|
608
|
+
:other: Philippine pesos
|
420
609
|
:PKR:
|
421
610
|
:one: Pakistaanse roepie
|
422
611
|
:other: Pakistaanse roepie
|
423
612
|
:PLN:
|
424
613
|
:one: Poolse zloty
|
614
|
+
:other: Polish zlotys
|
425
615
|
:PLZ:
|
426
616
|
:one: Poolse zloty (1950-1995)
|
617
|
+
:other: Polish zlotys (PLZ)
|
427
618
|
:PTE:
|
428
619
|
:one: Portugese escudo
|
620
|
+
:other: Portuguese escudos
|
429
621
|
:PYG:
|
430
622
|
:one: Paraguayaanse guarani
|
623
|
+
:other: Paraguayan guaranis
|
431
624
|
:QAR:
|
432
625
|
:one: Qatarese rial
|
626
|
+
:other: Qatari rials
|
433
627
|
:RHD:
|
434
628
|
:one: Rhodesische dollar
|
629
|
+
:other: Rhodesian dollars
|
435
630
|
:ROL:
|
436
631
|
:one: Oude Roemeense leu
|
632
|
+
:other: Romanian Lei (1952-2006)
|
437
633
|
:RON:
|
438
634
|
:one: Roemeense leu
|
635
|
+
:other: Romanian lei
|
439
636
|
:RSD:
|
440
637
|
:one: Servische dinar
|
638
|
+
:other: Serbian dinars
|
441
639
|
:RUB:
|
442
640
|
:one: Russische roebel
|
641
|
+
:other: Russian rubles
|
443
642
|
:RUR:
|
444
643
|
:one: Russische roebel (1991-1998)
|
644
|
+
:other: Russian rubles (1991-1998)
|
445
645
|
:RWF:
|
446
646
|
:one: Rwandese franc
|
647
|
+
:other: Rwandan francs
|
447
648
|
:SAR:
|
448
649
|
:one: Saoedische rial
|
650
|
+
:other: Saudi riyals
|
449
651
|
:SBD:
|
450
652
|
:one: Salomon-dollar
|
451
653
|
:other: Salomon-dollar
|
@@ -455,6 +657,7 @@
|
|
455
657
|
:other: Seychelse roepie
|
456
658
|
:SDD:
|
457
659
|
:one: Soedanese dinar
|
660
|
+
:other: Sudanese dinars (1992-2007)
|
458
661
|
:SDG:
|
459
662
|
:one: Soedanees pond
|
460
663
|
:other: Soedanees pond
|
@@ -466,54 +669,71 @@
|
|
466
669
|
:other: Zweedse kronen
|
467
670
|
:SGD:
|
468
671
|
:one: Singaporese dollar
|
672
|
+
:other: Singapore dollars
|
469
673
|
:SHP:
|
470
674
|
:one: Sint-Heleens pond
|
471
675
|
:other: Sint-Heleens pond
|
472
676
|
:SIT:
|
473
677
|
:one: Sloveense tolar
|
678
|
+
:other: Slovenian tolars
|
474
679
|
:SKK:
|
475
680
|
:one: Slowaakse koruna
|
681
|
+
:other: Slovak korunas
|
476
682
|
:SLL:
|
477
683
|
:one: Sierraleoonse leone
|
684
|
+
:other: Sierra Leonean leones
|
478
685
|
:SOS:
|
479
686
|
:one: Somalische shilling
|
480
687
|
:other: Somalische shilling
|
481
688
|
:SRD:
|
482
689
|
:one: Surinaamse dollar
|
690
|
+
:other: Surinamese dollars
|
483
691
|
:SRG:
|
484
692
|
:one: Surinaamse gulden
|
693
|
+
:other: Surinamese guilders
|
485
694
|
:SSP:
|
486
695
|
:one: Zuid-Soedanees pond
|
487
696
|
:other: Zuid-Soedanees pond
|
488
697
|
:STD:
|
489
698
|
:one: Santomese dobra
|
699
|
+
:other: São Tomé and Príncipe dobras
|
490
700
|
:SUR:
|
491
701
|
:one: Sovjet-roebel
|
702
|
+
:other: Soviet roubles
|
492
703
|
:SVC:
|
493
704
|
:one: Salvadoraanse colón
|
705
|
+
:other: Salvadoran colones
|
494
706
|
:SYP:
|
495
707
|
:one: Syrisch pond
|
708
|
+
:other: Syrian pounds
|
496
709
|
:SZL:
|
497
710
|
:one: Swazische lilangeni
|
711
|
+
:other: Swazi emalangeni
|
498
712
|
:THB:
|
499
713
|
:one: Thaise baht
|
500
714
|
:other: Thaise baht
|
501
715
|
:symbol: ฿
|
502
716
|
:TJR:
|
503
717
|
:one: Tadzjikistaanse roebel
|
718
|
+
:other: Tajikistani rubles
|
504
719
|
:TJS:
|
505
720
|
:one: Tadzjikistaanse somoni
|
721
|
+
:other: Tajikistani somonis
|
506
722
|
:TMM:
|
507
723
|
:one: Turkmeense manat
|
724
|
+
:other: Turkmenistani manat (1993-2009)
|
508
725
|
:TMT:
|
509
726
|
:one: Turkmeense nieuwe manat
|
510
727
|
:other: Turkmeense nieuwe manat
|
511
728
|
:TND:
|
512
729
|
:one: Tunesische dinar
|
730
|
+
:other: Tunisian dinars
|
513
731
|
:TOP:
|
514
732
|
:one: Tongaanse paʻanga
|
733
|
+
:other: Tongan paʻanga
|
515
734
|
:TPE:
|
516
735
|
:one: Timorese escudo
|
736
|
+
:other: Timorese escudos
|
517
737
|
:TRL:
|
518
738
|
:one: oude Turkse lira
|
519
739
|
:other: oude Turkse lira
|
@@ -522,18 +742,23 @@
|
|
522
742
|
:other: Turkse lira
|
523
743
|
:TTD:
|
524
744
|
:one: Trinidad en Tobago-dollar
|
745
|
+
:other: Trinidad and Tobago dollars
|
525
746
|
:TWD:
|
526
747
|
:one: Nieuwe Taiwanese dollar
|
748
|
+
:other: New Taiwan dollars
|
527
749
|
:symbol: NT$
|
528
750
|
:TZS:
|
529
751
|
:one: Tanzaniaanse shilling
|
530
752
|
:other: Tanzaniaanse shilling
|
531
753
|
:UAH:
|
532
754
|
:one: Oekraïense hryvnia
|
755
|
+
:other: Ukrainian hryvnias
|
533
756
|
:UAK:
|
534
757
|
:one: Oekraïense karbovanetz
|
758
|
+
:other: Ukrainian karbovantsiv
|
535
759
|
:UGS:
|
536
760
|
:one: Oegandese shilling (1966-1987)
|
761
|
+
:other: Ugandan shillings (1966-1987)
|
537
762
|
:UGX:
|
538
763
|
:one: Oegandese shilling
|
539
764
|
:other: Oegandese shilling
|
@@ -543,30 +768,44 @@
|
|
543
768
|
:symbol: US$
|
544
769
|
:USN:
|
545
770
|
:one: Amerikaanse dollar (volgende dag)
|
771
|
+
:other: US dollars (next day)
|
546
772
|
:USS:
|
547
773
|
:one: Amerikaanse dollar (zelfde dag)
|
774
|
+
:other: US dollars (same day)
|
548
775
|
:UYI:
|
549
776
|
:one: Uruguayaanse peso en geïndexeerde eenheden
|
777
|
+
:other: Uruguayan pesos (indexed units)
|
550
778
|
:UYP:
|
551
779
|
:one: Uruguayaanse peso (1975-1993)
|
780
|
+
:other: Uruguayan pesos (1975-1993)
|
552
781
|
:UYU:
|
553
782
|
:one: Uruguayaanse peso uruguayo
|
783
|
+
:other: Uruguayan pesos
|
554
784
|
:UZS:
|
555
785
|
:one: Oezbekistaanse sum
|
786
|
+
:other: Uzbekistan som
|
556
787
|
:VEB:
|
557
788
|
:one: Venezolaanse bolivar (1871-2008)
|
789
|
+
:other: Venezuelan bolívars (1871-2008)
|
558
790
|
:VEF:
|
559
791
|
:one: Venezolaanse bolivar
|
792
|
+
:other: Venezuelan bolívars
|
560
793
|
:VND:
|
561
794
|
:one: Vietnamese dong
|
562
795
|
:other: Vietnamese dong
|
563
796
|
:symbol: ₫
|
797
|
+
:VNN:
|
798
|
+
:one: Vietnamese dong (1978-1985)
|
799
|
+
:other: Vietnamese dong (1978-1985)
|
564
800
|
:VUV:
|
565
801
|
:one: Vanuatuaanse vatu
|
802
|
+
:other: Vanuatu vatus
|
566
803
|
:WST:
|
567
804
|
:one: West-Samoaanse tala
|
805
|
+
:other: Samoan tala
|
568
806
|
:XAF:
|
569
807
|
:one: CFA-franc BEAC
|
808
|
+
:other: CFA francs BEAC
|
570
809
|
:symbol: FCFA
|
571
810
|
:XAG:
|
572
811
|
:one: Troy ounce zilver
|
@@ -576,56 +815,85 @@
|
|
576
815
|
:other: Troy ounces goud
|
577
816
|
:XBA:
|
578
817
|
:one: Europese samengestelde eenheid
|
818
|
+
:other: European composite units
|
579
819
|
:XBB:
|
580
820
|
:one: Europese monetaire eenheid
|
821
|
+
:other: European monetary units
|
581
822
|
:XBC:
|
582
823
|
:one: Europese rekeneenheid (XBC)
|
824
|
+
:other: European units of account (XBC)
|
583
825
|
:XBD:
|
584
826
|
:one: Europese rekeneenheid (XBD)
|
827
|
+
:other: European units of account (XBD)
|
585
828
|
:XCD:
|
586
829
|
:one: Oost-Caribische dollar
|
830
|
+
:other: East Caribbean dollars
|
587
831
|
:symbol: EC$
|
588
832
|
:XDR:
|
589
833
|
:one: Special Drawing Rights
|
834
|
+
:other: special drawing rights
|
590
835
|
:XEU:
|
591
836
|
:one: European Currency Unit
|
837
|
+
:other: European currency units
|
592
838
|
:XFO:
|
593
839
|
:one: Franse gouden franc
|
840
|
+
:other: French gold francs
|
594
841
|
:XFU:
|
595
842
|
:one: Franse UIC-franc
|
843
|
+
:other: French UIC-francs
|
596
844
|
:XOF:
|
597
845
|
:one: CFA-franc BCEAO
|
846
|
+
:other: CFA francs BCEAO
|
598
847
|
:symbol: CFA
|
599
848
|
:XPD:
|
600
849
|
:one: Troy ounce palladium
|
601
850
|
:other: Troy ounces palladium
|
602
851
|
:XPF:
|
603
852
|
:one: CFP-franc
|
853
|
+
:other: CFP francs
|
604
854
|
:symbol: CFPF
|
605
855
|
:XPT:
|
606
856
|
:one: Troy ounce platina
|
607
857
|
:other: Troy ounces platina
|
608
858
|
:XRE:
|
609
859
|
:one: RINET-fondsen
|
860
|
+
:other: RINET Funds units
|
861
|
+
:XSU:
|
862
|
+
:one: Sucre
|
863
|
+
:other: Sucres
|
610
864
|
:XTS:
|
611
865
|
:one: Valutacode voor testdoeleinden
|
866
|
+
:other: Testing Currency units
|
867
|
+
:XUA:
|
868
|
+
:one: ADB unit of account
|
869
|
+
:other: ADB units of account
|
612
870
|
:XXX:
|
613
871
|
:one: onbekende munteenheid
|
614
872
|
:other: onbekende munteenheid
|
615
873
|
:YDD:
|
616
874
|
:one: Jemenitische dinar
|
875
|
+
:other: Yemeni dinars
|
617
876
|
:YER:
|
618
877
|
:one: Jemenitische rial
|
878
|
+
:other: Yemeni rials
|
619
879
|
:YUD:
|
620
880
|
:one: Joegoslavische harde dinar
|
881
|
+
:other: Yugoslavian hard dinars (1966-1990)
|
621
882
|
:YUM:
|
622
883
|
:one: Joegoslavische noviy-dinar
|
884
|
+
:other: Yugoslavian new dinars (1994-2002)
|
623
885
|
:YUN:
|
624
886
|
:one: Joegoslavische convertibele dinar
|
887
|
+
:other: Yugoslavian convertible dinars (1990-1992)
|
888
|
+
:YUR:
|
889
|
+
:one: Yugoslavian reformed dinar (1992-1993)
|
890
|
+
:other: Yugoslavian reformed dinars (1992-1993)
|
625
891
|
:ZAL:
|
626
892
|
:one: Zuid-Afrikaanse rand (financieel)
|
893
|
+
:other: South African rands (financial)
|
627
894
|
:ZAR:
|
628
895
|
:one: Zuid-Afrikaanse rand
|
896
|
+
:other: South African rand
|
629
897
|
:ZMK:
|
630
898
|
:one: Zambiaanse kwacha (1968-2012)
|
631
899
|
:other: Zambiaanse kwacha (1968-2012)
|
@@ -634,10 +902,16 @@
|
|
634
902
|
:other: Zambiaanse kwacha
|
635
903
|
:ZRN:
|
636
904
|
:one: Zaïrese nieuwe zaïre
|
905
|
+
:other: Zairean new zaires (1993-1998)
|
637
906
|
:ZRZ:
|
638
907
|
:one: Zaïrese zaïre
|
908
|
+
:other: Zairean zaires (1971-1993)
|
639
909
|
:ZWD:
|
640
910
|
:one: Zimbabwaanse dollar
|
911
|
+
:other: Zimbabwean dollars (1980-2008)
|
641
912
|
:ZWL:
|
642
913
|
:one: Zimbabwaanse dollar (2009)
|
643
914
|
:other: Zimbabwaanse dollar (2009)
|
915
|
+
:ZWR:
|
916
|
+
:one: Zimbabwean dollar (2008)
|
917
|
+
:other: Zimbabwean dollars (2008)
|