OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/wae.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/common/main/wae.xml |
| 11 */ |
| 12 wae{ |
| 13 Currencies{ |
| 14 BRL{ |
| 15 "R$", |
| 16 "Brasilianiši Real", |
| 17 } |
| 18 CNY{ |
| 19 "CN¥", |
| 20 "Chinesiši Yuan", |
| 21 } |
| 22 EUR{ |
| 23 "€", |
| 24 "Euro", |
| 25 } |
| 26 GBP{ |
| 27 "£", |
| 28 "Pfund", |
| 29 } |
| 30 INR{ |
| 31 "₹", |
| 32 "Indiši Rupie", |
| 33 } |
| 34 JPY{ |
| 35 "¥", |
| 36 "Yen", |
| 37 } |
| 38 RUB{ |
| 39 "руб", |
| 40 "Rubel", |
| 41 } |
| 42 USD{ |
| 43 "$", |
| 44 "Dollar", |
| 45 } |
| 46 XXX{ |
| 47 "XXX", |
| 48 "Unbekannti Wãrig", |
| 49 } |
| 50 } |
| 51 CurrencyPlurals{ |
| 52 BRL{ |
| 53 one{"Brasilianišä Real"} |
| 54 other{"Brasilianiši Real"} |
| 55 } |
| 56 CNY{ |
| 57 one{"Chinesišä Yuan"} |
| 58 other{"Chinesiši Yuan"} |
| 59 } |
| 60 EUR{ |
| 61 one{"Euro"} |
| 62 other{"Euro"} |
| 63 } |
| 64 GBP{ |
| 65 one{"Pfund"} |
| 66 other{"Pfund"} |
| 67 } |
| 68 INR{ |
| 69 one{"Indišä Rupie"} |
| 70 other{"Indiši Rupie"} |
| 71 } |
| 72 JPY{ |
| 73 one{"Yen"} |
| 74 other{"Yen"} |
| 75 } |
| 76 RUB{ |
| 77 one{"Rubel"} |
| 78 other{"Rubel"} |
| 79 } |
| 80 USD{ |
| 81 one{"Dollar"} |
| 82 other{"Dollar"} |
| 83 } |
| 84 XXX{ |
| 85 one{"Unbekannti Wãrig"} |
| 86 other{"Unbekannti Wãrig"} |
| 87 } |
| 88 } |
| 89 CurrencyUnitPatterns{ |
| 90 one{"{0} {1}"} |
| 91 other{"{0} {1}"} |
| 92 } |
| 93 Version{"2.1.7.53"} |
| 94 } |
OLD | NEW |