• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/ca.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/ca.xml
11 */
12ca{
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 milió"}
43                        other{"0 milions"}
44                    }
45                    10000000{
46                        one{"00 milió"}
47                        other{"00 milions"}
48                    }
49                    100000000{
50                        one{"000 milió"}
51                        other{"000 milions"}
52                    }
53                    1000000000{
54                        one{"0 miliard"}
55                        other{"0 miliards"}
56                    }
57                    10000000000{
58                        one{"00 miliards"}
59                        other{"00 miliards"}
60                    }
61                    100000000000{
62                        one{"000 miliard"}
63                        other{"000 miliards"}
64                    }
65                    1000000000000{
66                        one{"0 bilions"}
67                        other{"0 bilions"}
68                    }
69                    10000000000000{
70                        one{"00 bilions"}
71                        other{"00 bilions"}
72                    }
73                    100000000000000{
74                        one{"000 bilions"}
75                        other{"000 bilions"}
76                    }
77                }
78            }
79            patternsShort{
80                decimalFormat{
81                    1000{
82                        one{"0 K"}
83                        other{"0 K"}
84                    }
85                    10000{
86                        one{"00 K"}
87                        other{"00 K"}
88                    }
89                    100000{
90                        one{"000 K"}
91                        other{"000 K"}
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.32"}
146    calendar{
147        buddhist{
148            DateTimePatterns{
149                "H.mm.ss zzzz",
150                "H.mm.ss z",
151                "H.mm.ss",
152                "H.mm",
153                "EEEE, dd MMMM y G",
154                "d MMMM y G",
155                "d MMM y G",
156                "dd/MM/yyyy GGGGG",
157                "{1} {0}",
158                "{1} {0}",
159                "{1} {0}",
160                "{1} {0}",
161                "{1} {0}",
162            }
163            availableFormats{
164                H{"HH"}
165                Hm{"HH:mm"}
166                Hms{"HH:mm:ss"}
167                M{"L"}
168                MEd{"E, d/M"}
169                MMM{"LLL"}
170                MMMEd{"E d MMM"}
171                MMMd{"d MMM"}
172                Md{"d/M"}
173                d{"d"}
174                h{"h a"}
175                hm{"h:mm a"}
176                hms{"h:mm:ss a"}
177                ms{"mm:ss"}
178                y{"y G"}
179                yM{"MM/yyyy GGGGG"}
180                yMEd{"E, dd/MM/yyyy GGGGG"}
181                yMMM{"MMM y G"}
182                yMMMEd{"E, d MMM y G"}
183                yQQQ{"QQQ y GGGGG"}
184                yQQQQ{"QQQQ y G"}
185            }
186            eras{
187                abbreviated{
188                    "eB",
189                }
190            }
191        }
192        chinese{
193            DateTimePatterns{
194                "H.mm.ss zzzz",
195                "H.mm.ss z",
196                "H.mm.ss",
197                "H.mm",
198                "EEEE, dd MMMM UU",
199                "d MMMM U",
200                "d MMM U",
201                "d/M/y",
202                "{1} {0}",
203                "{1} {0}",
204                "{1} {0}",
205                "{1} {0}",
206                "{1} {0}",
207            }
208            cyclicNameSets{
209                dayParts{
210                    format{
211                        abbreviated{
212                            "zi",
213                            "chou",
214                            "yin",
215                            "mao",
216                            "chen",
217                            "si",
218                            "wu",
219                            "wei",
220                            "shen",
221                            "you",
222                            "xu",
223                            "hai",
224                        }
225                    }
226                }
227                years{
228                    format{
229                        abbreviated{
230                            "jia-zi",
231                            "yi-chou",
232                            "bing-yin",
233                            "ding-mao",
234                            "wu-chen",
235                            "ji-si",
236                            "geng-wu",
237                            "xin-wei",
238                            "ren-shen",
239                            "gui-you",
240                            "jia-xu",
241                            "yi-hai",
242                            "bing-zi",
243                            "ding-chou",
244                            "wu-yin",
245                            "ji-mao",
246                            "geng-chen",
247                            "xin-si",
248                            "ren-wu",
249                            "gui-wei",
250                            "jia-shen",
251                            "yi-you",
252                            "bing-xu",
253                            "ding-hai",
254                            "wu-zi",
255                            "ji-chou",
256                            "geng-yin",
257                            "xin-mao",
258                            "ren-chen",
259                            "gui-si",
260                            "jia-wu",
261                            "yi-wei",
262                            "bing-shen",
263                            "ding-you",
264                            "wu-xu",
265                            "ji-hai",
266                            "geng-zi",
267                            "xin-chou",
268                            "ren-yin",
269                            "gui-mao",
270                            "jia-chen",
271                            "yi-si",
272                            "bing-wu",
273                            "ding-wei",
274                            "wu-shen",
275                            "ji-you",
276                            "geng-xu",
277                            "xin-hai",
278                            "ren-zi",
279                            "gui-chou",
280                            "jia-yin",
281                            "yi-mao",
282                            "bing-chen",
283                            "ding-si",
284                            "wu-wu",
285                            "ji-wei",
286                            "geng-shen",
287                            "xin-you",
288                            "ren-xu",
289                            "gui-hai",
290                        }
291                    }
292                }
293                zodiacs{
294                    format{
295                        abbreviated{
296                            "zi",
297                            "chou",
298                            "yin",
299                            "mao",
300                            "chen",
301                            "si",
302                            "wu",
303                            "wei",
304                            "shen",
305                            "you",
306                            "xu",
307                            "hai",
308                        }
309                    }
310                }
311            }
312            monthNames{
313                format{
314                    abbreviated{
315                        "1",
316                        "2",
317                        "3",
318                        "4",
319                        "5",
320                        "6",
321                        "7",
322                        "8",
323                        "9",
324                        "10",
325                        "11",
326                        "12",
327                    }
328                    narrow{
329                        "1",
330                        "2",
331                        "3",
332                        "4",
333                        "5",
334                        "6",
335                        "7",
336                        "8",
337                        "9",
338                        "10",
339                        "11",
340                        "12",
341                    }
342                    wide{
343                        "1",
344                        "2",
345                        "3",
346                        "4",
347                        "5",
348                        "6",
349                        "7",
350                        "8",
351                        "9",
352                        "10",
353                        "11",
354                        "12",
355                    }
356                }
357                stand-alone{
358                    abbreviated{
359                        "1",
360                        "2",
361                        "3",
362                        "4",
363                        "5",
364                        "6",
365                        "7",
366                        "8",
367                        "9",
368                        "10",
369                        "11",
370                        "12",
371                    }
372                    narrow{
373                        "1",
374                        "2",
375                        "3",
376                        "4",
377                        "5",
378                        "6",
379                        "7",
380                        "8",
381                        "9",
382                        "10",
383                        "11",
384                        "12",
385                    }
386                    wide{
387                        "1",
388                        "2",
389                        "3",
390                        "4",
391                        "5",
392                        "6",
393                        "7",
394                        "8",
395                        "9",
396                        "10",
397                        "11",
398                        "12",
399                    }
400                }
401            }
402        }
403        gregorian{
404            AmPmMarkers{
405                "a.m.",
406                "p.m.",
407            }
408            DateTimePatterns{
409                "H.mm.ss zzzz",
410                "H.mm.ss z",
411                "H.mm.ss",
412                "H.mm",
413                "EEEE d MMMM 'de' y",
414                "d MMMM 'de' y",
415                "dd/MM/yyyy",
416                "dd/MM/yy",
417                "{1} {0}",
418                "{1} {0}",
419                "{1} {0}",
420                "{1} {0}",
421                "{1} {0}",
422            }
423            availableFormats{
424                Ed{"E d"}
425                H{"H"}
426                Hm{"H.mm"}
427                Hms{"H.mm.ss"}
428                M{"L"}
429                MEd{"E d/M"}
430                MMM{"LLL"}
431                MMMEd{"E d MMM"}
432                MMMMEd{"E d MMMM"}
433                MMMMd{"d MMMM"}
434                MMMd{"d MMM"}
435                Md{"d/M"}
436                d{"d"}
437                h{"h a"}
438                hm{"h.mm a"}
439                hms{"h.mm.ss a"}
440                mmss{"mm:ss"}
441                ms{"mm.ss"}
442                y{"y"}
443                yM{"M/yyyy"}
444                yMEd{"E, d.M.y"}
445                yMMM{"LLL y"}
446                yMMMEd{"E, d MMM, y"}
447                yMMMM{"LLLL 'de' y"}
448                yMMMd{"d MMM y"}
449                yMd{"d/M/yyyy"}
450                yQQQ{"QQQ y"}
451                yQQQQ{"QQQQ y"}
452                yyyyMM{"MM/yyyy"}
453            }
454            dayNames{
455                format{
456                    abbreviated{
457                        "dg.",
458                        "dl.",
459                        "dt.",
460                        "dc.",
461                        "dj.",
462                        "dv.",
463                        "ds.",
464                    }
465                    narrow{
466                        "dg",
467                        "dl",
468                        "dt",
469                        "dc",
470                        "dj",
471                        "dv",
472                        "ds",
473                    }
474                    short{
475                        "dg.",
476                        "dl.",
477                        "dt.",
478                        "dc.",
479                        "dj.",
480                        "dv.",
481                        "ds.",
482                    }
483                    wide{
484                        "diumenge",
485                        "dilluns",
486                        "dimarts",
487                        "dimecres",
488                        "dijous",
489                        "divendres",
490                        "dissabte",
491                    }
492                }
493                stand-alone{
494                    abbreviated{
495                        "dg",
496                        "dl",
497                        "dt",
498                        "dc",
499                        "dj",
500                        "dv",
501                        "ds",
502                    }
503                    narrow{
504                        "dg",
505                        "dl",
506                        "dt",
507                        "dc",
508                        "dj",
509                        "dv",
510                        "ds",
511                    }
512                    short{
513                        "dg.",
514                        "dl.",
515                        "dm.",
516                        "dc.",
517                        "dj.",
518                        "dv.",
519                        "ds.",
520                    }
521                    wide{
522                        "Diumenge",
523                        "Dilluns",
524                        "Dimarts",
525                        "Dimecres",
526                        "Dijous",
527                        "Divendres",
528                        "Dissabte",
529                    }
530                }
531            }
532            eras{
533                abbreviated{
534                    "aC",
535                    "dC",
536                }
537                narrow{
538                    "aC",
539                    "dC",
540                }
541                wide{
542                    "abans de Crist",
543                    "després de Crist",
544                }
545            }
546            fields{
547                day{
548                    dn{"dia"}
549                    relative{
550                        "-1"{"ahir"}
551                        "-2"{"abans d'ahir"}
552                        "0"{"avui"}
553                        "1"{"demà"}
554                        "2"{"demà passat"}
555                    }
556                }
557                dayperiod{
558                    dn{"a.m./p.m."}
559                }
560                era{
561                    dn{"era"}
562                }
563                hour{
564                    dn{"hora"}
565                }
566                minute{
567                    dn{"minut"}
568                }
569                month{
570                    dn{"mes"}
571                    relative{
572                        "-1"{"Últim mes"}
573                        "0"{"Aquest mes"}
574                        "1"{"Mes següent"}
575                    }
576                }
577                second{
578                    dn{"segon"}
579                }
580                week{
581                    dn{"setmana"}
582                    relative{
583                        "-1"{"Última setmana"}
584                        "0"{"Aquesta setmana"}
585                        "1"{"Setmana següent"}
586                    }
587                }
588                weekday{
589                    dn{"dia de la setmana"}
590                }
591                year{
592                    dn{"any"}
593                    relative{
594                        "-1"{"Últim any"}
595                        "0"{"Aquest any"}
596                        "1"{"Any següent"}
597                    }
598                }
599                zone{
600                    dn{"zona"}
601                }
602            }
603            intervalFormats{
604                H{
605                    H{"H-H"}
606                }
607                Hm{
608                    H{"HH.mm-HH.mm"}
609                    m{"HH.mm-HH.mm"}
610                }
611                Hmv{
612                    H{"HH.mm-HH.mm v"}
613                    m{"HH.mm-HH.mm v"}
614                }
615                Hv{
616                    H{"H-H v"}
617                }
618                M{
619                    M{"M-M"}
620                }
621                MEd{
622                    M{"E dd/MM - E dd/MM"}
623                    d{"E dd/MM - E dd/MM"}
624                }
625                MMM{
626                    M{"LLL-LLL"}
627                }
628                MMMEd{
629                    M{"E d MMM - E d MMM"}
630                    d{"E d - E d MMM"}
631                }
632                MMMd{
633                    M{"d MMM - d MMM"}
634                    d{"d-d MMM"}
635                }
636                Md{
637                    M{"dd/MM - dd/MM"}
638                    d{"dd/MM - dd/MM"}
639                }
640                d{
641                    d{"d-d"}
642                }
643                fallback{"{0} - {1}"}
644                h{
645                    a{"h a - h a"}
646                    h{"h-h a"}
647                }
648                hm{
649                    a{"h.mm a -h.mm a"}
650                    h{"h.mm-h.mm a"}
651                    m{"h.mm-h.mm a"}
652                }
653                hmv{
654                    a{"h.mm a - h.mm a v"}
655                    h{"h.mm-h.mm a v"}
656                    m{"h.mm-h.mm a v"}
657                }
658                hv{
659                    a{"h a - h a v"}
660                    h{"h-h a v"}
661                }
662                y{
663                    y{"y-y"}
664                }
665                yM{
666                    M{"MM/yy - MM/yy"}
667                    y{"MM/yy - MM/yy"}
668                }
669                yMEd{
670                    M{"E dd/MM/yy - E dd/MM/yy"}
671                    d{"E dd/MM/yy - E dd/MM/yy"}
672                    y{"E dd/MM/yy - E dd/MM/yy"}
673                }
674                yMMM{
675                    M{"LLL-LLL 'de' y"}
676                    y{"LLL 'de' y - LLL 'de' y"}
677                }
678                yMMMEd{
679                    M{"E d MMM - E d MMM 'de' y"}
680                    d{"E d - E d MMM 'de' y"}
681                    y{"E d MMM 'de' y - E d MMM 'de' y"}
682                }
683                yMMMM{
684                    M{"LLLL-LLLL 'de' y"}
685                    y{"LLLL 'de' y - LLLL 'de' y"}
686                }
687                yMMMd{
688                    M{"d MMM - d MMM 'de' y"}
689                    d{"d-d MMM 'de' y"}
690                    y{"d MMM 'de' y - d MMM 'de' y"}
691                }
692                yMd{
693                    M{"dd/MM/yy - dd/MM/yy"}
694                    d{"dd/MM/yy - dd/MM/yy"}
695                    y{"dd/MM/yy - dd/MM/yy"}
696                }
697            }
698            monthNames{
699                format{
700                    abbreviated{
701                        "de gen.",
702                        "de febr.",
703                        "de març",
704                        "d’abr.",
705                        "de maig",
706                        "de juny",
707                        "de jul.",
708                        "d’ag.",
709                        "de set.",
710                        "d’oct.",
711                        "de nov.",
712                        "de des.",
713                    }
714                    narrow{
715                        "G",
716                        "F",
717                        "M",
718                        "A",
719                        "M",
720                        "J",
721                        "J",
722                        "A",
723                        "S",
724                        "O",
725                        "N",
726                        "D",
727                    }
728                    wide{
729                        "de gener",
730                        "de febrer",
731                        "de març",
732                        "d’abril",
733                        "de maig",
734                        "de juny",
735                        "de juliol",
736                        "d’agost",
737                        "de setembre",
738                        "d’octubre",
739                        "de novembre",
740                        "de desembre",
741                    }
742                }
743                stand-alone{
744                    abbreviated{
745                        "gen.",
746                        "febr.",
747                        "març",
748                        "abr.",
749                        "maig",
750                        "juny",
751                        "jul.",
752                        "ag.",
753                        "set.",
754                        "oct.",
755                        "nov.",
756                        "des.",
757                    }
758                    narrow{
759                        "g",
760                        "f",
761                        "m",
762                        "a",
763                        "m",
764                        "j",
765                        "j",
766                        "a",
767                        "s",
768                        "o",
769                        "n",
770                        "d",
771                    }
772                    wide{
773                        "gener",
774                        "febrer",
775                        "març",
776                        "abril",
777                        "maig",
778                        "juny",
779                        "juliol",
780                        "agost",
781                        "setembre",
782                        "octubre",
783                        "novembre",
784                        "desembre",
785                    }
786                }
787            }
788            quarters{
789                format{
790                    abbreviated{
791                        "1T",
792                        "2T",
793                        "3T",
794                        "4T",
795                    }
796                    narrow{
797                        "1",
798                        "2",
799                        "3",
800                        "4",
801                    }
802                    wide{
803                        "1r trimestre",
804                        "2n trimestre",
805                        "3r trimestre",
806                        "4t trimestre",
807                    }
808                }
809                stand-alone{
810                    abbreviated{
811                        "1T",
812                        "2T",
813                        "3T",
814                        "4T",
815                    }
816                    narrow{
817                        "1",
818                        "2",
819                        "3",
820                        "4",
821                    }
822                    wide{
823                        "1r trimestre",
824                        "2n trimestre",
825                        "3r trimestre",
826                        "4t trimestre",
827                    }
828                }
829            }
830        }
831    }
832    delimiters{
833        alternateQuotationEnd{"»"}
834        alternateQuotationStart{"«"}
835        quotationEnd{"”"}
836        quotationStart{"“"}
837    }
838    listPattern{
839        standard{
840            2{"{0} i {1}"}
841            end{"{0} i {1}"}
842            middle{"{0}, {1}"}
843            start{"{0}, {1}"}
844        }
845    }
846    measurementSystemNames{
847        UK{"anglosaxó"}
848        US{"imperial"}
849        metric{"mètric"}
850    }
851    units{
852        day{
853            one{"{0} dia"}
854            other{"{0} dies"}
855        }
856        day-future{
857            one{"D'aquí a {0} dia"}
858            other{"D'aquí a {0} dies"}
859        }
860        day-past{
861            one{"Fa {0} dia"}
862            other{"Fa {0} dies"}
863        }
864        hour{
865            one{"{0} hora"}
866            other{"{0} hores"}
867        }
868        hour-future{
869            one{"D'aquí a {0} hora"}
870            other{"D'aquí a {0} hores"}
871        }
872        hour-past{
873            one{"Fa {0} hora"}
874            other{"Fa {0} hores"}
875        }
876        minute{
877            one{"{0} minut"}
878            other{"{0} minuts"}
879        }
880        minute-future{
881            one{"D'aquí a {0} minut"}
882            other{"D'aquí a {0} minuts"}
883        }
884        minute-past{
885            one{"Fa {0} minut"}
886            other{"Fa {0} minuts"}
887        }
888        month{
889            one{"{0} mes"}
890            other{"{0} mesos"}
891        }
892        month-future{
893            one{"D'aquí a {0} mes"}
894            other{"D'aquí a {0} mesos"}
895        }
896        month-past{
897            one{"Fa {0} mes"}
898            other{"Fa {0} mesos"}
899        }
900        second{
901            one{"{0} segon"}
902            other{"{0} segons"}
903        }
904        second-future{
905            one{"D'aquí a {0} segon"}
906            other{"D'aquí a {0} segons"}
907        }
908        second-past{
909            one{"Fa {0} segon"}
910            other{"Fa {0} segons"}
911        }
912        week{
913            one{"{0} setmana"}
914            other{"{0} setmanes"}
915        }
916        week-future{
917            one{"D'aquí a {0} setmana"}
918            other{"D'aquí a {0} setmanes"}
919        }
920        week-past{
921            one{"Fa {0} setmana"}
922            other{"Fa {0} setmanes"}
923        }
924        year{
925            one{"{0} any"}
926            other{"{0} anys"}
927        }
928        year-future{
929            one{"D'aquí a {0} any"}
930            other{"D'aquí a {0} anys"}
931        }
932        year-past{
933            one{"Fa {0} any"}
934            other{"Fa {0} anys"}
935        }
936    }
937    unitsShort{
938        day{
939            one{"{0} dia"}
940            other{"{0} dies"}
941        }
942        hour{
943            one{"{0} h"}
944            other{"{0} h"}
945        }
946        minute{
947            one{"{0} m"}
948            other{"{0} m"}
949        }
950        month{
951            one{"{0} mes"}
952            other{"{0} mesos"}
953        }
954        second{
955            one{"{0} s"}
956            other{"{0} s"}
957        }
958        week{
959            one{"{0} setmana"}
960            other{"{0} setmanes"}
961        }
962        year{
963            one{"{0} any"}
964            other{"{0} anys"}
965        }
966    }
967}
968