• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/en_AU.xml
7// *
8// ***************************************************************************
9en_AU{
10    %%Parent{"en_001"}
11    Currencies{
12        AUD{
13            "$",
14            "Australian Dollar",
15        }
16        AWG{
17            "AWG",
18            "Aruba Guilder",
19        }
20        BAM{
21            "BAM",
22            "Bosnia-Herzegovina Convertible Marka",
23        }
24        BBD{
25            "BBD",
26            "Barbados Dollar",
27        }
28        BMD{
29            "BMD",
30            "Bermuda Dollar",
31        }
32        BOB{
33            "BOB",
34            "Boliviano",
35        }
36        BRL{
37            "BRL",
38            "Brazilian Real",
39        }
40        CAD{
41            "CAD",
42            "Canadian Dollar",
43        }
44        CNY{
45            "CNY",
46            "Chinese Yuan",
47        }
48        EUR{
49            "EUR",
50            "Euro",
51        }
52        GBP{
53            "GBP",
54            "British Pound",
55        }
56        HKD{
57            "HKD",
58            "Hong Kong Dollar",
59        }
60        ILS{
61            "ILS",
62            "Israeli Shekel",
63        }
64        INR{
65            "INR",
66            "Indian Rupee",
67        }
68        JPY{
69            "JPY",
70            "Japanese Yen",
71        }
72        KRW{
73            "KRW",
74            "South Korean Won",
75        }
76        MXN{
77            "MXN",
78            "Mexican Peso",
79        }
80        NZD{
81            "NZD",
82            "New Zealand Dollar",
83        }
84        QAR{
85            "QAR",
86            "Qatari Riyal",
87        }
88        SCR{
89            "Rs",
90            "Seychellois Rupee",
91        }
92        SRD{
93            "SRD",
94            "Suriname Dollar",
95        }
96        TWD{
97            "TWD",
98            "New Taiwan Dollar",
99        }
100        USD{
101            "USD",
102            "US Dollar",
103        }
104        UYU{
105            "UYU",
106            "Peso Uruguayo",
107        }
108        VND{
109            "VND",
110            "Vietnamese Dong",
111        }
112        XAF{
113            "XAF",
114            "Central African CFA Franc",
115        }
116        XCD{
117            "XCD",
118            "East Caribbean Dollar",
119        }
120        XOF{
121            "XOF",
122            "West African CFA Franc",
123        }
124        XPF{
125            "CFP",
126            "CFP Franc",
127        }
128    }
129    Currencies%narrow{
130        BDT{"Tk"}
131        BOB{"$b"}
132        CUP{"₱"}
133        EGP{"£"}
134        ISK{"Kr"}
135        LBP{"ل.ل"}
136        PYG{"Gs"}
137        SEK{"Kr"}
138        UYU{"$U"}
139    }
140    Currencies%variant{
141        GEL{"GEL"}
142        TRY{"TRY"}
143    }
144    CurrencyPlurals{
145        AWG{
146            one{"Aruba guilder"}
147            other{"Aruba guilders"}
148        }
149        BAM{
150            one{"Bosnia-Herzegovina convertible marka"}
151        }
152        BBD{
153            one{"Barbados dollar"}
154            other{"Barbados dollars"}
155        }
156        BMD{
157            one{"Bermuda dollar"}
158            other{"Bermuda dollars"}
159        }
160        BOB{
161            one{"boliviano"}
162            other{"bolivianos"}
163        }
164        EUR{
165            one{"euro"}
166            other{"euro"}
167        }
168        GEL{
169            other{"Georgian lari"}
170        }
171        ILS{
172            one{"Israeli shekel"}
173            other{"Israeli sheckles"}
174        }
175        KZT{
176            other{"Kazakhstani tenge"}
177        }
178        LAK{
179            other{"Laotian kip"}
180        }
181        MKD{
182            other{"Macedonian denar"}
183        }
184        PGK{
185            other{"Papua New Guinean kinas"}
186        }
187        QAR{
188            one{"Qatari riyal"}
189            other{"Quatari riyals"}
190        }
191        SRD{
192            one{"Suriname dollar"}
193            other{"Suriname dollars"}
194        }
195        TRY{
196            other{"Turkish lire"}
197        }
198        UZS{
199            other{"Uzbekistani soms"}
200        }
201        VND{
202            other{"Vietnamese dongs"}
203        }
204        WST{
205            other{"Samoan talas"}
206        }
207    }
208    Version{"2.1.20.4"}
209}
210