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

Side by Side Diff: icu46/source/data/locales/eu.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « icu46/source/data/locales/et_EE.txt ('k') | icu46/source/data/locales/eu_ES.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/eu.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/main/eu.xml
11 */
12 eu{
13 AuxExemplarCharacters{"[]"}
14 ExemplarCharacters{"[a b c ç d e f g h i j k l m n ñ o p q r s t u v w x y z ]"}
15 ExemplarCharactersCurrency{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
16 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
17 LocaleScript{
18 "Latn",
19 }
20 NumberElements{
21 latn{
22 patterns{
23 currencyFormat{"#,##0.00 ¤"}
24 decimalFormat{"#,##0.###"}
25 scientificFormat{"#E0"}
26 }
27 symbols{
28 decimal{","}
29 exponential{"E"}
30 group{"."}
31 infinity{"∞"}
32 list{";"}
33 minusSign{"-"}
34 nan{"NaN"}
35 perMille{"‰"}
36 percentSign{"%"}
37 plusSign{"+"}
38 }
39 }
40 }
41 Version{"2.0.50.95"}
42 calendar{
43 buddhist{
44 eras{
45 abbreviated{
46 "BG",
47 }
48 }
49 }
50 gregorian{
51 DateTimePatterns{
52 "HH:mm:ss zzzz",
53 "HH:mm:ss z",
54 "HH:mm:ss",
55 "HH:mm",
56 "EEEE, y'eko' MMMM'ren' dd'a'",
57 "y'eko' MMM'ren' dd'a'",
58 "y MMM d",
59 "yyyy-MM-dd",
60 "{1} {0}",
61 "{1} {0}",
62 "{1} {0}",
63 "{1} {0}",
64 "{1} {0}",
65 }
66 availableFormats{
67 d{"d"}
68 yyQ{"Q yy"}
69 }
70 dayNames{
71 format{
72 abbreviated{
73 "ig",
74 "al",
75 "as",
76 "az",
77 "og",
78 "or",
79 "lr",
80 }
81 wide{
82 "igandea",
83 "astelehena",
84 "asteartea",
85 "asteazkena",
86 "osteguna",
87 "ostirala",
88 "larunbata",
89 }
90 }
91 }
92 fields{
93 day{
94 relative{
95 "0"{"Gaur"}
96 "1"{"Bihar"}
97 }
98 }
99 }
100 monthNames{
101 format{
102 abbreviated{
103 "urt",
104 "ots",
105 "mar",
106 "api",
107 "mai",
108 "eka",
109 "uzt",
110 "abu",
111 "ira",
112 "urr",
113 "aza",
114 "abe",
115 }
116 wide{
117 "urtarrila",
118 "otsaila",
119 "martxoa",
120 "apirila",
121 "maiatza",
122 "ekaina",
123 "uztaila",
124 "abuztua",
125 "iraila",
126 "urria",
127 "azaroa",
128 "abendua",
129 }
130 }
131 stand-alone{
132 narrow{
133 "U",
134 "O",
135 "M",
136 "A",
137 "M",
138 "E",
139 "U",
140 "A",
141 "I",
142 "U",
143 "A",
144 "A",
145 }
146 }
147 }
148 quarters{
149 format{
150 abbreviated{
151 "1Hh",
152 "2Hh",
153 "3Hh",
154 "4Hh",
155 }
156 wide{
157 "1. hiruhilekoa",
158 "2. hiruhilekoa",
159 "3. hiruhilekoa",
160 "4. hiruhilekoa",
161 }
162 }
163 }
164 }
165 roc{
166 eras{
167 abbreviated{
168 "R.O.C. aurretik",
169 "R.O.C.",
170 }
171 }
172 }
173 }
174 delimiters{
175 alternateQuotationEnd{"’"}
176 alternateQuotationStart{"‘"}
177 quotationEnd{"”"}
178 quotationStart{"“"}
179 }
180 measurementSystemNames{
181 US{"US"}
182 metric{"Metriko"}
183 }
184 units{
185 day{
186 one{"{0} eguna"}
187 other{"{0} egun"}
188 }
189 hour{
190 one{"{0} ordua"}
191 other{"{0} h"}
192 }
193 minute{
194 one{"{0} minutu"}
195 other{"{0} minutu"}
196 }
197 month{
198 one{"{0} hilea"}
199 }
200 second{
201 one{"{0} segundo"}
202 other{"{0} s"}
203 }
204 week{
205 one{"{0} aste"}
206 other{"{0} aste"}
207 }
208 year{
209 one{"{0} urtea"}
210 other{"{0} urte"}
211 }
212 }
213 }
OLDNEW
« no previous file with comments | « icu46/source/data/locales/et_EE.txt ('k') | icu46/source/data/locales/eu_ES.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698