]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
729e4ab9 | 3 | // * Copyright (C) 2010 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/gl.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/main/gl.xml |
374ca955 A |
11 | */ |
12 | gl{ | |
729e4ab9 A |
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]"} | |
374ca955 A |
16 | LocaleScript{ |
17 | "Latn", | |
b75a7d8f | 18 | } |
374ca955 | 19 | NumberElements{ |
729e4ab9 A |
20 | latn{ |
21 | patterns{ | |
22 | currencyFormat{"#,##0.00 ¤"} | |
23 | decimalFormat{"#,##0.###"} | |
24 | percentFormat{"#,##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 | } | |
46f4442e A |
39 | } |
40 | } | |
729e4ab9 | 41 | Version{"2.0.47.53"} |
374ca955 A |
42 | calendar{ |
43 | gregorian{ | |
46f4442e | 44 | DateTimePatterns{ |
729e4ab9 | 45 | "HH:mm:ss zzzz", |
46f4442e A |
46 | "HH:mm:ss z", |
47 | "HH:mm:ss", | |
48 | "HH:mm", | |
729e4ab9 A |
49 | "EEEE dd MMMM y", |
50 | "dd MMMM y", | |
51 | "d MMM, y", | |
46f4442e A |
52 | "dd/MM/yy", |
53 | "{1} {0}", | |
729e4ab9 A |
54 | "{1} {0}", |
55 | "{1} {0}", | |
56 | "{1} {0}", | |
57 | "{1} {0}", | |
46f4442e A |
58 | } |
59 | availableFormats{ | |
60 | Hm{"HH:mm"} | |
61 | M{"L"} | |
62 | MEd{"E, d-M"} | |
63 | MMM{"LLL"} | |
64 | MMMEd{"E d MMM"} | |
65 | MMMMEd{"E d MMMM"} | |
66 | MMMMd{"d MMMM"} | |
67 | MMMMdd{"dd MMMM"} | |
68 | MMMd{"d MMM"} | |
69 | MMdd{"dd/MM"} | |
70 | Md{"d-M"} | |
71 | d{"d"} | |
72 | ms{"mm:ss"} | |
729e4ab9 | 73 | y{"y"} |
46f4442e A |
74 | yM{"M-yyyy"} |
75 | yMEd{"EEE, d-M-yyyy"} | |
729e4ab9 A |
76 | yMMM{"MMM y"} |
77 | yMMMEd{"EEE, d MMM y"} | |
78 | yMMMM{"MMMM y"} | |
46f4442e | 79 | yQ{"Q yyyy"} |
729e4ab9 | 80 | yQQQ{"QQQ y"} |
46f4442e A |
81 | yyMM{"MM/yy"} |
82 | yyQ{"Q yy"} | |
729e4ab9 | 83 | yyyyMMMM{"MMMM y"} |
46f4442e | 84 | } |
374ca955 A |
85 | dayNames{ |
86 | format{ | |
87 | abbreviated{ | |
88 | "Dom", | |
89 | "Lun", | |
90 | "Mar", | |
91 | "Mér", | |
92 | "Xov", | |
93 | "Ven", | |
94 | "Sáb", | |
95 | } | |
96 | wide{ | |
97 | "Domingo", | |
98 | "Luns", | |
99 | "Martes", | |
100 | "Mércores", | |
101 | "Xoves", | |
102 | "Venres", | |
103 | "Sábado", | |
104 | } | |
105 | } | |
46f4442e A |
106 | stand-alone{ |
107 | narrow{ | |
108 | "D", | |
109 | "L", | |
110 | "M", | |
111 | "M", | |
112 | "X", | |
113 | "V", | |
114 | "S", | |
115 | } | |
116 | } | |
117 | } | |
118 | eras{ | |
119 | abbreviated{ | |
120 | "a.C.", | |
121 | "d.C.", | |
122 | } | |
123 | wide{ | |
124 | "antes de Cristo", | |
125 | "despois de Cristo", | |
126 | } | |
127 | } | |
128 | fields{ | |
129 | day{ | |
130 | dn{"Día"} | |
131 | relative{ | |
132 | "-1"{"onte"} | |
133 | "-2"{"antonte"} | |
134 | "-3"{"trasantonte"} | |
135 | "0"{"hoxe"} | |
136 | "1"{"mañá"} | |
137 | "2"{"pasadomañá"} | |
138 | } | |
139 | } | |
140 | era{ | |
141 | dn{"Era"} | |
142 | } | |
143 | hour{ | |
144 | dn{"Hora"} | |
145 | } | |
146 | minute{ | |
147 | dn{"Minuto"} | |
148 | } | |
149 | month{ | |
150 | dn{"Mes"} | |
151 | } | |
152 | second{ | |
153 | dn{"Segundo"} | |
154 | } | |
155 | week{ | |
156 | dn{"Semana"} | |
157 | } | |
158 | weekday{ | |
159 | dn{"Día da semana"} | |
160 | } | |
161 | year{ | |
162 | dn{"Ano"} | |
163 | } | |
164 | zone{ | |
165 | dn{"Fuso horario"} | |
166 | } | |
374ca955 A |
167 | } |
168 | monthNames{ | |
169 | format{ | |
170 | abbreviated{ | |
171 | "Xan", | |
172 | "Feb", | |
173 | "Mar", | |
174 | "Abr", | |
175 | "Mai", | |
176 | "Xuñ", | |
177 | "Xul", | |
178 | "Ago", | |
179 | "Set", | |
180 | "Out", | |
181 | "Nov", | |
182 | "Dec", | |
183 | } | |
184 | wide{ | |
185 | "Xaneiro", | |
186 | "Febreiro", | |
187 | "Marzo", | |
188 | "Abril", | |
189 | "Maio", | |
190 | "Xuño", | |
191 | "Xullo", | |
192 | "Agosto", | |
193 | "Setembro", | |
194 | "Outubro", | |
195 | "Novembro", | |
196 | "Decembro", | |
197 | } | |
198 | } | |
46f4442e A |
199 | stand-alone{ |
200 | narrow{ | |
201 | "X", | |
202 | "F", | |
203 | "M", | |
204 | "A", | |
205 | "M", | |
206 | "X", | |
207 | "X", | |
208 | "A", | |
209 | "S", | |
210 | "O", | |
211 | "N", | |
212 | "D", | |
213 | } | |
214 | } | |
374ca955 | 215 | } |
73c04bcf A |
216 | quarters{ |
217 | format{ | |
218 | abbreviated{ | |
219 | "T1", | |
220 | "T2", | |
221 | "T3", | |
222 | "T4", | |
223 | } | |
224 | wide{ | |
46f4442e A |
225 | "1o trimestre", |
226 | "2o trimestre", | |
227 | "3o trimestre", | |
228 | "4o trimestre", | |
229 | } | |
230 | } | |
73c04bcf | 231 | } |
374ca955 | 232 | } |
b75a7d8f | 233 | } |
46f4442e A |
234 | delimiters{ |
235 | alternateQuotationEnd{"’"} | |
236 | alternateQuotationStart{"‘"} | |
237 | quotationEnd{"”"} | |
238 | quotationStart{"“"} | |
239 | } | |
46f4442e A |
240 | measurementSystemNames{ |
241 | US{"americano"} | |
242 | metric{"métrico decimal"} | |
243 | } | |
244 | units{ | |
245 | day{ | |
246 | one{"{0} día"} | |
247 | other{"{0} días"} | |
248 | } | |
249 | hour{ | |
250 | one{"{0} hora"} | |
251 | other{"{0} horas"} | |
252 | } | |
253 | minute{ | |
254 | one{"{0} minuto"} | |
255 | other{"{0} minutos"} | |
256 | } | |
257 | month{ | |
258 | one{"{0} mes"} | |
259 | other{"{0} meses"} | |
260 | } | |
261 | second{ | |
262 | one{"{0} segundo"} | |
263 | other{"{0} segundos"} | |
264 | } | |
265 | week{ | |
266 | one{"{0} semana"} | |
267 | other{"{0} semanas"} | |
268 | } | |
269 | year{ | |
270 | one{"{0} ano"} | |
271 | other{"{0} anos"} | |
272 | } | |
273 | } | |
b75a7d8f | 274 | } |