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/en_AU.xml | 6 // * Source File: <path>/common/main/en_AU.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 en_AU{ | 9 en_AU{ |
10 %%Parent{"en_GB"} | 10 %%Parent{"en_GB"} |
11 Currencies{ | 11 Currencies{ |
12 AUD{ | 12 BYR{ |
13 "$", | 13 "BYR", |
14 "Australian Dollar", | 14 "Belarusian Rouble", |
15 } | 15 } |
16 EUR{ | 16 GBP{ |
17 "€", | 17 "£", |
18 "Euro", | 18 "British Pound", |
19 } | 19 } |
20 USD{ | 20 RUB{ |
21 "US$", | 21 "RUB", |
22 "US Dollar", | 22 "Russian Rouble", |
| 23 } |
| 24 SCR{ |
| 25 "SCR", |
| 26 "Seychelles Rupee", |
| 27 } |
| 28 UZS{ |
| 29 "UZS", |
| 30 "Uzbekistani Som", |
| 31 } |
| 32 XAF{ |
| 33 "FCFA", |
| 34 "Central African CFA Franc", |
| 35 } |
| 36 XOF{ |
| 37 "CFA", |
| 38 "West African CFA Franc", |
23 } | 39 } |
24 } | 40 } |
25 CurrencyPlurals{ | 41 CurrencyPlurals{ |
| 42 BYR{ |
| 43 one{"Belarusian rouble"} |
| 44 other{"Belarusian roubles"} |
| 45 } |
26 EUR{ | 46 EUR{ |
27 one{"euro"} | 47 one{"euro"} |
28 other{"euro"} | 48 other{"euro"} |
29 } | 49 } |
| 50 GBP{ |
| 51 one{"British pound"} |
| 52 other{"British pounds"} |
| 53 } |
| 54 MGA{ |
| 55 one{"Malagasy ariary"} |
| 56 other{"Malagasy ariarys"} |
| 57 } |
| 58 MWK{ |
| 59 one{"Malawian kwacha"} |
| 60 other{"Malawian kwachas"} |
| 61 } |
| 62 RUB{ |
| 63 one{"Russian rouble"} |
| 64 other{"Russian roubles"} |
| 65 } |
| 66 UZS{ |
| 67 one{"Uzbekistani som"} |
| 68 other{"Uzbekistani som"} |
| 69 } |
| 70 XAF{ |
| 71 one{"Central African CFA franc"} |
| 72 other{"Central African CFA francs"} |
| 73 } |
| 74 XOF{ |
| 75 one{"West African CFA franc"} |
| 76 other{"West African CFA francs"} |
| 77 } |
| 78 XXX{ |
| 79 one{"(unknown currency)"} |
| 80 other{"(unknown currency)"} |
| 81 } |
30 } | 82 } |
31 Version{"2.0.92.87"} | 83 Version{"2.1.8.19"} |
32 } | 84 } |
OLD | NEW |