| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/es_419.xml | 6 // * Source File: <path>/common/main/es_419.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 es_419{ | 9 es_419{ |
| 10 Currencies{ | 10 Currencies{ |
| 11 AMD{ | 11 AMD{ |
| 12 "AMD", | 12 "AMD", |
| 13 "dram", | 13 "dram armenio", |
| 14 } | 14 } |
| 15 CAD{ | 15 CAD{ |
| 16 "CAD", | 16 "CAD", |
| 17 "dólar canadiense", | 17 "dólar canadiense", |
| 18 } | 18 } |
| 19 ERN{ |
| 20 "ERN", |
| 21 "nafka", |
| 22 } |
| 19 EUR{ | 23 EUR{ |
| 20 "EUR", | 24 "EUR", |
| 21 "euro", | 25 "euro", |
| 22 } | 26 } |
| 23 HKD{ | |
| 24 "HKD", | |
| 25 "dólar hongkonés", | |
| 26 } | |
| 27 ILS{ | |
| 28 "ILS", | |
| 29 "nuevo sheqel israelí", | |
| 30 } | |
| 31 JMD{ | |
| 32 "JMD", | |
| 33 "dólar jamaicano", | |
| 34 } | |
| 35 KZT{ | |
| 36 "KZT", | |
| 37 "tenge kazako", | |
| 38 } | |
| 39 LKR{ | |
| 40 "LKR", | |
| 41 "rupia esrilanquesa", | |
| 42 } | |
| 43 THB{ | 27 THB{ |
| 44 "THB", | 28 "THB", |
| 45 "bat", | 29 "bat", |
| 46 } | 30 } |
| 47 USD{ | 31 USD{ |
| 48 "USD", | 32 "USD", |
| 49 "dólar estadounidense", | 33 "dólar estadounidense", |
| 50 } | 34 } |
| 51 VND{ | 35 VND{ |
| 52 "VND", | 36 "VND", |
| 53 "dong", | 37 "dong", |
| 54 } | 38 } |
| 55 ZMW{ | 39 } |
| 56 "ZMK", | 40 Currencies%narrow{ |
| 57 "kuacha zambiano", | 41 EGP{"E£"} |
| 42 VEF{"BsF"} |
| 43 } |
| 44 CurrencyPlurals{ |
| 45 BGN{ |
| 46 one{"lev búlgaro"} |
| 47 other{"leva búlgaros"} |
| 48 } |
| 49 XXX{ |
| 50 one{"(unidad de moneda desconocida)"} |
| 51 other{"(moneda desconocida)"} |
| 58 } | 52 } |
| 59 } | 53 } |
| 60 Currencies%narrow{ | 54 Version{"2.1.19.14"} |
| 61 EUR{"€"} | |
| 62 } | |
| 63 CurrencyPlurals{ | |
| 64 BHD{ | |
| 65 one{"dinar bareiní"} | |
| 66 other{"dinares bareiníes"} | |
| 67 } | |
| 68 HKD{ | |
| 69 one{"dólar hongkonés"} | |
| 70 other{"dólares hongkoneses"} | |
| 71 } | |
| 72 ILS{ | |
| 73 one{"nuevo sheqel israelí"} | |
| 74 other{"nuevos sheqels israelíes"} | |
| 75 } | |
| 76 JMD{ | |
| 77 one{"dólar jamaicano"} | |
| 78 other{"dólares jamaicanos"} | |
| 79 } | |
| 80 KZT{ | |
| 81 one{"tenge kazako"} | |
| 82 other{"tenges kazakos"} | |
| 83 } | |
| 84 LKR{ | |
| 85 one{"rupia esrilanquesa"} | |
| 86 other{"rupias esrilanquesas"} | |
| 87 } | |
| 88 MWK{ | |
| 89 one{"kuacha malauí"} | |
| 90 other{"kuachas malauíes"} | |
| 91 } | |
| 92 } | |
| 93 Version{"2.1.8.19"} | |
| 94 } | 55 } |
| OLD | NEW |