• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2012 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/fil.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/fil.xml
11 */
12fil{
13    AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô ú ù û]"}
14    ExemplarCharacters{"[a b c d e f g h i j k l m n ñ {ng} o p q r s t u v w x y z]"}
15    ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
16    LocaleScript{
17        "Latn",
18    }
19    NumberElements{
20        latn{
21            patterns{
22                currencyFormat{"¤#,##0.00;(¤#,##0.00)"}
23                decimalFormat{"#,##0.###"}
24                percentFormat{"#,##0%"}
25                scientificFormat{"#E0"}
26            }
27            patternsLong{
28                decimalFormat{
29                    1000{
30                        one{"0 libo"}
31                        other{"0 (na) libo"}
32                    }
33                    10000{
34                        one{"00 libo"}
35                        other{"00 (na) libo"}
36                    }
37                    100000{
38                        one{"000 libo"}
39                        other{"000 (na) libo"}
40                    }
41                    1000000{
42                        one{"0 milyon"}
43                        other{"0 (na) milyon"}
44                    }
45                    10000000{
46                        one{"00 milyon"}
47                        other{"00 (na) milyon"}
48                    }
49                    100000000{
50                        one{"000 milyon"}
51                        other{"000 (na) milyon"}
52                    }
53                    1000000000{
54                        one{"0 bilyon"}
55                        other{"0 (na) bilyon"}
56                    }
57                    10000000000{
58                        one{"00 bilyon"}
59                        other{"00 (na) bilyon"}
60                    }
61                    100000000000{
62                        one{"000 bilyon"}
63                        other{"000 (na) bilyon"}
64                    }
65                    1000000000000{
66                        one{"0 trilyon"}
67                        other{"0 (na) trilyon"}
68                    }
69                    10000000000000{
70                        one{"00 trilyon"}
71                        other{"00 (na) trilyon"}
72                    }
73                    100000000000000{
74                        one{"000 trilyon"}
75                        other{"000 (na) trilyon"}
76                    }
77                }
78            }
79            patternsShort{
80                decimalFormat{
81                    1000{
82                        one{"0K"}
83                        other{"0K"}
84                    }
85                    10000{
86                        one{"00K"}
87                        other{"00K"}
88                    }
89                    100000{
90                        one{"000K"}
91                        other{"000K"}
92                    }
93                    1000000{
94                        one{"0M"}
95                        other{"0M"}
96                    }
97                    10000000{
98                        one{"00M"}
99                        other{"00M"}
100                    }
101                    100000000{
102                        one{"000M"}
103                        other{"000M"}
104                    }
105                    1000000000{
106                        one{"0B"}
107                        other{"0B"}
108                    }
109                    10000000000{
110                        one{"00B"}
111                        other{"00B"}
112                    }
113                    100000000000{
114                        one{"000B"}
115                        other{"000B"}
116                    }
117                    1000000000000{
118                        one{"0T"}
119                        other{"0T"}
120                    }
121                    10000000000000{
122                        one{"00T"}
123                        other{"00T"}
124                    }
125                    100000000000000{
126                        one{"000T"}
127                        other{"000T"}
128                    }
129                }
130            }
131            symbols{
132                decimal{"."}
133                exponential{"E"}
134                group{","}
135                infinity{"∞"}
136                list{";"}
137                minusSign{"-"}
138                nan{"NaN"}
139                perMille{"‰"}
140                percentSign{"%"}
141                plusSign{"+"}
142            }
143        }
144    }
145    Version{"2.0.77.46"}
146    calendar{
147        gregorian{
148            AmPmMarkers{
149                "AM",
150                "PM",
151            }
152            DateTimePatterns{
153                "HH:mm:ss zzzz",
154                "HH:mm:ss z",
155                "HH:mm:ss",
156                "HH:mm",
157                "EEEE, MMMM dd y",
158                "MMMM d, y",
159                "MMM d, y",
160                "M/d/yy",
161                "{1} {0}",
162                "{1} {0}",
163                "{1} {0}",
164                "{1} {0}",
165                "{1} {0}",
166            }
167            availableFormats{
168                Ed{"d E"}
169                H{"HH"}
170                Hm{"HH:mm"}
171                Hms{"HH:mm:ss"}
172                M{"L"}
173                MEd{"E, M-d"}
174                MMM{"LLL"}
175                MMMEd{"E MMM d"}
176                MMMMEd{"E MMMM d"}
177                MMMMd{"MMMM d"}
178                MMMd{"MMM d"}
179                Md{"M-d"}
180                d{"d"}
181                h{"h a"}
182                hm{"h:mm a"}
183                hms{"h:mm:ss a"}
184                ms{"mm:ss"}
185                y{"y"}
186                yM{"M/y"}
187                yMEd{"E, M/d/y"}
188                yMMM{"MMM y"}
189                yMMMEd{"E, MMM d, y"}
190                yMMMM{"MMMM y"}
191                yMMMd{"MMM d, y"}
192                yMd{"M/d/y"}
193                yQQQ{"QQQ y"}
194                yQQQQ{"y QQQQ"}
195                yyMM{"MM-yy"}
196                yyMMM{"MMM yy"}
197            }
198            dayNames{
199                format{
200                    abbreviated{
201                        "Lin",
202                        "Lun",
203                        "Mar",
204                        "Mye",
205                        "Huw",
206                        "Bye",
207                        "Sab",
208                    }
209                    short{
210                        "Li",
211                        "Lu",
212                        "Ma",
213                        "Mi",
214                        "Hu",
215                        "Bi",
216                        "Sab",
217                    }
218                    wide{
219                        "Linggo",
220                        "Lunes",
221                        "Martes",
222                        "Miyerkules",
223                        "Huwebes",
224                        "Biyernes",
225                        "Sabado",
226                    }
227                }
228                stand-alone{
229                    abbreviated{
230                        "Lin",
231                        "Lun",
232                        "Mar",
233                        "Miy",
234                        "Huw",
235                        "Biy",
236                        "Sab",
237                    }
238                    narrow{
239                        "L",
240                        "L",
241                        "M",
242                        "M",
243                        "H",
244                        "B",
245                        "S",
246                    }
247                    short{
248                        "Li",
249                        "Lu",
250                        "Ma",
251                        "Mi",
252                        "Hu",
253                        "Bi",
254                        "Sab",
255                    }
256                }
257            }
258            eras{
259                abbreviated{
260                    "BC",
261                    "AD",
262                }
263            }
264            fields{
265                day{
266                    dn{"Araw"}
267                    relative{
268                        "-1"{"Kahapon"}
269                        "-2"{"Araw bago ang kahapon"}
270                        "0"{"Ngayon"}
271                        "1"{"Bukas"}
272                        "2"{"Araw pagkatapos ng kahapon"}
273                    }
274                }
275                dayperiod{
276                    dn{"Dayperiod"}
277                }
278                era{
279                    dn{"Era"}
280                }
281                hour{
282                    dn{"Oras"}
283                }
284                minute{
285                    dn{"Minuto"}
286                }
287                month{
288                    dn{"Buwan"}
289                    relative{
290                        "-1"{"Nakaraang buwan"}
291                        "0"{"Ngayon buwang ito"}
292                        "1"{"Susunod na buwan"}
293                    }
294                }
295                second{
296                    dn{"Segundo"}
297                }
298                week{
299                    dn{"Linggo"}
300                    relative{
301                        "-1"{"Nakaraang Linggo"}
302                        "0"{"Sa linggong ito"}
303                        "1"{"Susunod na linggo"}
304                    }
305                }
306                weekday{
307                    dn{"Araw ng Linggo"}
308                }
309                year{
310                    dn{"Taon"}
311                    relative{
312                        "-1"{"Nakaraang taon"}
313                        "0"{"Sa taong ito"}
314                        "1"{"Susunod na taon"}
315                    }
316                }
317                zone{
318                    dn{"Zone"}
319                }
320            }
321            intervalFormats{
322                H{
323                    H{"HH–HH"}
324                }
325                Hm{
326                    H{"HH:mm–HH:mm"}
327                    m{"HH:mm–HH:mm"}
328                }
329                Hmv{
330                    H{"HH:mm–HH:mm v"}
331                    m{"HH:mm–HH:mm v"}
332                }
333                Hv{
334                    H{"HH–HH v"}
335                }
336                M{
337                    M{"M–M"}
338                }
339                MEd{
340                    M{"E, M/d – E, M/d"}
341                    d{"E, M/d – E, M/d"}
342                }
343                MMM{
344                    M{"MMM–MMM"}
345                }
346                MMMEd{
347                    M{"E, MMM d – E, MMM d"}
348                    d{"E, MMM d – E, MMM d"}
349                }
350                MMMd{
351                    M{"MMM d – MMM d"}
352                    d{"MMM d–d"}
353                }
354                Md{
355                    M{"M/d – M/d"}
356                    d{"M/d – M/d"}
357                }
358                d{
359                    d{"d–d"}
360                }
361                fallback{"{0} – {1}"}
362                h{
363                    a{"h a – h a"}
364                    h{"h–h a"}
365                }
366                hm{
367                    a{"h:mm a – h:mm a"}
368                    h{"h:mm–h:mm a"}
369                    m{"h:mm–h:mm a"}
370                }
371                hmv{
372                    a{"h:mm a – h:mm a v"}
373                    h{"h:mm–h:mm a v"}
374                    m{"h:mm–h:mm a v"}
375                }
376                hv{
377                    a{"h a – h a v"}
378                    h{"h–h a v"}
379                }
380                y{
381                    y{"y–y"}
382                }
383                yM{
384                    M{"M/yyM/yy"}
385                    y{"M/yyM/yy"}
386                }
387                yMEd{
388                    M{"E, M/d/yy – E, M/d/yy"}
389                    d{"E, M/d/yy – E, M/d/yy"}
390                    y{"E, M/d/yy – E, M/d/yy"}
391                }
392                yMMM{
393                    M{"MMM–MMM y"}
394                    y{"MMM y – MMM y"}
395                }
396                yMMMEd{
397                    M{"E, MMM d – E, MMM d, y"}
398                    d{"E, MMM d – E, MMM d, y"}
399                    y{"E, MMM d, y – E, MMM d, y"}
400                }
401                yMMMM{
402                    M{"MMMM–MMMM y"}
403                    y{"MMMM y – MMMM y"}
404                }
405                yMMMd{
406                    M{"MMM d – MMM d, y"}
407                    d{"MMM d–d, y"}
408                    y{"MMM d, y – MMM d, y"}
409                }
410                yMd{
411                    M{"M/d/yyM/d/yy"}
412                    d{"M/d/yyM/d/yy"}
413                    y{"M/d/yyM/d/yy"}
414                }
415            }
416            monthNames{
417                format{
418                    abbreviated{
419                        "Ene",
420                        "Peb",
421                        "Mar",
422                        "Abr",
423                        "May",
424                        "Hun",
425                        "Hul",
426                        "Ago",
427                        "Set",
428                        "Okt",
429                        "Nob",
430                        "Dis",
431                    }
432                    wide{
433                        "Enero",
434                        "Pebrero",
435                        "Marso",
436                        "Abril",
437                        "Mayo",
438                        "Hunyo",
439                        "Hulyo",
440                        "Agosto",
441                        "Setyembre",
442                        "Oktubre",
443                        "Nobyembre",
444                        "Disyembre",
445                    }
446                }
447                stand-alone{
448                    narrow{
449                        "E",
450                        "P",
451                        "M",
452                        "A",
453                        "M",
454                        "H",
455                        "H",
456                        "A",
457                        "S",
458                        "O",
459                        "N",
460                        "D",
461                    }
462                }
463            }
464            quarters{
465                format{
466                    abbreviated{
467                        "Q1",
468                        "Q2",
469                        "Q3",
470                        "Q4",
471                    }
472                    narrow{
473                        "1",
474                        "2",
475                        "3",
476                        "4",
477                    }
478                    wide{
479                        "ika-1 sangkapat",
480                        "ika-2 sangkapat",
481                        "ika-3 quarter",
482                        "ika-4 na quarter",
483                    }
484                }
485                stand-alone{
486                    abbreviated{
487                        "Q1",
488                        "Q2",
489                        "Q3",
490                        "Q4",
491                    }
492                    narrow{
493                        "1",
494                        "2",
495                        "3",
496                        "4",
497                    }
498                    wide{
499                        "ika-1 sangkapat",
500                        "ika-2 quarter",
501                        "ika-3 sangkapat",
502                        "ika-4 na quarter",
503                    }
504                }
505            }
506        }
507    }
508    delimiters{
509        alternateQuotationEnd{"’"}
510        alternateQuotationStart{"‘"}
511        quotationEnd{"”"}
512        quotationStart{"“"}
513    }
514    listPattern{
515        standard{
516            2{"{0} at {1}"}
517            end{"{0} at {1}"}
518            middle{"{0}, {1}"}
519            start{"{0}, {1}"}
520        }
521    }
522    measurementSystemNames{
523        UK{"UK"}
524        US{"US"}
525        metric{"Metric"}
526    }
527    units{
528        day{
529            one{"{0} araw"}
530            other{"{0} araw"}
531        }
532        day-future{
533            one{"Sa {0} araw"}
534            other{"Sa {0} (na) araw"}
535        }
536        day-past{
537            one{"Nakalipas na {0} araw"}
538            other{"Nakalipas na {0} (na) araw"}
539        }
540        hour{
541            one{"{0} oras"}
542            other{"{0} oras"}
543        }
544        hour-future{
545            one{"Sa {0} oras"}
546            other{"Sa {0} (na) oras"}
547        }
548        hour-past{
549            one{"Nakalipas na {0} oras"}
550            other{"Nakalipas na {0} (na) oras"}
551        }
552        minute{
553            one{"{0} minuto"}
554            other{"{0} minuto"}
555        }
556        minute-future{
557            one{"Sa {0} minuto"}
558            other{"Sa {0} (na) minuto"}
559        }
560        minute-past{
561            one{"Nakalipas na {0} minuto"}
562            other{"Nakalipas na {0} (na) minuto"}
563        }
564        month{
565            one{"{0} buwan"}
566            other{"{0} buwan"}
567        }
568        month-future{
569            one{"Sa {0} buwan"}
570            other{"Sa {0} (na) buwan"}
571        }
572        month-past{
573            one{"Nakalipas na {0} buwan"}
574            other{"Nakalipas na {0} (na) buwan"}
575        }
576        second{
577            one{"{0} segundo"}
578            other{"{0} segundo"}
579        }
580        second-future{
581            one{"Sa {0} segundo"}
582            other{"Sa {0} (na) segundo"}
583        }
584        second-past{
585            one{"Nakalipas na {0} segundo"}
586            other{"Nakalipas na {0} (na) segundo"}
587        }
588        week{
589            one{"{0} linggo"}
590            other{"{0} linggo"}
591        }
592        week-future{
593            one{"Sa {0} linggo"}
594            other{"Sa {0} (na) linggo"}
595        }
596        week-past{
597            one{"Nakalipas na {0} na linggo"}
598            other{"Nakalipas na {0} (na) linggo"}
599        }
600        year{
601            one{"{0} taon"}
602            other{"{0} taon"}
603        }
604        year-future{
605            one{"Sa {0} taon"}
606            other{"Sa {0} (na) taon"}
607        }
608        year-past{
609            one{"Nakalipas na {0} taon"}
610            other{"Nakalipas na {0} (na) taon"}
611        }
612    }
613    unitsShort{
614        day{
615            one{"{0} arw"}
616            other{"{0} arw"}
617        }
618        hour{
619            one{"{0} or"}
620            other{"{0} or"}
621        }
622        minute{
623            one{"{0} min"}
624            other{"{0} min"}
625        }
626        month{
627            one{"{0} buw"}
628            other{"{0} buw"}
629        }
630        second{
631            one{"{0} seg"}
632            other{"{0} seg"}
633        }
634        week{
635            one{"{0} ling"}
636            other{"{0} ling"}
637        }
638        year{
639            one{"{0} ta"}
640            other{"{0} ta"}
641        }
642    }
643}
644