• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3ia{
4    AuxExemplarCharacters{
5        "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ"
6        "]"
7    }
8    Ellipsis{
9        final{"{0}…"}
10        initial{"…{0}"}
11        medial{"{0}…{1}"}
12        word-final{"{0} …"}
13        word-initial{"… {0}"}
14        word-medial{"{0} … {1}"}
15    }
16    ExemplarCharacters{"[a b c {ch} d e f g h i j k l m n o p {ph} q r s t u v w x y z]"}
17    MoreInformation{"?"}
18    NumberElements{
19        default{"latn"}
20        latn{
21            miscPatterns{
22                atLeast{"≥{0}"}
23                range{"{0}–{1}"}
24            }
25            patterns{
26                accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
27                currencyFormat{"¤ #,##0.00"}
28                decimalFormat{"#,##0.###"}
29                percentFormat{"#,##0%"}
30                scientificFormat{"#E0"}
31            }
32            patternsLong{
33                decimalFormat{
34                    1000{
35                        one{"0 mil"}
36                        other{"0 milles"}
37                    }
38                    10000{
39                        one{"00 mil"}
40                        other{"00 milles"}
41                    }
42                    100000{
43                        one{"000 mil"}
44                        other{"000 milles"}
45                    }
46                    1000000{
47                        one{"0 mln"}
48                        other{"0 milliones"}
49                    }
50                    10000000{
51                        one{"00 mln"}
52                        other{"00 milliones"}
53                    }
54                    100000000{
55                        one{"000 mln"}
56                        other{"000 milliones"}
57                    }
58                    1000000000{
59                        one{"0 mld"}
60                        other{"0 milliardos"}
61                    }
62                    10000000000{
63                        one{"00 mld"}
64                        other{"00 milliardos"}
65                    }
66                    100000000000{
67                        one{"000 mld"}
68                        other{"000 milliardos"}
69                    }
70                    1000000000000{
71                        one{"0 bln"}
72                        other{"0 billiones"}
73                    }
74                    10000000000000{
75                        one{"00 bln"}
76                        other{"00 billiones"}
77                    }
78                    100000000000000{
79                        one{"000 bln"}
80                        other{"000 billiones"}
81                    }
82                }
83            }
84            patternsShort{
85                currencyFormat{
86                    1000{
87                        one{"¤ 0 mil"}
88                        other{"¤ 0 mil"}
89                    }
90                    10000{
91                        one{"¤ 00 mil"}
92                        other{"¤ 00 mil"}
93                    }
94                    100000{
95                        one{"¤ 000 mil"}
96                        other{"¤ 000 mil"}
97                    }
98                    1000000{
99                        one{"¤ 0 mln"}
100                        other{"¤ 0 mln"}
101                    }
102                    10000000{
103                        one{"¤ 00 mln"}
104                        other{"¤ 00 mln"}
105                    }
106                    100000000{
107                        one{"¤ 000 mln"}
108                        other{"¤ 000 mln"}
109                    }
110                    1000000000{
111                        one{"¤ 0 mld"}
112                        other{"¤ 0 mld"}
113                    }
114                    10000000000{
115                        one{"¤ 00 mld"}
116                        other{"¤ 00 mld"}
117                    }
118                    100000000000{
119                        one{"¤ 000 mld"}
120                        other{"¤ 000 mld"}
121                    }
122                    1000000000000{
123                        one{"¤ 0 bln"}
124                        other{"¤ 0 bln"}
125                    }
126                    10000000000000{
127                        one{"¤ 00 bln"}
128                        other{"¤ 00 bln"}
129                    }
130                    100000000000000{
131                        one{"¤ 000 bln"}
132                        other{"¤ 000 bln"}
133                    }
134                }
135                decimalFormat{
136                    1000{
137                        one{"0 mil"}
138                        other{"0 mil"}
139                    }
140                    10000{
141                        one{"00 mil"}
142                        other{"00 mil"}
143                    }
144                    100000{
145                        one{"000 mil"}
146                        other{"000 mil"}
147                    }
148                    1000000{
149                        one{"0 mln"}
150                        other{"0 mln"}
151                    }
152                    10000000{
153                        one{"00 mln"}
154                        other{"00 mln"}
155                    }
156                    100000000{
157                        one{"000 mln"}
158                        other{"000 mln"}
159                    }
160                    1000000000{
161                        one{"0 mld"}
162                        other{"0 mld"}
163                    }
164                    10000000000{
165                        one{"00 mld"}
166                        other{"00 mld"}
167                    }
168                    100000000000{
169                        one{"000 mld"}
170                        other{"000 mld"}
171                    }
172                    1000000000000{
173                        one{"0 bln"}
174                        other{"0 bln"}
175                    }
176                    10000000000000{
177                        one{"00 bln"}
178                        other{"00 bln"}
179                    }
180                    100000000000000{
181                        one{"000 bln"}
182                        other{"000 bln"}
183                    }
184                }
185            }
186            symbols{
187                decimal{","}
188                exponential{"E"}
189                group{"."}
190                infinity{"∞"}
191                minusSign{"-"}
192                nan{"NaN"}
193                perMille{"‰"}
194                percentSign{"%"}
195                plusSign{"+"}
196                superscriptingExponent{"×"}
197            }
198        }
199        minimalPairs{
200            ordinal{
201                other{"Prende le 7e exito a dextra."}
202            }
203        }
204        minimumGroupingDigits{"2"}
205        native{"latn"}
206    }
207    Version{"37"}
208    calendar{
209        generic{
210            DateTimePatterns{
211                "HH:mm:ss zzzz",
212                "HH:mm:ss z",
213                "HH:mm:ss",
214                "HH:mm",
215                "EEEE 'le' d 'de' MMMM y G",
216                "d 'de' MMMM y G",
217                "d MMM y G",
218                "dd-MM-y GGGGG",
219                "{1}, {0}",
220                "{1} 'a' {0}",
221                "{1} 'a' {0}",
222                "{1}, {0}",
223                "{1}, {0}",
224            }
225            availableFormats{
226                Bh{"h B"}
227                Bhm{"h:mm B"}
228                Bhms{"h:mm:ss B"}
229                E{"ccc"}
230                EBhm{"E h:mm B"}
231                EBhms{"E h:mm:ss B"}
232                EHm{"E HH:mm"}
233                EHms{"E HH:mm:ss"}
234                Ed{"E d"}
235                Ehm{"E h:mm a"}
236                Ehms{"E h:mm:ss a"}
237                Gy{"y G"}
238                GyMMM{"MMM y G"}
239                GyMMMEd{"E d MMM y G"}
240                GyMMMd{"d MMM y G"}
241                H{"HH"}
242                Hm{"HH:mm"}
243                Hms{"HH:mm:ss"}
244                M{"L"}
245                MEd{"E dd-MM"}
246                MMM{"LLL"}
247                MMMEd{"E d MMM"}
248                MMMMd{"d 'de' MMMM"}
249                MMMd{"d MMM"}
250                Md{"dd-MM"}
251                d{"d"}
252                h{"h a"}
253                hm{"h:mm a"}
254                hms{"h:mm:ss a"}
255                ms{"mm:ss"}
256                y{"y G"}
257                yyyy{"y G"}
258                yyyyM{"MM-y GGGGG"}
259                yyyyMEd{"E dd-MM-y GGGGG"}
260                yyyyMMM{"MMM y G"}
261                yyyyMMMEd{"E d MMM y G"}
262                yyyyMMMM{"MMMM y G"}
263                yyyyMMMd{"d MMM y G"}
264                yyyyMd{"dd-MM-y GGGGG"}
265                yyyyQQQ{"QQQ y G"}
266                yyyyQQQQ{"QQQQ 'de' y G"}
267            }
268            intervalFormats{
269                M{
270                    M{"MM – MM"}
271                }
272                MEd{
273                    M{"E dd-MM – E dd-MM"}
274                    d{"E dd-MM – E dd-MM"}
275                }
276                MMM{
277                    M{"MMM – MMM"}
278                }
279                MMMEd{
280                    M{"E d MMM – E d MMM"}
281                    d{"E d MMM – E d MMM"}
282                }
283                MMMd{
284                    M{"d MMM – d MMM"}
285                    d{"d – d MMM"}
286                }
287                Md{
288                    M{"dd-MM – dd-MM"}
289                    d{"dd-MM – dd-MM"}
290                }
291                d{
292                    d{"d – d"}
293                }
294                fallback{"{0} – {1}"}
295                y{
296                    y{"y – y G"}
297                }
298                yM{
299                    M{"MM-y – MM-y GGGGG"}
300                    y{"MM-y – MM-y GGGGG"}
301                }
302                yMEd{
303                    M{"E dd-MM-y – E dd-MM-y GGGGG"}
304                    d{"E dd-MM-y – E dd-MM-y GGGGG"}
305                    y{"E dd-MM-y – E dd-MM-y GGGGG"}
306                }
307                yMMM{
308                    M{"MMM – MMM y G"}
309                    y{"MMM y – MMM y G"}
310                }
311                yMMMEd{
312                    M{"E d MMM – E d MMM y G"}
313                    d{"E d MMM – E d MMM y G"}
314                    y{"E d MMM y – E d MMM y G"}
315                }
316                yMMMM{
317                    M{"MMMM – MMMM y G"}
318                    y{"MMMM y – MMMM y G"}
319                }
320                yMMMd{
321                    M{"d MMM – d MMM y G"}
322                    d{"d – d MMM y G"}
323                    y{"d MMM y – d MMM y G"}
324                }
325                yMd{
326                    M{"dd-MM-y – dd-MM-y GGGGG"}
327                    d{"dd-MM-y – dd-MM-y GGGGG"}
328                    y{"dd-MM-y – dd-MM-y GGGGG"}
329                }
330            }
331        }
332        gregorian{
333            AmPmMarkers{
334                "AM",
335                "PM",
336            }
337            AmPmMarkersAbbr{
338                "AM",
339                "PM",
340            }
341            AmPmMarkersNarrow{
342                "AM",
343                "PM",
344            }
345            DateTimePatterns{
346                "HH:mm:ss zzzz",
347                "HH:mm:ss z",
348                "HH:mm:ss",
349                "HH:mm",
350                "EEEE 'le' d 'de' MMMM y",
351                "d 'de' MMMM y",
352                "d MMM y",
353                "dd-MM-y",
354                "{1} {0}",
355                "{1} 'a' {0}",
356                "{1} 'a' {0}",
357                "{1} {0}",
358                "{1} {0}",
359            }
360            appendItems{
361                Timezone{"{0} {1}"}
362            }
363            availableFormats{
364                Bh{"h B"}
365                Bhm{"h:mm B"}
366                Bhms{"h:mm:ss B"}
367                E{"ccc"}
368                EBhm{"E h:mm B"}
369                EBhms{"E h:mm:ss B"}
370                EHm{"E HH:mm"}
371                EHms{"E HH:mm:ss"}
372                Ed{"E d"}
373                Ehm{"E h:mm a"}
374                Ehms{"E h:mm:ss a"}
375                Gy{"y G"}
376                GyMMM{"MMM y G"}
377                GyMMMEd{"E d MMM y G"}
378                GyMMMd{"d MMM y G"}
379                H{"HH"}
380                Hm{"HH:mm"}
381                Hms{"HH:mm:ss"}
382                Hmsv{"HH:mm:ss v"}
383                Hmv{"HH:mm v"}
384                M{"L"}
385                MEd{"E dd-MM"}
386                MMM{"LLL"}
387                MMMEd{"E d MMM"}
388                MMMMW{
389                    one{"'septimana' W 'de' MMMM"}
390                    other{"'septimana' W 'de' MMMM"}
391                }
392                MMMMd{"d 'de' MMMM"}
393                MMMd{"d MMM"}
394                Md{"dd-MM"}
395                d{"d"}
396                h{"h a"}
397                hm{"h:mm a"}
398                hms{"h:mm:ss a"}
399                hmsv{"h:mm:ss a v"}
400                hmv{"h:mm a v"}
401                ms{"mm:ss"}
402                y{"y"}
403                yM{"MM-y"}
404                yMEd{"E dd-MM-y"}
405                yMMM{"MMM y"}
406                yMMMEd{"E d MMM y"}
407                yMMMM{"MMMM y"}
408                yMMMd{"d MMM y"}
409                yMd{"dd-MM-y"}
410                yQQQ{"QQQ y"}
411                yQQQQ{"QQQQ 'de' y"}
412                yw{
413                    one{"'septimana' w 'de' Y"}
414                    other{"'septimana' w 'de' Y"}
415                }
416            }
417            dayNames{
418                format{
419                    abbreviated{
420                        "dom",
421                        "lun",
422                        "mar",
423                        "mer",
424                        "jov",
425                        "ven",
426                        "sab",
427                    }
428                    narrow{
429                        "d",
430                        "l",
431                        "m",
432                        "m",
433                        "j",
434                        "v",
435                        "s",
436                    }
437                    short{
438                        "do",
439                        "lu",
440                        "ma",
441                        "me",
442                        "jo",
443                        "ve",
444                        "sa",
445                    }
446                    wide{
447                        "dominica",
448                        "lunedi",
449                        "martedi",
450                        "mercuridi",
451                        "jovedi",
452                        "venerdi",
453                        "sabbato",
454                    }
455                }
456                stand-alone{
457                    abbreviated{
458                        "dom",
459                        "lun",
460                        "mar",
461                        "mer",
462                        "jov",
463                        "ven",
464                        "sab",
465                    }
466                    narrow{
467                        "d",
468                        "l",
469                        "m",
470                        "m",
471                        "j",
472                        "v",
473                        "s",
474                    }
475                    short{
476                        "do",
477                        "lu",
478                        "ma",
479                        "me",
480                        "jo",
481                        "ve",
482                        "sa",
483                    }
484                    wide{
485                        "dominica",
486                        "lunedi",
487                        "martedi",
488                        "mercuridi",
489                        "jovedi",
490                        "venerdi",
491                        "sabbato",
492                    }
493                }
494            }
495            dayPeriod{
496                stand-alone{
497                    abbreviated{
498                        am{"AM"}
499                        pm{"PM"}
500                    }
501                    narrow{
502                        am{"AM"}
503                        pm{"PM"}
504                    }
505                    wide{
506                        am{"AM"}
507                        pm{"PM"}
508                    }
509                }
510            }
511            eras{
512                abbreviated{
513                    "a.Chr.",
514                    "p.Chr.",
515                }
516                abbreviated%variant{
517                    "aEC",
518                    "EC",
519                }
520                wide{
521                    "ante Christo",
522                    "post Christo",
523                }
524                wide%variant{
525                    "ante era commun",
526                    "era commun",
527                }
528            }
529            intervalFormats{
530                H{
531                    H{"HH – HH"}
532                }
533                Hm{
534                    H{"HH:mm – HH:mm"}
535                    m{"HH:mm – HH:mm"}
536                }
537                Hmv{
538                    H{"HH:mm – HH:mm v"}
539                    m{"HH:mm – HH:mm v"}
540                }
541                Hv{
542                    H{"HH – HH v"}
543                }
544                M{
545                    M{"MM – MM"}
546                }
547                MEd{
548                    M{"E MM-dd – E MM-dd"}
549                    d{"E MM-dd – E MM-dd"}
550                }
551                MMM{
552                    M{"MMM – MMM"}
553                }
554                MMMEd{
555                    M{"E d MMM – E d MMM"}
556                    d{"E d MMM – E d MMM"}
557                }
558                MMMd{
559                    M{"d MMM – d MMM"}
560                    d{"d – d MMM"}
561                }
562                Md{
563                    M{"MM-dd – MM-dd"}
564                    d{"MM-dd – MM-dd"}
565                }
566                d{
567                    d{"d – d"}
568                }
569                fallback{"{0} – {1}"}
570                h{
571                    a{"h a – h a"}
572                    h{"h – h a"}
573                }
574                hm{
575                    a{"h:mm a – h:mm a"}
576                    h{"h:mm – h:mm a"}
577                    m{"h:mm – h:mm a"}
578                }
579                hmv{
580                    a{"h:mm a – h:mm a v"}
581                    h{"h:mm – h:mm a v"}
582                    m{"h:mm – h:mm a v"}
583                }
584                hv{
585                    a{"h a – h a v"}
586                    h{"h – h a v"}
587                }
588                y{
589                    y{"y – y"}
590                }
591                yM{
592                    M{"MM-y – MM-y"}
593                    y{"MM-y – MM-y"}
594                }
595                yMEd{
596                    M{"E dd-MM-y – E dd-MM-y"}
597                    d{"E dd-MM-y – E dd-MM-y"}
598                    y{"E dd-MM-y – E dd-MM-y"}
599                }
600                yMMM{
601                    M{"MMM – MMM y"}
602                    y{"MMM y – MMM y"}
603                }
604                yMMMEd{
605                    M{"E d MMM – E d MMM y"}
606                    d{"E d MMM – E d MMM y"}
607                    y{"E d MMM y – E d MMM y"}
608                }
609                yMMMM{
610                    M{"MMMM – MMMM y"}
611                    y{"MMMM y – MMMM y"}
612                }
613                yMMMd{
614                    M{"d MMM – d MMM y"}
615                    d{"d – d MMM y"}
616                    y{"d MMM y – d MMM y"}
617                }
618                yMd{
619                    M{"dd-MM-y – dd-MM-y"}
620                    d{"dd-MM-y – dd-MM-y"}
621                    y{"dd-MM-y – dd-MM-y"}
622                }
623            }
624            monthNames{
625                format{
626                    abbreviated{
627                        "jan",
628                        "feb",
629                        "mar",
630                        "apr",
631                        "mai",
632                        "jun",
633                        "jul",
634                        "aug",
635                        "sep",
636                        "oct",
637                        "nov",
638                        "dec",
639                    }
640                    narrow{
641                        "j",
642                        "f",
643                        "m",
644                        "a",
645                        "m",
646                        "j",
647                        "j",
648                        "a",
649                        "s",
650                        "o",
651                        "n",
652                        "d",
653                    }
654                    wide{
655                        "januario",
656                        "februario",
657                        "martio",
658                        "april",
659                        "maio",
660                        "junio",
661                        "julio",
662                        "augusto",
663                        "septembre",
664                        "octobre",
665                        "novembre",
666                        "decembre",
667                    }
668                }
669                stand-alone{
670                    abbreviated{
671                        "jan",
672                        "feb",
673                        "mar",
674                        "apr",
675                        "mai",
676                        "jun",
677                        "jul",
678                        "aug",
679                        "sep",
680                        "oct",
681                        "nov",
682                        "dec",
683                    }
684                    narrow{
685                        "1",
686                        "2",
687                        "3",
688                        "4",
689                        "5",
690                        "6",
691                        "7",
692                        "8",
693                        "9",
694                        "10",
695                        "11",
696                        "12",
697                    }
698                    wide{
699                        "januario",
700                        "februario",
701                        "martio",
702                        "april",
703                        "maio",
704                        "junio",
705                        "julio",
706                        "augusto",
707                        "septembre",
708                        "octobre",
709                        "novembre",
710                        "decembre",
711                    }
712                }
713            }
714            quarters{
715                format{
716                    abbreviated{
717                        "T1",
718                        "T2",
719                        "T3",
720                        "T4",
721                    }
722                    narrow{
723                        "1",
724                        "2",
725                        "3",
726                        "4",
727                    }
728                    wide{
729                        "1me trimestre",
730                        "2nde trimestre",
731                        "3tie trimestre",
732                        "4te trimestre",
733                    }
734                }
735                stand-alone{
736                    abbreviated{
737                        "T1",
738                        "T2",
739                        "T3",
740                        "T4",
741                    }
742                    narrow{
743                        "1",
744                        "2",
745                        "3",
746                        "4",
747                    }
748                    wide{
749                        "1me trimestre",
750                        "2nde trimestre",
751                        "3tie trimestre",
752                        "4te trimestre",
753                    }
754                }
755            }
756        }
757    }
758    characterLabel{
759        activities{"activitate"}
760        african_scripts{"scriptura african"}
761        american_scripts{"scriptura american"}
762        animal{"animal"}
763        animals_nature{"animal o natura"}
764        arrows{"sagitta"}
765        body{"corpore"}
766        box_drawing{"composition de quadros"}
767        braille{"braille"}
768        building{"edificio"}
769        bullets_stars{"puncto o stella"}
770        consonantal_jamo{"jamo consonantic"}
771        currency_symbols{"symbolo monetari"}
772        dash_connector{"lineetta o connector"}
773        digits{"cifra"}
774        dingbats{"ornamento"}
775        divination_symbols{"symbolo de divination"}
776        downwards_arrows{"sagitta a basso"}
777        downwards_upwards_arrows{"sagitta a basso e in alto"}
778        east_asian_scripts{"scriptura del est de Asia"}
779        emoji{"emoji"}
780        european_scripts{"scriptura europee"}
781        female{"feminin"}
782        flag{"bandiera"}
783        flags{"bandieras"}
784        food_drink{"alimento e bibita"}
785        format{"formato"}
786        format_whitespace{"formato e spatio in blanco"}
787        full_width_form_variant{"variante a latitude complete"}
788        geometric_shapes{"forma geometric"}
789        half_width_form_variant{"variante a latitude medie"}
790        han_characters{"character Han"}
791        han_radicals{"radical Han"}
792        hanja{"hanja"}
793        hanzi_simplified{"Hanzi (simplificate)"}
794        hanzi_traditional{"Hanzi (traditional)"}
795        heart{"corde"}
796        historic_scripts{"scriptura historic"}
797        ideographic_desc_characters{"character de desc. ideographic"}
798        japanese_kana{"kana japonese"}
799        kanbun{"kanbun"}
800        kanji{"kanji"}
801        keycap{"clave"}
802        leftwards_arrows{"sagitta a sinistra"}
803        leftwards_rightwards_arrows{"sagitta a sinistra e a dextra"}
804        letterlike_symbols{"symbolo con littera"}
805        limited_use{"uso limitate"}
806        male{"masculin"}
807        math_symbols{"symbolo mathematic"}
808        middle_eastern_scripts{"scriptura medio-oriental"}
809        miscellaneous{"miscellanee"}
810        modern_scripts{"scriptura moderne"}
811        modifier{"modificator"}
812        musical_symbols{"symbolo musical"}
813        nature{"natura"}
814        nonspacing{"sin spatiatura"}
815        numbers{"numeros"}
816        objects{"objecto"}
817        other{"altere"}
818        paired{"par"}
819        person{"persona"}
820        phonetic_alphabet{"alphabeto phonetic"}
821        pictographs{"pictogramma"}
822        place{"loco"}
823        plant{"planta"}
824        punctuation{"punctuation"}
825        rightwards_arrows{"sagitta a dextra"}
826        sign_standard_symbols{"signo o symbolo"}
827        small_form_variant{"variantes micre"}
828        smiley{"emoticone"}
829        smileys_people{"emoticone o persona"}
830        south_asian_scripts{"scriptura del sud de Asia"}
831        southeast_asian_scripts{"scriptura del sud-est de Asia"}
832        spacing{"spatiatura"}
833        sport{"sport"}
834        symbols{"symbolo"}
835        technical_symbols{"symbolo technic"}
836        tone_marks{"marca tonal"}
837        travel{"viage"}
838        travel_places{"viage o destination"}
839        upwards_arrows{"sagitta in alto"}
840        variant_forms{"variante"}
841        vocalic_jamo{"jamo vocalic"}
842        weather{"meteo"}
843        western_asian_scripts{"scriptura del west de Asia"}
844        whitespace{"spatio in blanco"}
845    }
846    delimiters{
847        alternateQuotationEnd{"”"}
848        alternateQuotationStart{"“"}
849        quotationEnd{"’"}
850        quotationStart{"‘"}
851    }
852    fields{
853        day{
854            dn{"die"}
855            relative{
856                "-1"{"heri"}
857                "0"{"hodie"}
858                "1"{"deman"}
859            }
860            relativeTime{
861                future{
862                    one{"in {0} dies"}
863                    other{"in {0} dies"}
864                }
865                past{
866                    one{"{0} dies retro"}
867                    other{"{0} dies retro"}
868                }
869            }
870        }
871        day-narrow{
872            dn{"d."}
873            relativeTime{
874                future{
875                    one{"in {0} dies"}
876                    other{"in {0} dies"}
877                }
878                past{
879                    one{"{0} dies retro"}
880                    other{"{0} dies retro"}
881                }
882            }
883        }
884        day-short{
885            dn{"die"}
886            relativeTime{
887                future{
888                    one{"in {0} dies"}
889                    other{"in {0} dies"}
890                }
891                past{
892                    one{"{0} dies retro"}
893                    other{"{0} dies retro"}
894                }
895            }
896        }
897        dayOfYear{
898            dn{"die del anno"}
899        }
900        dayOfYear-narrow{
901            dn{"d.d.a."}
902        }
903        dayOfYear-short{
904            dn{"die del an."}
905        }
906        dayperiod{
907            dn{"AM/PM"}
908        }
909        dayperiod-narrow{
910            dn{"AM/PM"}
911        }
912        dayperiod-short{
913            dn{"AM/PM"}
914        }
915        era{
916            dn{"era"}
917        }
918        era-narrow{
919            dn{"e."}
920        }
921        era-short{
922            dn{"era"}
923        }
924        fri{
925            relative{
926                "-1"{"venerdi passate"}
927                "0"{"iste venerdi"}
928                "1"{"venerdi proxime"}
929            }
930            relativeTime{
931                future{
932                    one{"in {0} venerdis"}
933                    other{"in {0} venerdis"}
934                }
935                past{
936                    one{"{0} venerdis retro"}
937                    other{"{0} venerdis retro"}
938                }
939            }
940        }
941        fri-narrow{
942            relative{
943                "-1"{"ven. passate"}
944                "0"{"iste ven."}
945                "1"{"ven. proxime"}
946            }
947            relativeTime{
948                future{
949                    one{"in {0} venerdis"}
950                    other{"in {0} ven."}
951                }
952                past{
953                    one{"{0} venerdis retro"}
954                    other{"{0} ven. retro"}
955                }
956            }
957        }
958        fri-short{
959            relative{
960                "-1"{"ven. passate"}
961                "0"{"iste ven."}
962                "1"{"ven. proxime"}
963            }
964            relativeTime{
965                future{
966                    one{"in {0} venerdis"}
967                    other{"in {0} ven."}
968                }
969                past{
970                    one{"{0} venerdis retro"}
971                    other{"{0} ven. retro"}
972                }
973            }
974        }
975        hour{
976            dn{"hora"}
977            relative{
978                "0"{"iste hora"}
979            }
980            relativeTime{
981                future{
982                    one{"in {0} horas"}
983                    other{"in {0} horas"}
984                }
985                past{
986                    one{"{0} horas retro"}
987                    other{"{0} horas retro"}
988                }
989            }
990        }
991        hour-narrow{
992            dn{"h."}
993            relativeTime{
994                future{
995                    one{"in {0} horas"}
996                    other{"in {0} hr."}
997                }
998                past{
999                    one{"{0} horas retro"}
1000                    other{"{0} hr. retro"}
1001                }
1002            }
1003        }
1004        hour-short{
1005            dn{"hr."}
1006            relativeTime{
1007                future{
1008                    one{"in {0} horas"}
1009                    other{"in {0} hr."}
1010                }
1011                past{
1012                    one{"{0} horas retro"}
1013                    other{"{0} hr. retro"}
1014                }
1015            }
1016        }
1017        minute{
1018            dn{"minuta"}
1019            relative{
1020                "0"{"iste minuta"}
1021            }
1022            relativeTime{
1023                future{
1024                    one{"in {0} minutas"}
1025                    other{"in {0} minutas"}
1026                }
1027                past{
1028                    one{"{0} minutas retro"}
1029                    other{"{0} minutas retro"}
1030                }
1031            }
1032        }
1033        minute-narrow{
1034            dn{"m."}
1035            relativeTime{
1036                future{
1037                    one{"in {0} minutas"}
1038                    other{"in {0} min."}
1039                }
1040                past{
1041                    one{"{0} minutas retro"}
1042                    other{"{0} min. retro"}
1043                }
1044            }
1045        }
1046        minute-short{
1047            dn{"min."}
1048            relativeTime{
1049                future{
1050                    one{"in {0} minutas"}
1051                    other{"in {0} min."}
1052                }
1053                past{
1054                    one{"{0} minutas retro"}
1055                    other{"{0} min. retro"}
1056                }
1057            }
1058        }
1059        mon{
1060            relative{
1061                "-1"{"lunedi passate"}
1062                "0"{"iste lunedi"}
1063                "1"{"lunedi proxime"}
1064            }
1065            relativeTime{
1066                future{
1067                    one{"in {0} lunedis"}
1068                    other{"in {0} lunedis"}
1069                }
1070                past{
1071                    one{"{0} lunedis retro"}
1072                    other{"{0} lunedis retro"}
1073                }
1074            }
1075        }
1076        mon-narrow{
1077            relative{
1078                "-1"{"lun. passate"}
1079                "0"{"iste lun."}
1080                "1"{"lun. proxime"}
1081            }
1082            relativeTime{
1083                future{
1084                    one{"in {0} lunedis"}
1085                    other{"in {0} lun."}
1086                }
1087                past{
1088                    one{"{0} lunedis retro"}
1089                    other{"{0} lun. retro"}
1090                }
1091            }
1092        }
1093        mon-short{
1094            relative{
1095                "-1"{"lun. passate"}
1096                "0"{"iste lun."}
1097                "1"{"lun. proxime"}
1098            }
1099            relativeTime{
1100                future{
1101                    one{"in {0} lunedis"}
1102                    other{"in {0} lun."}
1103                }
1104                past{
1105                    one{"{0} lunedis retro"}
1106                    other{"{0} lun. retro"}
1107                }
1108            }
1109        }
1110        month{
1111            dn{"mense"}
1112            relative{
1113                "-1"{"le mense passate"}
1114                "0"{"iste mense"}
1115                "1"{"le mense proxime"}
1116            }
1117            relativeTime{
1118                future{
1119                    one{"in {0} menses"}
1120                    other{"in {0} menses"}
1121                }
1122                past{
1123                    one{"{0} menses retro"}
1124                    other{"{0} menses retro"}
1125                }
1126            }
1127        }
1128        month-narrow{
1129            dn{"m."}
1130            relativeTime{
1131                future{
1132                    one{"in {0} menses"}
1133                    other{"in {0} mns."}
1134                }
1135                past{
1136                    one{"{0} menses retro"}
1137                    other{"{0} mns. retro"}
1138                }
1139            }
1140        }
1141        month-short{
1142            dn{"mns."}
1143            relativeTime{
1144                future{
1145                    one{"in {0} menses"}
1146                    other{"in {0} mns."}
1147                }
1148                past{
1149                    one{"{0} menses retro"}
1150                    other{"{0} mns. retro"}
1151                }
1152            }
1153        }
1154        quarter{
1155            dn{"trimestre"}
1156            relative{
1157                "-1"{"le trimestre passate"}
1158                "0"{"iste trimestre"}
1159                "1"{"le trimestre proxime"}
1160            }
1161            relativeTime{
1162                future{
1163                    one{"in {0} trimestres"}
1164                    other{"in {0} trimestres"}
1165                }
1166                past{
1167                    one{"in {0} trimestres"}
1168                    other{"in {0} trimestres"}
1169                }
1170            }
1171        }
1172        quarter-narrow{
1173            dn{"t."}
1174            relativeTime{
1175                future{
1176                    one{"in {0} trimestres"}
1177                    other{"in {0} trim."}
1178                }
1179                past{
1180                    one{"in {0} trimestres"}
1181                    other{"{0} trim. retro"}
1182                }
1183            }
1184        }
1185        quarter-short{
1186            dn{"trim."}
1187            relativeTime{
1188                future{
1189                    one{"in {0} trimestres"}
1190                    other{"in {0} trim."}
1191                }
1192                past{
1193                    one{"in {0} trimestres"}
1194                    other{"{0} trim. retro"}
1195                }
1196            }
1197        }
1198        sat{
1199            relative{
1200                "-1"{"sabbato passate"}
1201                "0"{"iste sabbato"}
1202                "1"{"sabbato proxime"}
1203            }
1204            relativeTime{
1205                future{
1206                    one{"in {0} sabbatos"}
1207                    other{"in {0} sabbatos"}
1208                }
1209                past{
1210                    one{"{0} sabbatos retro"}
1211                    other{"{0} sabbatos retro"}
1212                }
1213            }
1214        }
1215        sat-narrow{
1216            relative{
1217                "-1"{"sab. passate"}
1218                "0"{"iste sab."}
1219                "1"{"sab. proxime"}
1220            }
1221            relativeTime{
1222                future{
1223                    one{"in {0} sabbatos"}
1224                    other{"in {0} sab."}
1225                }
1226                past{
1227                    one{"{0} sabbatos retro"}
1228                    other{"{0} sab. retro"}
1229                }
1230            }
1231        }
1232        sat-short{
1233            relative{
1234                "-1"{"sab. passate"}
1235                "0"{"iste sab."}
1236                "1"{"sab. proxime"}
1237            }
1238            relativeTime{
1239                future{
1240                    one{"in {0} sabbatos"}
1241                    other{"in {0} sab."}
1242                }
1243                past{
1244                    one{"{0} sabbatos retro"}
1245                    other{"{0} sab. retro"}
1246                }
1247            }
1248        }
1249        second{
1250            dn{"secunda"}
1251            relative{
1252                "0"{"ora"}
1253            }
1254            relativeTime{
1255                future{
1256                    one{"in {0} secundas"}
1257                    other{"in {0} secundas"}
1258                }
1259                past{
1260                    one{"{0} secundas retro"}
1261                    other{"{0} secundas retro"}
1262                }
1263            }
1264        }
1265        second-narrow{
1266            dn{"s."}
1267            relativeTime{
1268                future{
1269                    one{"in {0} secundas"}
1270                    other{"in {0} sec."}
1271                }
1272                past{
1273                    one{"{0} secundas retro"}
1274                    other{"{0} sec. retro"}
1275                }
1276            }
1277        }
1278        second-short{
1279            dn{"sec."}
1280            relativeTime{
1281                future{
1282                    one{"in {0} secundas"}
1283                    other{"in {0} sec."}
1284                }
1285                past{
1286                    one{"{0} secundas retro"}
1287                    other{"{0} sec. retro"}
1288                }
1289            }
1290        }
1291        sun{
1292            relative{
1293                "-1"{"dominica passate"}
1294                "0"{"iste dominica"}
1295                "1"{"dominica proxime"}
1296            }
1297            relativeTime{
1298                future{
1299                    one{"in {0} dominicas"}
1300                    other{"in {0} dominicas"}
1301                }
1302                past{
1303                    one{"{0} dominicas retro"}
1304                    other{"{0} dominicas retro"}
1305                }
1306            }
1307        }
1308        sun-narrow{
1309            relative{
1310                "-1"{"dom. passate"}
1311                "0"{"iste dom."}
1312                "1"{"dom. proxime"}
1313            }
1314            relativeTime{
1315                future{
1316                    one{"in {0} dominicas"}
1317                    other{"in {0} dom."}
1318                }
1319                past{
1320                    one{"{0} dominicas retro"}
1321                    other{"{0} dom. retro"}
1322                }
1323            }
1324        }
1325        sun-short{
1326            relative{
1327                "-1"{"dom. passate"}
1328                "0"{"iste dom."}
1329                "1"{"dom. proxime"}
1330            }
1331            relativeTime{
1332                future{
1333                    one{"in {0} dominicas"}
1334                    other{"in {0} dom."}
1335                }
1336                past{
1337                    one{"{0} dominicas retro"}
1338                    other{"{0} dom. retro"}
1339                }
1340            }
1341        }
1342        thu{
1343            relative{
1344                "-1"{"jovedi passate"}
1345                "0"{"iste jovedi"}
1346                "1"{"jovedi proxime"}
1347            }
1348            relativeTime{
1349                future{
1350                    one{"in {0} jovedis"}
1351                    other{"in {0} jovedis"}
1352                }
1353                past{
1354                    one{"{0} jovedis retro"}
1355                    other{"{0} jovedis retro"}
1356                }
1357            }
1358        }
1359        thu-narrow{
1360            relative{
1361                "-1"{"jov. passate"}
1362                "0"{"iste jov."}
1363                "1"{"jov. proxime"}
1364            }
1365            relativeTime{
1366                future{
1367                    one{"in {0} jovedis"}
1368                    other{"in {0} jov."}
1369                }
1370                past{
1371                    one{"{0} jovedis retro"}
1372                    other{"{0} jov. retro"}
1373                }
1374            }
1375        }
1376        thu-short{
1377            relative{
1378                "-1"{"jov. passate"}
1379                "0"{"iste jov."}
1380                "1"{"jov. proxime"}
1381            }
1382            relativeTime{
1383                future{
1384                    one{"in {0} jovedis"}
1385                    other{"in {0} jov."}
1386                }
1387                past{
1388                    one{"{0} jovedis retro"}
1389                    other{"{0} jov. retro"}
1390                }
1391            }
1392        }
1393        tue{
1394            relative{
1395                "-1"{"martedi passate"}
1396                "0"{"iste martedi"}
1397                "1"{"martedi proxime"}
1398            }
1399            relativeTime{
1400                future{
1401                    one{"in {0} martedis"}
1402                    other{"in {0} martedis"}
1403                }
1404                past{
1405                    one{"{0} martedis retro"}
1406                    other{"{0} martedis retro"}
1407                }
1408            }
1409        }
1410        tue-narrow{
1411            relative{
1412                "-1"{"mar. passate"}
1413                "0"{"iste mar."}
1414                "1"{"mar. proxime"}
1415            }
1416            relativeTime{
1417                future{
1418                    one{"in {0} martedis"}
1419                    other{"in {0} mar."}
1420                }
1421                past{
1422                    one{"{0} martedis retro"}
1423                    other{"{0} mar. retro"}
1424                }
1425            }
1426        }
1427        tue-short{
1428            relative{
1429                "-1"{"mar. passate"}
1430                "0"{"iste mar."}
1431                "1"{"mar. proxime"}
1432            }
1433            relativeTime{
1434                future{
1435                    one{"in {0} martedis"}
1436                    other{"in {0} mar."}
1437                }
1438                past{
1439                    one{"{0} martedis retro"}
1440                    other{"{0} mar. retro"}
1441                }
1442            }
1443        }
1444        wed{
1445            relative{
1446                "-1"{"mercuridi passate"}
1447                "0"{"iste mercuridi"}
1448                "1"{"mercuridi proxime"}
1449            }
1450            relativeTime{
1451                future{
1452                    one{"in {0} mercuridis"}
1453                    other{"in {0} mercuridis"}
1454                }
1455                past{
1456                    one{"{0} mercuridis retro"}
1457                    other{"{0} mercuridis retro"}
1458                }
1459            }
1460        }
1461        wed-narrow{
1462            relative{
1463                "-1"{"mer. passate"}
1464                "0"{"iste mer."}
1465                "1"{"mer. proxime"}
1466            }
1467            relativeTime{
1468                future{
1469                    one{"in {0} mercuridis"}
1470                    other{"in {0} mer."}
1471                }
1472                past{
1473                    one{"{0} mercuridis retro"}
1474                    other{"{0} mer. retro"}
1475                }
1476            }
1477        }
1478        wed-short{
1479            relative{
1480                "-1"{"mer. passate"}
1481                "0"{"iste mer."}
1482                "1"{"mer. proxime"}
1483            }
1484            relativeTime{
1485                future{
1486                    one{"in {0} mercuridis"}
1487                    other{"in {0} mer."}
1488                }
1489                past{
1490                    one{"{0} mercuridis retro"}
1491                    other{"{0} mer. retro"}
1492                }
1493            }
1494        }
1495        week{
1496            dn{"septimana"}
1497            relative{
1498                "-1"{"le septimana passate"}
1499                "0"{"iste septimana"}
1500                "1"{"le septimana proxime"}
1501            }
1502            relativePeriod{"le septimana de {0}"}
1503            relativeTime{
1504                future{
1505                    one{"in {0} septimanas"}
1506                    other{"in {0} septimanas"}
1507                }
1508                past{
1509                    one{"{0} septimanas retro"}
1510                    other{"{0} septimanas retro"}
1511                }
1512            }
1513        }
1514        week-narrow{
1515            dn{"s."}
1516            relativePeriod{"le sept. de {0}"}
1517            relativeTime{
1518                future{
1519                    one{"in {0} septimanas"}
1520                    other{"in {0} sept."}
1521                }
1522                past{
1523                    one{"{0} septimanas retro"}
1524                    other{"{0} sept. retro"}
1525                }
1526            }
1527        }
1528        week-short{
1529            dn{"sept."}
1530            relativePeriod{"le sept. de {0}"}
1531            relativeTime{
1532                future{
1533                    one{"in {0} septimanas"}
1534                    other{"in {0} sept."}
1535                }
1536                past{
1537                    one{"{0} septimanas retro"}
1538                    other{"{0} sept. retro"}
1539                }
1540            }
1541        }
1542        weekOfMonth{
1543            dn{"septimana del mense"}
1544        }
1545        weekOfMonth-narrow{
1546            dn{"s.d.m."}
1547        }
1548        weekOfMonth-short{
1549            dn{"sept. del mns."}
1550        }
1551        weekday{
1552            dn{"die del septimana"}
1553        }
1554        weekday-narrow{
1555            dn{"d.d.s."}
1556        }
1557        weekday-short{
1558            dn{"die del sept."}
1559        }
1560        weekdayOfMonth{
1561            dn{"die de septimana del mense"}
1562        }
1563        weekdayOfMonth-narrow{
1564            dn{"d.d.s.d.m."}
1565        }
1566        weekdayOfMonth-short{
1567            dn{"die de sept. del mns."}
1568        }
1569        year{
1570            dn{"anno"}
1571            relative{
1572                "-1"{"le anno passate"}
1573                "0"{"iste anno"}
1574                "1"{"le anno proxime"}
1575            }
1576            relativeTime{
1577                future{
1578                    one{"in {0} annos"}
1579                    other{"in {0} annos"}
1580                }
1581                past{
1582                    one{"{0} annos retro"}
1583                    other{"{0} annos retro"}
1584                }
1585            }
1586        }
1587        year-narrow{
1588            dn{"a."}
1589            relativeTime{
1590                future{
1591                    one{"in {0} annos"}
1592                    other{"in {0} an."}
1593                }
1594                past{
1595                    one{"{0} annos retro"}
1596                    other{"{0} an. retro"}
1597                }
1598            }
1599        }
1600        year-short{
1601            dn{"an."}
1602            relativeTime{
1603                future{
1604                    one{"in {0} annos"}
1605                    other{"in {0} an."}
1606                }
1607                past{
1608                    one{"{0} annos retro"}
1609                    other{"{0} an. retro"}
1610                }
1611            }
1612        }
1613        zone{
1614            dn{"fuso horari"}
1615        }
1616        zone-narrow{
1617            dn{"fuso"}
1618        }
1619        zone-short{
1620            dn{"fuso"}
1621        }
1622    }
1623    listPattern{
1624        or{
1625            2{"{0} o {1}"}
1626            end{"{0} o {1}"}
1627            middle{"{0}, {1}"}
1628            start{"{0}, {1}"}
1629        }
1630        standard{
1631            2{"{0} e {1}"}
1632            end{"{0} e {1}"}
1633            middle{"{0}, {1}"}
1634            start{"{0}, {1}"}
1635        }
1636        standard-short{
1637            2{"{0} e {1}"}
1638            end{"{0} e {1}"}
1639            middle{"{0}, {1}"}
1640            start{"{0}, {1}"}
1641        }
1642        unit{
1643            2{"{0}, {1}"}
1644            end{"{0}, {1}"}
1645            middle{"{0}, {1}"}
1646            start{"{0}, {1}"}
1647        }
1648        unit-narrow{
1649            2{"{0} {1}"}
1650            end{"{0} {1}"}
1651            middle{"{0} {1}"}
1652            start{"{0} {1}"}
1653        }
1654        unit-short{
1655            2{"{0}, {1}"}
1656            end{"{0}, {1}"}
1657            middle{"{0}, {1}"}
1658            start{"{0}, {1}"}
1659        }
1660    }
1661    measurementSystemNames{
1662        UK{"britannic"}
1663        US{"statounitese"}
1664        metric{"metric"}
1665    }
1666}
1667