| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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 |
| (...skipping 630 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 } | |
| 655 ZMW{ | 651 ZMW{ |
| 656 "ZMW", | 652 "ZMW", |
| 657 "Zambiako kwacha", | 653 "Zambiako kwacha", |
| 658 } | 654 } |
| 659 } | 655 } |
| 660 CurrencyPlurals{ | 656 CurrencyPlurals{ |
| 661 AED{ | 657 AED{ |
| 662 one{"Arabiar Emirerri Batuetako dirham"} | 658 one{"Arabiar Emirerri Batuetako dirham"} |
| 663 other{"Arabiar Emirerri Batuetako dirham"} | 659 other{"Arabiar Emirerri Batuetako dirham"} |
| 664 } | 660 } |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1286 one{"Zambiako kwacha"} | 1282 one{"Zambiako kwacha"} |
| 1287 other{"Zambiako kwacha"} | 1283 other{"Zambiako kwacha"} |
| 1288 } | 1284 } |
| 1289 } | 1285 } |
| 1290 CurrencyUnitPatterns{ | 1286 CurrencyUnitPatterns{ |
| 1291 one{"{0} {1}"} | 1287 one{"{0} {1}"} |
| 1292 other{"{0} {1}"} | 1288 other{"{0} {1}"} |
| 1293 } | 1289 } |
| 1294 Version{"2.0.92.87"} | 1290 Version{"2.0.92.87"} |
| 1295 } | 1291 } |
| OLD | NEW |