1// *************************************************************************** 2// * 3// * Copyright (C) 2012 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 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 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]"} 16 LocaleScript{ 17 "Latn", 18 } 19 NumberElements{ 20 latn{ 21 patterns{ 22 currencyFormat{"¤#,##0.00;(¤#,##0.00)"} 23 decimalFormat{"#,##0.###"} 24 percentFormat{"#,##0%"} 25 scientificFormat{"#E0"} 26 } 27 patternsLong{ 28 decimalFormat{ 29 1000{ 30 one{"0 mil"} 31 other{"0 mil"} 32 } 33 10000{ 34 one{"00 mil"} 35 other{"00 mil"} 36 } 37 100000{ 38 one{"000 mil"} 39 other{"000 mil"} 40 } 41 1000000{ 42 one{"0 millón"} 43 other{"0 millóns"} 44 } 45 10000000{ 46 one{"00 millón"} 47 other{"00 millóns"} 48 } 49 100000000{ 50 one{"000 millón"} 51 other{"000 millóns"} 52 } 53 1000000000{ 54 one{"0 mil millóns"} 55 other{"0 mil millóns"} 56 } 57 10000000000{ 58 one{"00 mil millóns"} 59 other{"00 mil millóns"} 60 } 61 100000000000{ 62 one{"000 mil millóns"} 63 other{"000 mil millóns"} 64 } 65 1000000000000{ 66 one{"0 billóns"} 67 other{"0 billóns"} 68 } 69 10000000000000{ 70 one{"00 billóns"} 71 other{"00 billóns"} 72 } 73 100000000000000{ 74 one{"000 billóns"} 75 other{"000 billóns"} 76 } 77 } 78 } 79 patternsShort{ 80 decimalFormat{ 81 1000{ 82 one{"0"} 83 other{"0"} 84 } 85 10000{ 86 one{"00k"} 87 other{"00k"} 88 } 89 100000{ 90 one{"000k"} 91 other{"000k"} 92 } 93 1000000{ 94 one{"0 M"} 95 other{"0 M"} 96 } 97 10000000{ 98 one{"00 M"} 99 other{"00 M"} 100 } 101 100000000{ 102 one{"000 M"} 103 other{"000 M"} 104 } 105 1000000000{ 106 one{"0000 M"} 107 other{"0000 M"} 108 } 109 10000000000{ 110 one{"00k M"} 111 other{"00k M"} 112 } 113 100000000000{ 114 one{"000k M"} 115 other{"000k M"} 116 } 117 1000000000000{ 118 one{"0 B"} 119 other{"0 B"} 120 } 121 10000000000000{ 122 one{"00 B"} 123 other{"00 B"} 124 } 125 100000000000000{ 126 one{"000 B"} 127 other{"000 B"} 128 } 129 } 130 } 131 symbols{ 132 decimal{","} 133 exponential{"E"} 134 group{"."} 135 infinity{"∞"} 136 list{";"} 137 minusSign{"-"} 138 nan{"NaN"} 139 perMille{"‰"} 140 percentSign{"%"} 141 plusSign{"+"} 142 } 143 } 144 } 145 Version{"2.0.78.30"} 146 calendar{ 147 gregorian{ 148 AmPmMarkers{ 149 "a.m.", 150 "p.m.", 151 } 152 DateTimePatterns{ 153 "HH:mm:ss zzzz", 154 "HH:mm:ss z", 155 "HH:mm:ss", 156 "HH:mm", 157 "EEEE dd MMMM y", 158 "dd MMMM y", 159 "d MMM, y", 160 "dd/MM/yy", 161 "{1} {0}", 162 "{1} {0}", 163 "{1} {0}", 164 "{1} {0}", 165 "{1} {0}", 166 } 167 availableFormats{ 168 Ed{"d E"} 169 H{"HH"} 170 Hm{"HH:mm"} 171 Hms{"HH:mm:ss"} 172 M{"L"} 173 MEd{"E, d-M"} 174 MMM{"LLL"} 175 MMMEd{"E d MMM"} 176 MMMMEd{"E d MMMM"} 177 MMMMd{"d MMMM"} 178 MMMMdd{"dd MMMM"} 179 MMMd{"d MMM"} 180 MMdd{"dd/MM"} 181 Md{"d-M"} 182 d{"d"} 183 h{"h a"} 184 hm{"h:mm a"} 185 hms{"h:mm:ss a"} 186 ms{"mm:ss"} 187 y{"y"} 188 yM{"M-yyyy"} 189 yMEd{"E, d/M/y"} 190 yMMM{"MMM y"} 191 yMMMEd{"E, d MMM, y"} 192 yMMMM{"MMMM y"} 193 yMMMd{"d MMM, y"} 194 yMd{"d/M/y"} 195 yQQQ{"QQQ y"} 196 yQQQQ{"QQQQ y"} 197 yyMM{"MM/yy"} 198 yyyyMMMM{"MMMM y"} 199 } 200 dayNames{ 201 format{ 202 abbreviated{ 203 "Dom", 204 "Lun", 205 "Mar", 206 "Mér", 207 "Xov", 208 "Ven", 209 "Sáb", 210 } 211 short{ 212 "Dom", 213 "Luns", 214 "Mt", 215 "Mc", 216 "Xv", 217 "Ve", 218 "Sáb", 219 } 220 wide{ 221 "Domingo", 222 "Luns", 223 "Martes", 224 "Mércores", 225 "Xoves", 226 "Venres", 227 "Sábado", 228 } 229 } 230 stand-alone{ 231 narrow{ 232 "D", 233 "L", 234 "M", 235 "M", 236 "X", 237 "V", 238 "S", 239 } 240 short{ 241 "Dom", 242 "Luns", 243 "Mt", 244 "Mc", 245 "Xv", 246 "Ven", 247 "Sáb", 248 } 249 } 250 } 251 eras{ 252 abbreviated{ 253 "a.C.", 254 "d.C.", 255 } 256 wide{ 257 "antes de Cristo", 258 "despois de Cristo", 259 } 260 } 261 fields{ 262 day{ 263 dn{"Día"} 264 relative{ 265 "-1"{"onte"} 266 "-2"{"antonte"} 267 "0"{"hoxe"} 268 "1"{"mañá"} 269 "2"{"pasadomañá"} 270 } 271 } 272 dayperiod{ 273 dn{"a.m./p.m."} 274 } 275 era{ 276 dn{"Era"} 277 } 278 hour{ 279 dn{"Hora"} 280 } 281 minute{ 282 dn{"Minuto"} 283 } 284 month{ 285 dn{"Mes"} 286 relative{ 287 "-1"{"Mes pasado"} 288 "0"{"Este mes"} 289 "1"{"Mes seguinte"} 290 } 291 } 292 second{ 293 dn{"Segundo"} 294 } 295 week{ 296 dn{"Semana"} 297 relative{ 298 "-1"{"Semana pasada"} 299 "0"{"Esta semana"} 300 "1"{"Semana seguinte"} 301 } 302 } 303 weekday{ 304 dn{"Día da semana"} 305 } 306 year{ 307 dn{"Ano"} 308 relative{ 309 "-1"{"Ano pasado"} 310 "0"{"Este ano"} 311 "1"{"Seguinte ano"} 312 } 313 } 314 zone{ 315 dn{"Fuso horario"} 316 } 317 } 318 intervalFormats{ 319 H{ 320 H{"HH–HH"} 321 } 322 Hm{ 323 H{"HH:mm–HH:mm"} 324 m{"HH:mm–HH:mm"} 325 } 326 Hmv{ 327 H{"HH:mm–HH:mm v"} 328 m{"HH:mm–HH:mm v"} 329 } 330 Hv{ 331 H{"HH–HH v"} 332 } 333 M{ 334 M{"M–M"} 335 } 336 MEd{ 337 M{"E, d/M – E, d/M"} 338 d{"E, d/M – E, d/M"} 339 } 340 MMM{ 341 M{"MMM–MMM"} 342 } 343 MMMEd{ 344 M{"E, d MMM – E, d MMM"} 345 d{"E, d MMM – E, d MMM"} 346 } 347 MMMd{ 348 M{"d MMM – d MMM"} 349 d{"d–d MMM"} 350 } 351 Md{ 352 M{"d/M – d/M"} 353 d{"d/M – d/M"} 354 } 355 d{ 356 d{"d–d"} 357 } 358 fallback{"{0} – {1}"} 359 h{ 360 a{"h a – h a"} 361 h{"h–h a"} 362 } 363 hm{ 364 a{"h:mm a – h:mm a"} 365 h{"h:mm–h:mm a"} 366 m{"h:mm–h:mm a"} 367 } 368 hmv{ 369 a{"h:mm a – h:mm a v"} 370 h{"h:mm–h:mm a v"} 371 m{"h:mm–h:mm a v"} 372 } 373 hv{ 374 a{"h a – h a v"} 375 h{"h–h a v"} 376 } 377 y{ 378 y{"y–y"} 379 } 380 yM{ 381 M{"M/yy – M/yy"} 382 y{"M/yy – M/yy"} 383 } 384 yMEd{ 385 M{"E, d/M/yy – E, d/M/yy"} 386 d{"E, d/M/yy – E, d/M/yy"} 387 y{"E, d/M/yy – E, d/M/yy"} 388 } 389 yMMM{ 390 M{"MMM–MMM y"} 391 y{"MMM y – MMM y"} 392 } 393 yMMMEd{ 394 M{"E, d MMM – E, d MMM, y"} 395 d{"E, d MMM – E, d MMM, y"} 396 y{"E, d MMM, y – E, d MMM, y"} 397 } 398 yMMMM{ 399 M{"MMMM–MMMM y"} 400 y{"MMMM y – MMMM y"} 401 } 402 yMMMd{ 403 M{"d MMM – d MMM, y"} 404 d{"d–d MMM, y"} 405 y{"d MMM, y – d MMM, y"} 406 } 407 yMd{ 408 M{"d/M/yy – d/M/yy"} 409 d{"d/M/yy – d/M/yy"} 410 y{"d/M/yy – d/M/yy"} 411 } 412 } 413 monthNames{ 414 format{ 415 abbreviated{ 416 "Xan", 417 "Feb", 418 "Mar", 419 "Abr", 420 "Mai", 421 "Xuñ", 422 "Xul", 423 "Ago", 424 "Set", 425 "Out", 426 "Nov", 427 "Dec", 428 } 429 wide{ 430 "Xaneiro", 431 "Febreiro", 432 "Marzo", 433 "Abril", 434 "Maio", 435 "Xuño", 436 "Xullo", 437 "Agosto", 438 "Setembro", 439 "Outubro", 440 "Novembro", 441 "Decembro", 442 } 443 } 444 stand-alone{ 445 narrow{ 446 "X", 447 "F", 448 "M", 449 "A", 450 "M", 451 "X", 452 "X", 453 "A", 454 "S", 455 "O", 456 "N", 457 "D", 458 } 459 } 460 } 461 quarters{ 462 format{ 463 abbreviated{ 464 "T1", 465 "T2", 466 "T3", 467 "T4", 468 } 469 narrow{ 470 "1", 471 "2", 472 "3", 473 "4", 474 } 475 wide{ 476 "1o trimestre", 477 "2o trimestre", 478 "3o trimestre", 479 "4o trimestre", 480 } 481 } 482 stand-alone{ 483 narrow{ 484 "1", 485 "2", 486 "3", 487 "4", 488 } 489 } 490 } 491 } 492 } 493 delimiters{ 494 alternateQuotationEnd{"’"} 495 alternateQuotationStart{"‘"} 496 quotationEnd{"”"} 497 quotationStart{"“"} 498 } 499 listPattern{ 500 standard{ 501 2{"{0} e {1}"} 502 end{"{0} e {1}"} 503 middle{"{0}, {1}"} 504 start{"{0}, {1}"} 505 } 506 } 507 measurementSystemNames{ 508 UK{"RU"} 509 US{"americano"} 510 metric{"métrico decimal"} 511 } 512 units{ 513 day{ 514 one{"{0} día"} 515 other{"{0} días"} 516 } 517 day-future{ 518 one{"En {0} día"} 519 other{"En {0} días"} 520 } 521 day-past{ 522 one{"Hai {0} día"} 523 other{"Hai {0} días"} 524 } 525 hour{ 526 one{"{0} hora"} 527 other{"{0} horas"} 528 } 529 hour-future{ 530 one{"En {0} hora"} 531 other{"En {0} horas"} 532 } 533 hour-past{ 534 one{"Hai {0} hora"} 535 other{"Hai {0} horas"} 536 } 537 minute{ 538 one{"{0} minuto"} 539 other{"{0} minutos"} 540 } 541 minute-future{ 542 one{"En {0} minuto"} 543 other{"En {0} minutos"} 544 } 545 minute-past{ 546 one{"Hai {0} minuto"} 547 other{"Hai {0} minutos"} 548 } 549 month{ 550 one{"{0} mes"} 551 other{"{0} meses"} 552 } 553 month-future{ 554 one{"En {0} mes"} 555 other{"En {0} meses"} 556 } 557 month-past{ 558 one{"Hai {0} mes"} 559 other{"Hai {0} meses"} 560 } 561 second{ 562 one{"{0} segundo"} 563 other{"{0} segundos"} 564 } 565 second-future{ 566 one{"En {0} segundo"} 567 other{"En {0} segundos"} 568 } 569 second-past{ 570 one{"Hai {0} segundo"} 571 other{"En {0} segundos"} 572 } 573 week{ 574 one{"{0} semana"} 575 other{"{0} semanas"} 576 } 577 week-future{ 578 one{"En {0} semana"} 579 other{"En {0} semanas"} 580 } 581 week-past{ 582 one{"Hai {0} semana"} 583 other{"Hai {0} semanas"} 584 } 585 year{ 586 one{"{0} ano"} 587 other{"{0} anos"} 588 } 589 year-future{ 590 one{"En {0} ano"} 591 other{"En {0} anos"} 592 } 593 year-past{ 594 one{"Hai {0} ano"} 595 other{"Hai {0} anos"} 596 } 597 } 598 unitsShort{ 599 day{ 600 one{"{0} día"} 601 other{"{0} días"} 602 } 603 hour{ 604 one{"{0} h"} 605 other{"{0} h"} 606 } 607 minute{ 608 one{"{0} min"} 609 other{"{0} min"} 610 } 611 month{ 612 one{"{0} mes"} 613 other{"{0} meses"} 614 } 615 second{ 616 one{"{0} S"} 617 other{"{0} s"} 618 } 619 week{ 620 one{"{0} semana"} 621 other{"{0} sem"} 622 } 623 year{ 624 one{"{0} ano"} 625 other{"{0} anos"} 626 } 627 } 628} 629