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/se.xml | 6 // * Source File: <path>/common/main/se.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/se.xml | 10 * ICU <specials> source: <path>/common/main/se.xml |
11 */ | 11 */ |
12 se{ | 12 se{ |
13 Currencies{ | 13 Currencies{ |
14 DKK{ | 14 DKK{ |
15 "Dkr", | 15 "Dkr", |
16 "DKK", | 16 "DKK", |
17 } | 17 } |
18 EUR{ | 18 EUR{ |
19 "€", | 19 "€", |
20 "euro", | 20 "euro", |
21 } | 21 } |
22 FIM{ | |
23 "FIM", | |
24 "suoma márkki", | |
25 } | |
26 HKD{ | 22 HKD{ |
27 "HK$", | 23 "HK$", |
28 "HKD", | 24 "HKD", |
29 } | 25 } |
30 INR{ | 26 INR{ |
31 "Rs.", | 27 "Rs.", |
32 "INR", | 28 "INR", |
33 } | 29 } |
34 JPY{ | 30 JPY{ |
35 "JP¥", | 31 "JP¥", |
36 "JPY", | 32 "JPY", |
37 } | 33 } |
38 MXN{ | 34 MXN{ |
39 "MX$", | 35 "MX$", |
40 "MXN", | 36 "MXN", |
41 } | 37 } |
42 NOK{ | 38 NOK{ |
43 "kr", | 39 "kr", |
44 "norgga kruvdno", | 40 "norgga kruvdno", |
45 } | 41 } |
46 SEK{ | 42 SEK{ |
47 "Skr", | 43 "Skr", |
48 "ruoŧŧa kruvdno", | 44 "ruoŧŧa kruvdno", |
49 } | 45 } |
50 THB{ | 46 THB{ |
51 "฿", | 47 "฿", |
52 "THB", | 48 "THB", |
53 } | 49 } |
54 XAG{ | |
55 "XAG", | |
56 "uns silba", | |
57 } | |
58 XAU{ | |
59 "XAU", | |
60 "uns golli", | |
61 } | |
62 } | 50 } |
63 CurrencyPlurals{ | 51 CurrencyPlurals{ |
64 EUR{ | 52 EUR{ |
65 one{"euro"} | 53 one{"euro"} |
66 other{"euro"} | 54 other{"euro"} |
67 two{"euro"} | 55 two{"euro"} |
68 } | 56 } |
69 NOK{ | 57 NOK{ |
70 one{"norgga kruvdno"} | 58 one{"norgga kruvdno"} |
71 other{"norgga kruvdno"} | 59 other{"norgga kruvdno"} |
72 two{"norgga kruvdno"} | 60 two{"norgga kruvdno"} |
73 } | 61 } |
74 SEK{ | 62 SEK{ |
75 one{"ruoŧŧa kruvdno"} | 63 one{"ruoŧŧa kruvdno"} |
76 other{"ruoŧŧa kruvdno"} | 64 other{"ruoŧŧa kruvdno"} |
77 two{"ruoŧŧa kruvdno"} | 65 two{"ruoŧŧa kruvdno"} |
78 } | 66 } |
79 } | 67 } |
80 CurrencyUnitPatterns{ | 68 CurrencyUnitPatterns{ |
81 one{"{0} {1}"} | 69 one{"{0} {1}"} |
82 other{"{0} {1}"} | 70 other{"{0} {1}"} |
83 two{"{0} {1}"} | 71 two{"{0} {1}"} |
84 } | 72 } |
85 Version{"2.1.7.53"} | 73 Version{"2.1.7.53"} |
86 } | 74 } |
OLD | NEW |