OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/fil.xml | 6 // * Source File: <path>/common/main/fil.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/fil.xml | 10 * ICU <specials> source: <path>/common/main/fil.xml |
11 */ | 11 */ |
12 fil{ | 12 fil{ |
13 Countries{ | 13 Countries{ |
14 001{"Mundo"} | |
15 002{"Africa"} | |
16 003{"Hilagang Amerika"} | |
17 005{"South America"} | |
18 009{"Oceania"} | |
19 011{"Kanlurang Africa"} | |
20 013{"Gitnang Amerika"} | |
21 014{"Silangang Africa"} | |
22 015{"Hilagang Africa"} | |
23 017{"Gitnang Africa"} | |
24 018{"Katimugang Africa"} | |
25 019{"Americas"} | |
26 021{"Rehiyon ng Hilagang Amerika"} | |
27 029{"Carribbean"} | |
28 030{"Silangang Asya"} | |
29 034{"Katimugang Asya"} | |
30 035{"Timog-Silangang Asya"} | |
31 039{"Katimugang Europe"} | |
32 053{"Australasia"} | |
33 054{"Melanesia"} | |
34 057{"Rehiyon ng Micronesia"} | |
35 061{"Polynesia"} | |
36 142{"Asya"} | |
37 143{"Gitnang Asya"} | |
38 145{"Kanlurang Asya"} | |
39 150{"Europe"} | |
40 151{"Silangang Europe"} | |
41 154{"Hilagang Europe"} | |
42 155{"Kanlurang Europe"} | |
43 419{"Latin America"} | 14 419{"Latin America"} |
44 AC{"Acsencion island"} | 15 AC{"Acsencion island"} |
45 AD{"Andorra"} | 16 AD{"Andorra"} |
46 AE{"United Arab Emirates"} | 17 AE{"United Arab Emirates"} |
47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
48 AG{"Antigua and Barbuda"} | 19 AG{"Antigua and Barbuda"} |
49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
50 AL{"Albania"} | 21 AL{"Albania"} |
51 AM{"Armenia"} | 22 AM{"Armenia"} |
52 AN{"Netherlands Antilles"} | 23 AN{"Netherlands Antilles"} |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 FK{"Falkland Islands (Islas Malvinas)"} | 280 FK{"Falkland Islands (Islas Malvinas)"} |
310 MK{"Macedonia (FYROM)"} | 281 MK{"Macedonia (FYROM)"} |
311 TL{"East Timor"} | 282 TL{"East Timor"} |
312 } | 283 } |
313 CountriesShort{ | 284 CountriesShort{ |
314 GB{"U.K."} | 285 GB{"U.K."} |
315 US{"U.S."} | 286 US{"U.S."} |
316 } | 287 } |
317 Version{"2.1.8.9"} | 288 Version{"2.1.8.9"} |
318 } | 289 } |
OLD | NEW |