Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: source/data/locales/smn.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/sl_SI.txt ('k') | source/data/locales/smn_FI.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/smn.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/smn.xml
11 */
12 smn{
13 AuxExemplarCharacters{"[à ç é è í ñ ń ó ò q ú ü w x æ ø å ã ö]"}
14 ExemplarCharacters{"[a â b c č d đ e f g h i j k l m n ŋ o p r s š t u v y z ž ä á]"}
15 ExemplarCharactersIndex{"[A Â B C Č D Đ E F G H I J K L M N Ŋ O P R S Š T U V Y Z Ž Ä Á]"}
16 LocaleScript{
17 "Latn",
18 }
19 NumberElements{
20 latn{
21 miscPatterns{
22 atLeast{"ucemustáá {0}"}
23 }
24 patternsLong{
25 decimalFormat{
26 1000{
27 one{"0 tuhháát"}
28 other{"0 tuhháát"}
29 two{"0 tuhháát"}
30 }
31 10000{
32 one{"00 tuhháát"}
33 other{"00 tuhháát"}
34 two{"00 tuhháát"}
35 }
36 100000{
37 one{"000 tuhháát"}
38 other{"000 tuhháát"}
39 two{"000 tuhháát"}
40 }
41 1000000{
42 one{"0 miljovn"}
43 other{"0 miljovn"}
44 two{"0 miljovn"}
45 }
46 10000000{
47 one{"00 miljovn"}
48 other{"00 miljovn"}
49 two{"00 miljovn"}
50 }
51 100000000{
52 one{"000 miljovn"}
53 other{"000 miljovn"}
54 two{"000 miljovn"}
55 }
56 1000000000{
57 one{"0 miljard"}
58 other{"0 miljard"}
59 two{"0 miljard"}
60 }
61 10000000000{
62 one{"00 miljard"}
63 other{"00 miljard"}
64 two{"00 miljard"}
65 }
66 100000000000{
67 one{"000 miljard"}
68 other{"000 miljard"}
69 two{"000 miljard"}
70 }
71 1000000000000{
72 one{"0 biljovn"}
73 other{"0 biljovn"}
74 two{"0 biljovn"}
75 }
76 10000000000000{
77 one{"00 biljovn"}
78 other{"00 biljovn"}
79 two{"00 biljovn"}
80 }
81 100000000000000{
82 one{"000 biljovn"}
83 other{"000 biljovn"}
84 two{"000 biljovn"}
85 }
86 }
87 }
88 symbols{
89 nan{"epiloho"}
90 }
91 }
92 }
93 Version{"2.1.8.11"}
94 calendar{
95 gregorian{
96 dayNames{
97 format{
98 abbreviated{
99 "pa",
100 "vu",
101 "ma",
102 "ko",
103 "tu",
104 "vá",
105 "lá",
106 }
107 narrow{
108 "P",
109 "V",
110 "M",
111 "K",
112 "T",
113 "V",
114 "L",
115 }
116 wide{
117 "pasepeeivi",
118 "vuossaargâ",
119 "majebaargâ",
120 "koskoho",
121 "tuorâstuv",
122 "vástuppeeivi",
123 "lávurduv",
124 }
125 }
126 stand-alone{
127 wide{
128 "pasepeivi",
129 "vuossargâ",
130 "majebargâ",
131 "koskokko",
132 "tuorâstâh",
133 "vástuppeivi",
134 "lávurdâh",
135 }
136 }
137 }
138 monthNames{
139 stand-alone{
140 wide{
141 "uđđâivemáánu",
142 "kuovâmáánu",
143 "njuhčâmáánu",
144 "cuáŋuimáánu",
145 "vyesimáánu",
146 "kesimáánu",
147 "syeinimáánu",
148 "porgemáánu",
149 "čohčâmáánu",
150 "roovvâdmáánu",
151 "skammâmáánu",
152 "juovlâmáánu",
153 }
154 }
155 }
156 quarters{
157 format{
158 abbreviated{
159 "1. niälj.",
160 "2. niälj.",
161 "3. niälj.",
162 "4. niälj.",
163 }
164 }
165 stand-alone{
166 wide{
167 "1. niäljádâs",
168 "2. niäljádâs",
169 "3. niäljádâs",
170 "4. niäljádâs",
171 }
172 }
173 }
174 }
175 }
176 layout{
177 characters{"left-to-right"}
178 lines{"top-to-bottom"}
179 }
180 measurementSystemNames{
181 UK{"brittilâš"}
182 US{"ameriklâš"}
183 metric{"metrisâš"}
184 }
185 }
OLDNEW
« no previous file with comments | « source/data/locales/sl_SI.txt ('k') | source/data/locales/smn_FI.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698