OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 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/os.xml | 6 // * Source File: <path>/common/main/os.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/os.xml | 10 * ICU <specials> source: <path>/common/main/os.xml |
(...skipping 17 matching lines...) Expand all Loading... |
28 "Лар", | 28 "Лар", |
29 } | 29 } |
30 RUB{ | 30 RUB{ |
31 "RUB", | 31 "RUB", |
32 "Сом", | 32 "Сом", |
33 } | 33 } |
34 USD{ | 34 USD{ |
35 "$", | 35 "$", |
36 "АИШ-ы Доллар", | 36 "АИШ-ы Доллар", |
37 } | 37 } |
38 XXX{ | |
39 "XXX", | |
40 "Нӕзонгӕ валютӕ", | |
41 } | |
42 } | 38 } |
43 CurrencyPlurals{ | 39 CurrencyPlurals{ |
44 BRL{ | 40 BRL{ |
45 one{"бразилиаг реал"} | 41 one{"бразилиаг реал"} |
46 other{"бразилиаг реалы"} | 42 other{"бразилиаг реалы"} |
47 } | 43 } |
48 EUR{ | 44 EUR{ |
49 one{"евро"} | 45 one{"евро"} |
50 other{"евройы"} | 46 other{"евройы"} |
51 } | 47 } |
52 GBP{ | 48 GBP{ |
53 one{"бритайнаг стерлингы фунт"} | 49 one{"бритайнаг стерлингы фунт"} |
54 other{"бритайнаг стерлингы фунты"} | 50 other{"бритайнаг стерлингы фунты"} |
55 } | 51 } |
56 GEL{ | 52 GEL{ |
57 one{"лар"} | 53 one{"лар"} |
58 other{"лары"} | 54 other{"лары"} |
59 } | 55 } |
60 RUB{ | 56 RUB{ |
61 one{"сом"} | 57 one{"сом"} |
62 other{"сомы"} | 58 other{"сомы"} |
63 } | 59 } |
64 USD{ | 60 USD{ |
65 one{"АИШ-ы доллар"} | 61 one{"АИШ-ы доллар"} |
66 other{"АИШ-ы доллары"} | 62 other{"АИШ-ы доллары"} |
67 } | 63 } |
68 XXX{ | |
69 one{"нӕзонгӕ валютӕ"} | |
70 other{"нӕзонгӕ валютӕйы"} | |
71 } | |
72 } | 64 } |
73 CurrencyUnitPatterns{ | 65 CurrencyUnitPatterns{ |
74 one{"{0} {1}"} | 66 one{"{0} {1}"} |
75 other{"{0} {1}"} | 67 other{"{0} {1}"} |
76 } | 68 } |
77 Version{"2.1.7.53"} | 69 Version{"2.1.7.53"} |
78 } | 70 } |
OLD | NEW |