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/lag.xml | 6 // * Source File: <path>/common/main/lag.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/lag.xml | 10 * ICU <specials> source: <path>/common/main/lag.xml |
11 */ | 11 */ |
12 lag{ | 12 lag{ |
13 Currencies{ | 13 Currencies{ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "Bíiri ya Ʉhabéeshi", | 76 "Bíiri ya Ʉhabéeshi", |
77 } | 77 } |
78 EUR{ | 78 EUR{ |
79 "€", | 79 "€", |
80 "Yúuro", | 80 "Yúuro", |
81 } | 81 } |
82 GBP{ | 82 GBP{ |
83 "£", | 83 "£", |
84 "Páundi ya Ʉɨngɨréesa", | 84 "Páundi ya Ʉɨngɨréesa", |
85 } | 85 } |
| 86 GHC{ |
| 87 "GHC", |
| 88 "Séedi ya Gáana", |
| 89 } |
86 GMD{ | 90 GMD{ |
87 "GMD", | 91 "GMD", |
88 "Daláasi ya Gámbia", | 92 "Daláasi ya Gámbia", |
89 } | 93 } |
90 GNS{ | 94 GNS{ |
91 "GNS", | 95 "GNS", |
92 "Faráanga ya Gíine", | 96 "Faráanga ya Gíine", |
93 } | 97 } |
94 INR{ | 98 INR{ |
95 "₹", | 99 "₹", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "Ungwíiya ya Moritánia", | 136 "Ungwíiya ya Moritánia", |
133 } | 137 } |
134 MUR{ | 138 MUR{ |
135 "MUR", | 139 "MUR", |
136 "Rupía ya Moríisi", | 140 "Rupía ya Moríisi", |
137 } | 141 } |
138 MWK{ | 142 MWK{ |
139 "MWK", | 143 "MWK", |
140 "Kwáacha ya Maláawi", | 144 "Kwáacha ya Maláawi", |
141 } | 145 } |
| 146 MZM{ |
| 147 "MZM", |
| 148 "Metikáali ya Musumbíiji", |
| 149 } |
142 NAD{ | 150 NAD{ |
143 "NAD", | 151 "NAD", |
144 "Dóola ya Namíbia", | 152 "Dóola ya Namíbia", |
145 } | 153 } |
146 NGN{ | 154 NGN{ |
147 "NGN", | 155 "NGN", |
148 "Naíira ya Niijéria", | 156 "Naíira ya Niijéria", |
149 } | 157 } |
150 RWF{ | 158 RWF{ |
151 "RWF", | 159 "RWF", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 "Faráanga ya CFA BEAC", | 212 "Faráanga ya CFA BEAC", |
205 } | 213 } |
206 XOF{ | 214 XOF{ |
207 "CFA", | 215 "CFA", |
208 "Faráanga ya CFA BCEAO", | 216 "Faráanga ya CFA BCEAO", |
209 } | 217 } |
210 ZAR{ | 218 ZAR{ |
211 "ZAR", | 219 "ZAR", |
212 "Ráandi ya Afɨrɨka ya Saame", | 220 "Ráandi ya Afɨrɨka ya Saame", |
213 } | 221 } |
| 222 ZMK{ |
| 223 "ZMK", |
| 224 "Kwácha ya Sámbia (1968–2012)", |
| 225 } |
214 ZMW{ | 226 ZMW{ |
215 "ZMW", | 227 "ZMW", |
216 "Kwácha ya Sámbia", | 228 "Kwácha ya Sámbia", |
217 } | 229 } |
| 230 ZWD{ |
| 231 "ZWD", |
| 232 "Dóola ya Simbáabwe", |
| 233 } |
218 } | 234 } |
219 Version{"2.0.92.75"} | 235 Version{"2.1.6.69"} |
220 } | 236 } |
OLD | NEW |