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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/ro.txt ('k') | source/data/locales/ro_RO.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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/ro_MD.xml 6 // * Source File: <path>/common/main/ro_MD.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 ro_MD{ 9 ro_MD{
10 Version{"2.1.6.69"} 10 Version{"2.1.19.14"}
11 calendar{
12 gregorian{
13 dayNames{
14 format{
15 abbreviated{
16 "Dum",
17 "Lun",
18 "Mar",
19 "Mie",
20 "Joi",
21 "Vin",
22 "Sâm",
23 }
24 narrow{
25 "D",
26 "L",
27 "Ma",
28 "Mi",
29 "J",
30 "V",
31 "S",
32 }
33 short{
34 "Du",
35 "Lu",
36 "Ma",
37 "Mi",
38 "Jo",
39 "Vi",
40 "Sâ",
41 }
42 }
43 stand-alone{
44 abbreviated{
45 "Dum",
46 "Lun",
47 "Mar",
48 "Mie",
49 "Joi",
50 "Vin",
51 "Sâm",
52 }
53 narrow{
54 "D",
55 "L",
56 "Ma",
57 "Mi",
58 "J",
59 "V",
60 "S",
61 }
62 short{
63 "Du",
64 "Lu",
65 "Ma",
66 "Mi",
67 "Jo",
68 "Vi",
69 "Sâ",
70 }
71 }
72 }
73 dayPeriod{
74 format{
75 narrow{
76 afternoon1{"după-amiază"}
77 evening1{"seară"}
78 midnight{"miezul nopții"}
79 morning1{"dimineață"}
80 night1{"noapte"}
81 noon{"amiază"}
82 }
83 wide{
84 afternoon1{"după-amiaza"}
85 evening1{"seara"}
86 midnight{"miezul nopții"}
87 morning1{"dimineața"}
88 night1{"noaptea"}
89 noon{"amiază"}
90 }
91 }
92 }
93 eras{
94 abbreviated%variant{
95 "î.e.n.",
96 "e.n.",
97 }
98 }
99 quarters{
100 format{
101 abbreviated{
102 "trim. 1",
103 "trim. 2",
104 "trim. 3",
105 "trim. 4",
106 }
107 wide{
108 "trimestrul 1",
109 "trimestrul 2",
110 "trimestrul 3",
111 "trimestrul 4",
112 }
113 }
114 stand-alone{
115 abbreviated{
116 "Trim. 1",
117 "Trim. 2",
118 "Trim. 3",
119 "Trim. 4",
120 }
121 wide{
122 "Trimestrul 1",
123 "Trimestrul 2",
124 "Trimestrul 3",
125 "Trimestrul 4",
126 }
127 }
128 }
129 }
130 }
11 } 131 }
OLDNEW
« no previous file with comments | « source/data/locales/ro.txt ('k') | source/data/locales/ro_RO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698