1// *************************************************************************** 2// * 3// * Copyright (C) 2015 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// *************************************************************************** 9wae{ 10 Currencies{ 11 BRL{ 12 "R$", 13 "Brasilianiši Real", 14 } 15 CNY{ 16 "CN¥", 17 "Chinesiši Yuan", 18 } 19 EUR{ 20 "€", 21 "Euro", 22 } 23 GBP{ 24 "£", 25 "Pfund", 26 } 27 INR{ 28 "₹", 29 "Indiši Rupie", 30 } 31 JPY{ 32 "¥", 33 "Yen", 34 } 35 RUB{ 36 "руб", 37 "Rubel", 38 } 39 USD{ 40 "$", 41 "Dollar", 42 } 43 XXX{ 44 "XXX", 45 "Unbekannti Wãrig", 46 } 47 } 48 CurrencyPlurals{ 49 BRL{ 50 one{"Brasilianišä Real"} 51 other{"Brasilianiši Real"} 52 } 53 CNY{ 54 one{"Chinesišä Yuan"} 55 other{"Chinesiši Yuan"} 56 } 57 EUR{ 58 one{"Euro"} 59 other{"Euro"} 60 } 61 GBP{ 62 one{"Pfund"} 63 other{"Pfund"} 64 } 65 INR{ 66 one{"Indišä Rupie"} 67 other{"Indiši Rupie"} 68 } 69 JPY{ 70 one{"Yen"} 71 other{"Yen"} 72 } 73 RUB{ 74 one{"Rubel"} 75 other{"Rubel"} 76 } 77 USD{ 78 one{"Dollar"} 79 other{"Dollar"} 80 } 81 XXX{ 82 one{"Unbekannti Wãrig"} 83 other{"Unbekannti Wãrig"} 84 } 85 } 86 CurrencyUnitPatterns{ 87 one{"{0} {1}"} 88 other{"{0} {1}"} 89 } 90 Version{"2.1.10.93"} 91} 92