|
1 // *************************************************************************** |
|
2 // * |
|
3 // * Copyright (C) 2013 International Business Machines |
|
4 // * Corporation and others. All Rights Reserved. |
|
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
|
6 // * Source File: <path>/common/main/en_GB.xml |
|
7 // * |
|
8 // *************************************************************************** |
|
9 en_GB{ |
|
10 %%Parent{"en_001"} |
|
11 Currencies{ |
|
12 AUD{ |
|
13 "AU$", |
|
14 "Australian Dollar", |
|
15 } |
|
16 BRL{ |
|
17 "R$", |
|
18 "Brazilian Real", |
|
19 } |
|
20 BYB{ |
|
21 "BYB", |
|
22 "Belarusian New Rouble (1994–1999)", |
|
23 } |
|
24 BYR{ |
|
25 "BYR", |
|
26 "Belarusian Rouble", |
|
27 } |
|
28 CAD{ |
|
29 "CA$", |
|
30 "Canadian Dollar", |
|
31 } |
|
32 CNY{ |
|
33 "CN¥", |
|
34 "Chinese Yuan", |
|
35 } |
|
36 EUR{ |
|
37 "€", |
|
38 "Euro", |
|
39 } |
|
40 GBP{ |
|
41 "£", |
|
42 "British Pound", |
|
43 } |
|
44 HKD{ |
|
45 "HK$", |
|
46 "Hong Kong Dollar", |
|
47 } |
|
48 ILR{ |
|
49 "ILR", |
|
50 "Israeli Shekel (1980–1985)", |
|
51 } |
|
52 ILS{ |
|
53 "₪", |
|
54 "Israeli New Shekel", |
|
55 } |
|
56 INR{ |
|
57 "₹", |
|
58 "Indian Rupee", |
|
59 } |
|
60 KRW{ |
|
61 "₩", |
|
62 "South Korean Won", |
|
63 } |
|
64 LVR{ |
|
65 "LVR", |
|
66 "Latvian Rouble", |
|
67 } |
|
68 MGA{ |
|
69 "MGA", |
|
70 "Malagasy Ariary", |
|
71 } |
|
72 MWK{ |
|
73 "MWK", |
|
74 "Malawian Kwacha", |
|
75 } |
|
76 MXN{ |
|
77 "MX$", |
|
78 "Mexican Peso", |
|
79 } |
|
80 NZD{ |
|
81 "NZ$", |
|
82 "New Zealand Dollar", |
|
83 } |
|
84 RUB{ |
|
85 "RUB", |
|
86 "Russian Rouble", |
|
87 } |
|
88 RUR{ |
|
89 "RUR", |
|
90 "Russian Rouble (1991–1998)", |
|
91 } |
|
92 SCR{ |
|
93 "SCR", |
|
94 "Seychelles Rupee", |
|
95 } |
|
96 THB{ |
|
97 "฿", |
|
98 "Thai Baht", |
|
99 } |
|
100 TJR{ |
|
101 "TJR", |
|
102 "Tajikistani Rouble", |
|
103 } |
|
104 TWD{ |
|
105 "NT$", |
|
106 "New Taiwan Dollar", |
|
107 } |
|
108 USD{ |
|
109 "$", |
|
110 "US Dollar", |
|
111 } |
|
112 UZS{ |
|
113 "UZS", |
|
114 "Uzbekistani Som", |
|
115 } |
|
116 VND{ |
|
117 "₫", |
|
118 "Vietnamese Dong", |
|
119 } |
|
120 XAF{ |
|
121 "FCFA", |
|
122 "Central African CFA Franc", |
|
123 } |
|
124 XCD{ |
|
125 "EC$", |
|
126 "East Caribbean Dollar", |
|
127 } |
|
128 XOF{ |
|
129 "CFA", |
|
130 "West African CFA Franc", |
|
131 } |
|
132 XPF{ |
|
133 "CFPF", |
|
134 "CFP Franc", |
|
135 } |
|
136 XXX{ |
|
137 "XXX", |
|
138 "Unknown Currency", |
|
139 } |
|
140 } |
|
141 CurrencyPlurals{ |
|
142 BYB{ |
|
143 one{"Belarusian new rouble (1994–1999)"} |
|
144 other{"Belarusian new roubles (1994–1999)"} |
|
145 } |
|
146 BYR{ |
|
147 one{"Belarusian rouble"} |
|
148 other{"Belarusian roubles"} |
|
149 } |
|
150 GBP{ |
|
151 one{"British pound"} |
|
152 other{"British pounds"} |
|
153 } |
|
154 ILR{ |
|
155 one{"Israeli shekel (1980–1985)"} |
|
156 other{"Israeli shekels (1980–1985)"} |
|
157 } |
|
158 ILS{ |
|
159 one{"Israeli new shekel"} |
|
160 other{"Israeli new shekels"} |
|
161 } |
|
162 LVR{ |
|
163 one{"Latvian rouble"} |
|
164 other{"Latvian roubles"} |
|
165 } |
|
166 MGA{ |
|
167 one{"Malagasy ariary"} |
|
168 other{"Malagasy ariarys"} |
|
169 } |
|
170 MWK{ |
|
171 one{"Malawian kwacha"} |
|
172 other{"Malawian kwachas"} |
|
173 } |
|
174 RUB{ |
|
175 one{"Russian rouble"} |
|
176 other{"Russian roubles"} |
|
177 } |
|
178 RUR{ |
|
179 one{"Russian rouble (1991–1998)"} |
|
180 other{"Russian roubles (1991–1998)"} |
|
181 } |
|
182 SCR{ |
|
183 one{"Seychelles rupee"} |
|
184 other{"Seychelles rupees"} |
|
185 } |
|
186 TJR{ |
|
187 one{"Tajikistani rouble"} |
|
188 other{"Tajikistani roubles"} |
|
189 } |
|
190 UZS{ |
|
191 one{"Uzbekistani som"} |
|
192 other{"Uzbekistani som"} |
|
193 } |
|
194 XAF{ |
|
195 one{"Central African CFA franc"} |
|
196 other{"Central African CFA francs"} |
|
197 } |
|
198 XOF{ |
|
199 one{"West African CFA franc"} |
|
200 other{"West African CFA francs"} |
|
201 } |
|
202 XXX{ |
|
203 one{"(unknown currency)"} |
|
204 other{"(unknown currency)"} |
|
205 } |
|
206 } |
|
207 Version{"2.0.92.80"} |
|
208 } |