OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2007 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
6 // * Source File:<path>/common/main/ca.xml | 6 // * Source File:<path>/common/main/ca.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/ca.xml | 10 * ICU <specials> source: <path>/xml/main/ca.xml |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 Latn{"Llatí"} | 431 Latn{"Llatí"} |
432 } | 432 } |
433 Version{"1.78"} | 433 Version{"1.78"} |
434 calendar{ | 434 calendar{ |
435 gregorian{ | 435 gregorian{ |
436 DateTimePatterns{ | 436 DateTimePatterns{ |
437 "H:mm:ss v", | 437 "H:mm:ss v", |
438 "H:mm:ss z", | 438 "H:mm:ss z", |
439 "H:mm:ss", | 439 "H:mm:ss", |
440 "H:mm", | 440 "H:mm", |
441 "EEEE d 'de' MMMM 'de' yyyy", | 441 "EEEE d MMMM 'de' yyyy", |
442 "d 'de' MMMM 'de' yyyy", | 442 "d MMMM 'de' yyyy", |
443 "dd/MM/yyyy", | 443 "dd/MM/yyyy", |
444 "dd/MM/yy", | 444 "dd/MM/yy", |
445 "{1} {0}", | 445 "{1} {0}", |
446 } | 446 } |
447 dayNames{ | 447 dayNames{ |
448 format{ | 448 format{ |
449 abbreviated{ | 449 abbreviated{ |
450 "dg.", | 450 "dg.", |
451 "dl.", | 451 "dl.", |
452 "dt.", | 452 "dt.", |
(...skipping 29 matching lines...) Expand all Loading... |
482 "maig", | 482 "maig", |
483 "juny", | 483 "juny", |
484 "jul.", | 484 "jul.", |
485 "ag.", | 485 "ag.", |
486 "set.", | 486 "set.", |
487 "oct.", | 487 "oct.", |
488 "nov.", | 488 "nov.", |
489 "des.", | 489 "des.", |
490 } | 490 } |
491 wide{ | 491 wide{ |
| 492 "de gener", |
| 493 "de febrer", |
| 494 "de març", |
| 495 "d’abril", |
| 496 "de maig", |
| 497 "de juny", |
| 498 "de juliol", |
| 499 "d’agost", |
| 500 "de setembre", |
| 501 "d’octubre", |
| 502 "de novembre", |
| 503 "de desembre", |
| 504 } |
| 505 } |
| 506 standalone{ |
| 507 wide{ |
492 "gener", | 508 "gener", |
493 "febrer", | 509 "febrer", |
494 "març", | 510 "març", |
495 "abril", | 511 "abril", |
496 "maig", | 512 "maig", |
497 "juny", | 513 "juny", |
498 "juliol", | 514 "juliol", |
499 "agost", | 515 "agost", |
500 "setembre", | 516 "setembre", |
501 "octubre", | 517 "octubre", |
(...skipping 25 matching lines...) Expand all Loading... |
527 alternateQuotationStart{"“"} | 543 alternateQuotationStart{"“"} |
528 quotationEnd{"’"} | 544 quotationEnd{"’"} |
529 quotationStart{"‘"} | 545 quotationStart{"‘"} |
530 } | 546 } |
531 zoneStrings{ | 547 zoneStrings{ |
532 "Pacific:Galapagos"{ | 548 "Pacific:Galapagos"{ |
533 ec{"Galápagos"} | 549 ec{"Galápagos"} |
534 } | 550 } |
535 } | 551 } |
536 } | 552 } |
OLD | NEW |