]>
Commit | Line | Data |
---|---|---|
51004dcb A |
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 | Currencies{ | |
11 | AUD{ | |
12 | "AU$", | |
13 | "Australian Dollar", | |
14 | } | |
15 | BRL{ | |
16 | "R$", | |
17 | "Brazilian Real", | |
18 | } | |
19 | BYR{ | |
20 | "BYR", | |
21 | "Belarusian Rouble", | |
22 | } | |
23 | CAD{ | |
24 | "CA$", | |
25 | "Canadian Dollar", | |
26 | } | |
27 | CNY{ | |
28 | "CN¥", | |
29 | "Chinese Yuan", | |
30 | } | |
31 | EUR{ | |
32 | "€", | |
33 | "Euro", | |
34 | } | |
35 | GBP{ | |
36 | "£", | |
37 | "British Pound", | |
38 | } | |
39 | HKD{ | |
40 | "HK$", | |
41 | "Hong Kong Dollar", | |
42 | } | |
43 | ILS{ | |
44 | "₪", | |
45 | "Israeli New Shekel", | |
46 | } | |
47 | INR{ | |
48 | "₹", | |
49 | "Indian Rupee", | |
50 | } | |
51 | KRW{ | |
52 | "₩", | |
53 | "South Korean Won", | |
54 | } | |
55 | MGA{ | |
56 | "MGA", | |
57 | "Malagasy Ariary", | |
58 | } | |
59 | MWK{ | |
60 | "MWK", | |
61 | "Malawian Kwacha", | |
62 | } | |
63 | MXN{ | |
64 | "MX$", | |
65 | "Mexican Peso", | |
66 | } | |
67 | NZD{ | |
68 | "NZ$", | |
69 | "New Zealand Dollar", | |
70 | } | |
71 | RUB{ | |
72 | "RUB", | |
73 | "Russian Rouble", | |
74 | } | |
75 | SCR{ | |
76 | "SCR", | |
77 | "Seychelles Rupee", | |
78 | } | |
79 | THB{ | |
80 | "฿", | |
81 | "Thai Baht", | |
82 | } | |
83 | TWD{ | |
84 | "NT$", | |
85 | "New Taiwan Dollar", | |
86 | } | |
87 | UZS{ | |
88 | "UZS", | |
89 | "Uzbekistani Som", | |
90 | } | |
91 | VND{ | |
92 | "₫", | |
93 | "Vietnamese Dong", | |
94 | } | |
95 | XAF{ | |
96 | "FCFA", | |
97 | "Central African CFA Franc", | |
98 | } | |
99 | XCD{ | |
100 | "EC$", | |
101 | "East Caribbean Dollar", | |
102 | } | |
103 | XOF{ | |
104 | "CFA", | |
105 | "West African CFA Franc", | |
106 | } | |
107 | XPF{ | |
108 | "CFPF", | |
109 | "CFP Franc", | |
110 | } | |
111 | XXX{ | |
112 | "XXX", | |
113 | "Unknown Currency", | |
114 | } | |
115 | } | |
116 | CurrencyPlurals{ | |
117 | BYR{ | |
118 | one{"Belarusian rouble"} | |
119 | other{"Belarusian roubles"} | |
120 | } | |
121 | EUR{ | |
122 | one{"euro"} | |
123 | other{"euro"} | |
124 | } | |
125 | GBP{ | |
126 | one{"British pound"} | |
127 | other{"British pounds"} | |
128 | } | |
129 | ILS{ | |
130 | one{"Israeli new shekel"} | |
131 | other{"Israeli new shekels"} | |
132 | } | |
133 | MGA{ | |
134 | one{"Malagasy ariary"} | |
135 | other{"Malagasy ariarys"} | |
136 | } | |
137 | MWK{ | |
138 | one{"Malawian kwacha"} | |
139 | other{"Malawian kwachas"} | |
140 | } | |
141 | RUB{ | |
142 | one{"Russian rouble"} | |
143 | other{"Russian roubles"} | |
144 | } | |
145 | SCR{ | |
146 | one{"Seychelles rupee"} | |
147 | other{"Seychelles rupees"} | |
148 | } | |
149 | UZS{ | |
150 | one{"Uzbekistani som"} | |
151 | other{"Uzbekistani som"} | |
152 | } | |
153 | XAF{ | |
154 | one{"Central African CFA franc"} | |
155 | other{"Central African CFA francs"} | |
156 | } | |
157 | XOF{ | |
158 | one{"West African CFA franc"} | |
159 | other{"West African CFA francs"} | |
160 | } | |
161 | XXX{ | |
162 | one{"(unknown currency)"} | |
163 | other{"(unknown currency)"} | |
164 | } | |
165 | } | |
166 | Version{"2.0.82.45"} | |
167 | } |