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

Side by Side Diff: source/data/locales/es_VE.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/es_UY.txt ('k') | source/data/locales/et.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/es_VE.xml 6 // * Source File: <path>/common/main/es_VE.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_VE{ 9 es_VE{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 patterns{ 13 patterns{
14 currencyFormat{"¤#,##0.00;¤-#,##0.00"} 14 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
15 } 15 }
16 symbols{ 16 symbols{
17 decimal{","} 17 decimal{","}
18 group{"."} 18 group{"."}
19 } 19 }
20 } 20 }
21 } 21 }
22 Version{"2.1.6.69"} 22 Version{"2.1.19.14"}
23 calendar{
24 gregorian{
25 AmPmMarkers{
26 "a. m.",
27 "p. m.",
28 }
29 DateTimePatterns{
30 "h:mm:ss a zzzz",
31 "h:mm:ss a z",
32 "h:mm:ss a",
33 "h:mm a",
34 "EEEE, d 'de' MMMM 'de' y",
35 "d 'de' MMMM 'de' y",
36 "d MMM y",
37 "d/M/yy",
38 "{1} {0}",
39 "{1}, {0}",
40 "{1}, {0}",
41 "{1} {0}",
42 "{1} {0}",
43 }
44 availableFormats{
45 yMMMd{"d MMM y"}
46 }
47 dayNames{
48 format{
49 short{
50 "Do",
51 "Lu",
52 "Ma",
53 "Mi",
54 "Ju",
55 "Vi",
56 "Sa",
57 }
58 }
59 stand-alone{
60 short{
61 "Do",
62 "Lu",
63 "Ma",
64 "Mi",
65 "Ju",
66 "Vi",
67 "Sa",
68 }
69 }
70 }
71 dayPeriod{
72 format{
73 wide{
74 morning1{"de la mañana"}
75 }
76 }
77 stand-alone{
78 narrow{
79 noon{"m."}
80 }
81 }
82 }
83 monthNames{
84 format{
85 abbreviated{
86 "ene.",
87 "feb.",
88 "mar.",
89 "abr.",
90 "may.",
91 "jun.",
92 "jul.",
93 "ago.",
94 "sept.",
95 "oct.",
96 "nov.",
97 "dic.",
98 }
99 narrow{
100 "E",
101 "F",
102 "M",
103 "A",
104 "M",
105 "J",
106 "J",
107 "A",
108 "S",
109 "O",
110 "N",
111 "D",
112 }
113 }
114 stand-alone{
115 abbreviated{
116 "ene.",
117 "feb.",
118 "mar.",
119 "abr.",
120 "may.",
121 "jun.",
122 "jul.",
123 "ago.",
124 "sept.",
125 "oct.",
126 "nov.",
127 "dic.",
128 }
129 }
130 }
131 quarters{
132 format{
133 wide{
134 "1er trimestre",
135 "2do trimestre",
136 "3er trimestre",
137 "4to trimestre",
138 }
139 }
140 stand-alone{
141 wide{
142 "1er trimestre",
143 "2do trimestre",
144 "3er trimestre",
145 "4to trimestre",
146 }
147 }
148 }
149 }
150 }
151 fields{
152 fri-narrow{
153 relative{
154 "-1"{"el Vi pasado"}
155 "0"{"este Vi"}
156 "1"{"el próximo Vi"}
157 }
158 }
159 mon-narrow{
160 relative{
161 "-1"{"el Lu pasado"}
162 "0"{"este Lu"}
163 "1"{"el próximo Lu"}
164 }
165 }
166 sat-narrow{
167 relative{
168 "-1"{"el Sa pasado"}
169 "0"{"este Sa"}
170 "1"{"el próximo Sa"}
171 }
172 }
173 sun-narrow{
174 relative{
175 "-1"{"el Do pasado"}
176 "0"{"este Do"}
177 "1"{"el próximo Do"}
178 }
179 }
180 thu-narrow{
181 relative{
182 "-1"{"el Ju pasado"}
183 "0"{"este Ju"}
184 "1"{"el próximo Ju"}
185 }
186 }
187 tue-narrow{
188 relative{
189 "-1"{"el Ma pasado"}
190 "0"{"este Ma"}
191 "1"{"el próximo Ma"}
192 }
193 }
194 wed-narrow{
195 relative{
196 "-1"{"el Mi pasado"}
197 "0"{"este Mi"}
198 "1"{"el próximo Mi"}
199 }
200 }
201 }
23 } 202 }
OLDNEW
« no previous file with comments | « source/data/locales/es_UY.txt ('k') | source/data/locales/et.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698