1// *************************************************************************** 2// * 3// * Copyright (C) 2011 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/gl.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/gl.xml 11 */ 12gl{ 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 percentFormat{"#,##0%"} 26 scientificFormat{"#E0"} 27 } 28 symbols{ 29 decimal{","} 30 exponential{"E"} 31 group{"."} 32 infinity{"∞"} 33 list{";"} 34 minusSign{"-"} 35 nan{"NaN"} 36 perMille{"‰"} 37 percentSign{"%"} 38 plusSign{"+"} 39 } 40 } 41 } 42 Version{"2.0.59.68"} 43 calendar{ 44 gregorian{ 45 AmPmMarkers{ 46 "a.m.", 47 "p.m.", 48 } 49 DateTimePatterns{ 50 "HH:mm:ss zzzz", 51 "HH:mm:ss z", 52 "HH:mm:ss", 53 "HH:mm", 54 "EEEE dd MMMM y", 55 "dd MMMM y", 56 "d MMM, y", 57 "dd/MM/yy", 58 "{1} {0}", 59 "{1} {0}", 60 "{1} {0}", 61 "{1} {0}", 62 "{1} {0}", 63 } 64 availableFormats{ 65 EEEd{"EEE d"} 66 Hm{"HH:mm"} 67 M{"L"} 68 MEd{"E, d-M"} 69 MMM{"LLL"} 70 MMMEd{"E d MMM"} 71 MMMMEd{"E d MMMM"} 72 MMMMd{"d MMMM"} 73 MMMMdd{"dd MMMM"} 74 MMMd{"d MMM"} 75 MMdd{"dd/MM"} 76 Md{"d-M"} 77 d{"d"} 78 ms{"mm:ss"} 79 y{"y"} 80 yM{"M-yyyy"} 81 yMEd{"EEE, d-M-yyyy"} 82 yMMM{"MMM y"} 83 yMMMEd{"EEE, d MMM y"} 84 yMMMM{"MMMM y"} 85 yMMMd{"d MMM, y"} 86 yMd{"d/M/y"} 87 yQ{"Q yyyy"} 88 yQQQ{"QQQ y"} 89 yyMM{"MM/yy"} 90 yyQ{"Q yy"} 91 yyyyMMMM{"MMMM y"} 92 } 93 dayNames{ 94 format{ 95 abbreviated{ 96 "Dom", 97 "Lun", 98 "Mar", 99 "Mér", 100 "Xov", 101 "Ven", 102 "Sáb", 103 } 104 wide{ 105 "Domingo", 106 "Luns", 107 "Martes", 108 "Mércores", 109 "Xoves", 110 "Venres", 111 "Sábado", 112 } 113 } 114 stand-alone{ 115 narrow{ 116 "D", 117 "L", 118 "M", 119 "M", 120 "X", 121 "V", 122 "S", 123 } 124 } 125 } 126 eras{ 127 abbreviated{ 128 "a.C.", 129 "d.C.", 130 } 131 wide{ 132 "antes de Cristo", 133 "despois de Cristo", 134 } 135 } 136 fields{ 137 day{ 138 dn{"Día"} 139 relative{ 140 "-1"{"onte"} 141 "-2"{"antonte"} 142 "0"{"hoxe"} 143 "1"{"mañá"} 144 "2"{"pasadomañá"} 145 } 146 } 147 dayperiod{ 148 dn{"a.m./p.m."} 149 } 150 era{ 151 dn{"Era"} 152 } 153 hour{ 154 dn{"Hora"} 155 } 156 minute{ 157 dn{"Minuto"} 158 } 159 month{ 160 dn{"Mes"} 161 relative{ 162 "-1"{"Mes pasado"} 163 "0"{"Este mes"} 164 "1"{"Mes seguinte"} 165 } 166 } 167 second{ 168 dn{"Segundo"} 169 } 170 week{ 171 dn{"Semana"} 172 relative{ 173 "-1"{"Semana pasada"} 174 "0"{"Esta semana"} 175 "1"{"Semana seguinte"} 176 } 177 } 178 weekday{ 179 dn{"Día da semana"} 180 } 181 year{ 182 dn{"Ano"} 183 relative{ 184 "-1"{"Ano pasado"} 185 "0"{"Este ano"} 186 "1"{"Seguinte ano"} 187 } 188 } 189 zone{ 190 dn{"Fuso horario"} 191 } 192 } 193 intervalFormats{ 194 MEd{ 195 M{"E, d/M – E, d/M"} 196 d{"E, d/M – E, d/M"} 197 } 198 MMM{ 199 M{"MMM–MMM"} 200 } 201 MMMEd{ 202 M{"E, d MMM – E, d MMM"} 203 d{"E, d MMM – E, d MMM"} 204 } 205 MMMd{ 206 M{"d MMM – d MMM"} 207 d{"d–d MMM"} 208 } 209 Md{ 210 M{"d/M – d/M"} 211 d{"d/M – d/M"} 212 } 213 yM{ 214 M{"M/yy – M/yy"} 215 y{"M/yy – M/yy"} 216 } 217 yMEd{ 218 M{"E, d/M/yy – E, d/M/yy"} 219 d{"E, d/M/yy – E, d/M/yy"} 220 y{"E, d/M/yy – E, d/M/yy"} 221 } 222 yMMM{ 223 M{"MMM–MMM y"} 224 y{"MMM y – MMM y"} 225 } 226 yMMMEd{ 227 M{"E, d MMM – E, d MMM, y"} 228 d{"E, d MMM – E, d MMM, y"} 229 y{"E, d MMM, y – E, d MMM, y"} 230 } 231 yMMMM{ 232 M{"MMMM–MMMM y"} 233 y{"MMMM y – MMMM y"} 234 } 235 yMMMd{ 236 M{"d MMM – d MMM, y"} 237 d{"d–d MMM, y"} 238 y{"d MMM, y – d MMM, y"} 239 } 240 yMd{ 241 M{"d/M/yy – d/M/yy"} 242 d{"d/M/yy – d/M/yy"} 243 y{"d/M/yy – d/M/yy"} 244 } 245 } 246 monthNames{ 247 format{ 248 abbreviated{ 249 "Xan", 250 "Feb", 251 "Mar", 252 "Abr", 253 "Mai", 254 "Xuñ", 255 "Xul", 256 "Ago", 257 "Set", 258 "Out", 259 "Nov", 260 "Dec", 261 } 262 wide{ 263 "Xaneiro", 264 "Febreiro", 265 "Marzo", 266 "Abril", 267 "Maio", 268 "Xuño", 269 "Xullo", 270 "Agosto", 271 "Setembro", 272 "Outubro", 273 "Novembro", 274 "Decembro", 275 } 276 } 277 stand-alone{ 278 narrow{ 279 "X", 280 "F", 281 "M", 282 "A", 283 "M", 284 "X", 285 "X", 286 "A", 287 "S", 288 "O", 289 "N", 290 "D", 291 } 292 } 293 } 294 quarters{ 295 format{ 296 abbreviated{ 297 "T1", 298 "T2", 299 "T3", 300 "T4", 301 } 302 narrow{ 303 "1", 304 "2", 305 "3", 306 "4", 307 } 308 wide{ 309 "1o trimestre", 310 "2o trimestre", 311 "3o trimestre", 312 "4o trimestre", 313 } 314 } 315 } 316 } 317 } 318 delimiters{ 319 alternateQuotationEnd{"’"} 320 alternateQuotationStart{"‘"} 321 quotationEnd{"”"} 322 quotationStart{"“"} 323 } 324 listPattern{ 325 standard{ 326 2{"{0} e {1}"} 327 end{"{0} e {1}"} 328 } 329 } 330 measurementSystemNames{ 331 UK{"RU"} 332 US{"americano"} 333 metric{"métrico decimal"} 334 } 335 units{ 336 day{ 337 one{"{0} día"} 338 other{"{0} días"} 339 } 340 day-future{ 341 0{"En 0 días"} 342 1{"En 1 día"} 343 other{"In {0} days"} 344 } 345 day-past{ 346 0{"Hai 0 días"} 347 1{"Hai 1 día"} 348 other{"{0} days ago"} 349 } 350 hour{ 351 one{"{0} hora"} 352 other{"{0} horas"} 353 } 354 hour-future{ 355 0{"En 0 horas"} 356 1{"En 1 hora"} 357 other{"In {0} hours"} 358 } 359 hour-past{ 360 0{"Hai 0 horas"} 361 1{"Hai 1 hora"} 362 other{"{0} hours ago"} 363 } 364 minute{ 365 one{"{0} minuto"} 366 other{"{0} minutos"} 367 } 368 minute-future{ 369 0{"En 0 minutos"} 370 1{"En 1 minuto"} 371 other{"In {0} minutes"} 372 } 373 minute-past{ 374 0{"Hai 0 minutos"} 375 1{"Hai 1 minuto"} 376 other{"{0} minutes ago"} 377 } 378 month{ 379 one{"{0} mes"} 380 other{"{0} meses"} 381 } 382 month-future{ 383 0{"En 0 meses"} 384 1{"En 1 mes"} 385 other{"In {0} months"} 386 } 387 month-past{ 388 0{"Hai 0 meses"} 389 1{"Hai 1 mes"} 390 other{"{0} months ago"} 391 } 392 second{ 393 one{"{0} segundo"} 394 other{"{0} segundos"} 395 } 396 second-future{ 397 0{"En 0 segundos"} 398 1{"En 1 segundo"} 399 other{"In {0} seconds"} 400 } 401 second-past{ 402 0{"Hai 0 segundos"} 403 1{"Hai 1 segundo"} 404 other{"{0} seconds ago"} 405 } 406 week{ 407 one{"{0} semana"} 408 other{"{0} semanas"} 409 } 410 week-future{ 411 0{"En 0 semanas"} 412 1{"En 1 semana"} 413 other{"In {0} weeks"} 414 } 415 week-past{ 416 0{"Hai 0 semanas"} 417 1{"Hai 1 semana"} 418 other{"{0} weeks ago"} 419 } 420 year{ 421 one{"{0} ano"} 422 other{"{0} anos"} 423 } 424 year-future{ 425 0{"En 0 anos"} 426 1{"En 1 ano"} 427 other{"In {0} years"} 428 } 429 year-past{ 430 0{"Hai 0 anos"} 431 1{"Hai 1 ano"} 432 other{"{0} years ago"} 433 } 434 } 435 unitsShort{ 436 day{ 437 0{"0 días"} 438 1{"1 día"} 439 other{"{0} days"} 440 } 441 hour{ 442 0{"0 H"} 443 1{"1 H"} 444 other{"{0} hrs"} 445 } 446 minute{ 447 0{"0 min"} 448 1{"1 min"} 449 other{"{0} mins"} 450 } 451 month{ 452 0{"0 meses"} 453 1{"1 mes"} 454 other{"{0} mths"} 455 } 456 second{ 457 0{"0 S"} 458 1{"1 S"} 459 other{"{0} secs"} 460 } 461 week{ 462 0{"0 semanas"} 463 1{"1 semana"} 464 other{"{0} wks"} 465 } 466 year{ 467 0{"0 anos"} 468 1{"1 ano"} 469 other{"{0} yrs"} 470 } 471 } 472} 473