• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2013 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>/common/main/ca.xml
11 */
12ca{
13    AuxExemplarCharacters{"[á ă â å ä ã ā æ ĕ ê ë ē ì ĭ î ī ŀ ñ º ŏ ô ö ø ō œ ù ŭ û ū ÿ]"}
14    Ellipsis{
15        final{"{0}…"}
16        initial{"…{0}"}
17        medial{"{0}…{1}"}
18        word-final{"{0}…"}
19        word-initial{"… {0}"}
20        word-medial{"{0}… {1}"}
21    }
22    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]"}
23    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]"}
24    ExemplarCharactersPunctuation{
25        "[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / "
26        "\\\\ \\& # † ‡ ′ ″]"
27    }
28    LocaleScript{
29        "Latn",
30    }
31    MoreInformation{"?"}
32    NumberElements{
33        latn{
34            miscPatterns{
35                atLeast{"≥ {0}"}
36                range{"{0}-{1}"}
37            }
38            patterns{
39                accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"}
40                currencyFormat{"#,##0.00 ¤"}
41                decimalFormat{"#,##0.###"}
42                percentFormat{"#,##0%"}
43                scientificFormat{"#E0"}
44            }
45            patternsLong{
46                decimalFormat{
47                    1000{
48                        one{"0 miler"}
49                        other{"0 milers"}
50                    }
51                    10000{
52                        one{"00 milers"}
53                        other{"00 milers"}
54                    }
55                    100000{
56                        one{"000 milers"}
57                        other{"000 milers"}
58                    }
59                    1000000{
60                        one{"0 milió"}
61                        other{"0 milions"}
62                    }
63                    10000000{
64                        one{"00 milions"}
65                        other{"00 milions"}
66                    }
67                    100000000{
68                        one{"000 milions"}
69                        other{"000 milions"}
70                    }
71                    1000000000{
72                        one{"0 miler de milions"}
73                        other{"0 milers de milions"}
74                    }
75                    10000000000{
76                        one{"00 milers de milions"}
77                        other{"00 milers de milions"}
78                    }
79                    100000000000{
80                        one{"000 milers de milions"}
81                        other{"000 milers de milions"}
82                    }
83                    1000000000000{
84                        one{"0 bilió"}
85                        other{"0 bilions"}
86                    }
87                    10000000000000{
88                        one{"00 bilions"}
89                        other{"00 bilions"}
90                    }
91                    100000000000000{
92                        one{"000 bilions"}
93                        other{"000 bilions"}
94                    }
95                }
96            }
97            patternsShort{
98                decimalFormat{
99                    1000{
100                        one{"0m"}
101                        other{"0m"}
102                    }
103                    10000{
104                        one{"00m"}
105                        other{"00m"}
106                    }
107                    100000{
108                        one{"000m"}
109                        other{"000m"}
110                    }
111                    1000000{
112                        one{"0M"}
113                        other{"0M"}
114                    }
115                    10000000{
116                        one{"00 M"}
117                        other{"00 M"}
118                    }
119                    100000000{
120                        one{"000 M"}
121                        other{"000 M"}
122                    }
123                    1000000000{
124                        one{"0000 M"}
125                        other{"0000 M"}
126                    }
127                    10000000000{
128                        one{"00mM"}
129                        other{"00mM"}
130                    }
131                    100000000000{
132                        one{"000mM"}
133                        other{"000mM"}
134                    }
135                    1000000000000{
136                        one{"0B"}
137                        other{"0B"}
138                    }
139                    10000000000000{
140                        one{"00 B"}
141                        other{"00 B"}
142                    }
143                    100000000000000{
144                        one{"000 B"}
145                        other{"000 B"}
146                    }
147                }
148            }
149            symbols{
150                decimal{","}
151                exponential{"E"}
152                group{"."}
153                infinity{"∞"}
154                list{";"}
155                minusSign{"-"}
156                nan{"NaN"}
157                perMille{"‰"}
158                percentSign{"%"}
159                plusSign{"+"}
160                superscriptingExponent{"×"}
161            }
162        }
163    }
164    Version{"2.0.92.87"}
165    calendar{
166        buddhist{
167            DateTimePatterns{
168                "H.mm.ss zzzz",
169                "H.mm.ss z",
170                "H.mm.ss",
171                "H.mm",
172                "EEEE, dd MMMM y G",
173                "d MMMM y G",
174                "d MMM y G",
175                "dd/MM/y GGGGG",
176                "{1}, {0}",
177                "{1}, {0}",
178                "{1}, {0}",
179                "{1}, {0}",
180                "{1}, {0}",
181            }
182            availableFormats{
183                M{"L"}
184                MEd{"E, d/M"}
185                MMM{"LLL"}
186                MMMEd{"E d MMM"}
187                MMMd{"d MMM"}
188                Md{"d/M"}
189                d{"d"}
190                y{"y G"}
191            }
192            eras{
193                abbreviated{
194                    "eB",
195                }
196            }
197        }
198        chinese{
199            DateTimePatterns{
200                "H.mm.ss zzzz",
201                "H.mm.ss z",
202                "H.mm.ss",
203                "H.mm",
204                "EEEE, dd MMMM UU",
205                "d MMMM U",
206                "d MMM U",
207                "d/M/y",
208                "{1} {0}",
209                "{1} {0}",
210                "{1} {0}",
211                "{1} {0}",
212                "{1} {0}",
213            }
214            cyclicNameSets{
215                dayParts{
216                    format{
217                        abbreviated{
218                            "zi",
219                            "chou",
220                            "yin",
221                            "mao",
222                            "chen",
223                            "si",
224                            "wu",
225                            "wei",
226                            "shen",
227                            "you",
228                            "xu",
229                            "hai",
230                        }
231                    }
232                }
233                years{
234                    format{
235                        abbreviated{
236                            "jia-zi",
237                            "yi-chou",
238                            "bing-yin",
239                            "ding-mao",
240                            "wu-chen",
241                            "ji-si",
242                            "geng-wu",
243                            "xin-wei",
244                            "ren-shen",
245                            "gui-you",
246                            "jia-xu",
247                            "yi-hai",
248                            "bing-zi",
249                            "ding-chou",
250                            "wu-yin",
251                            "ji-mao",
252                            "geng-chen",
253                            "xin-si",
254                            "ren-wu",
255                            "gui-wei",
256                            "jia-shen",
257                            "yi-you",
258                            "bing-xu",
259                            "ding-hai",
260                            "wu-zi",
261                            "ji-chou",
262                            "geng-yin",
263                            "xin-mao",
264                            "ren-chen",
265                            "gui-si",
266                            "jia-wu",
267                            "yi-wei",
268                            "bing-shen",
269                            "ding-you",
270                            "wu-xu",
271                            "ji-hai",
272                            "geng-zi",
273                            "xin-chou",
274                            "ren-yin",
275                            "gui-mao",
276                            "jia-chen",
277                            "yi-si",
278                            "bing-wu",
279                            "ding-wei",
280                            "wu-shen",
281                            "ji-you",
282                            "geng-xu",
283                            "xin-hai",
284                            "ren-zi",
285                            "gui-chou",
286                            "jia-yin",
287                            "yi-mao",
288                            "bing-chen",
289                            "ding-si",
290                            "wu-wu",
291                            "ji-wei",
292                            "geng-shen",
293                            "xin-you",
294                            "ren-xu",
295                            "gui-hai",
296                        }
297                    }
298                }
299                zodiacs{
300                    format{
301                        abbreviated{
302                            "zi",
303                            "chou",
304                            "yin",
305                            "mao",
306                            "chen",
307                            "si",
308                            "wu",
309                            "wei",
310                            "shen",
311                            "you",
312                            "xu",
313                            "hai",
314                        }
315                    }
316                }
317            }
318            monthNames{
319                format{
320                    abbreviated{
321                        "1",
322                        "2",
323                        "3",
324                        "4",
325                        "5",
326                        "6",
327                        "7",
328                        "8",
329                        "9",
330                        "10",
331                        "11",
332                        "12",
333                    }
334                    narrow{
335                        "1",
336                        "2",
337                        "3",
338                        "4",
339                        "5",
340                        "6",
341                        "7",
342                        "8",
343                        "9",
344                        "10",
345                        "11",
346                        "12",
347                    }
348                    wide{
349                        "1",
350                        "2",
351                        "3",
352                        "4",
353                        "5",
354                        "6",
355                        "7",
356                        "8",
357                        "9",
358                        "10",
359                        "11",
360                        "12",
361                    }
362                }
363                stand-alone{
364                    abbreviated{
365                        "1",
366                        "2",
367                        "3",
368                        "4",
369                        "5",
370                        "6",
371                        "7",
372                        "8",
373                        "9",
374                        "10",
375                        "11",
376                        "12",
377                    }
378                    narrow{
379                        "1",
380                        "2",
381                        "3",
382                        "4",
383                        "5",
384                        "6",
385                        "7",
386                        "8",
387                        "9",
388                        "10",
389                        "11",
390                        "12",
391                    }
392                    wide{
393                        "1",
394                        "2",
395                        "3",
396                        "4",
397                        "5",
398                        "6",
399                        "7",
400                        "8",
401                        "9",
402                        "10",
403                        "11",
404                        "12",
405                    }
406                }
407            }
408        }
409        generic{
410            DateTimePatterns{
411                "H.mm.ss zzzz",
412                "H.mm.ss z",
413                "H.mm.ss",
414                "H.mm",
415                "EEEE d MMMM 'de' y G",
416                "d MMMM 'de' y G",
417                "dd/MM/y G",
418                "dd/MM/yy GGGGG",
419                "{1}, {0}",
420                "{1}, {0}",
421                "{1}, {0}",
422                "{1}, {0}",
423                "{1}, {0}",
424            }
425            availableFormats{
426                Ed{"E d"}
427                Gy{"y G"}
428                GyMMM{"LLL y G"}
429                GyMMMEd{"E, d MMM, y G"}
430                GyMMMM{"LLLL 'de' y G"}
431                GyMMMd{"d MMM y G"}
432                H{"H"}
433                Hm{"H.mm"}
434                Hms{"H.mm.ss"}
435                M{"L"}
436                MEd{"E d/M"}
437                MMM{"LLL"}
438                MMMEd{"E d MMM"}
439                MMMMEd{"E d MMMM"}
440                MMMMd{"d MMMM"}
441                MMMd{"d MMM"}
442                Md{"d/M"}
443                d{"d"}
444                h{"h a"}
445                hm{"h.mm a"}
446                hms{"h.mm.ss a"}
447                ms{"mm.ss"}
448                y{"y G"}
449                yyyy{"y G"}
450                yyyyM{"M/y G"}
451                yyyyMEd{"E, d.M.y G"}
452                yyyyMMM{"LLL y G"}
453                yyyyMMMEd{"E, d MMM, y G"}
454                yyyyMMMM{"LLLL 'de' y G"}
455                yyyyMMMd{"d MMM y G"}
456                yyyyMd{"d/M/y G"}
457                yyyyQQQ{"QQQ y G"}
458                yyyyQQQQ{"QQQQ y G"}
459            }
460            intervalFormats{
461                H{
462                    H{"H-H"}
463                }
464                Hm{
465                    H{"HH.mm-HH.mm"}
466                    m{"HH.mm-HH.mm"}
467                }
468                Hmv{
469                    H{"HH.mm-HH.mm v"}
470                    m{"HH.mm-HH.mm v"}
471                }
472                Hv{
473                    H{"H-H v"}
474                }
475                M{
476                    M{"M-M"}
477                }
478                MEd{
479                    M{"E dd/MM - E dd/MM"}
480                    d{"E dd/MM - E dd/MM"}
481                }
482                MMM{
483                    M{"MMM-MMM"}
484                }
485                MMMEd{
486                    M{"E d MMM - E d MMM"}
487                    d{"E d - E d MMM"}
488                }
489                MMMd{
490                    M{"d MMM - d MMM"}
491                    d{"d-d MMM"}
492                }
493                Md{
494                    M{"dd/MM - dd/MM"}
495                    d{"dd/MM - dd/MM"}
496                }
497                d{
498                    d{"d-d"}
499                }
500                fallback{"{0} - {1}"}
501                h{
502                    a{"h a - h a"}
503                    h{"h-h a"}
504                }
505                hm{
506                    a{"h.mm a -h.mm a"}
507                    h{"h.mm-h.mm a"}
508                    m{"h.mm-h.mm a"}
509                }
510                hmv{
511                    a{"h.mm a - h.mm a v"}
512                    h{"h.mm-h.mm a v"}
513                    m{"h.mm-h.mm a v"}
514                }
515                hv{
516                    a{"h a - h a v"}
517                    h{"h-h a v"}
518                }
519                y{
520                    y{"y-y G"}
521                }
522                yM{
523                    M{"MM/y - MM/y GGGG"}
524                    y{"MM/y - MM/y GGGG"}
525                }
526                yMEd{
527                    M{"E dd/MM/y - E dd/MM/y GGGG"}
528                    d{"E dd/MM/y - E dd/MM/y GGGG"}
529                    y{"E dd/MM/y - E dd/MM/y GGGG"}
530                }
531                yMMM{
532                    M{"MMM-MMM 'de' y G"}
533                    y{"MMM 'de' y - MMM 'de' y G"}
534                }
535                yMMMEd{
536                    M{"E d MMM - E d MMM 'de' y G"}
537                    d{"E d MMM - E d MMM 'de' y G"}
538                    y{"E d MMM 'de' y - E d MMM 'de' y G"}
539                }
540                yMMMM{
541                    M{"MMMM-MMMM 'de' y G"}
542                    y{"MMMM 'de' y - MMMM 'de' y G"}
543                }
544                yMMMd{
545                    M{"d MMM - d MMM 'de' y G"}
546                    d{"d-d MMM 'de' y G"}
547                    y{"d MMM 'de' y - d MMM 'de' y G"}
548                }
549                yMd{
550                    M{"dd/MM/y - dd/MM/y GGGG"}
551                    d{"dd/MM/y - dd/MM/y GGGG"}
552                    y{"dd/MM/y - dd/MM/y GGGG"}
553                }
554            }
555        }
556        gregorian{
557            AmPmMarkers{
558                "a. m.",
559                "p. m.",
560            }
561            AmPmMarkersNarrow{
562                "a.m.",
563                "p.m.",
564            }
565            DateTimePatterns{
566                "H.mm.ss zzzz",
567                "H.mm.ss z",
568                "H.mm.ss",
569                "H.mm",
570                "EEEE, d MMMM 'de' y",
571                "d MMMM 'de' y",
572                "dd/MM/y",
573                "d/M/yy",
574                "{1} {0}",
575                "{1} {0}",
576                "{1} {0}",
577                "{1} {0}",
578                "{1} {0}",
579            }
580            appendItems{
581                Timezone{"{0} {1}"}
582            }
583            availableFormats{
584                EHm{"E H:mm"}
585                EHms{"E H:mm:ss"}
586                Ed{"E d"}
587                Ehm{"E h:mm a"}
588                Ehms{"E h:mm:ss a"}
589                Gy{"y G"}
590                GyMMM{"LLL y G"}
591                GyMMMEd{"E, d MMM, y G"}
592                GyMMMM{"LLLL 'de' y G"}
593                GyMMMd{"d MMM y G"}
594                H{"H"}
595                Hm{"HH:mm"}
596                Hms{"HH:mm:ss"}
597                M{"L"}
598                MEd{"E d/M"}
599                MMM{"LLL"}
600                MMMEd{"E d MMM"}
601                MMMMEd{"E d MMMM"}
602                MMMMd{"d MMMM"}
603                MMMd{"d MMM"}
604                Md{"d/M"}
605                d{"d"}
606                h{"h a"}
607                hm{"h:mm a"}
608                hms{"h:mm:ss a"}
609                ms{"mm:ss"}
610                y{"y"}
611                yM{"M/y"}
612                yMEd{"E, d/M/y"}
613                yMMM{"LLL y"}
614                yMMMEd{"E, d MMM, y"}
615                yMMMM{"LLLL 'de' y"}
616                yMMMd{"d MMM y"}
617                yMd{"d/M/y"}
618                yQQQ{"QQQ y"}
619                yQQQQ{"QQQQ y"}
620            }
621            dayNames{
622                format{
623                    abbreviated{
624                        "dg.",
625                        "dl.",
626                        "dt.",
627                        "dc.",
628                        "dj.",
629                        "dv.",
630                        "ds.",
631                    }
632                    narrow{
633                        "dg",
634                        "dl",
635                        "dt",
636                        "dc",
637                        "dj",
638                        "dv",
639                        "ds",
640                    }
641                    short{
642                        "dg.",
643                        "dl.",
644                        "dt.",
645                        "dc.",
646                        "dj.",
647                        "dv.",
648                        "ds.",
649                    }
650                    wide{
651                        "diumenge",
652                        "dilluns",
653                        "dimarts",
654                        "dimecres",
655                        "dijous",
656                        "divendres",
657                        "dissabte",
658                    }
659                }
660                stand-alone{
661                    abbreviated{
662                        "dg.",
663                        "dl.",
664                        "dt.",
665                        "dc.",
666                        "dj.",
667                        "dv.",
668                        "ds.",
669                    }
670                    narrow{
671                        "dg",
672                        "dl",
673                        "dt",
674                        "dc",
675                        "dj",
676                        "dv",
677                        "ds",
678                    }
679                    short{
680                        "dg.",
681                        "dl.",
682                        "dm.",
683                        "dc.",
684                        "dj.",
685                        "dv.",
686                        "ds.",
687                    }
688                    wide{
689                        "diumenge",
690                        "dilluns",
691                        "dimarts",
692                        "dimecres",
693                        "dijous",
694                        "divendres",
695                        "dissabte",
696                    }
697                }
698            }
699            eras{
700                abbreviated{
701                    "aC",
702                    "dC",
703                }
704                narrow{
705                    "aC",
706                    "dC",
707                }
708                wide{
709                    "abans de Crist",
710                    "després de Crist",
711                }
712            }
713            intervalFormats{
714                H{
715                    H{"H-H"}
716                }
717                Hm{
718                    H{"HH.mm-HH.mm"}
719                    m{"HH.mm-HH.mm"}
720                }
721                Hmv{
722                    H{"HH.mm-HH.mm v"}
723                    m{"HH.mm-HH.mm v"}
724                }
725                Hv{
726                    H{"H-H v"}
727                }
728                M{
729                    M{"M-M"}
730                }
731                MEd{
732                    M{"E dd/MM - E dd/MM"}
733                    d{"E dd/MM - E dd/MM"}
734                }
735                MMM{
736                    M{"LLL-LLL"}
737                }
738                MMMEd{
739                    M{"E d MMM - E d MMM"}
740                    d{"E d - E d MMM"}
741                }
742                MMMd{
743                    M{"d MMM - d MMM"}
744                    d{"d-d MMM"}
745                }
746                Md{
747                    M{"dd/MM - dd/MM"}
748                    d{"dd/MM - dd/MM"}
749                }
750                d{
751                    d{"d-d"}
752                }
753                fallback{"{0} - {1}"}
754                h{
755                    a{"h a - h a"}
756                    h{"h-h a"}
757                }
758                hm{
759                    a{"h.mm a -h.mm a"}
760                    h{"h:mm-h:mm a"}
761                    m{"h:mm-h:mm a"}
762                }
763                hmv{
764                    a{"h:mm a - h:mm a v"}
765                    h{"h:mm–h:mm a v"}
766                    m{"h:mm-h:mm a v"}
767                }
768                hv{
769                    a{"h a - h a v"}
770                    h{"h-h a v"}
771                }
772                y{
773                    y{"y-y"}
774                }
775                yM{
776                    M{"MM/y - MM/y"}
777                    y{"MM/y - MM/y"}
778                }
779                yMEd{
780                    M{"E dd/MM/y - E dd/MM/y"}
781                    d{"E dd/MM/y - E dd/MM/y"}
782                    y{"E dd/MM/y - E dd/MM/y"}
783                }
784                yMMM{
785                    M{"LLL-LLL 'de' y"}
786                    y{"LLL 'de' y - LLL 'de' y"}
787                }
788                yMMMEd{
789                    M{"E d MMM - E d MMM 'de' y"}
790                    d{"E d - E d MMM 'de' y"}
791                    y{"E d MMM 'de' y - E d MMM 'de' y"}
792                }
793                yMMMM{
794                    M{"LLLL-LLLL 'de' y"}
795                    y{"LLLL 'de' y - LLLL 'de' y"}
796                }
797                yMMMd{
798                    M{"d MMM - d MMM 'de' y"}
799                    d{"d-d MMM 'de' y"}
800                    y{"d MMM 'de' y - d MMM 'de' y"}
801                }
802                yMd{
803                    M{"dd/MM/y - dd/MM/y"}
804                    d{"dd/MM/y - dd/MM/y"}
805                    y{"dd/MM/y - dd/MM/y"}
806                }
807            }
808            monthNames{
809                format{
810                    abbreviated{
811                        "gen.",
812                        "feb.",
813                        "març",
814                        "abr.",
815                        "maig",
816                        "juny",
817                        "jul.",
818                        "ag.",
819                        "set.",
820                        "oct.",
821                        "nov.",
822                        "des.",
823                    }
824                    narrow{
825                        "GN",
826                        "FB",
827                        "MÇ",
828                        "AB",
829                        "MG",
830                        "JN",
831                        "JL",
832                        "AG",
833                        "ST",
834                        "OC",
835                        "NV",
836                        "DS",
837                    }
838                    wide{
839                        "gener",
840                        "febrer",
841                        "març",
842                        "abril",
843                        "maig",
844                        "juny",
845                        "juliol",
846                        "agost",
847                        "setembre",
848                        "octubre",
849                        "novembre",
850                        "desembre",
851                    }
852                }
853                stand-alone{
854                    abbreviated{
855                        "gen.",
856                        "feb.",
857                        "març",
858                        "abr.",
859                        "maig",
860                        "juny",
861                        "jul.",
862                        "ag.",
863                        "set.",
864                        "oct.",
865                        "nov.",
866                        "des.",
867                    }
868                    narrow{
869                        "GN",
870                        "FB",
871                        "MÇ",
872                        "AB",
873                        "MG",
874                        "JN",
875                        "JL",
876                        "AG",
877                        "ST",
878                        "OC",
879                        "NV",
880                        "DS",
881                    }
882                    wide{
883                        "gener",
884                        "febrer",
885                        "març",
886                        "abril",
887                        "maig",
888                        "juny",
889                        "juliol",
890                        "agost",
891                        "setembre",
892                        "octubre",
893                        "novembre",
894                        "desembre",
895                    }
896                }
897            }
898            quarters{
899                format{
900                    abbreviated{
901                        "1T",
902                        "2T",
903                        "3T",
904                        "4T",
905                    }
906                    narrow{
907                        "1",
908                        "2",
909                        "3",
910                        "4",
911                    }
912                    wide{
913                        "1r trimestre",
914                        "2n trimestre",
915                        "3r trimestre",
916                        "4t trimestre",
917                    }
918                }
919                stand-alone{
920                    abbreviated{
921                        "1T",
922                        "2T",
923                        "3T",
924                        "4T",
925                    }
926                    narrow{
927                        "1",
928                        "2",
929                        "3",
930                        "4",
931                    }
932                    wide{
933                        "1r trimestre",
934                        "2n trimestre",
935                        "3r trimestre",
936                        "4t trimestre",
937                    }
938                }
939            }
940        }
941        roc{
942            DateTimePatterns{
943                "H.mm.ss zzzz",
944                "H.mm.ss z",
945                "H.mm.ss",
946                "H.mm",
947                "EEEE d MMMM 'de' y G",
948                "d MMMM 'de' y G",
949                "dd/MM/y G",
950                "dd/MM/y GGGGG",
951                "{1}, {0}",
952                "{1}, {0}",
953                "{1}, {0}",
954                "{1}, {0}",
955                "{1}, {0}",
956            }
957        }
958    }
959    delimiters{
960        alternateQuotationEnd{"»"}
961        alternateQuotationStart{"«"}
962        quotationEnd{"”"}
963        quotationStart{"“"}
964    }
965    durationUnits{
966        hm{"h:mm"}
967        hms{"h:mm:ss"}
968        ms{"m:ss"}
969    }
970    fields{
971        day{
972            dn{"dia"}
973            relative{
974                "-1"{"ahir"}
975                "-2"{"abans-d'ahir"}
976                "0"{"avui"}
977                "1"{"demà"}
978                "2"{"demà passat"}
979            }
980            relativeTime{
981                future{
982                    one{"D'aquí a {0} dia"}
983                    other{"D'aquí a {0} dies"}
984                }
985                past{
986                    one{"Fa {0} dia"}
987                    other{"Fa {0} dies"}
988                }
989            }
990        }
991        dayperiod{
992            dn{"a. m./p. m."}
993        }
994        era{
995            dn{"era"}
996        }
997        fri{
998            relative{
999                "-1"{"divendres passat"}
1000                "0"{"aquest divendres"}
1001                "1"{"divendres que ve"}
1002            }
1003        }
1004        hour{
1005            dn{"hora"}
1006            relativeTime{
1007                future{
1008                    one{"D'aquí a {0} hora"}
1009                    other{"D'aquí a {0} hores"}
1010                }
1011                past{
1012                    one{"Fa {0} hora"}
1013                    other{"Fa {0} hores"}
1014                }
1015            }
1016        }
1017        minute{
1018            dn{"minut"}
1019            relativeTime{
1020                future{
1021                    one{"D'aquí a {0} minut"}
1022                    other{"D'aquí a {0} minuts"}
1023                }
1024                past{
1025                    one{"Fa {0} minut"}
1026                    other{"Fa {0} minuts"}
1027                }
1028            }
1029        }
1030        mon{
1031            relative{
1032                "-1"{"dilluns passat"}
1033                "0"{"aquest dilluns"}
1034                "1"{"dilluns que ve"}
1035            }
1036        }
1037        month{
1038            dn{"mes"}
1039            relative{
1040                "-1"{"el mes passat"}
1041                "0"{"aquest mes"}
1042                "1"{"el mes que ve"}
1043            }
1044            relativeTime{
1045                future{
1046                    one{"D'aquí a {0} mes"}
1047                    other{"D'aquí a {0} mesos"}
1048                }
1049                past{
1050                    one{"Fa {0} mes"}
1051                    other{"Fa {0} mesos"}
1052                }
1053            }
1054        }
1055        sat{
1056            relative{
1057                "-1"{"dissabte passat"}
1058                "0"{"aquest dissabte"}
1059                "1"{"dissabte que ve"}
1060            }
1061        }
1062        second{
1063            dn{"segon"}
1064            relative{
1065                "0"{"ara"}
1066            }
1067            relativeTime{
1068                future{
1069                    one{"D'aquí a {0} segon"}
1070                    other{"D'aquí a {0} segons"}
1071                }
1072                past{
1073                    one{"Fa {0} segon"}
1074                    other{"Fa {0} segons"}
1075                }
1076            }
1077        }
1078        sun{
1079            relative{
1080                "-1"{"diumenge passat"}
1081                "0"{"aquest diumenge"}
1082                "1"{"diumenge que ve"}
1083            }
1084        }
1085        thu{
1086            relative{
1087                "-1"{"dijous passat"}
1088                "0"{"aquest dijous"}
1089                "1"{"dijous que ve"}
1090            }
1091        }
1092        tue{
1093            relative{
1094                "-1"{"dimarts passat"}
1095                "0"{"aquest dimarts"}
1096                "1"{"dimarts que ve"}
1097            }
1098        }
1099        wed{
1100            relative{
1101                "-1"{"dimecres passat"}
1102                "0"{"aquest dimecres"}
1103                "1"{"dimecres que ve"}
1104            }
1105        }
1106        week{
1107            dn{"setmana"}
1108            relative{
1109                "-1"{"la setmana passada"}
1110                "0"{"aquesta setmana"}
1111                "1"{"la setmana que ve"}
1112            }
1113            relativeTime{
1114                future{
1115                    one{"D'aquí a {0} setmana"}
1116                    other{"D'aquí a {0} setmanes"}
1117                }
1118                past{
1119                    one{"Fa {0} setmana"}
1120                    other{"Fa {0} setmanes"}
1121                }
1122            }
1123        }
1124        weekday{
1125            dn{"dia de la setmana"}
1126        }
1127        year{
1128            dn{"any"}
1129            relative{
1130                "-1"{"l'any passat"}
1131                "0"{"enguany"}
1132                "1"{"l'any que ve"}
1133            }
1134            relativeTime{
1135                future{
1136                    one{"D'aquí a {0} any"}
1137                    other{"D'aquí a {0} anys"}
1138                }
1139                past{
1140                    one{"Fa {0} any"}
1141                    other{"Fa {0} anys"}
1142                }
1143            }
1144        }
1145        zone{
1146            dn{"zona"}
1147        }
1148    }
1149    listPattern{
1150        standard{
1151            2{"{0} i {1}"}
1152            end{"{0} i {1}"}
1153            middle{"{0}, {1}"}
1154            start{"{0}, {1}"}
1155        }
1156        unit{
1157            2{"{0} i {1}"}
1158            end{"{0} i {1}"}
1159            middle{"{0}, {1}"}
1160            start{"{0}, {1}"}
1161        }
1162        unit-short{
1163            2{"{0} i {1}"}
1164            end{"{0} i {1}"}
1165            middle{"{0}, {1}"}
1166            start{"{0}, {1}"}
1167        }
1168    }
1169    measurementSystemNames{
1170        UK{"anglosaxó"}
1171        US{"imperial"}
1172        metric{"mètric"}
1173    }
1174    transformNames{
1175        BGN{"BGN"}
1176        Numeric{"Numèric"}
1177        Tone{"To"}
1178        UNGEGN{"UNGEGN"}
1179        x-Accents{"Accents"}
1180        x-Fullwidth{"Amplada completa"}
1181        x-Halfwidth{"Amplada mitjana"}
1182        x-Jamo{"Jamo"}
1183        x-Pinyin{"Pinyin"}
1184        x-Publishing{"Publicació"}
1185    }
1186    units{
1187        compound{
1188            per{"{0} per {1}"}
1189        }
1190        duration{
1191            day{
1192                one{"{0} dia"}
1193                other{"{0} dies"}
1194            }
1195            hour{
1196                one{"{0} hora"}
1197                other{"{0} hores"}
1198            }
1199            millisecond{
1200                one{"{0} mil·lisegon"}
1201                other{"{0} mil·lisegons"}
1202            }
1203            minute{
1204                one{"{0} minut"}
1205                other{"{0} minuts"}
1206            }
1207            month{
1208                one{"{0} mes"}
1209                other{"{0} mesos"}
1210            }
1211            second{
1212                one{"{0} segon"}
1213                other{"{0} segons"}
1214            }
1215            week{
1216                one{"{0} setmana"}
1217                other{"{0} setmanes"}
1218            }
1219            year{
1220                one{"{0} any"}
1221                other{"{0} anys"}
1222            }
1223        }
1224    }
1225    unitsNarrow{
1226        compound{
1227            per{"{0}/{1}"}
1228        }
1229        duration{
1230            day{
1231                one{"{0} dies"}
1232                other{"{0} dies"}
1233            }
1234            hour{
1235                one{"{0}h"}
1236                other{"{0}h"}
1237            }
1238            millisecond{
1239                one{"{0}ms"}
1240                other{"{0}ms"}
1241            }
1242            minute{
1243                one{"{0} min"}
1244                other{"{0} min"}
1245            }
1246            month{
1247                one{"{0}m"}
1248                other{"{0}m"}
1249            }
1250            second{
1251                one{"{0}s"}
1252                other{"{0}s"}
1253            }
1254            week{
1255                one{"{0}s"}
1256                other{"{0}s"}
1257            }
1258            year{
1259                one{"{0} any"}
1260                other{"{0} anys"}
1261            }
1262        }
1263    }
1264    unitsShort{
1265        compound{
1266            per{"{0}/{1}"}
1267        }
1268        duration{
1269            day{
1270                one{"{0} dia"}
1271                other{"{0} dies"}
1272            }
1273            hour{
1274                one{"{0} h"}
1275                other{"{0} h"}
1276            }
1277            millisecond{
1278                one{"{0} ms"}
1279                other{"{0} ms"}
1280            }
1281            minute{
1282                one{"{0} min"}
1283                other{"{0} min"}
1284            }
1285            month{
1286                one{"{0} mes"}
1287                other{"{0} mesos"}
1288            }
1289            second{
1290                one{"{0} s"}
1291                other{"{0} s"}
1292            }
1293            week{
1294                one{"{0} setm."}
1295                other{"{0} setm."}
1296            }
1297            year{
1298                one{"{0} any"}
1299                other{"{0} anys"}
1300            }
1301        }
1302    }
1303}
1304