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

Side by Side Diff: source/data/locales/br.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/bo_IN.txt ('k') | source/data/locales/br_FR.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/br.xml 6 // * Source File: <path>/common/main/br.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/br.xml 10 * ICU <specials> source: <path>/common/main/br.xml
11 */ 11 */
12 br{ 12 br{
13 AuxExemplarCharacters{"[á à ă â å ä ã ā æ c ç é è ĕ ë ē í ì ĭ î ï ī ó ò ŏ ô ö ø ō œ q ú ŭ û ü ū ÿ]"} 13 AuxExemplarCharacters{"[á à ă â å ä ã ā æ c ç é è ĕ ë ē í ì ĭ î ï ī ó ò ŏ ô ö ø ō œ q ú ŭ û ü ū ÿ]"}
14 ExemplarCharacters{"[a b {ch} {cʼh} d e ê f g h i j k l m n ñ o p r s t u ù v w x y z]"} 14 ExemplarCharacters{"[a b {ch} {cʼh} d e ê f g h i j k l m n ñ o p r s t u ù v w x 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 W X Y Z] "}
15 LocaleScript{ 16 LocaleScript{
16 "Latn", 17 "Latn",
17 } 18 }
18 Version{"2.0.92.75"} 19 MoreInformation{"?"}
20 NumberElements{
21 default{"latn"}
22 latn{
23 patterns{
24 accountingFormat{"#,##0.00 ¤"}
25 currencyFormat{"#,##0.00 ¤"}
26 decimalFormat{"#,##0.###"}
27 percentFormat{"#,##0 %"}
28 }
29 symbols{
30 decimal{","}
31 group{" "}
32 infinity{"∞"}
33 minusSign{"-"}
34 perMille{"‰"}
35 percentSign{"%"}
36 plusSign{"+"}
37 superscriptingExponent{"×"}
38 timeSeparator{":"}
39 }
40 }
41 native{"latn"}
42 }
43 Version{"2.1.7.39"}
44 calendar{
45 gregorian{
46 AmPmMarkers{
47 "A.M.",
48 "G.M.",
49 }
50 AmPmMarkersNarrow{
51 "am",
52 "gm",
53 }
54 NoonMarker{"kreisteiz"}
55 NoonMarkerNarrow{"k"}
56 availableFormats{
57 Ed{"E d"}
58 Gy{"y G"}
59 GyMMM{"MMM y G"}
60 GyMMMEd{"E d MMM y G"}
61 GyMMMd{"d MMM y G"}
62 H{"HH"}
63 M{"MM"}
64 MEd{"E dd/MM"}
65 MMMEd{"E d MMM"}
66 MMMd{"d MMM"}
67 Md{"dd/MM"}
68 y{"y"}
69 yM{"MM/y"}
70 yMEd{"E dd/MM/y"}
71 yMMM{"MMM y"}
72 yMMMEd{"E d MMM y"}
73 yMMMd{"d MMM y"}
74 yMd{"dd/MM/y"}
75 yQQQ{"QQQ y"}
76 yQQQQ{"QQQQ y"}
77 }
78 dayNames{
79 format{
80 abbreviated{
81 "Sul",
82 "Lun",
83 "Meu.",
84 "Mer.",
85 "Yaou",
86 "Gwe.",
87 "Sad.",
88 }
89 narrow{
90 "Su",
91 "L",
92 "Mz",
93 "Mc",
94 "Y",
95 "G",
96 "Sa",
97 }
98 wide{
99 "Sul",
100 "Lun",
101 "Meurzh",
102 "Mercʼher",
103 "Yaou",
104 "Gwener",
105 "Sadorn",
106 }
107 }
108 stand-alone{
109 abbreviated{
110 "Sul",
111 "Lun",
112 "Meu.",
113 "Mer.",
114 "Yaou",
115 "Gwe.",
116 "Sad.",
117 }
118 narrow{
119 "Su",
120 "L",
121 "Mz",
122 "Mc",
123 "Y",
124 "G",
125 "Sa",
126 }
127 wide{
128 "Sul",
129 "Lun",
130 "Meurzh",
131 "Mercʼher",
132 "Yaou",
133 "Gwener",
134 "Sadorn",
135 }
136 }
137 }
138 intervalFormats{
139 M{
140 M{"MM–MM"}
141 }
142 MEd{
143 M{"E dd/MM - E dd/MM"}
144 d{"E dd/MM - E dd/MM"}
145 }
146 MMMEd{
147 M{"E d MMM - E d MMM"}
148 d{"E d MMM - E d MMM"}
149 }
150 MMMd{
151 M{"d MMM - d MMM"}
152 d{"d-d MMM"}
153 }
154 Md{
155 M{"dd/MM - dd/MM"}
156 d{"dd/MM - dd/MM"}
157 }
158 d{
159 d{"d–d"}
160 }
161 y{
162 y{"y–y"}
163 }
164 yM{
165 M{"MM/y - MM/y"}
166 y{"MM/y - MM/y"}
167 }
168 yMEd{
169 M{"E dd/MM/y - E dd/MM/y"}
170 d{"E dd/MM/y - E dd/MM/y"}
171 y{"E dd/MM/y - E dd/MM/y"}
172 }
173 yMMM{
174 M{"MMM - MMM y"}
175 y{"MMM y - MMM y"}
176 }
177 yMMMEd{
178 M{"E d MMM - E d MMM y"}
179 d{"E d MMM - E d MMM y"}
180 y{"E d MMM y - E d MMM y"}
181 }
182 yMMMM{
183 M{"MMMM - MMMM y"}
184 y{"MMMM y - MMMM y"}
185 }
186 yMMMd{
187 M{"d MMM - d MMM y"}
188 d{"d-d MMM y"}
189 y{"d MMM y - d MMM y"}
190 }
191 yMd{
192 M{"dd/MM/y - dd/MM/y"}
193 d{"dd/MM/y - dd/MM/y"}
194 y{"dd/MM/y - dd/MM/y"}
195 }
196 }
197 monthNames{
198 format{
199 abbreviated{
200 "Gen",
201 "Cʼhwe",
202 "Meur",
203 "Ebr",
204 "Mae",
205 "Mezh",
206 "Goue",
207 "Eost",
208 "Gwen",
209 "Here",
210 "Du",
211 "Ker",
212 }
213 narrow{
214 "01",
215 "02",
216 "03",
217 "04",
218 "05",
219 "06",
220 "07",
221 "08",
222 "09",
223 "10",
224 "11",
225 "12",
226 }
227 wide{
228 "Genver",
229 "Cʼhwevrer",
230 "Meurzh",
231 "Ebrel",
232 "Mae",
233 "Mezheven",
234 "Gouere",
235 "Eost",
236 "Gwengolo",
237 "Here",
238 "Du",
239 "Kerzu",
240 }
241 }
242 stand-alone{
243 abbreviated{
244 "Gen",
245 "Cʼhwe",
246 "Meur",
247 "Ebr",
248 "Mae",
249 "Mezh",
250 "Goue",
251 "Eost",
252 "Gwen",
253 "Here",
254 "Du",
255 "Ker",
256 }
257 narrow{
258 "01",
259 "02",
260 "03",
261 "04",
262 "05",
263 "06",
264 "07",
265 "08",
266 "09",
267 "10",
268 "11",
269 "12",
270 }
271 wide{
272 "Genver",
273 "Cʼhwevrer",
274 "Meurzh",
275 "Ebrel",
276 "Mae",
277 "Mezheven",
278 "Gouere",
279 "Eost",
280 "Gwengolo",
281 "Here",
282 "Du",
283 "Kerzu",
284 }
285 }
286 }
287 quarters{
288 format{
289 abbreviated{
290 "1añ trim.",
291 "2l trim.",
292 "3e trim.",
293 "4e trim.",
294 }
295 wide{
296 "1añ trimiziad",
297 "2l trimiziad",
298 "3e trimiziad",
299 "4e trimiziad",
300 }
301 }
302 stand-alone{
303 abbreviated{
304 "1añ trim.",
305 "2l trim.",
306 "3e trim.",
307 "4e trim.",
308 }
309 wide{
310 "1añ trimiziad",
311 "2l trimiziad",
312 "3e trimiziad",
313 "4e trimiziad",
314 }
315 }
316 }
317 }
318 }
319 delimiters{
320 alternateQuotationEnd{"›"}
321 alternateQuotationStart{"‹"}
322 quotationEnd{"»"}
323 quotationStart{"«"}
324 }
325 durationUnits{
326 hm{"h:mm"}
327 hms{"h:mm:ss"}
328 ms{"m:ss"}
329 }
330 fields{
331 day{
332 dn{"deiz"}
333 relative{
334 "-1"{"decʼh"}
335 "-2"{"dercʼhent-decʼh"}
336 "0"{"hiziv"}
337 "1"{"warcʼhoazh"}
338 }
339 }
340 day-short{
341 dn{"d"}
342 }
343 era{
344 dn{"amzervezh"}
345 }
346 hour{
347 dn{"eur"}
348 }
349 hour-narrow{
350 dn{"e"}
351 }
352 hour-short{
353 dn{"h"}
354 }
355 minute{
356 dn{"munut"}
357 }
358 minute-short{
359 dn{"min"}
360 }
361 month{
362 dn{"miz"}
363 }
364 second{
365 dn{"eilenn"}
366 }
367 second-short{
368 dn{"s"}
369 }
370 week{
371 dn{"sizhun"}
372 }
373 year{
374 dn{"bloaz"}
375 relative{
376 "-1"{"warlene"}
377 }
378 }
379 }
380 measurementSystemNames{
381 UK{"RU"}
382 US{"SU"}
383 metric{"metrek"}
384 }
19 } 385 }
OLDNEW
« no previous file with comments | « source/data/locales/bo_IN.txt ('k') | source/data/locales/br_FR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698