feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.fil;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_fil_PH extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "1" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
235
jdkSrc/jdk8/sun/util/resources/cldr/fil/CurrencyNames_fil.java
Normal file
235
jdkSrc/jdk8/sun/util/resources/cldr/fil/CurrencyNames_fil.java
Normal file
@@ -0,0 +1,235 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.fil;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_fil extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "PHP", "\u20b1" },
|
||||
{ "aed", "United Arab Emirates Dirham" },
|
||||
{ "afn", "Afghan Afghani" },
|
||||
{ "all", "Albanian Lek" },
|
||||
{ "amd", "Armenian Dram" },
|
||||
{ "ang", "Netherlands Antillean Guilder" },
|
||||
{ "aoa", "Angolan Kwanza" },
|
||||
{ "ars", "Argentine Peso" },
|
||||
{ "aud", "Australian Dollar" },
|
||||
{ "awg", "Aruban Florin" },
|
||||
{ "azn", "Azerbaijani Manat" },
|
||||
{ "bam", "Bosnia-Herzegovina Convertible Mark" },
|
||||
{ "bbd", "Barbadian Dollar" },
|
||||
{ "bdt", "Bangladeshi Taka" },
|
||||
{ "bgn", "Bulgarian Lev" },
|
||||
{ "bhd", "Bahraini Dinar" },
|
||||
{ "bif", "Burundian Franc" },
|
||||
{ "bmd", "Bermudan Dollar" },
|
||||
{ "bnd", "Brunei Dollar" },
|
||||
{ "bob", "Bolivian Boliviano" },
|
||||
{ "brl", "Brazilian Real" },
|
||||
{ "bsd", "Bahamian Dollar" },
|
||||
{ "btn", "Bhutanese Ngultrum" },
|
||||
{ "bwp", "Botswanan Pula" },
|
||||
{ "byr", "Belarusian Ruble" },
|
||||
{ "bzd", "Belize Dollar" },
|
||||
{ "cad", "Canadian Dollar" },
|
||||
{ "cdf", "Congolese Franc" },
|
||||
{ "chf", "Swiss Francs" },
|
||||
{ "clp", "Chilean Peso" },
|
||||
{ "cny", "Yuan Renminbi" },
|
||||
{ "cop", "Colombian Peso" },
|
||||
{ "crc", "Costa Rican Col\u00f3n" },
|
||||
{ "cuc", "Cuban Convertible Peso" },
|
||||
{ "cup", "Cuban Peso" },
|
||||
{ "cve", "Cape Verdean Escudo" },
|
||||
{ "czk", "Czech Koruna" },
|
||||
{ "dem", "Deutsche Marks" },
|
||||
{ "djf", "Djiboutian Franc" },
|
||||
{ "dkk", "Denmark Kroner" },
|
||||
{ "dop", "Dominican Peso" },
|
||||
{ "dzd", "Algerian Dinar" },
|
||||
{ "eek", "Estonian Kroon" },
|
||||
{ "egp", "Egyptian Pound" },
|
||||
{ "ern", "Eritrean Nakfa" },
|
||||
{ "etb", "Ethiopian Birr" },
|
||||
{ "eur", "Euros" },
|
||||
{ "fjd", "Fijian Dollar" },
|
||||
{ "fkp", "Falkland Islands Pound" },
|
||||
{ "frf", "French Franc" },
|
||||
{ "gbp", "British Pounds Sterling" },
|
||||
{ "gel", "Georgian Lari" },
|
||||
{ "ghs", "Ghanaian Cedi" },
|
||||
{ "gip", "Gibraltar Pound" },
|
||||
{ "gmd", "Gambian Dalasi" },
|
||||
{ "gnf", "Guinean Franc" },
|
||||
{ "gtq", "Guatemalan Quetzal" },
|
||||
{ "gyd", "Guyanaese Dollar" },
|
||||
{ "hkd", "Hong Kong Dollars" },
|
||||
{ "hnl", "Honduran Lempira" },
|
||||
{ "hrk", "Croatian Kuna" },
|
||||
{ "htg", "Haitian Gourde" },
|
||||
{ "huf", "Hungarian Forint" },
|
||||
{ "idr", "Indonesian Rupiah" },
|
||||
{ "ils", "Israeli Shekel" },
|
||||
{ "inr", "Indian Rupee" },
|
||||
{ "iqd", "Iraqi Dinar" },
|
||||
{ "irr", "Iranian Rial" },
|
||||
{ "isk", "Icelandic Kr\u00f3na" },
|
||||
{ "jmd", "Jamaican Dollar" },
|
||||
{ "jod", "Jordanian Dinar" },
|
||||
{ "jpy", "Japanese Yen" },
|
||||
{ "kes", "Kenyan Shilling" },
|
||||
{ "kgs", "Kyrgystani Som" },
|
||||
{ "khr", "Cambodian Riel" },
|
||||
{ "kmf", "Comorian Franc" },
|
||||
{ "kpw", "North Korean Won" },
|
||||
{ "krw", "South Korean Won" },
|
||||
{ "kwd", "Kuwaiti Dinar" },
|
||||
{ "kyd", "Cayman Islands Dollar" },
|
||||
{ "kzt", "Kazakhstani Tenge" },
|
||||
{ "lak", "Laotian Kip" },
|
||||
{ "lbp", "Lebanese Pound" },
|
||||
{ "lkr", "Sri Lankan Rupee" },
|
||||
{ "lrd", "Liberian Dollar" },
|
||||
{ "lsl", "Lesotho Loti" },
|
||||
{ "ltl", "Lithuanian Litas" },
|
||||
{ "lvl", "Latvian Lats" },
|
||||
{ "lyd", "Libyan Dinar" },
|
||||
{ "mad", "Moroccan Dirham" },
|
||||
{ "mdl", "Moldovan Leu" },
|
||||
{ "mga", "Malagasy Ariary" },
|
||||
{ "mkd", "Macedonian Denar" },
|
||||
{ "mmk", "Myanma Kyat" },
|
||||
{ "mnt", "Mongolian Tugrik" },
|
||||
{ "mop", "Macanese Pataca" },
|
||||
{ "mro", "Mauritanian Ouguiya" },
|
||||
{ "mur", "Mauritian Rupee" },
|
||||
{ "mvr", "Maldivian Rufiyaa" },
|
||||
{ "mwk", "Malawian Kwacha" },
|
||||
{ "mxn", "Mexico Peso" },
|
||||
{ "myr", "Malaysian Ringgit" },
|
||||
{ "nad", "Namibian Dollar" },
|
||||
{ "ngn", "Nigerian Naira" },
|
||||
{ "nio", "Nicaraguan C\u00f3rdoba" },
|
||||
{ "nok", "Norwegian Kroner" },
|
||||
{ "npr", "Nepalese Rupee" },
|
||||
{ "nzd", "New Zealand Dollars" },
|
||||
{ "omr", "Omani Rial" },
|
||||
{ "pab", "Panamanian Balboa" },
|
||||
{ "pen", "Peruvian Nuevo Sol" },
|
||||
{ "pgk", "Papua New Guinean Kina" },
|
||||
{ "php", "Philippine Peso" },
|
||||
{ "pkr", "Pakistan Rupee" },
|
||||
{ "pln", "Polish NewZloty" },
|
||||
{ "pyg", "Paraguayan Guarani" },
|
||||
{ "qar", "Qatari Rial" },
|
||||
{ "ron", "Romanian Leu" },
|
||||
{ "rsd", "Serbian Dinar" },
|
||||
{ "rub", "Russian Ruble" },
|
||||
{ "rwf", "Rwandan Franc" },
|
||||
{ "sar", "Saudi Riyal" },
|
||||
{ "sbd", "Solomon Islands Dollar" },
|
||||
{ "scr", "Seychellois Rupee" },
|
||||
{ "sdg", "Sudanese Pound" },
|
||||
{ "sek", "Sweden Kronor" },
|
||||
{ "sgd", "Singapore Dollars" },
|
||||
{ "shp", "Saint Helena Pound" },
|
||||
{ "sit", "Slovenian Tolar" },
|
||||
{ "skk", "Slovak Koruna" },
|
||||
{ "sll", "Sierra Leonean Leone" },
|
||||
{ "sos", "Somali Shilling" },
|
||||
{ "srd", "Surinamese Dollar" },
|
||||
{ "std", "S\u00e3o Tom\u00e9 and Pr\u00edncipe Dobra" },
|
||||
{ "syp", "Syrian Pound" },
|
||||
{ "szl", "Swazi Lilangeni" },
|
||||
{ "thb", "Thai Baht" },
|
||||
{ "tjs", "Tajikistani Somoni" },
|
||||
{ "tmt", "Turkmenistani Manat" },
|
||||
{ "tnd", "Tunisian Dinar" },
|
||||
{ "top", "Tongan Pa\u02bbanga" },
|
||||
{ "try", "Turkish Lira" },
|
||||
{ "ttd", "Trinidad and Tobago Dollar" },
|
||||
{ "twd", "New Taiwan Dollar" },
|
||||
{ "tzs", "Tanzanian Shilling" },
|
||||
{ "uah", "Ukrainian Hryvnia" },
|
||||
{ "ugx", "Ugandan Shilling" },
|
||||
{ "usd", "US Dollar" },
|
||||
{ "uyu", "Uruguayan Peso" },
|
||||
{ "uzs", "Uzbekistan Som" },
|
||||
{ "veb", "Venezuela Bolivar" },
|
||||
{ "vef", "Venezuelan Bol\u00edvar" },
|
||||
{ "vnd", "Vietnamese Dong" },
|
||||
{ "vuv", "Vanuatu Vatu" },
|
||||
{ "wst", "Samoan Tala" },
|
||||
{ "xaf", "CFA Franc BEAC" },
|
||||
{ "xcd", "East Caribbean Dollar" },
|
||||
{ "xof", "CFA Franc BCEAO" },
|
||||
{ "xpf", "CFP Franc" },
|
||||
{ "yer", "Yemeni Rial" },
|
||||
{ "zar", "South African Rand" },
|
||||
{ "zmk", "Zambian Kwacha" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
560
jdkSrc/jdk8/sun/util/resources/cldr/fil/LocaleNames_fil.java
Normal file
560
jdkSrc/jdk8/sun/util/resources/cldr/fil/LocaleNames_fil.java
Normal file
@@ -0,0 +1,560 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.fil;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_fil extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "Mundo" },
|
||||
{ "002", "Africa" },
|
||||
{ "003", "North America" },
|
||||
{ "005", "South America" },
|
||||
{ "009", "Oceania" },
|
||||
{ "011", "Kanlurang Africa" },
|
||||
{ "013", "Gitnang Amerika" },
|
||||
{ "014", "Silangang Africa" },
|
||||
{ "015", "Hilagang Africa" },
|
||||
{ "017", "Gitnang Africa" },
|
||||
{ "018", "Katimugang Africa" },
|
||||
{ "019", "Americas" },
|
||||
{ "021", "Hilagang Amerika" },
|
||||
{ "029", "Carribbean" },
|
||||
{ "030", "Silangang Asya" },
|
||||
{ "034", "Katimugang Asya" },
|
||||
{ "035", "Timog-Silangang Asya" },
|
||||
{ "039", "Katimugang Europa" },
|
||||
{ "053", "Australia at New Zealand" },
|
||||
{ "054", "Melanesia" },
|
||||
{ "057", "Rehiyong Micronesia" },
|
||||
{ "061", "Polynesia" },
|
||||
{ "142", "Asya" },
|
||||
{ "143", "Gitnang Asya" },
|
||||
{ "145", "Kanlurang Asya" },
|
||||
{ "150", "Europa" },
|
||||
{ "151", "Silangang Europa" },
|
||||
{ "154", "Hilagang Europa" },
|
||||
{ "155", "Kanlurang Europa" },
|
||||
{ "419", "Latin America" },
|
||||
{ "AC", "Acsencion island" },
|
||||
{ "AD", "Andorra" },
|
||||
{ "AE", "United Arab Emirates" },
|
||||
{ "AF", "Afghanistan" },
|
||||
{ "AG", "Antigua and Barbuda" },
|
||||
{ "AI", "Anguilla" },
|
||||
{ "AL", "Albania" },
|
||||
{ "AM", "Armenia" },
|
||||
{ "AN", "Netherlands Antilles" },
|
||||
{ "AO", "Angola" },
|
||||
{ "AQ", "Antartica" },
|
||||
{ "AR", "Argentina" },
|
||||
{ "AS", "American Samoa" },
|
||||
{ "AT", "Austria" },
|
||||
{ "AU", "Australia" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AX", "Aland Islands" },
|
||||
{ "AZ", "Azerbaijan" },
|
||||
{ "BA", "Bosnia and Herzegovina" },
|
||||
{ "BB", "Barbados" },
|
||||
{ "BD", "Bangladesh" },
|
||||
{ "BE", "Belgium" },
|
||||
{ "BF", "Burkina Faso" },
|
||||
{ "BG", "Bulgaria" },
|
||||
{ "BH", "Bahrain" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BL", "Saint Barth\u00e9lemy" },
|
||||
{ "BM", "Bermuda" },
|
||||
{ "BN", "Brunei" },
|
||||
{ "BO", "Bolivia" },
|
||||
{ "BR", "Brazil" },
|
||||
{ "BS", "Bahamas" },
|
||||
{ "BT", "Bhutan" },
|
||||
{ "BV", "Bouvet Island" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Belarus" },
|
||||
{ "BZ", "Belize" },
|
||||
{ "CA", "Canada" },
|
||||
{ "CC", "Cocos [Keeling] Islands" },
|
||||
{ "CD", "Congo - Kinshasa" },
|
||||
{ "CF", "Central African Republic" },
|
||||
{ "CG", "Congo - Brazzaville" },
|
||||
{ "CH", "Switzerland" },
|
||||
{ "CI", "C\u00f4te d'Ivoire" },
|
||||
{ "CK", "Cook Islands" },
|
||||
{ "CL", "Chile" },
|
||||
{ "CM", "Cameroon" },
|
||||
{ "CN", "China" },
|
||||
{ "CO", "Colombia" },
|
||||
{ "CP", "Clipperton Island" },
|
||||
{ "CR", "Costa Rica" },
|
||||
{ "CU", "Cuba" },
|
||||
{ "CV", "Cape Verde" },
|
||||
{ "CX", "Christmas Island" },
|
||||
{ "CY", "Cyprus" },
|
||||
{ "CZ", "Czech Republic" },
|
||||
{ "DE", "Germany" },
|
||||
{ "DG", "Diego Garcia" },
|
||||
{ "DJ", "Djibouti" },
|
||||
{ "DK", "Denmark" },
|
||||
{ "DM", "Dominica" },
|
||||
{ "DO", "Dominican Republic" },
|
||||
{ "DZ", "Algeria" },
|
||||
{ "EA", "Ceuta and Melilla" },
|
||||
{ "EC", "Ecuador" },
|
||||
{ "EE", "Estonia" },
|
||||
{ "EG", "Egypt" },
|
||||
{ "EH", "Western Sahara" },
|
||||
{ "ER", "Eritrea" },
|
||||
{ "ES", "Espanya" },
|
||||
{ "ET", "Ethiopia" },
|
||||
{ "EU", "European Union" },
|
||||
{ "FI", "Finland" },
|
||||
{ "FJ", "Fiji" },
|
||||
{ "FK", "Falkland Islands" },
|
||||
{ "FM", "Micronesia" },
|
||||
{ "FO", "Faroe Islands" },
|
||||
{ "FR", "France" },
|
||||
{ "GA", "Gabon" },
|
||||
{ "GB", "United Kingdom" },
|
||||
{ "GD", "Grenada" },
|
||||
{ "GE", "Georgia" },
|
||||
{ "GF", "French Guiana" },
|
||||
{ "GG", "Guernsey" },
|
||||
{ "GH", "Ghana" },
|
||||
{ "GI", "Gibraltar" },
|
||||
{ "GL", "Greenland" },
|
||||
{ "GM", "Gambia" },
|
||||
{ "GN", "Guinea" },
|
||||
{ "GP", "Guadeloupe" },
|
||||
{ "GQ", "Equatorial Guinea" },
|
||||
{ "GR", "Greece" },
|
||||
{ "GS", "South Georgia and The South Sandwich Islands" },
|
||||
{ "GT", "Guatemala" },
|
||||
{ "GU", "Guam" },
|
||||
{ "GW", "Guinea-Bissau" },
|
||||
{ "GY", "Guyana" },
|
||||
{ "HK", "Hong Kong SAR China" },
|
||||
{ "HM", "Heard Island and McDonald Islands" },
|
||||
{ "HN", "Honduras" },
|
||||
{ "HR", "Croatia" },
|
||||
{ "HT", "Haiti" },
|
||||
{ "HU", "Hungary" },
|
||||
{ "IC", "Canary Island" },
|
||||
{ "ID", "Indonesia" },
|
||||
{ "IE", "Ireland" },
|
||||
{ "IL", "Israel" },
|
||||
{ "IM", "Isle of Man" },
|
||||
{ "IN", "India" },
|
||||
{ "IO", "British Indian Ocean Territory" },
|
||||
{ "IQ", "Iraq" },
|
||||
{ "IR", "Iran" },
|
||||
{ "IS", "Iceland" },
|
||||
{ "IT", "Italya" },
|
||||
{ "JE", "Jersey" },
|
||||
{ "JM", "Jamaica" },
|
||||
{ "JO", "Jordan" },
|
||||
{ "JP", "Japan" },
|
||||
{ "KE", "Kenya" },
|
||||
{ "KG", "Kyrgyzstan" },
|
||||
{ "KH", "Cambodia" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "Comoros" },
|
||||
{ "KN", "Saint Kitts and Nevis" },
|
||||
{ "KP", "North Korea" },
|
||||
{ "KR", "South Korea" },
|
||||
{ "KW", "Kuwait" },
|
||||
{ "KY", "Cayman Islands" },
|
||||
{ "KZ", "Kazakhstan" },
|
||||
{ "LA", "Laos" },
|
||||
{ "LB", "Lebanon" },
|
||||
{ "LC", "Saint Lucia" },
|
||||
{ "LI", "Liechtenstein" },
|
||||
{ "LK", "Sri Lanka" },
|
||||
{ "LR", "Liberia" },
|
||||
{ "LS", "Lesotho" },
|
||||
{ "LT", "Lithuania" },
|
||||
{ "LU", "Luxembourg" },
|
||||
{ "LV", "Latvia" },
|
||||
{ "LY", "Libya" },
|
||||
{ "MA", "Morocco" },
|
||||
{ "MC", "Monaco" },
|
||||
{ "MD", "Moldova" },
|
||||
{ "ME", "Montenegro" },
|
||||
{ "MF", "Saint Martin" },
|
||||
{ "MG", "Madagascar" },
|
||||
{ "MH", "Marshall Islands" },
|
||||
{ "MK", "Macedonia" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Myanmar" },
|
||||
{ "MN", "Mongolia" },
|
||||
{ "MO", "Macau SAR China" },
|
||||
{ "MP", "Northern Mariana Islands" },
|
||||
{ "MQ", "Martinique" },
|
||||
{ "MR", "Mauritania" },
|
||||
{ "MS", "Montserrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Mauritius" },
|
||||
{ "MV", "Maldives" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "Mexico" },
|
||||
{ "MY", "Malaysia" },
|
||||
{ "MZ", "Mozambique" },
|
||||
{ "NA", "Namibia" },
|
||||
{ "NC", "New Caledonia" },
|
||||
{ "NE", "Niger" },
|
||||
{ "NF", "Norfolk Island" },
|
||||
{ "NG", "Nigeria" },
|
||||
{ "NI", "Nicaragua" },
|
||||
{ "NL", "Netherlands" },
|
||||
{ "NO", "Norway" },
|
||||
{ "NP", "Nepal" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Niue" },
|
||||
{ "NZ", "New Zealand" },
|
||||
{ "OM", "Oman" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "French Polynesia" },
|
||||
{ "PG", "Papua New Guinea" },
|
||||
{ "PH", "Pilipinas" },
|
||||
{ "PK", "Pakistan" },
|
||||
{ "PL", "Poland" },
|
||||
{ "PM", "Saint Pierre and Miquelon" },
|
||||
{ "PN", "Pitcairn" },
|
||||
{ "PR", "Puerto Rico" },
|
||||
{ "PS", "Palestinian Territory" },
|
||||
{ "PT", "Portugal" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paraguay" },
|
||||
{ "QA", "Qatar" },
|
||||
{ "QO", "Malayong bahagi ng Oceania" },
|
||||
{ "RE", "R\u00e9union" },
|
||||
{ "RO", "Romania" },
|
||||
{ "RS", "Serbia" },
|
||||
{ "RU", "Russian Federation" },
|
||||
{ "RW", "Rwanda" },
|
||||
{ "SA", "Saudi Arabia" },
|
||||
{ "SB", "Solomon Islands" },
|
||||
{ "SC", "Seychelles" },
|
||||
{ "SD", "Sudan" },
|
||||
{ "SE", "Sweden" },
|
||||
{ "SG", "Singapore" },
|
||||
{ "SH", "St. Helena" },
|
||||
{ "SI", "Slovenia" },
|
||||
{ "SJ", "Svalbard and Jan Mayen Islands" },
|
||||
{ "SK", "Slovakia" },
|
||||
{ "SL", "Sierra Leone" },
|
||||
{ "SM", "San Marino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Somalia" },
|
||||
{ "SR", "Suriname" },
|
||||
{ "ST", "Sao Tome and Principe" },
|
||||
{ "SV", "El Salvador" },
|
||||
{ "SY", "Syria" },
|
||||
{ "SZ", "Swaziland" },
|
||||
{ "TA", "Tristan de Cunha" },
|
||||
{ "TC", "Turks and Caicos Islands" },
|
||||
{ "TD", "Chad" },
|
||||
{ "TF", "French Southern Territories" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Thailand" },
|
||||
{ "TJ", "Tajikistan" },
|
||||
{ "TK", "Tokelau" },
|
||||
{ "TL", "Timor-Leste" },
|
||||
{ "TM", "Turkmenistan" },
|
||||
{ "TN", "Tunisia" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "Turkey" },
|
||||
{ "TT", "Trinidad and Tobago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Taiwan" },
|
||||
{ "TZ", "Tanzania" },
|
||||
{ "UA", "Ukraine" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "UM", "Mga Minor Outlying Island ng Estados Unidos" },
|
||||
{ "US", "Estados Unidos" },
|
||||
{ "UY", "Uruguay" },
|
||||
{ "UZ", "Uzbekistan" },
|
||||
{ "VA", "Vatican City" },
|
||||
{ "VC", "Saint Vincent and the Grenadines" },
|
||||
{ "VE", "Venezuela" },
|
||||
{ "VG", "British Virgin Islands" },
|
||||
{ "VI", "U.S. Virgin Islands" },
|
||||
{ "VN", "Vietnam" },
|
||||
{ "VU", "Vanuatu" },
|
||||
{ "WF", "Wallis and the Futuna Islands" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Yemen" },
|
||||
{ "YT", "Mayotte" },
|
||||
{ "ZA", "South Africa" },
|
||||
{ "ZM", "Zambia" },
|
||||
{ "ZW", "Zimbabwe" },
|
||||
{ "ZZ", "Hindi kilala o Hindi wastong Rehiyon" },
|
||||
{ "ab", "Abkhazian" },
|
||||
{ "af", "Afrikaans" },
|
||||
{ "am", "Amharic" },
|
||||
{ "ar", "Arabic" },
|
||||
{ "as", "Assamese" },
|
||||
{ "ay", "Aymara" },
|
||||
{ "az", "Azerbaijani" },
|
||||
{ "be", "Belarusian" },
|
||||
{ "bg", "Bulgarian" },
|
||||
{ "bh", "Bihari" },
|
||||
{ "bn", "Bengali; Bangla" },
|
||||
{ "bo", "Tibetan" },
|
||||
{ "br", "Breton" },
|
||||
{ "bs", "Bosnian" },
|
||||
{ "ca", "Catalan" },
|
||||
{ "cs", "Czech" },
|
||||
{ "cy", "Welsh" },
|
||||
{ "da", "Danish" },
|
||||
{ "de", "Aleman" },
|
||||
{ "dv", "Divehi" },
|
||||
{ "dz", "Dzongkha" },
|
||||
{ "el", "Griyego" },
|
||||
{ "en", "Ingles" },
|
||||
{ "eo", "Esperanto" },
|
||||
{ "es", "Espanyol" },
|
||||
{ "et", "Estonian" },
|
||||
{ "eu", "Basque" },
|
||||
{ "fa", "Persian" },
|
||||
{ "fi", "Finnish" },
|
||||
{ "fj", "Fijian" },
|
||||
{ "fo", "Faroeso" },
|
||||
{ "fr", "Pranses" },
|
||||
{ "fy", "Western Frisian" },
|
||||
{ "ga", "Irish" },
|
||||
{ "gd", "Scots Gaelic" },
|
||||
{ "gl", "Galician" },
|
||||
{ "gn", "Guarani" },
|
||||
{ "gu", "Gujarati" },
|
||||
{ "ha", "Hausa" },
|
||||
{ "he", "Hebreo" },
|
||||
{ "hi", "Hindi" },
|
||||
{ "hr", "Croatian" },
|
||||
{ "ht", "Haitian" },
|
||||
{ "hu", "Hungarian" },
|
||||
{ "hy", "Armenian" },
|
||||
{ "ia", "Interlingua" },
|
||||
{ "id", "Indonesian" },
|
||||
{ "ie", "Interlingue" },
|
||||
{ "ig", "Igbo" },
|
||||
{ "is", "Icelandic" },
|
||||
{ "it", "Italyano" },
|
||||
{ "ja", "Japanese" },
|
||||
{ "jv", "Javanese" },
|
||||
{ "ka", "Georgian" },
|
||||
{ "kk", "Kazakh" },
|
||||
{ "km", "Khmer" },
|
||||
{ "kn", "Kannada" },
|
||||
{ "ko", "Korean" },
|
||||
{ "ks", "Kashmiri" },
|
||||
{ "ku", "Kurdish" },
|
||||
{ "ky", "Kirghiz" },
|
||||
{ "la", "Latin" },
|
||||
{ "lb", "Luxembourgish" },
|
||||
{ "ln", "Lingala" },
|
||||
{ "lo", "Lao" },
|
||||
{ "lt", "Lithuanian" },
|
||||
{ "lv", "Latvian" },
|
||||
{ "mg", "Malagasy" },
|
||||
{ "mi", "Maori" },
|
||||
{ "mk", "Macedonian" },
|
||||
{ "ml", "Malayalam" },
|
||||
{ "mn", "Mongolian" },
|
||||
{ "mr", "Marathi" },
|
||||
{ "ms", "Malay" },
|
||||
{ "mt", "Maltese" },
|
||||
{ "my", "Burmese" },
|
||||
{ "nb", "Norwegian Bokm\u00e5l" },
|
||||
{ "nd", "North Ndebele" },
|
||||
{ "ne", "Nepali" },
|
||||
{ "nl", "Olandes" },
|
||||
{ "nn", "Norwegian Nynorsk" },
|
||||
{ "no", "Norwegian" },
|
||||
{ "ny", "Nyanja" },
|
||||
{ "oc", "Occitan" },
|
||||
{ "or", "Oriya" },
|
||||
{ "os", "Ossetic" },
|
||||
{ "pa", "Punjabi" },
|
||||
{ "pl", "Polish" },
|
||||
{ "ps", "Pashto" },
|
||||
{ "pt", "Portuges" },
|
||||
{ "qu", "Quechua" },
|
||||
{ "rm", "Rhaeto-Romance" },
|
||||
{ "rn", "Rundi" },
|
||||
{ "ro", "Romanian" },
|
||||
{ "ru", "Russian" },
|
||||
{ "rw", "Kinyarwanda" },
|
||||
{ "sa", "Sanskrit" },
|
||||
{ "sd", "Sindhi" },
|
||||
{ "se", "Northern Sami" },
|
||||
{ "sg", "Sango" },
|
||||
{ "sh", "Serbo-Croatian" },
|
||||
{ "si", "Sinhala" },
|
||||
{ "sk", "Slovak" },
|
||||
{ "sl", "Slovenian" },
|
||||
{ "sm", "Samoan" },
|
||||
{ "sn", "Shona" },
|
||||
{ "so", "Somali" },
|
||||
{ "sq", "Albanian" },
|
||||
{ "sr", "Serbian" },
|
||||
{ "ss", "Swati" },
|
||||
{ "st", "Southern Sotho" },
|
||||
{ "su", "Sundanese" },
|
||||
{ "sv", "Swedish" },
|
||||
{ "sw", "Swahili" },
|
||||
{ "ta", "Tamil" },
|
||||
{ "te", "Telugu" },
|
||||
{ "tg", "Tajik" },
|
||||
{ "th", "Thai" },
|
||||
{ "ti", "Tigrinya" },
|
||||
{ "tk", "Turkmen" },
|
||||
{ "tn", "Tswana" },
|
||||
{ "to", "Tonga" },
|
||||
{ "tr", "Turkish" },
|
||||
{ "ts", "Tsonga" },
|
||||
{ "tt", "Tatar" },
|
||||
{ "ty", "Tahitian" },
|
||||
{ "ug", "Uighur" },
|
||||
{ "uk", "Ukranian" },
|
||||
{ "ur", "Urdu" },
|
||||
{ "uz", "Uzbek" },
|
||||
{ "ve", "Venda" },
|
||||
{ "vi", "Vietnamese" },
|
||||
{ "wo", "Wolof" },
|
||||
{ "xh", "Xhosa" },
|
||||
{ "yo", "Yoruba" },
|
||||
{ "zh", "Chinese" },
|
||||
{ "zu", "Zulu" },
|
||||
{ "efi", "Efik" },
|
||||
{ "fil", "Filipino" },
|
||||
{ "gsw", "Swiss German" },
|
||||
{ "haw", "Hawaiian" },
|
||||
{ "nso", "Northern Sotho" },
|
||||
{ "swb", "Comorian" },
|
||||
{ "tet", "Tetum" },
|
||||
{ "tlh", "Klingon" },
|
||||
{ "tpi", "Tok Pisin" },
|
||||
{ "yue", "Cantonese" },
|
||||
{ "zxx", "Walang nilalamang linguistic" },
|
||||
{ "Arab", "Arabic" },
|
||||
{ "Armn", "Armenian" },
|
||||
{ "Beng", "Bengali" },
|
||||
{ "Bopo", "Bopomofo" },
|
||||
{ "Brai", "Braille" },
|
||||
{ "Cyrl", "Cyrillic" },
|
||||
{ "Deva", "Devanagari" },
|
||||
{ "Ethi", "Ethiopic" },
|
||||
{ "Geor", "Georgian" },
|
||||
{ "Grek", "Greek" },
|
||||
{ "Gujr", "Gujarati" },
|
||||
{ "Guru", "Gurmukhi" },
|
||||
{ "Hang", "Hangul" },
|
||||
{ "Hani", "Han" },
|
||||
{ "Hans", "Pinasimple" },
|
||||
{ "Hant", "Tradisyunal" },
|
||||
{ "Hebr", "Hebrew" },
|
||||
{ "Hira", "Hiragana" },
|
||||
{ "Jpan", "Japanese" },
|
||||
{ "Kana", "Katakana" },
|
||||
{ "Khmr", "Khmer" },
|
||||
{ "Knda", "Kannada" },
|
||||
{ "Kore", "Korean" },
|
||||
{ "Laoo", "Lao" },
|
||||
{ "Latn", "Latin" },
|
||||
{ "Mlym", "Malayalam" },
|
||||
{ "Mong", "Mongolian" },
|
||||
{ "Mymr", "Myanmar" },
|
||||
{ "Orya", "Oriya" },
|
||||
{ "Sinh", "Sinhala" },
|
||||
{ "Taml", "Tamil" },
|
||||
{ "Telu", "Telugu" },
|
||||
{ "Thaa", "Thaana" },
|
||||
{ "Thai", "Thai" },
|
||||
{ "Tibt", "Tibetan" },
|
||||
{ "Zsym", "Mga Simbolo" },
|
||||
{ "Zxxx", "Unwritten" },
|
||||
{ "Zyyy", "Common" },
|
||||
{ "Zzzz", "Hindi Kilalang Script" },
|
||||
{ "de_AT", "Austrian German" },
|
||||
{ "de_CH", "Swiss High German" },
|
||||
{ "en_AU", "Ingles sa Australia" },
|
||||
{ "en_CA", "Canadian English" },
|
||||
{ "en_GB", "Ingles (UK)" },
|
||||
{ "en_US", "Ingles sa U.S." },
|
||||
{ "es_ES", "Espanyol sa Iberia" },
|
||||
{ "fr_CA", "Canadian French" },
|
||||
{ "fr_CH", "Swiss French" },
|
||||
{ "nl_BE", "Flemish" },
|
||||
{ "pt_BR", "Portuges sa Brazil" },
|
||||
{ "pt_PT", "Portuges sa Iberia" },
|
||||
{ "es_419", "Espanyol sa Latin America" },
|
||||
{ "zh_Hans", "Chinese (pinasimple)" },
|
||||
{ "zh_Hant", "Chinese (tradisyunal)" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
558
jdkSrc/jdk8/sun/util/resources/cldr/fil/TimeZoneNames_fil.java
Normal file
558
jdkSrc/jdk8/sun/util/resources/cldr/fil/TimeZoneNames_fil.java
Normal file
@@ -0,0 +1,558 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.fil;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_fil extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Moscow = new String[] {
|
||||
"Standard na Oras sa Moscow",
|
||||
"MST",
|
||||
"Panahon ng Tag-init sa Moscow",
|
||||
"MST",
|
||||
"Oras sa Moscow",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"Standard na Oras sa Argentina",
|
||||
"AST",
|
||||
"Panahon ng Tag-init sa Argentina",
|
||||
"AST",
|
||||
"Oras sa Argentina",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"Standard na Oras sa Hovd",
|
||||
"HST",
|
||||
"Panahon ng Tag-init sa Hovd",
|
||||
"HST",
|
||||
"Oras sa Hovd",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"Standard na Oras sa Magadan",
|
||||
"MST",
|
||||
"Panahon ng Tag-init sa Magadan Summer",
|
||||
"MST",
|
||||
"Oras sa Magadan",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"Standard na Oras sa Central na Kanluran ng Australia",
|
||||
"ACWST",
|
||||
"Oras sa Central sa Kanluran ng Australia Daylight",
|
||||
"ACWDT",
|
||||
"Oras sa Central sa Kanluran ng Australia",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"Standard na Oras sa Sakhalin",
|
||||
"SST",
|
||||
"Panahon ng Tag-init sa Sakhalin",
|
||||
"SST",
|
||||
"Oras sa Sakhalin",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Oras sa Macquarie",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"Standard na Oras sa Silangan",
|
||||
"EST",
|
||||
"Oras na Eastern Daylight",
|
||||
"EDT",
|
||||
"Oras sa Silangan",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"Standard na Oras sa Hawaii Aleutian",
|
||||
"HAST",
|
||||
"Oras sa Hawaii Aleutian Daylight",
|
||||
"HADT",
|
||||
"Oras sa Hawaii Aleutian",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"Standard na Oras sa Central ng Australia",
|
||||
"ACST",
|
||||
"Panahon ng Tag-init sa Central ng Australia",
|
||||
"ACDT",
|
||||
"Oras sa Central ng Australia",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"Standard na Oras sa Lord Howe",
|
||||
"LHST",
|
||||
"Oras na Lord Howe Daylight",
|
||||
"LHDT",
|
||||
"Oras sa Lord Howe",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"Standard na Oras sa Yakutsk",
|
||||
"YST",
|
||||
"Panahon ng Tag-init sa Yakutsk",
|
||||
"YST",
|
||||
"Oras sa Yakutsk",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"Standard na Oras sa Pacific",
|
||||
"PST",
|
||||
"Oras sa Pacific Daylight",
|
||||
"PDT",
|
||||
"Oras sa Pacific",
|
||||
"PT",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"Standard na Oras sa Newfoundland",
|
||||
"NST",
|
||||
"Oras na Newfoundland Daylight",
|
||||
"NDT",
|
||||
"Oras sa Newfoundland",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"Standard na Oras sa Kanluran ng Argentina",
|
||||
"WAST",
|
||||
"Panahon ng Tag-init sa Kanluran ng Argentina",
|
||||
"WAST",
|
||||
"Oras sa Kanluran ng Argentina",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"Standard na Oras sa Atlantic",
|
||||
"AST",
|
||||
"Oras na Atlantic Daylight",
|
||||
"ADT",
|
||||
"Oras sa Atlantic",
|
||||
"AT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"Standard na Oras sa Yekaterinburg",
|
||||
"YST",
|
||||
"Panahon ng Tag-init sa Yekaterinburg",
|
||||
"YST",
|
||||
"Oras sa Yekaterinburg",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"Standard na Oras sa Volgograd",
|
||||
"VST",
|
||||
"Volgograd Daylight Time",
|
||||
"VST",
|
||||
"Oras sa Volgograd",
|
||||
"VT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Oras sa Central ng Indonesia",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Oras sa Silangan ng Indonesia",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"Standard na Oras sa Omsk",
|
||||
"OST",
|
||||
"Panahon ng Tag-init sa Omsk",
|
||||
"OST",
|
||||
"Oras sa Omsk",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"Standard na Oras sa Kanluran ng Australia",
|
||||
"AWST",
|
||||
"Oras sa Kanlurang Australia Daylight",
|
||||
"AWDT",
|
||||
"Oras sa Kanlurang Australia",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Oras sa Kanluran ng Indonesia",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"Standard na Oras sa Ulan Bator",
|
||||
"UBST",
|
||||
"Panahon ng Tag-init sa Ulan Bator",
|
||||
"UBST",
|
||||
"Oras sa Ulan Bator",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"Standard na Oras sa Central",
|
||||
"CST",
|
||||
"Oras na Central Daylight",
|
||||
"CDT",
|
||||
"Oras sa Central",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"Standard na Oras sa Silangan ng Australia",
|
||||
"AEST",
|
||||
"Oras sa Silangang Australia Daylight",
|
||||
"AEDT",
|
||||
"Oras sa Silangang Australia",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"Standard na Oras sa Mountain",
|
||||
"MST",
|
||||
"Oras na Mountain Daylight",
|
||||
"MDT",
|
||||
"Oras sa Mountain",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"Standard na Oras sa Alaska",
|
||||
"AKST",
|
||||
"Oras na Alaska Daylight",
|
||||
"AKDT",
|
||||
"Oras sa Alaska",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"Standard na Oras sa Novosibirsk",
|
||||
"NST",
|
||||
"Panahon ng Tag-init sa Novosibirsk",
|
||||
"NST",
|
||||
"Oras sa Novosibirsk",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"Standard na Oras sa Vladivostok",
|
||||
"VST",
|
||||
"Panahon ng Tag-init sa Vladivostok",
|
||||
"VST",
|
||||
"Oras sa Vladivostok",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"Standard na Oras sa Irkutsk",
|
||||
"IST",
|
||||
"Panahon ng Tag-init sa Irkutsk",
|
||||
"IST",
|
||||
"Oras sa Irkutsk",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"Standard na Oras sa Fernando de Noronha",
|
||||
"FNST",
|
||||
"Panahon ng Tag-init sa Fernando de Noronha",
|
||||
"FNST",
|
||||
"Oras sa Fernando de Noronha",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"Standard na Oras sa Choibalsan",
|
||||
"CST",
|
||||
"Panahon ng Tag-init sa Choibalsan",
|
||||
"CST",
|
||||
"Oras sa Choibalsan",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"Standard na Oras sa Brasilia",
|
||||
"BST",
|
||||
"Panahon ng Tag-init sa Brasilia",
|
||||
"BST",
|
||||
"Oras sa Brasilia",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"Standard na Oras sa Krasnoyarsk",
|
||||
"KST",
|
||||
"Panahon ng Tag-init sa Krasnoyarsk",
|
||||
"KST",
|
||||
"Oras sa Krasnoyarsk",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"Oras sa Kanluran ng Kazakhstan",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"Standard na Oras sa Amazon",
|
||||
"AST",
|
||||
"Panahon ng Tag-init sa Amazon",
|
||||
"AST",
|
||||
"Oras sa Amazon",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"Oras sa Silangan ng Kazakhstan",
|
||||
"EKT",
|
||||
"East Kazakhstan Summer Time",
|
||||
"EKST",
|
||||
"East Kazakhstan Time",
|
||||
"EKT",
|
||||
};
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "America/Los_Angeles", America_Pacific },
|
||||
{ "America/Denver", America_Mountain },
|
||||
{ "America/Phoenix", America_Mountain },
|
||||
{ "America/Chicago", America_Central },
|
||||
{ "America/New_York", America_Eastern },
|
||||
{ "America/Indianapolis", America_Eastern },
|
||||
{ "Pacific/Honolulu", Hawaii_Aleutian },
|
||||
{ "America/Anchorage", Alaska },
|
||||
{ "America/Halifax", Atlantic },
|
||||
{ "America/Sitka", Alaska },
|
||||
{ "America/St_Johns", Newfoundland },
|
||||
{ "America/Cuiaba", Amazon },
|
||||
{ "Asia/Aqtobe", Kazakhstan_Western },
|
||||
{ "Asia/Vladivostok", Vladivostok },
|
||||
{ "America/Marigot", Atlantic },
|
||||
{ "Asia/Aqtau", Kazakhstan_Western },
|
||||
{ "America/El_Salvador", America_Central },
|
||||
{ "America/Kentucky/Monticello", America_Eastern },
|
||||
{ "Asia/Pontianak", Indonesia_Western },
|
||||
{ "America/Coral_Harbour", America_Eastern },
|
||||
{ "America/Aruba", Atlantic },
|
||||
{ "America/North_Dakota/Center", America_Central },
|
||||
{ "America/Guatemala", America_Central },
|
||||
{ "Australia/Hobart", Australia_Eastern },
|
||||
{ "America/Cayman", America_Eastern },
|
||||
{ "Asia/Ulaanbaatar", Mongolia },
|
||||
{ "America/Belize", America_Central },
|
||||
{ "America/Panama", America_Eastern },
|
||||
{ "America/Indiana/Tell_City", America_Central },
|
||||
{ "America/Tijuana", America_Pacific },
|
||||
{ "America/Managua", America_Central },
|
||||
{ "America/Indiana/Petersburg", America_Eastern },
|
||||
{ "America/Chihuahua", America_Central },
|
||||
{ "America/Ojinaga", America_Central },
|
||||
{ "Asia/Hovd", Hovd },
|
||||
{ "America/Tegucigalpa", America_Central },
|
||||
{ "America/Eirunepe", Amazon },
|
||||
{ "America/Argentina/San_Luis", Argentina_Western },
|
||||
{ "America/Argentina/Ushuaia", Argentina },
|
||||
{ "America/Thunder_Bay", America_Eastern },
|
||||
{ "America/Grand_Turk", America_Eastern },
|
||||
{ "America/Indiana/Marengo", America_Eastern },
|
||||
{ "Asia/Almaty", Kazakhstan_Eastern },
|
||||
{ "America/Creston", America_Mountain },
|
||||
{ "America/Araguaina", Brasilia },
|
||||
{ "America/Mexico_City", America_Central },
|
||||
{ "Asia/Novosibirsk", Novosibirsk },
|
||||
{ "America/Argentina/Salta", Argentina },
|
||||
{ "America/Matamoros", America_Central },
|
||||
{ "America/Blanc-Sablon", Atlantic },
|
||||
{ "Asia/Novokuznetsk", Novosibirsk },
|
||||
{ "Australia/Perth", Australia_Western },
|
||||
{ "CST6CDT", America_Central },
|
||||
{ "America/Manaus", Amazon },
|
||||
{ "America/Menominee", America_Central },
|
||||
{ "America/Adak", Hawaii_Aleutian },
|
||||
{ "America/Resolute", America_Central },
|
||||
{ "Asia/Krasnoyarsk", Krasnoyarsk },
|
||||
{ "America/Argentina/Rio_Gallegos", Argentina },
|
||||
{ "America/Edmonton", America_Mountain },
|
||||
{ "America/Catamarca", Argentina },
|
||||
{ "America/Santo_Domingo", Atlantic },
|
||||
{ "America/Glace_Bay", Atlantic },
|
||||
{ "America/Cordoba", Argentina },
|
||||
{ "Asia/Magadan", Magadan },
|
||||
{ "America/Port-au-Prince", America_Eastern },
|
||||
{ "America/St_Barthelemy", Atlantic },
|
||||
{ "America/Nipigon", America_Eastern },
|
||||
{ "America/Regina", America_Central },
|
||||
{ "America/Dawson_Creek", America_Mountain },
|
||||
{ "America/St_Thomas", Atlantic },
|
||||
{ "America/Anguilla", Atlantic },
|
||||
{ "America/Fortaleza", Brasilia },
|
||||
{ "America/Hermosillo", America_Mountain },
|
||||
{ "America/Cancun", America_Central },
|
||||
{ "Australia/Sydney", Australia_Eastern },
|
||||
{ "America/St_Lucia", Atlantic },
|
||||
{ "America/Bahia_Banderas", America_Central },
|
||||
{ "America/Montserrat", Atlantic },
|
||||
{ "America/Santa_Isabel", America_Pacific },
|
||||
{ "America/Cambridge_Bay", America_Mountain },
|
||||
{ "Asia/Choibalsan", Choibalsan },
|
||||
{ "Asia/Omsk", Omsk },
|
||||
{ "Australia/Brisbane", Australia_Eastern },
|
||||
{ "America/Barbados", Atlantic },
|
||||
{ "Europe/Volgograd", Volgograd },
|
||||
{ "Asia/Yekaterinburg", Yekaterinburg },
|
||||
{ "America/Louisville", America_Eastern },
|
||||
{ "America/Lower_Princes", Atlantic },
|
||||
{ "America/Vancouver", America_Pacific },
|
||||
{ "America/Rio_Branco", Amazon },
|
||||
{ "America/Detroit", America_Eastern },
|
||||
{ "Pacific/Johnston", Hawaii_Aleutian },
|
||||
{ "America/Sao_Paulo", Brasilia },
|
||||
{ "Asia/Jayapura", Indonesia_Eastern },
|
||||
{ "America/Thule", Atlantic },
|
||||
{ "America/Curacao", Atlantic },
|
||||
{ "America/Martinique", Atlantic },
|
||||
{ "Europe/Moscow", Moscow },
|
||||
{ "America/Puerto_Rico", Atlantic },
|
||||
{ "America/Rankin_Inlet", America_Central },
|
||||
{ "America/Argentina/La_Rioja", Argentina },
|
||||
{ "America/Tortola", Atlantic },
|
||||
{ "Australia/Eucla", Australia_CentralWestern },
|
||||
{ "America/Porto_Velho", Amazon },
|
||||
{ "Asia/Sakhalin", Sakhalin },
|
||||
{ "America/Port_of_Spain", Atlantic },
|
||||
{ "Asia/Kamchatka", Magadan },
|
||||
{ "America/Nome", Alaska },
|
||||
{ "Asia/Yakutsk", Yakutsk },
|
||||
{ "America/Rainy_River", America_Central },
|
||||
{ "Asia/Oral", Kazakhstan_Western },
|
||||
{ "America/Yellowknife", America_Mountain },
|
||||
{ "America/Juneau", Alaska },
|
||||
{ "America/Indiana/Vevay", America_Eastern },
|
||||
{ "Asia/Jakarta", Indonesia_Western },
|
||||
{ "America/Campo_Grande", Amazon },
|
||||
{ "America/Belem", Brasilia },
|
||||
{ "America/Jujuy", Argentina },
|
||||
{ "America/Recife", Brasilia },
|
||||
{ "America/Buenos_Aires", Argentina },
|
||||
{ "America/Bahia", Brasilia },
|
||||
{ "America/Goose_Bay", Atlantic },
|
||||
{ "America/Noronha", Noronha },
|
||||
{ "America/Swift_Current", America_Central },
|
||||
{ "Australia/Adelaide", Australia_Central },
|
||||
{ "America/Metlakatla", America_Pacific },
|
||||
{ "America/Pangnirtung", America_Eastern },
|
||||
{ "America/Indiana/Vincennes", America_Eastern },
|
||||
{ "America/Whitehorse", America_Pacific },
|
||||
{ "America/Kralendijk", Atlantic },
|
||||
{ "Europe/Samara", Moscow },
|
||||
{ "America/Antigua", Atlantic },
|
||||
{ "America/Montreal", America_Eastern },
|
||||
{ "Asia/Makassar", Indonesia_Central },
|
||||
{ "America/Argentina/San_Juan", Argentina },
|
||||
{ "America/Inuvik", America_Mountain },
|
||||
{ "America/Iqaluit", America_Eastern },
|
||||
{ "Antarctica/Macquarie", Macquarie },
|
||||
{ "America/Moncton", Atlantic },
|
||||
{ "America/Indiana/Winamac", America_Eastern },
|
||||
{ "America/Boa_Vista", Amazon },
|
||||
{ "America/St_Vincent", Atlantic },
|
||||
{ "PST8PDT", America_Pacific },
|
||||
{ "America/Grenada", Atlantic },
|
||||
{ "Australia/Darwin", Australia_Central },
|
||||
{ "Asia/Qyzylorda", Kazakhstan_Eastern },
|
||||
{ "America/Yakutat", Alaska },
|
||||
{ "America/Ciudad_Juarez", America_Mountain },
|
||||
{ "America/Argentina/Tucuman", Argentina },
|
||||
{ "Antarctica/Casey", Australia_Western },
|
||||
{ "America/Merida", America_Central },
|
||||
{ "America/Mazatlan", America_Mountain },
|
||||
{ "America/St_Kitts", Atlantic },
|
||||
{ "Australia/Broken_Hill", Australia_Central },
|
||||
{ "America/Dominica", Atlantic },
|
||||
{ "America/Guadeloupe", Atlantic },
|
||||
{ "America/Mendoza", Argentina },
|
||||
{ "America/Santarem", Brasilia },
|
||||
{ "America/Boise", America_Mountain },
|
||||
{ "Australia/Currie", Australia_Eastern },
|
||||
{ "EST5EDT", America_Eastern },
|
||||
{ "America/North_Dakota/New_Salem", America_Central },
|
||||
{ "Asia/Anadyr", Magadan },
|
||||
{ "Australia/Melbourne", Australia_Eastern },
|
||||
{ "Asia/Irkutsk", Irkutsk },
|
||||
{ "Atlantic/Bermuda", Atlantic },
|
||||
{ "America/Costa_Rica", America_Central },
|
||||
{ "America/Dawson", America_Pacific },
|
||||
{ "America/Shiprock", America_Mountain },
|
||||
{ "America/Winnipeg", America_Central },
|
||||
{ "America/Indiana/Knox", America_Central },
|
||||
{ "America/North_Dakota/Beulah", America_Central },
|
||||
{ "America/Maceio", Brasilia },
|
||||
{ "Australia/Lord_Howe", Lord_Howe },
|
||||
{ "America/Toronto", America_Eastern },
|
||||
{ "Australia/Lindeman", Australia_Eastern },
|
||||
{ "MST7MDT", America_Mountain },
|
||||
{ "America/Monterrey", America_Central },
|
||||
{ "America/Nassau", America_Eastern },
|
||||
{ "America/Jamaica", America_Eastern },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user