summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/curr/ast.txt
blob: 8918f69f71a108d0049f14e7ab8db1a0f33a628b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ast{
    Currencies{
        ADP{
            "ADP",
            "Peseta andorrana",
        }
        AED{
            "AED",
            "Dirḥam de los Emiratos Árabes Xuníos",
        }
        AFA{
            "AFA",
            "Afganí afganistanu (1927–2002)",
        }
        AFN{
            "AFN",
            "Afganí afganistanu",
        }
        ALK{
            "ALK",
            "Lek albanés (1946–1965)",
        }
        ALL{
            "ALL",
            "Lek albanés",
        }
        AMD{
            "AMD",
            "Dram armeniu",
        }
        ANG{
            "ANG",
            "Guílder de les Antilles Neerlandeses",
        }
        AOA{
            "AOA",
            "Kwanza angolanu",
        }
        AOK{
            "AOK",
            "Kwanza angolanu (1977–1991)",
        }
        AON{
            "AON",
            "Kwanza nuevu angolanu (1990–2000)",
        }
        AOR{
            "AOR",
            "Kwanza angolanu reaxustáu (1995–1999)",
        }
        ARA{
            "ARA",
            "Austral arxentín",
        }
        ARL{
            "ARL",
            "Pesu Ley arxentín (1970–1983)",
        }
        ARM{
            "ARM",
            "Pesu arxentín (1881–1970)",
        }
        ARP{
            "ARP",
            "Pesu arxentín (1983–1985)",
        }
        ARS{
            "ARS",
            "pesu arxentín",
        }
        ATS{
            "ATS",
            "Chelín austriacu",
        }
        AUD{
            "A$",
            "Dólar australianu",
        }
        AWG{
            "AWG",
            "Florín arubanu",
        }
        AZM{
            "AZM",
            "Manat azerbaixanu (1993–2006)",
        }
        AZN{
            "AZN",
            "Manat azerbaixanu",
        }
        BAD{
            "BAD",
            "Dinar de Bosnia-Herzegovina (1992–1994)",
        }
        BAM{
            "BAM",
            "marcu convertible de Bosnia-Herzegovina",
        }
        BAN{
            "BAN",
            "Dinar nuevu de Bosnia-Herzegovina (1994–1997)",
        }
        BBD{
            "BBD",
            "Dólar barbadianu",
        }
        BDT{
            "BDT",
            "Taka bangladexí",
        }
        BEC{
            "BEC",
            "Francu belga (convertible)",
        }
        BEF{
            "BEF",
            "Francu belga",
        }
        BEL{
            "BEL",
            "Francu belga (financieru)",
        }
        BGL{
            "BGL",
            "Lev fuerte búlgaru",
        }
        BGM{
            "BGM",
            "Lev socialista búlgaru",
        }
        BGN{
            "BGN",
            "Lev búlgaru",
        }
        BGO{
            "BGO",
            "Lev búlgaru (1879–1952)",
        }
        BHD{
            "BHD",
            "Dinar baḥreiní",
        }
        BIF{
            "BIF",
            "Francu burundianu",
        }
        BMD{
            "BMD",
            "Dólar bermudianu",
        }
        BND{
            "BND",
            "dólar bruneyanu",
        }
        BOB{
            "BOB",
            "Bolivianu de Bolivia",
        }
        BOL{
            "BOL",
            "Boliviano de Bolivia (1863–1963)",
        }
        BOP{
            "BOP",
            "Pesu bolivianu",
        }
        BOV{
            "BOV",
            "Bolivianos mvdol",
        }
        BRB{
            "BRB",
            "Cruzeiro nuevu brasilanu (1967–1986)",
        }
        BRC{
            "BRC",
            "Cruzado brasilanu (1986–1989)",
        }
        BRE{
            "BRE",
            "Cruzeiro brasilanu (1990–1993)",
        }
        BRL{
            "R$",
            "real brasilanu",
        }
        BRN{
            "BRN",
            "Cruzado nuevu brasilanu (1989–1990)",
        }
        BRR{
            "BRR",
            "Cruzeiro brasilanu (1993–1994)",
        }
        BRZ{
            "BRZ",
            "Cruzeiru brasilanu (1942–1967)",
        }
        BSD{
            "BSD",
            "Dólar bahamés",
        }
        BTN{
            "BTN",
            "Ngultrum butanés",
        }
        BUK{
            "BUK",
            "Kyat birmanu",
        }
        BWP{
            "BWP",
            "Pula botsuaniana",
        }
        BYB{
            "BYB",
            "Rublu nuevu bielorrusu (1994–1999)",
        }
        BYN{
            "BYN",
            "Rublu bielorrusu",
        }
        BYR{
            "BYR",
            "Rublu bielorrusu (2000–2016)",
        }
        BZD{
            "BZD",
            "Dólar belizianu",
        }
        CAD{
            "CA$",
            "Dólar canadiense",
        }
        CDF{
            "CDF",
            "francu congolés",
        }
        CHE{
            "CHE",
            "Euru WIR",
        }
        CHF{
            "CHF",
            "francu suizu",
        }
        CHW{
            "CHW",
            "Francu WIR",
        }
        CLE{
            "CLE",
            "Escudu chilenu",
        }
        CLF{
            "CLF",
            "Unidá de cuenta chilena (UF)",
        }
        CLP{
            "CLP",
            "pesu chilenu",
        }
        CNX{
            "CNX",
            "Dólar del Bancu Popular Chinu",
        }
        CNY{
            "CN¥",
            "Yuan chinu",
        }
        COP{
            "COP",
            "pesu colombianu",
        }
        COU{
            "COU",
            "Unidá de valor real colombiana",
        }
        CRC{
            "CRC",
            "Colón costarricanu",
        }
        CSD{
            "CSD",
            "Dinar serbiu (2002–2006)",
        }
        CSK{
            "CSK",
            "Corona fuerte checoslovaca",
        }
        CUC{
            "CUC",
            "Pesu cubanu convertible",
        }
        CUP{
            "CUP",
            "Pesu cubanu",
        }
        CVE{
            "CVE",
            "escudu cabuverdianu",
        }
        CYP{
            "CYP",
            "Llibra xipriota",
        }
        CZK{
            "CZK",
            "Corona checa",
        }
        DDM{
            "DDM",
            "Marcu d’Alemaña Oriental",
        }
        DEM{
            "DEM",
            "Marcu alemán",
        }
        DJF{
            "DJF",
            "Francu xibutianu",
        }
        DKK{
            "DKK",
            "corona danesa",
        }
        DOP{
            "DOP",
            "Pesu dominicanu",
        }
        DZD{
            "DZD",
            "dinar arxelín",
        }
        ECS{
            "ECS",
            "Sucre ecuatorianu",
        }
        ECV{
            "ECV",
            "Unidá ecuatoriana de valor constante",
        }
        EEK{
            "EEK",
            "Corona estonia",
        }
        EGP{
            "EGP",
            "llibra exipciana",
        }
        ERN{
            "ERN",
            "Nakfa eritréu",
        }
        ESA{
            "ESA",
            "Peseta española (cuenta A)",
        }
        ESB{
            "ESB",
            "Peseta española (cuenta convertible)",
        }
        ESP{
            "ESP",
            "Peseta española",
        }
        ETB{
            "ETB",
            "Birr etíope",
        }
        EUR{
            "€",
            "euro",
        }
        FIM{
            "FIM",
            "Marcu finlandés",
        }
        FJD{
            "FJD",
            "dólar fixanu",
        }
        FKP{
            "FKP",
            "llibra malviniana",
        }
        FRF{
            "FRF",
            "Francu francés",
        }
        GBP{
            "£",
            "llibra esterlina",
        }
        GEK{
            "GEK",
            "Kupon larit xeorxanu",
        }
        GEL{
            "GEL",
            "Lari xeorxanu",
        }
        GHC{
            "GHC",
            "Cedi ghanianu (1979–2007)",
        }
        GHS{
            "GHS",
            "cedi ghanianu",
        }
        GIP{
            "GIP",
            "llibra de Xibraltar",
        }
        GMD{
            "GMD",
            "dalasi gambianu",
        }
        GNF{
            "GNF",
            "francu guineanu",
        }
        GNS{
            "GNS",
            "syli guineanu",
        }
        GQE{
            "GQE",
            "Ekwele de Guinea Ecuatorial",
        }
        GRD{
            "GRD",
            "Dracma griegu",
        }
        GTQ{
            "GTQ",
            "Quetzal guatemalianu",
        }
        GWE{
            "GWE",
            "Escudo de Guinea portuguesa",
        }
        GWP{
            "GWP",
            "Pesu de Guinea-Bisáu",
        }
        GYD{
            "GYD",
            "dólar guyanés",
        }
        HKD{
            "HK$",
            "Dólar hongkonés",
        }
        HNL{
            "HNL",
            "Lempira hondurana",
        }
        HRD{
            "HRD",
            "Dinar croata",
        }
        HRK{
            "HRK",
            "Kuna croata",
        }
        HTG{
            "HTG",
            "Gourde haitianu",
        }
        HUF{
            "HUF",
            "Forint húngaru",
        }
        IDR{
            "IDR",
            "rupiah indonesia",
        }
        IEP{
            "IEP",
            "Llibra irlandesa",
        }
        ILP{
            "ILP",
            "Llibra israelina",
        }
        ILR{
            "ILR",
            "Xequel israelín (1980–1985)",
        }
        ILS{
            "₪",
            "Xequel nuevu israelín",
        }
        INR{
            "₹",
            "Rupia india",
        }
        IQD{
            "IQD",
            "Dinar iraquín",
        }
        IRR{
            "IRR",
            "Rial iranín",
        }
        ISJ{
            "ISJ",
            "Corona islandesa (1918–1981)",
        }
        ISK{
            "ISK",
            "corona islandesa",
        }
        ITL{
            "ITL",
            "Llira italiana",
        }
        JMD{
            "JMD",
            "Dólar xamaicanu",
        }
        JOD{
            "JOD",
            "Dinar xordanu",
        }
        JPY{
            "¥",
            "Yen xaponés",
        }
        KES{
            "KES",
            "Shilling kenianu",
        }
        KGS{
            "KGS",
            "Som kirguistanín",
        }
        KHR{
            "KHR",
            "riel camboyanu",
        }
        KMF{
            "KMF",
            "Francu comoranu",
        }
        KPW{
            "KPW",
            "Won norcoreanu",
        }
        KRH{
            "KRH",
            "Hwan surcoreanu (1953–1962)",
        }
        KRO{
            "KRO",
            "Won surcoreanu (1945–1953)",
        }
        KRW{
            "₩",
            "Won surcoreanu",
        }
        KWD{
            "KWD",
            "Dinar kuwaitianu",
        }
        KYD{
            "KYD",
            "dólar caimanés",
        }
        KZT{
            "KZT",
            "Tenge kazaquistanín",
        }
        LAK{
            "LAK",
            "kip laosianu",
        }
        LBP{
            "LBP",
            "Llibra libanesa",
        }
        LKR{
            "LKR",
            "Rupia de Sri Lanka",
        }
        LRD{
            "LRD",
            "dólar liberianu",
        }
        LSL{
            "LSL",
            "Loti de Lesothu",
        }
        LTL{
            "LTL",
            "Litas lituanu",
        }
        LTT{
            "LTT",
            "Talonas lituanu",
        }
        LUC{
            "LUC",
            "Francu convertible luxemburgués",
        }
        LUF{
            "LUF",
            "Francu luxemburgués",
        }
        LUL{
            "LUL",
            "Francu financieru luxemburgués",
        }
        LVL{
            "LVL",
            "Lats letón",
        }
        LVR{
            "LVR",
            "Rublu letón",
        }
        LYD{
            "LYD",
            "dinar libiu",
        }
        MAD{
            "MAD",
            "dirḥam marroquín",
        }
        MAF{
            "MAF",
            "francu marroquín",
        }
        MCF{
            "MCF",
            "Francu monegascu",
        }
        MDC{
            "MDC",
            "Cupón moldavu",
        }
        MDL{
            "MDL",
            "Leu moldavu",
        }
        MGA{
            "MGA",
            "Ariary malgaxe",
        }
        MGF{
            "MGF",
            "Francu malgaxe",
        }
        MKD{
            "MKD",
            "Denar macedoniu",
        }
        MKN{
            "MKN",
            "Denar macedoniu (1992–1993)",
        }
        MLF{
            "MLF",
            "Francu malianu",
        }
        MMK{
            "MMK",
            "kyat de Myanmar",
        }
        MNT{
            "MNT",
            "Tugrik mongol",
        }
        MOP{
            "MOP",
            "Pataca de Macáu",
        }
        MRO{
            "MRO",
            "ouguiya mauritanu",
        }
        MTL{
            "MTL",
            "Llira maltesa",
        }
        MTP{
            "MTP",
            "Llibra maltesa",
        }
        MUR{
            "MUR",
            "Rupia mauriciana",
        }
        MVP{
            "MVP",
            "Rupia maldiviana (1947–1981)",
        }
        MVR{
            "MVR",
            "Rufiyaa maldiviana",
        }
        MWK{
            "MWK",
            "Kwacha malauianu",
        }
        MXN{
            "MX$",
            "Pesu mexicanu",
        }
        MXP{
            "MXP",
            "Pesu de plata mexicanu (1861–1992)",
        }
        MXV{
            "MXV",
            "Unidá d’inversión mexicana",
        }
        MYR{
            "MYR",
            "ringgit malasiu",
        }
        MZE{
            "MZE",
            "Escudu mozambicanu",
        }
        MZM{
            "MZM",
            "Metical mozambicanu (1980–2006)",
        }
        MZN{
            "MZN",
            "Metical mozambicanu",
        }
        NAD{
            "NAD",
            "Dólar namibianu",
        }
        NGN{
            "NGN",
            "naira nixeriana",
        }
        NIC{
            "NIC",
            "Córdoba nicaraguanu (1988–1991)",
        }
        NIO{
            "NIO",
            "Córdoba nicaraguanu",
        }
        NLG{
            "NLG",
            "Florín neerlandés",
        }
        NOK{
            "NOK",
            "corona noruega",
        }
        NPR{
            "NPR",
            "Rupia nepalesa",
        }
        NZD{
            "NZ$",
            "dólar neozelandés",
        }
        OMR{
            "OMR",
            "Rial omanianu",
        }
        PAB{
            "PAB",
            "Balboa panamiegu",
        }
        PEI{
            "PEI",
            "Inti peruanu",
        }
        PEN{
            "PEN",
            "sol nuevu peruanu",
        }
        PES{
            "PES",
            "Sol peruanu (1863–1965)",
        }
        PGK{
            "PGK",
            "kina papuana",
        }
        PHP{
            "PHP",
            "pesu filipín",
        }
        PKR{
            "PKR",
            "Rupia paquistanina",
        }
        PLN{
            "PLN",
            "Zloty polacu",
        }
        PLZ{
            "PLZ",
            "Zloty polacu (1950–1995)",
        }
        PTE{
            "PTE",
            "Escudu portugués",
        }
        PYG{
            "PYG",
            "guaraní paraguayu",
        }
        QAR{
            "QAR",
            "Rial qatarín",
        }
        RHD{
            "RHD",
            "Dólar rodesianu",
        }
        ROL{
            "ROL",
            "Leu rumanu (1952–2006)",
        }
        RON{
            "RON",
            "Leu rumanu",
        }
        RSD{
            "RSD",
            "dinar serbiu",
        }
        RUB{
            "RUB",
            "Rublu rusu",
        }
        RUR{
            "RUR",
            "Rublu rusu (1991–1998)",
        }
        RWF{
            "RWF",
            "Francu ruandés",
        }
        SAR{
            "SAR",
            "Riyal saudita",
        }
        SBD{
            "SBD",
            "dólar salomonés",
        }
        SCR{
            "SCR",
            "Rupia seixelesa",
        }
        SDD{
            "SDD",
            "dinar sudanés (1992–2007)",
        }
        SDG{
            "SDG",
            "llibra sudanesa",
        }
        SDP{
            "SDP",
            "llibra sudanesa (1957–1998)",
        }
        SEK{
            "SEK",
            "corona sueca",
        }
        SGD{
            "SGD",
            "dólar singapuranu",
        }
        SHP{
            "SHP",
            "llibra de Santa Lena",
        }
        SIT{
            "SIT",
            "Tolar eslovenu",
        }
        SKK{
            "SKK",
            "Corona eslovaca",
        }
        SLL{
            "SLL",
            "leone sierralleonés",
        }
        SOS{
            "SOS",
            "Shilling somalín",
        }
        SRD{
            "SRD",
            "dólar surinamés",
        }
        SRG{
            "SRG",
            "Florín surinamés",
        }
        SSP{
            "SSP",
            "llibra sursudanesa",
        }
        STD{
            "STD",
            "dobra de Santu Tomé y Príncipe",
        }
        SUR{
            "SUR",
            "Rublu soviéticu",
        }
        SVC{
            "SVC",
            "Colón salvadorianu",
        }
        SYP{
            "SYP",
            "Llibra siria",
        }
        SZL{
            "SZL",
            "Lilangeni suazilandés",
        }
        THB{
            "฿",
            "baht tailandés",
        }
        TJR{
            "TJR",
            "Rublu taxiquistanín",
        }
        TJS{
            "TJS",
            "Somoni taxiquistanín",
        }
        TMM{
            "TMM",
            "Manat turcomanu (1993–2009)",
        }
        TMT{
            "TMT",
            "Manat turcomanu",
        }
        TND{
            "TND",
            "dinar tunecín",
        }
        TOP{
            "TOP",
            "paʻanga tonganu",
        }
        TPE{
            "TPE",
            "Escudu timorés",
        }
        TRL{
            "TRL",
            "Llira turca (1922–2005)",
        }
        TRY{
            "TRY",
            "Llira turca",
        }
        TTD{
            "TTD",
            "dólar de Trinidá y Tobagu",
        }
        TWD{
            "NT$",
            "Dólar nuevu taiwanés",
        }
        TZS{
            "TZS",
            "Shilling tanzanianu",
        }
        UAH{
            "UAH",
            "Grivna ucraína",
        }
        UAK{
            "UAK",
            "Karbovanets ucraína",
        }
        UGS{
            "UGS",
            "Shilling ugandés (1966–1987)",
        }
        UGX{
            "UGX",
            "Shilling ugandés",
        }
        USD{
            "$",
            "Dólar estaunidense",
        }
        USN{
            "USN",
            "Dólar d’EE.XX. (día siguiente)",
        }
        USS{
            "USS",
            "Dólar d’EE.XX. (mesmu día)",
        }
        UYI{
            "UYI",
            "Pesu uruguayu (Unidaes indexaes)",
        }
        UYP{
            "UYP",
            "Pesu uruguayu (1975–1993)",
        }
        UYU{
            "UYU",
            "pesu uruguayu",
        }
        UZS{
            "UZS",
            "Som uzbequistanín",
        }
        VEB{
            "VEB",
            "Bolívar venezolanu (1871–2008)",
        }
        VEF{
            "VEF",
            "bolívar venezolanu",
        }
        VND{
            "₫",
            "dong vietnamín",
        }
        VNN{
            "VNN",
            "Dong vietnamín (1978–1985)",
        }
        VUV{
            "VUV",
            "vatu vanuatuanu",
        }
        WST{
            "WST",
            "tala samoanu",
        }
        XAF{
            "FCFA",
            "Francu CFA centroafricanu",
        }
        XAG{
            "XAG",
            "Plata",
        }
        XAU{
            "XAU",
            "Oru",
        }
        XBA{
            "XBA",
            "Unidá Compuesta Europea",
        }
        XBB{
            "XBB",
            "Unidá monetaria europea",
        }
        XBC{
            "XBC",
            "Unidá de cuenta europea (XBC)",
        }
        XBD{
            "XBD",
            "Unidá de cuenta europea (XBD)",
        }
        XCD{
            "EC$",
            "dólar del Caribe Oriental",
        }
        XDR{
            "XDR",
            "Drechos especiales de xiru",
        }
        XEU{
            "XEU",
            "Unidá de divisa europea",
        }
        XFO{
            "XFO",
            "Francu oru francés",
        }
        XFU{
            "XFU",
            "Francu UIC francés",
        }
        XOF{
            "CFA",
            "francu CFA BCEAO",
        }
        XPD{
            "XPD",
            "Paladiu",
        }
        XPF{
            "CFPF",
            "francu CFP",
        }
        XPT{
            "XPT",
            "Platín",
        }
        XRE{
            "XRE",
            "Fondos RINET",
        }
        XSU{
            "XSU",
            "Sucre",
        }
        XTS{
            "XTS",
            "Códigu monetariu de prueba",
        }
        XUA{
            "XUA",
            "unidá de cuenta ADB",
        }
        XXX{
            "XXX",
            "Divisa desconocida",
        }
        YDD{
            "YDD",
            "Dinar yemenín",
        }
        YER{
            "YER",
            "Rial yemenín",
        }
        YUD{
            "YUD",
            "Dinar fuerte yugoslavu (1966–1990)",
        }
        YUM{
            "YUM",
            "Dinar nuevu yugoslavu (1994–2002)",
        }
        YUN{
            "YUN",
            "Dinar convertible yugoslavu (1990–1992)",
        }
        YUR{
            "YUR",
            "Dinar reformáu yugoslavu (1992–1993)",
        }
        ZAL{
            "ZAL",
            "Rand sudafricanu (financieru)",
        }
        ZAR{
            "ZAR",
            "Rand sudafricanu",
        }
        ZMK{
            "ZMK",
            "Kwacha zambianu (1968–2012)",
        }
        ZMW{
            "ZMW",
            "Kwacha zambianu",
        }
        ZRN{
            "ZRN",
            "Zaire nuevu zairiegu (1993–1998)",
        }
        ZRZ{
            "ZRZ",
            "Zaire zairiegu (1971–1993)",
        }
        ZWD{
            "ZWD",
            "Dólar zimbabuanu (1980–2008)",
        }
        ZWL{
            "ZWL",
            "Dólar zimbabuanu (2009)",
        }
        ZWR{
            "ZWR",
            "Dólar zimbabuanu (2008)",
        }
    }
    Currencies%narrow{
        AOA{"Kz"}
        ARS{"$"}
        AUD{"$"}
        BAM{"KM"}
        BBD{"$"}
        BDT{"৳"}
        BMD{"$"}
        BND{"$"}
        BOB{"Bs"}
        BRL{"R$"}
        BSD{"$"}
        BWP{"P"}
        BYN{"BYN"}
        BZD{"$"}
        CAD{"$"}
        CLP{"$"}
        CNY{"¥"}
        COP{"$"}
        CRC{"₡"}
        CUC{"$"}
        CUP{"$"}
        CZK{"Kč"}
        DKK{"DKK"}
        DOP{"$"}
        EGP{"E£"}
        ESP{"₧"}
        EUR{"€"}
        FJD{"$"}
        FKP{"£"}
        GBP{"£"}
        GEL{"₾"}
        GIP{"£"}
        GNF{"FG"}
        GTQ{"Q"}
        GYD{"$"}
        HKD{"$"}
        HNL{"L"}
        HRK{"HRK"}
        HUF{"Ft"}
        IDR{"Rp"}
        ILS{"₪"}
        INR{"₹"}
        ISK{"ISK"}
        JMD{"$"}
        JPY{"¥"}
        KHR{"៛"}
        KMF{"CF"}
        KPW{"₩"}
        KRW{"₩"}
        KYD{"$"}
        KZT{"₸"}
        LAK{"₭"}
        LBP{"L£"}
        LKR{"Rs"}
        LRD{"$"}
        LTL{"Lt"}
        LVL{"Ls"}
        MGA{"Ar"}
        MMK{"K"}
        MNT{"₮"}
        MUR{"Rs"}
        MXN{"$"}
        MYR{"RM"}
        NAD{"$"}
        NGN{"₦"}
        NIO{"C$"}
        NOK{"NOK"}
        NPR{"Rs"}
        NZD{"$"}
        PHP{"₱"}
        PKR{"Rs"}
        PLN{"PLN"}
        PYG{"₲"}
        RUB{"₽"}
        RUR{"RUR"}
        RWF{"RF"}
        SBD{"$"}
        SEK{"SEK"}
        SGD{"$"}
        SHP{"£"}
        SRD{"$"}
        SSP{"£"}
        STD{"Db"}
        SYP{"£"}
        THB{"฿"}
        TOP{"T$"}
        TRY{"₺"}
        TTD{"$"}
        TWD{"NT$"}
        UAH{"₴"}
        USD{"$"}
        UYU{"$"}
        VEF{"Bs"}
        VND{"₫"}
        XCD{"$"}
        ZAR{"R"}
        ZMW{"ZK"}
    }
    Currencies%variant{
        RUB{"₽"}
        TRY{"TL"}
    }
    CurrencyPlurals{
        ADP{
            one{"peseta andorrana"}
            other{"pesetes andorranes"}
        }
        AED{
            one{"dirḥam EAX"}
            other{"dirḥams EAX"}
        }
        AFA{
            one{"afganí afganistanu (1927–2002)"}
            other{"afganís afganistanos (1927–2002)"}
        }
        AFN{
            one{"afganí afganistanu"}
            other{"afganís afganistanos"}
        }
        ALK{
            one{"lek albanés (1946–1965)"}
            other{"lekë albaneses (1946–1965)"}
        }
        ALL{
            one{"lek albanés"}
            other{"lekë albaneses"}
        }
        AMD{
            one{"dram armeniu"}
            other{"drams armenios"}
        }
        ANG{
            one{"guílder de les Antilles Neerlandeses"}
            other{"guílders de les Antilles Neerlandeses"}
        }
        AOA{
            one{"kwanza angolanu"}
            other{"kwanzas angolanos"}
        }
        AOK{
            one{"kwanza angolanu (1977–1991)"}
            other{"kwanzas angolanos (1977–1991)"}
        }
        AON{
            one{"kwanza nuevu angolanu (1990–2000)"}
            other{"kwanzas nuevos angolanos (1990–2000)"}
        }
        AOR{
            one{"kwanza angolanu reaxustáu (1995–1999)"}
            other{"kwanzas angolanos reaxustaos (1995–1999)"}
        }
        ARA{
            one{"austral arxentín"}
            other{"australes arxentinos"}
        }
        ARL{
            one{"pesu ley arxentín (1970–1983)"}
            other{"pesos ley arxentinos (1970–1983)"}
        }
        ARM{
            one{"pesu arxentín (1881–1970)"}
            other{"pesos arxentinos (1881–1970)"}
        }
        ARP{
            one{"pesu arxentín (1983–1985)"}
            other{"pesos arxentinos (1983–1985)"}
        }
        ARS{
            one{"pesu arxentín"}
            other{"pesos arxentinos"}
        }
        ATS{
            one{"chelín austriacu"}
            other{"chelinos austriacos"}
        }
        AUD{
            one{"dólar australianu"}
            other{"dólares australianos"}
        }
        AWG{
            one{"florín arubanu"}
            other{"florines arubanos"}
        }
        AZM{
            one{"manat azerbaixanu (1993–2006)"}
            other{"manats azerbaixanos (1993–2006)"}
        }
        AZN{
            one{"manat azerbaixanu"}
            other{"manats azerbaixanos"}
        }
        BAD{
            one{"dinar de Bosnia-Herzegovina (1992–1994)"}
            other{"dinares de Bosnia-Herzegovina (1992–1994)"}
        }
        BAM{
            one{"marcu convertible de Bosnia-Herzegovina"}
            other{"marcos convertibles de Bosnia-Herzegovina"}
        }
        BAN{
            one{"dinar nuevu de Bosnia-Herzegovina (1994–1997)"}
            other{"dinares nuevos de Bosnia-Herzegovina (1994–1997)"}
        }
        BBD{
            one{"dólar barbadianu"}
            other{"dólares barbadianos"}
        }
        BDT{
            one{"taka bangladexí"}
            other{"takas bangladexinos"}
        }
        BEC{
            one{"francu belga (convertible)"}
            other{"francos belgas (convertibles)"}
        }
        BEF{
            one{"francu belga"}
            other{"francos belgues"}
        }
        BEL{
            one{"francu belga (financieru)"}
            other{"francos belgues (financieros)"}
        }
        BGL{
            one{"lev fuerte búlgaru"}
            other{"leva fuertes búlgaros"}
        }
        BGM{
            one{"lev socialista búlgaru"}
            other{"leva socialistes búlgaros"}
        }
        BGN{
            one{"lev búlgaru"}
            other{"leva búlgaros"}
        }
        BGO{
            one{"lev búlgaru (1879–1952)"}
            other{"leva búlgaros (1879–1952)"}
        }
        BHD{
            one{"dinar baḥreiní"}
            other{"dinares baḥreininos"}
        }
        BIF{
            one{"francu burundianu"}
            other{"francos burundianos"}
        }
        BMD{
            one{"dólar bermudianu"}
            other{"dólares bermudianos"}
        }
        BND{
            one{"dólar bruneyanu"}
            other{"dólares bruneyanos"}
        }
        BOB{
            one{"bolivianu de Bolivia"}
            other{"bolivianos de Bolivia"}
        }
        BOL{
            one{"boliviano de Bolivia (1863–1963)"}
            other{"bolivianos de Bolivia (1863–1963)"}
        }
        BOP{
            one{"pesu bolivianu"}
            other{"pesos bolivianos"}
        }
        BOV{
            one{"bolivianu mvdol"}
            other{"bolivianos mvdol"}
        }
        BRB{
            one{"cruzeiro nuevu brasilanu (1967–1986)"}
            other{"cruzeiros nuevos brasilanos (1967–1986)"}
        }
        BRC{
            one{"cruzado brasilanu (1986–1989)"}
            other{"cruzados brasilanos (1986–1989)"}
        }
        BRE{
            one{"cruzeiro brasilanu (1990–1993)"}
            other{"cruzeiros brasilanos (1990–1993)"}
        }
        BRL{
            one{"real brasilanu"}
            other{"reales brasilanos"}
        }
        BRN{
            one{"cruzado nuevu brasilanu (1989–1990)"}
            other{"cruzados nuevos brasilanos (1989–1990)"}
        }
        BRR{
            one{"cruzeiro brasilanu (1993–1994)"}
            other{"cruzeiros brasilanos (1993–1994)"}
        }
        BRZ{
            one{"cruzeiru brasilanu (1942–1967)"}
            other{"cruzeiros brasilanos (1942–1967)"}
        }
        BSD{
            one{"dólar bahamés"}
            other{"dólares bahameses"}
        }
        BTN{
            one{"ngultrum butanés"}
            other{"ngultrums butaneses"}
        }
        BUK{
            one{"kyat birmanu"}
            other{"kyats birmanos"}
        }
        BWP{
            one{"pula botsuaniana"}
            other{"pulas botsuanianes"}
        }
        BYB{
            one{"rublu nuevu bielorrusu (1994–1999)"}
            other{"rublos nuevos bielorrusos (1994–1999)"}
        }
        BYN{
            one{"rublu bielorrusu"}
            other{"rublos bielorrusos"}
        }
        BYR{
            one{"rublu bielorrusu (2000–2016)"}
            other{"rublos bielorrusos (2000–2016)"}
        }
        BZD{
            one{"dólar belizianu"}
            other{"dólares belizianos"}
        }
        CAD{
            one{"dólar canadiense"}
            other{"dólares canadienses"}
        }
        CDF{
            one{"francu congolés"}
            other{"francos congoleses"}
        }
        CHE{
            one{"euru WIR"}
            other{"euros WIR"}
        }
        CHF{
            one{"francu suizu"}
            other{"francos suizos"}
        }
        CHW{
            one{"francu WIR"}
            other{"francos WIR"}
        }
        CLE{
            one{"escudu chilenu"}
            other{"escudos chilenos"}
        }
        CLF{
            one{"unidá de cuenta chilena (UF)"}
            other{"unidaes de cuenta chilenes (UF)"}
        }
        CLP{
            one{"pesu chilenu"}
            other{"pesos chilenos"}
        }
        CNX{
            one{"dólar del Bancu Popular Chinu"}
            other{"dólares del Bancu Popular Chinu"}
        }
        CNY{
            one{"yuan chinu"}
            other{"yuanes chinos"}
        }
        COP{
            one{"pesu colombianu"}
            other{"pesos colombianos"}
        }
        COU{
            one{"unidá de valor real colombiana"}
            other{"unidaes de valor real colombianes"}
        }
        CRC{
            one{"colón costarricanu"}
            other{"colones costarricanos"}
        }
        CSD{
            one{"dinar serbiu (2002–2006)"}
            other{"dinares serbios (2002–2006)"}
        }
        CSK{
            one{"corona fuerte checoslovaca"}
            other{"corones fuertes checoslovaques"}
        }
        CUC{
            one{"pesu cubanu convertible"}
            other{"pesos cubanos convertibles"}
        }
        CUP{
            one{"pesu cubanu"}
            other{"pesos cubanos"}
        }
        CVE{
            one{"escudu cabuverdianu"}
            other{"escudos cabuverdianos"}
        }
        CYP{
            one{"llibra xipriota"}
            other{"llibres xipriotes"}
        }
        CZK{
            one{"corona checa"}
            other{"corones cheques"}
        }
        DDM{
            one{"marcu d’Alemaña Oriental"}
            other{"marcos d’Alemaña Oriental"}
        }
        DEM{
            one{"marcu alemán"}
            other{"marcos alemanes"}
        }
        DJF{
            one{"francu xibutianu"}
            other{"francos xibutianos"}
        }
        DKK{
            one{"corona danesa"}
            other{"corones daneses"}
        }
        DOP{
            one{"pesu dominicanu"}
            other{"pesos dominicanos"}
        }
        DZD{
            one{"dinar arxelín"}
            other{"dinares arxelinos"}
        }
        ECS{
            one{"sucre ecuatorianu"}
            other{"sucres ecuatorianos"}
        }
        ECV{
            one{"unidá ecuatoriana de valor constante"}
            other{"unidaes ecuatorianes de valor constante"}
        }
        EEK{
            one{"corona estoniana"}
            other{"corones estonianes"}
        }
        EGP{
            one{"llibra exipciana"}
            other{"llibres exipcianes"}
        }
        ERN{
            one{"nakfa eritréu"}
            other{"nafkas eritreos"}
        }
        ESA{
            one{"peseta española (cuenta A)"}
            other{"pesetes españoles (cuenta A)"}
        }
        ESB{
            one{"peseta española (cuenta convertible)"}
            other{"pesetes españoles (cuenta convertible)"}
        }
        ESP{
            one{"peseta española"}
            other{"pesetes españoles"}
        }
        ETB{
            one{"birr etíope"}
            other{"birrs etíopes"}
        }
        EUR{
            one{"euro"}
            other{"euros"}
        }
        FIM{
            one{"marcu finlandés"}
            other{"marcos finlandeses"}
        }
        FJD{
            one{"dólar fixanu"}
            other{"dólares fixanos"}
        }
        FKP{
            one{"llibra malviniana"}
            other{"llibres malvinianes"}
        }
        FRF{
            one{"francu francés"}
            other{"francos franceses"}
        }
        GBP{
            one{"llibra esterlina"}
            other{"llibres esterlines"}
        }
        GEK{
            one{"kupon larit xeorxanu"}
            other{"kupon larits xeorxanos"}
        }
        GEL{
            one{"lari xeorxanu"}
            other{"laris xeorxanos"}
        }
        GHC{
            one{"cedi ghanianu (1979–2007)"}
            other{"cedis ghanianos (1979–2007)"}
        }
        GHS{
            one{"cedi ghanianu"}
            other{"cedis ghanianos"}
        }
        GIP{
            one{"llibra de Xibraltar"}
            other{"llibres de Xibraltar"}
        }
        GMD{
            one{"dalasi gambianu"}
            other{"dalasis gambianos"}
        }
        GNF{
            one{"francu guineanu"}
            other{"francos guineanos"}
        }
        GNS{
            one{"syli guineanu"}
            other{"sylis guineanos"}
        }
        GQE{
            one{"ekwele de Guinea Ecuatorial"}
            other{"ekweles de Guinea Ecuatorial"}
        }
        GRD{
            one{"dracma griegu"}
            other{"dracmes griegos"}
        }
        GTQ{
            one{"quetzal guatemalianu"}
            other{"quetzales guatemalianos"}
        }
        GWE{
            one{"escudo de Guinea portuguesa"}
            other{"escudos de Guinea portuguesa"}
        }
        GWP{
            one{"pesu de Guinea-Bisáu"}
            other{"pesos de Guinea-Bisáu"}
        }
        GYD{
            one{"dólar guyanés"}
            other{"dólares guyaneses"}
        }
        HKD{
            one{"dólar hongkonés"}
            other{"dólares ḥongkoneses"}
        }
        HNL{
            one{"lempira hondurana"}
            other{"lempires honduranes"}
        }
        HRD{
            one{"dinar croata"}
            other{"dinares croates"}
        }
        HRK{
            one{"kuna croata"}
            other{"kunes croates"}
        }
        HTG{
            one{"gourde haitianu"}
            other{"gourde haitianos"}
        }
        HUF{
            one{"forint húngaru"}
            other{"forints húngaros"}
        }
        IDR{
            one{"rupiah indonesia"}
            other{"rupiahs indonesies"}
        }
        IEP{
            one{"llibra irlandesa"}
            other{"llibres irlandeses"}
        }
        ILP{
            one{"llibra israelina"}
            other{"llibres israelines"}
        }
        ILR{
            one{"xequel israelín (1980–1985)"}
            other{"xequels israelinos (1980–1985)"}
        }
        ILS{
            one{"xequel nuevu israelín"}
            other{"xequels nuevos israelinos"}
        }
        INR{
            one{"rupia india"}
            other{"rupies indies"}
        }
        IQD{
            one{"dinar iraquín"}
            other{"dinares iraquinos"}
        }
        IRR{
            one{"rial iranín"}
            other{"riales iraninos"}
        }
        ISJ{
            one{"corona islandesa (1918–1981)"}
            other{"corones islandeses (1918–1981)"}
        }
        ISK{
            one{"corona islandesa"}
            other{"corones islandeses"}
        }
        ITL{
            one{"llira italiana"}
            other{"llires italianes"}
        }
        JMD{
            one{"dólar xamaicanu"}
            other{"dólares xamaicanos"}
        }
        JOD{
            one{"dinar xordanu"}
            other{"dinares xordanos"}
        }
        JPY{
            one{"yen xaponés"}
            other{"yenes xaponeses"}
        }
        KES{
            one{"shilling kenianu"}
            other{"shillings kenianos"}
        }
        KGS{
            one{"som kirguistanín"}
            other{"soms kirguistaninos"}
        }
        KHR{
            one{"riel camboyanu"}
            other{"riels camboyanos"}
        }
        KMF{
            one{"francu comoranu"}
            other{"francos comoranos"}
        }
        KPW{
            one{"won norcoreanu"}
            other{"wons norcoreanos"}
        }
        KRH{
            one{"hwan surcoreanu (1953–1962)"}
            other{"hwans surcoreanos (1953–1962)"}
        }
        KRO{
            one{"won surcoreanu (1945–1953)"}
            other{"won surcoreanos (1945–1953)"}
        }
        KRW{
            one{"won surcoreanu"}
            other{"wons surcoreanos"}
        }
        KWD{
            one{"dinar kuwaitianu"}
            other{"dinares kuwaitianos"}
        }
        KYD{
            one{"dólar caimanés"}
            other{"dólares caimaneses"}
        }
        KZT{
            one{"tenge kazaquistanín"}
            other{"tenges kazaquistaninos"}
        }
        LAK{
            one{"kip laosianu"}
            other{"kips laosianos"}
        }
        LBP{
            one{"llibra libanesa"}
            other{"llibres libaneses"}
        }
        LKR{
            one{"rupia de Sri Lanka"}
            other{"rupies de Sri Lanka"}
        }
        LRD{
            one{"dólar liberianu"}
            other{"dólares liberianos"}
        }
        LSL{
            one{"loti de Lesothu"}
            other{"lotis de Lesothu"}
        }
        LTL{
            one{"litas lituanu"}
            other{"litas lituanos"}
        }
        LTT{
            one{"talonas lituanu"}
            other{"talonas lituanos"}
        }
        LUC{
            one{"francu convertible luxemburgués"}
            other{"francos convertibles luxemburgueses"}
        }
        LUF{
            one{"francu luxemburgués"}
            other{"francos luxemburgueses"}
        }
        LUL{
            one{"francu financieru luxemburgués"}
            other{"francos financieros luxemburgueses"}
        }
        LVL{
            one{"lats letón"}
            other{"lats letones"}
        }
        LVR{
            one{"rublu letón"}
            other{"rublos letones"}
        }
        LYD{
            one{"dinar libiu"}
            other{"dinares libios"}
        }
        MAD{
            one{"dirḥam marroquín"}
            other{"dirḥams marroquinos"}
        }
        MAF{
            one{"francu marroquín"}
            other{"francos marroquinos"}
        }
        MCF{
            one{"francu monegascu"}
            other{"francos monegascos"}
        }
        MDC{
            one{"cupón moldavu"}
            other{"cupones moldavos"}
        }
        MDL{
            one{"leu moldavu"}
            other{"leus moldavos"}
        }
        MGA{
            one{"ariary malgaxe"}
            other{"ariarys malgaxes"}
        }
        MGF{
            one{"francu malgaxe"}
            other{"francos malgaxes"}
        }
        MKD{
            one{"denar macedoniu"}
            other{"denares macedonios"}
        }
        MKN{
            one{"denar macedoniu (1992–1993)"}
            other{"denares macedonios (1992–1993)"}
        }
        MLF{
            one{"francu malianu"}
            other{"francos malianos"}
        }
        MMK{
            one{"kyat de Myanmar"}
            other{"kyats de Myanmar"}
        }
        MNT{
            one{"tugrik mongol"}
            other{"tugriks mongoles"}
        }
        MOP{
            one{"pataca de Macáu"}
            other{"pataques de Macáu"}
        }
        MRO{
            one{"ouguiya mauritanu"}
            other{"ouguiyas mauritanos"}
        }
        MTL{
            one{"llira maltesa"}
            other{"llires malteses"}
        }
        MTP{
            one{"llibra maltesa"}
            other{"llibres malteses"}
        }
        MUR{
            one{"rupia mauriciana"}
            other{"rupies mauricianes"}
        }
        MVP{
            one{"rupia maldiviana (1947–1981)"}
            other{"rupies maldivianes (1947–1981)"}
        }
        MVR{
            one{"rufiyaa maldiviana"}
            other{"rufiyaas maldivianas"}
        }
        MWK{
            one{"kwacha malauianu"}
            other{"kwachas malauianos"}
        }
        MXN{
            one{"pesu mexicanu"}
            other{"pesos mexicanos"}
        }
        MXP{
            one{"pesu de plata mexicanu (1861–1992)"}
            other{"pesos de plata mexicanos (1861–1992)"}
        }
        MXV{
            one{"unidá d’inversión mexicana"}
            other{"unidaes d’inversión mexicanes"}
        }
        MYR{
            one{"ringgit malasiu"}
            other{"ringgits malasios"}
        }
        MZE{
            one{"escudu mozambicanu"}
            other{"escudos mozambicanos"}
        }
        MZM{
            one{"metical mozambicanu (1980–2006)"}
            other{"meticales mozambicanos (1980–2006)"}
        }
        MZN{
            one{"metical mozambicanu"}
            other{"meticales mozambicanos"}
        }
        NAD{
            one{"dólar namibianu"}
            other{"dólares namibianos"}
        }
        NGN{
            one{"naira nixeriana"}
            other{"nairas nixerianes"}
        }
        NIC{
            one{"córdoba nicaraguanu (1988–1991)"}
            other{"córdobes nicaraguanes (1988–1991)"}
        }
        NIO{
            one{"córdoba nicaraguanu"}
            other{"córdobes nicaraguanos"}
        }
        NLG{
            one{"florín neerlandés"}
            other{"florines neerlandeses"}
        }
        NOK{
            one{"corona noruega"}
            other{"corones noruegues"}
        }
        NPR{
            one{"rupia nepalesa"}
            other{"rupies nepaleses"}
        }
        NZD{
            one{"dólar neozelandés"}
            other{"dólares neozelandeses"}
        }
        OMR{
            one{"rial omanianu"}
            other{"riales omanianos"}
        }
        PAB{
            one{"balboa panamiegu"}
            other{"balboes panamiegos"}
        }
        PEI{
            one{"inti peruanu"}
            other{"intis peruanos"}
        }
        PEN{
            one{"sol nuevu peruanu"}
            other{"soles nuevos peruanos"}
        }
        PES{
            one{"sol peruanu (1863–1965)"}
            other{"soles peruanos (1863–1965)"}
        }
        PGK{
            one{"kina papuana"}
            other{"kines papuanes"}
        }
        PHP{
            one{"pesu filipín"}
            other{"pesos filipinos"}
        }
        PKR{
            one{"rupia paquistanina"}
            other{"rupies paquistanines"}
        }
        PLN{
            one{"zloty polacu"}
            other{"zlotys polacos"}
        }
        PLZ{
            one{"zloty polacu (1950–1995)"}
            other{"zloty polacos (1950–1995)"}
        }
        PTE{
            one{"escudu portugués"}
            other{"escudos portugueses"}
        }
        PYG{
            one{"guaraní paraguayu"}
            other{"guaranís paraguayos"}
        }
        QAR{
            one{"rial qatarín"}
            other{"riales qatarinos"}
        }
        RHD{
            one{"dólar rodesianu"}
            other{"dólares rodesianos"}
        }
        ROL{
            one{"leu rumanu (1952–2006)"}
            other{"leus rumanos (1952–2006)"}
        }
        RON{
            one{"leu rumanu"}
            other{"leus rumanos"}
        }
        RSD{
            one{"dinar serbiu"}
            other{"dinares serbios"}
        }
        RUB{
            one{"rublu rusu"}
            other{"rublos rusos"}
        }
        RUR{
            one{"rublu rusu (1991–1998)"}
            other{"rublos rusos (1991–1998)"}
        }
        RWF{
            one{"francu ruandés"}
            other{"francos ruandeses"}
        }
        SAR{
            one{"riyal saudita"}
            other{"riyales saudites"}
        }
        SBD{
            one{"dólar salomonés"}
            other{"dólares salomoneses"}
        }
        SCR{
            one{"rupia seixelesa"}
            other{"rupies seixeleses"}
        }
        SDD{
            one{"dinar sudanés (1992–2007)"}
            other{"dinares sudaneses (1992–2007)"}
        }
        SDG{
            one{"llibra sudanesa"}
            other{"llibres sudaneses"}
        }
        SDP{
            one{"llibra sudanesa (1957–1998)"}
            other{"llibres sudaneses (1957–1998)"}
        }
        SEK{
            one{"corona sueca"}
            other{"corones sueques"}
        }
        SGD{
            one{"dólar singapuranu"}
            other{"dólares singapuranos"}
        }
        SHP{
            one{"llibra de Santa Lena"}
            other{"llibres de Santa Lena"}
        }
        SIT{
            one{"tolar eslovenu"}
            other{"tolares eslovenos"}
        }
        SKK{
            one{"corona eslovaca"}
            other{"corones eslovaques"}
        }
        SLL{
            one{"leone sierralleonés"}
            other{"leones sierralleoneses"}
        }
        SOS{
            one{"shilling somalín"}
            other{"shillings somalinos"}
        }
        SRD{
            one{"dólar surinamés"}
            other{"dólares surinameses"}
        }
        SRG{
            one{"florín surinamés"}
            other{"florinos surinameses"}
        }
        SSP{
            one{"llibra sursudanesa"}
            other{"llibres sursudaneses"}
        }
        STD{
            one{"dobra de Santu Tomé y Príncipe"}
            other{"dobras de Santu Tomé y Príncipe"}
        }
        SUR{
            one{"rublu soviéticu"}
            other{"rublos soviéticos"}
        }
        SVC{
            one{"colón salvadorianu"}
            other{"colones salvadorianos"}
        }
        SYP{
            one{"llibra siria"}
            other{"llibres siries"}
        }
        SZL{
            one{"lilangeni suazilandés"}
            other{"lilangenis suazilandeses"}
        }
        THB{
            one{"baht tailandés"}
            other{"bahts tailandeses"}
        }
        TJR{
            one{"rublu taxiquistanín"}
            other{"rublos taxiquistaninos"}
        }
        TJS{
            one{"somoni taxiquistanín"}
            other{"somonis taxiquistaninos"}
        }
        TMM{
            one{"manat turcomanu (1993–2009)"}
            other{"manats turcomanos (1993–2009)"}
        }
        TMT{
            one{"manat turcomanu"}
            other{"manats turcomanos"}
        }
        TND{
            one{"dinar tunecín"}
            other{"dinares tunecinos"}
        }
        TOP{
            one{"paʻanga tonganu"}
            other{"paʻangas tonganos"}
        }
        TPE{
            one{"escudu timorés"}
            other{"escudos timoreses"}
        }
        TRL{
            one{"llira turca (1922–2005)"}
            other{"llires turques (1922–2005)"}
        }
        TRY{
            one{"llira turca"}
            other{"llires turques"}
        }
        TTD{
            one{"dólar de Trinidá y Tobagu"}
            other{"dólares de Trinidá y Tobagu"}
        }
        TWD{
            one{"dólar nuevu taiwanés"}
            other{"dólares nuevos taiwaneses"}
        }
        TZS{
            one{"shilling tanzanianu"}
            other{"shillings tanzanianos"}
        }
        UAH{
            one{"grivna ucraína"}
            other{"grivnas ucraínes"}
        }
        UAK{
            one{"karbovanets ucraína"}
            other{"karbovanets ucraínes"}
        }
        UGS{
            one{"shilling ugandés (1966–1987)"}
            other{"shillings ugandeses (1966–1987)"}
        }
        UGX{
            one{"shilling ugandés"}
            other{"shillings ugandeses"}
        }
        USD{
            one{"dólar estaunidense"}
            other{"dólares estaunidenses"}
        }
        USN{
            one{"dólar d’EE.XX. (día siguiente)"}
            other{"dólares d’EE.XX. (día siguiente)"}
        }
        USS{
            one{"dólar d’EE.XX. (mesmu día)"}
            other{"dólares d’EE.XX. (mesmu día)"}
        }
        UYI{
            one{"pesu uruguayu (unidaes indexaes)"}
            other{"pesos uruguayos (unidaes indexaes)"}
        }
        UYP{
            one{"pesu uruguayu (1975–1993)"}
            other{"pesos uruguayos (1975–1993)"}
        }
        UYU{
            one{"pesu uruguayu"}
            other{"pesos uruguayos"}
        }
        UZS{
            one{"som uzbequistanín"}
            other{"soms uzbequistaninos"}
        }
        VEB{
            one{"bolívar venezolanu (1871–2008)"}
            other{"bolívares venezolanos (1871–2008)"}
        }
        VEF{
            one{"bolívar venezolanu"}
            other{"bolívares venezolanos"}
        }
        VND{
            one{"dong vietnamín"}
            other{"dongs vietnaminos"}
        }
        VNN{
            one{"dong vietnamín (1978–1985)"}
            other{"dongs vietnaminos (1978–1985)"}
        }
        VUV{
            one{"vatu vanuatuanu"}
            other{"vatus vanuatuanos"}
        }
        WST{
            one{"tala samoanu"}
            other{"talas samoanos"}
        }
        XAF{
            one{"francu CFA centroafricanu"}
            other{"francos CFA centroafricanos"}
        }
        XAG{
            one{"onza troy de plata"}
            other{"onces troy de plata"}
        }
        XAU{
            one{"onza troy d’oru"}
            other{"onces troy d’oru"}
        }
        XBA{
            one{"unidá compuesta europea"}
            other{"unidaes compuestes europées"}
        }
        XBB{
            one{"unidá monetaria europea"}
            other{"unidaes monetaries europées"}
        }
        XBC{
            one{"unidá de cuenta europea (XBC)"}
            other{"unidaes de cuenta europées (XBC)"}
        }
        XBD{
            one{"unidá de cuenta europea (XBD)"}
            other{"unidaes de cuenta europées (XBD)"}
        }
        XCD{
            one{"dólar del Caribe Oriental"}
            other{"dólares del Caribe Oriental"}
        }
        XDR{
            one{"drechos especiales de xiru"}
            other{"drechos especiales de xiru"}
        }
        XEU{
            one{"unidá de divisa europea"}
            other{"unidaes de divisa europees"}
        }
        XFO{
            one{"francu oru francés"}
            other{"francos oru franceses"}
        }
        XFU{
            one{"francu UIC francés"}
            other{"francos UIC franceses"}
        }
        XOF{
            one{"francu CFA BCEAO"}
            other{"francos CFA BCEAO"}
        }
        XPD{
            one{"onza troy de paladiu"}
            other{"onces troy de paladiu"}
        }
        XPF{
            one{"francu CFP"}
            other{"francos CFP"}
        }
        XPT{
            one{"onza troy de platín"}
            other{"onces troy de platín"}
        }
        XRE{
            one{"unidá de fondos RINET"}
            other{"unidaes de fondos RINET"}
        }
        XSU{
            one{"sucre"}
            other{"sucres"}
        }
        XTS{
            one{"códigu monetariu de prueba"}
            other{"códigos monetarios de prueba"}
        }
        XUA{
            one{"unidá de cuenta ADB"}
            other{"unidaes de cuenta ADB"}
        }
        XXX{
            one{"(unidá desconocida de divisa)"}
            other{"(divises desconocíes)"}
        }
        YDD{
            one{"dinar yemenín"}
            other{"dinares yemeninos"}
        }
        YER{
            one{"rial yemenín"}
            other{"riales yemeninos"}
        }
        YUD{
            one{"dinar fuerte yugoslavu (1966–1990)"}
            other{"dinares fuertes yugoslavos (1966–1990)"}
        }
        YUM{
            one{"dinar nuevu yugoslavu (1994–2002)"}
            other{"dinares nuevos yugoslavos (1994–2002)"}
        }
        YUN{
            one{"dinar convertible yugoslavu (1990–1992)"}
            other{"dinares convertibles yugoslavos (1990–1992)"}
        }
        YUR{
            one{"dinar reformáu yugoslavu (1992–1993)"}
            other{"dinares reformaos yugoslavos (1992–1993)"}
        }
        ZAL{
            one{"rand sudafricanu (financieru)"}
            other{"rands sudafricanos (financieros)"}
        }
        ZAR{
            one{"rand sudafricanu"}
            other{"rands sudafricanos"}
        }
        ZMK{
            one{"kwacha zambianu (1968–2012)"}
            other{"kwachas zambianos (1968–2012)"}
        }
        ZMW{
            one{"kwacha zambianu"}
            other{"kwachas zambianos"}
        }
        ZRN{
            one{"zaire nuevu zairiegu (1993–1998)"}
            other{"zaires nuevos zairiegos (1993–1998)"}
        }
        ZRZ{
            one{"zaire zairiegu (1971–1993)"}
            other{"zaires zairiegos (1971–1993)"}
        }
        ZWD{
            one{"dólar zimbabuanu (1980–2008)"}
            other{"dólares zimbabuanos (1980–2008)"}
        }
        ZWL{
            one{"dólar zimbabuanu (2009)"}
            other{"dólares zimbabuanos (2009)"}
        }
        ZWR{
            one{"dólar zimbabuanu (2008)"}
            other{"dólares zimbabuanos (2008)"}
        }
    }
    CurrencyUnitPatterns{
        one{"{0} {1}"}
        other{"{0} {1}"}
    }
    Version{"2.1.28.76"}
}