OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/eu.xml | 6 // * Source File: <path>/common/main/eu.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/eu.xml | 10 * ICU <specials> source: <path>/common/main/eu.xml |
11 */ | 11 */ |
12 eu{ | 12 eu{ |
13 Currencies{ | 13 Currencies{ |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 "Moneta ezezaguna", | 641 "Moneta ezezaguna", |
642 } | 642 } |
643 YER{ | 643 YER{ |
644 "YER", | 644 "YER", |
645 "Yemengo riala", | 645 "Yemengo riala", |
646 } | 646 } |
647 ZAR{ | 647 ZAR{ |
648 "ZAR", | 648 "ZAR", |
649 "Hegoafrikako randa", | 649 "Hegoafrikako randa", |
650 } | 650 } |
| 651 ZMK{ |
| 652 "ZMK", |
| 653 "Zambiako kwacha (1968–2012)", |
| 654 } |
651 ZMW{ | 655 ZMW{ |
652 "ZMW", | 656 "ZMW", |
653 "Zambiako kwacha", | 657 "Zambiako kwacha", |
654 } | 658 } |
655 } | 659 } |
| 660 Currencies%narrow{ |
| 661 ARS{"$"} |
| 662 AUD{"$"} |
| 663 BBD{"$"} |
| 664 BDT{"৳"} |
| 665 BMD{"$"} |
| 666 BND{"$"} |
| 667 BRL{"R$"} |
| 668 BSD{"$"} |
| 669 BYR{"р."} |
| 670 BZD{"$"} |
| 671 CAD{"$"} |
| 672 CLP{"$"} |
| 673 CNY{"¥"} |
| 674 COP{"$"} |
| 675 CRC{"₡"} |
| 676 CUP{"$"} |
| 677 DOP{"$"} |
| 678 EUR{"€"} |
| 679 FJD{"$"} |
| 680 GBP{"£"} |
| 681 GIP{"£"} |
| 682 GYD{"$"} |
| 683 HKD{"$"} |
| 684 ILS{"₪"} |
| 685 INR{"₹"} |
| 686 JMD{"$"} |
| 687 JPY{"¥"} |
| 688 KHR{"៛"} |
| 689 KRW{"₩"} |
| 690 KYD{"$"} |
| 691 KZT{"₸"} |
| 692 LAK{"₭"} |
| 693 LRD{"$"} |
| 694 MNT{"₮"} |
| 695 MXN{"$"} |
| 696 NAD{"$"} |
| 697 NGN{"₦"} |
| 698 NZD{"$"} |
| 699 PHP{"₱"} |
| 700 PYG{"₲"} |
| 701 SBD{"$"} |
| 702 SGD{"$"} |
| 703 SRD{"$"} |
| 704 SSP{"£"} |
| 705 TRY{"₺"} |
| 706 TTD{"$"} |
| 707 TWD{"NT$"} |
| 708 UAH{"₴"} |
| 709 USD{"$"} |
| 710 UYU{"$"} |
| 711 VND{"₫"} |
| 712 } |
656 CurrencyPlurals{ | 713 CurrencyPlurals{ |
657 AED{ | 714 AED{ |
658 one{"Arabiar Emirerri Batuetako dirham"} | 715 one{"Arabiar Emirerri Batuetako dirham"} |
659 other{"Arabiar Emirerri Batuetako dirham"} | 716 other{"Arabiar Emirerri Batuetako dirham"} |
660 } | 717 } |
661 AFN{ | 718 AFN{ |
662 one{"Afganistango afghani"} | 719 one{"Afganistango afghani"} |
663 other{"Afganistango afghani"} | 720 other{"Afganistango afghani"} |
664 } | 721 } |
665 ALL{ | 722 ALL{ |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1280 } | 1337 } |
1281 ZMW{ | 1338 ZMW{ |
1282 one{"Zambiako kwacha"} | 1339 one{"Zambiako kwacha"} |
1283 other{"Zambiako kwacha"} | 1340 other{"Zambiako kwacha"} |
1284 } | 1341 } |
1285 } | 1342 } |
1286 CurrencyUnitPatterns{ | 1343 CurrencyUnitPatterns{ |
1287 one{"{0} {1}"} | 1344 one{"{0} {1}"} |
1288 other{"{0} {1}"} | 1345 other{"{0} {1}"} |
1289 } | 1346 } |
1290 Version{"2.0.92.87"} | 1347 Version{"2.1.8.9"} |
1291 } | 1348 } |
OLD | NEW |