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.zu;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_zu_ZA extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "1" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
229
jdkSrc/jdk8/sun/util/resources/cldr/zu/CurrencyNames_zu.java
Normal file
229
jdkSrc/jdk8/sun/util/resources/cldr/zu/CurrencyNames_zu.java
Normal file
@@ -0,0 +1,229 @@
|
||||
/*
|
||||
* 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.zu;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_zu extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "ZAR", "R" },
|
||||
{ "aed", "i-Dirham yase-United Arab Emirates" },
|
||||
{ "afn", "i-Afghan Afghani" },
|
||||
{ "all", "i-Albanian Lek" },
|
||||
{ "amd", "i-Armenian Dram" },
|
||||
{ "ang", "i-Netherlands Antillean Guilder" },
|
||||
{ "aoa", "i-Angolan Kwanza" },
|
||||
{ "ars", "i-Argentina Peso" },
|
||||
{ "aud", "i-Austrilian Dollar" },
|
||||
{ "awg", "i-Aruban Florin" },
|
||||
{ "azn", "i-Azerbaijani Manat" },
|
||||
{ "bam", "i-Bosnia-Herzegovina Convertible Mark" },
|
||||
{ "bbd", "i-Barbadian Dollar" },
|
||||
{ "bdt", "i-Bangladeshi Taka" },
|
||||
{ "bgn", "i-Bulgarian Lev" },
|
||||
{ "bhd", "i-Bahraini Dinar" },
|
||||
{ "bif", "i-Burundian Franc" },
|
||||
{ "bmd", "i-Bermudan Dollar" },
|
||||
{ "bnd", "i-Brunei Dollar" },
|
||||
{ "bob", "i-Bolivian Boliviano" },
|
||||
{ "brl", "i-Brazilian Real" },
|
||||
{ "bsd", "i-Bahamian Dollar" },
|
||||
{ "btn", "i-Bhutanese Ngultrum" },
|
||||
{ "bwp", "i-Botswana Pula" },
|
||||
{ "byr", "i-Belarusian Ruble" },
|
||||
{ "bzd", "i-Belize Dollar" },
|
||||
{ "cad", "i-Candian Dollar" },
|
||||
{ "cdf", "i-Congolese Franc" },
|
||||
{ "chf", "i-Swiss Franc" },
|
||||
{ "clp", "i-Chilean Peso" },
|
||||
{ "cny", "i-Chinese Yuan" },
|
||||
{ "cop", "i-Colombian Peso" },
|
||||
{ "crc", "i-Costa Rican Col\u00f3n" },
|
||||
{ "cuc", "i-Cuban Convertable Peso" },
|
||||
{ "cup", "I-Cuban Peso" },
|
||||
{ "cve", "i-Cape Verdean Escudo" },
|
||||
{ "czk", "i-Czech Republic Koruna" },
|
||||
{ "djf", "i-Djiboutian Franc" },
|
||||
{ "dkk", "i-Danish Krone" },
|
||||
{ "dop", "i-Dominican Peso" },
|
||||
{ "dzd", "i-Algerian Dinar" },
|
||||
{ "egp", "i-Egyptian Pound" },
|
||||
{ "ern", "i-Eritrean Nakfa" },
|
||||
{ "etb", "i-Ethopian Birr" },
|
||||
{ "eur", "i-Euro" },
|
||||
{ "fjd", "i-Fijian Dollar" },
|
||||
{ "fkp", "i-Falkland Islands Pound" },
|
||||
{ "gbp", "i-British Pound Sterling" },
|
||||
{ "gel", "i-Georgian Lari" },
|
||||
{ "ghs", "i-Ghanaian Cedi" },
|
||||
{ "gip", "i-Gibraltar Pound" },
|
||||
{ "gmd", "i-Gambian Dalasi" },
|
||||
{ "gnf", "i-Gunean Franc" },
|
||||
{ "gtq", "i-Guatemalan Quetzal" },
|
||||
{ "gyd", "i-Guyanaese Dollar" },
|
||||
{ "hkd", "i-Hong Kong Dollar" },
|
||||
{ "hnl", "i-Honduran Lempira" },
|
||||
{ "hrk", "i-Croatian Kuna" },
|
||||
{ "htg", "i-Haitian Gourde" },
|
||||
{ "huf", "i-Hungarian Forint" },
|
||||
{ "idr", "i-Indonesian Rupiah" },
|
||||
{ "ils", "i-Israeli New Sheqel" },
|
||||
{ "inr", "i-Indian Rupee" },
|
||||
{ "iqd", "i-Iraqi Dinar" },
|
||||
{ "irr", "i-Iranian Rial" },
|
||||
{ "isk", "i-Icelandic Kr\u00f3na" },
|
||||
{ "jmd", "i-Jamaican Dollar" },
|
||||
{ "jod", "i-Jordanian Dinar" },
|
||||
{ "jpy", "i-Japanese Yen" },
|
||||
{ "kes", "i-Kenyan Shilling" },
|
||||
{ "kgs", "i-Kyrgystani Som" },
|
||||
{ "khr", "i-Cambodian Riel" },
|
||||
{ "kmf", "i-Comorian Franc" },
|
||||
{ "kpw", "i-North Korean Won" },
|
||||
{ "krw", "i-South Korean Won" },
|
||||
{ "kwd", "i-Kuwaiti Dinar" },
|
||||
{ "kyd", "i-Cayman Islands Dollar" },
|
||||
{ "kzt", "i-Kazakhstani Tenge" },
|
||||
{ "lak", "i-Laotian Kip" },
|
||||
{ "lbp", "i-Lebanese Pound" },
|
||||
{ "lkr", "i-Sri Lankan Rupee" },
|
||||
{ "lrd", "i-Liberian Dollar" },
|
||||
{ "lsl", "i-Lesotho Loti" },
|
||||
{ "ltl", "i-Lithuanian Litas" },
|
||||
{ "lvl", "i-Latvian Lats" },
|
||||
{ "lyd", "i-Libyan Dinar" },
|
||||
{ "mad", "i-Moroccan Dirham" },
|
||||
{ "mdl", "i-Moldovan Leu" },
|
||||
{ "mga", "i-Malagasy Ariary" },
|
||||
{ "mkd", "i-Macedonian Denar" },
|
||||
{ "mmk", "i-Myanma Kyat" },
|
||||
{ "mnt", "i-Mongolian Tugrik" },
|
||||
{ "mop", "i-Macanese Pataca" },
|
||||
{ "mro", "i-Mauritanian Ouguiya" },
|
||||
{ "mur", "i-Mauritian Rupee" },
|
||||
{ "mvr", "i-Maldivian Rufiyana" },
|
||||
{ "mwk", "i-Malawian Kwacha" },
|
||||
{ "mxn", "i-Mexican Peso" },
|
||||
{ "myr", "i-Malaysian Ringgit" },
|
||||
{ "nad", "i-Namibian Dollar" },
|
||||
{ "ngn", "i-Nigerian Naira" },
|
||||
{ "nio", "i-Nicaraguan C\u00f3rdoba" },
|
||||
{ "nok", "i-Norwegian Krone" },
|
||||
{ "npr", "i-Nepalese Rupee" },
|
||||
{ "nzd", "i-New Zealand Dollar" },
|
||||
{ "omr", "i-Omani Rial" },
|
||||
{ "pab", "i-Panamanian Balboa" },
|
||||
{ "pen", "i-Peruvian Nuevo Sol" },
|
||||
{ "pgk", "i-Papua New Guinean Kina" },
|
||||
{ "php", "i-Philippine Peso" },
|
||||
{ "pkr", "i-Pakistani Rupee" },
|
||||
{ "pln", "i-Polish Zloty" },
|
||||
{ "pyg", "i-Paraguayan Guarani" },
|
||||
{ "qar", "i-Qatari Rial" },
|
||||
{ "rsd", "i-Serbian Dinar" },
|
||||
{ "rub", "i-Russian Ruble" },
|
||||
{ "rwf", "i-Rwandan Franc" },
|
||||
{ "sar", "i-Saudi Riyal" },
|
||||
{ "sbd", "i-Solomon Islands Dollar" },
|
||||
{ "scr", "i-Seychellois Rupee" },
|
||||
{ "sdg", "i-Sudanese Pound" },
|
||||
{ "sek", "i-Swedish Krona" },
|
||||
{ "sgd", "i-Singapore Dollar" },
|
||||
{ "shp", "i-Saint Helena Pound" },
|
||||
{ "sll", "i-Sierra Leonean Leone" },
|
||||
{ "sos", "i-Somali Shilling" },
|
||||
{ "srd", "i-Surinamese Dollar" },
|
||||
{ "std", "i-S\u00e3o Tom\u00e9 kanye ne-Pr\u00edncipe Dobra" },
|
||||
{ "syp", "i-Syrian Pound" },
|
||||
{ "szl", "i-Swazi Lilangeni" },
|
||||
{ "thb", "i-Thai Baht" },
|
||||
{ "tjs", "i-Tajikistani Somoni" },
|
||||
{ "tmt", "i-Turkmenistani Manat" },
|
||||
{ "tnd", "i-Tunisian Dinar" },
|
||||
{ "top", "i-Tongan Pa\u02bbanga" },
|
||||
{ "try", "i-Turkish Lira" },
|
||||
{ "ttd", "Idola lase-Trinidad nase-Tobago" },
|
||||
{ "twd", "i-New Taiwan Dollar" },
|
||||
{ "tzs", "i-Tanzanian Shilling" },
|
||||
{ "uah", "i-Ukrainian Hryvnia" },
|
||||
{ "ugx", "i-Ugandan Shilling" },
|
||||
{ "usd", "i-US Dollar" },
|
||||
{ "uyu", "i-Uruguayan Peso" },
|
||||
{ "uzs", "i-Uzbekistan Som" },
|
||||
{ "vef", "i-Venezuelan Bol\u00edvar" },
|
||||
{ "vnd", "i-Vietnamese Dong" },
|
||||
{ "vuv", "i-Vanuatu Vatu" },
|
||||
{ "wst", "i-Samoan Tala" },
|
||||
{ "xaf", "i-CFA Franc BCEA" },
|
||||
{ "xcd", "i-East Caribbean Dollar" },
|
||||
{ "xof", "i-CFA Franc BCEAO" },
|
||||
{ "xpf", "i-CFP Franc" },
|
||||
{ "xxx", "Ikharensi engaziwa" },
|
||||
{ "yer", "i-Yemeni Rial" },
|
||||
{ "zar", "i-South African Rand" },
|
||||
{ "zmk", "i-Zambian Kwacha" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
551
jdkSrc/jdk8/sun/util/resources/cldr/zu/LocaleNames_zu.java
Normal file
551
jdkSrc/jdk8/sun/util/resources/cldr/zu/LocaleNames_zu.java
Normal file
@@ -0,0 +1,551 @@
|
||||
/*
|
||||
* 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.zu;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_zu extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "Umhlaba" },
|
||||
{ "002", "i-Africa" },
|
||||
{ "003", "e-North America" },
|
||||
{ "005", "i-South America" },
|
||||
{ "009", "i-Oceania" },
|
||||
{ "011", "e-Western Africa" },
|
||||
{ "013", "i-Central America" },
|
||||
{ "014", "e-Eastern Africa" },
|
||||
{ "015", "e-Northern Africa" },
|
||||
{ "017", "e-Middle Africa" },
|
||||
{ "018", "e-Southern Africa" },
|
||||
{ "019", "Americas" },
|
||||
{ "021", "e-Northern America" },
|
||||
{ "029", "i-Caribbean" },
|
||||
{ "030", "e-Eastern Asia" },
|
||||
{ "034", "e-Southern Asia" },
|
||||
{ "035", "e-South-Eastern Asia" },
|
||||
{ "039", "e-Southern Europe" },
|
||||
{ "053", "i-Australia ne-New Zealand" },
|
||||
{ "054", "i-Melanesia" },
|
||||
{ "057", "e-Micronesian Region" },
|
||||
{ "061", "i-Polynesia" },
|
||||
{ "142", "i-Asia" },
|
||||
{ "143", "i-Central Asia" },
|
||||
{ "145", "e-Western Asia" },
|
||||
{ "150", "i-Europe" },
|
||||
{ "151", "e-Eastern Europe" },
|
||||
{ "154", "e-Northern Europe" },
|
||||
{ "155", "e-Western Europe" },
|
||||
{ "419", "i-Latin America" },
|
||||
{ "AC", "i-Ascension Island" },
|
||||
{ "AD", "i-Andorra" },
|
||||
{ "AE", "i-United Arab Emirates" },
|
||||
{ "AF", "i-Afghanistan" },
|
||||
{ "AG", "i-Antigua and Barbuda" },
|
||||
{ "AI", "i-Anguilla" },
|
||||
{ "AL", "i-Albania" },
|
||||
{ "AM", "i-Armenia" },
|
||||
{ "AN", "i-Netherlands Antilles" },
|
||||
{ "AO", "i-Angola" },
|
||||
{ "AQ", "i-Antarctica" },
|
||||
{ "AR", "i-Argentina" },
|
||||
{ "AS", "i-American Samoa" },
|
||||
{ "AT", "i-Austria" },
|
||||
{ "AU", "i-Australia" },
|
||||
{ "AW", "i-Aruba" },
|
||||
{ "AX", "i-\u00c5land Islands" },
|
||||
{ "AZ", "i-Azerbaijan" },
|
||||
{ "BA", "i-Bosnia ne-Herzegovina" },
|
||||
{ "BB", "i-Barbados" },
|
||||
{ "BD", "i-Bangladesh" },
|
||||
{ "BE", "i-Belgium" },
|
||||
{ "BF", "i-Burkina Faso" },
|
||||
{ "BG", "i-Bulgaria" },
|
||||
{ "BH", "i-Bahrain" },
|
||||
{ "BI", "i-Burundi" },
|
||||
{ "BJ", "i-Benin" },
|
||||
{ "BL", "i-Saint Barth\u00e9lemy" },
|
||||
{ "BM", "i-Bermuda" },
|
||||
{ "BN", "i-Brunei" },
|
||||
{ "BO", "i-Bolivia" },
|
||||
{ "BR", "i-Brazil" },
|
||||
{ "BS", "i-Bahamas" },
|
||||
{ "BT", "i-Bhutan" },
|
||||
{ "BV", "i-Bouvet Island" },
|
||||
{ "BW", "i-Botswana" },
|
||||
{ "BY", "i-Belarus" },
|
||||
{ "BZ", "i-Belize" },
|
||||
{ "CA", "i-Canada" },
|
||||
{ "CC", "i-Cocos (Keeling) Islands" },
|
||||
{ "CD", "e-Congo - Kinshasa" },
|
||||
{ "CF", "i-Central African Republic" },
|
||||
{ "CG", "e-Congo - Brazzaville" },
|
||||
{ "CH", "i-Switzerland" },
|
||||
{ "CI", "i-C\u00f4te d\u2019Ivoire" },
|
||||
{ "CK", "i-Cook Islands" },
|
||||
{ "CL", "i-Chile" },
|
||||
{ "CM", "i-Cameroon" },
|
||||
{ "CN", "i-China" },
|
||||
{ "CO", "i-Colombia" },
|
||||
{ "CP", "i-Clipperton Island" },
|
||||
{ "CR", "i-Costa Rica" },
|
||||
{ "CU", "i-Cuba" },
|
||||
{ "CV", "i-Cape Verde" },
|
||||
{ "CX", "i-Christmas Island" },
|
||||
{ "CY", "i-Cyprus" },
|
||||
{ "CZ", "i-Czech Republic" },
|
||||
{ "DE", "i-Germany" },
|
||||
{ "DG", "e-Diego Garcia" },
|
||||
{ "DJ", "i-Djibouti" },
|
||||
{ "DK", "i-Denmark" },
|
||||
{ "DM", "i-Dominica" },
|
||||
{ "DO", "i-Dominican Republic" },
|
||||
{ "DZ", "i-Algeria" },
|
||||
{ "EA", "i-Cueta ne-Melilla" },
|
||||
{ "EC", "i-Ecuador" },
|
||||
{ "EE", "i-Estonia" },
|
||||
{ "EG", "i-Egypt" },
|
||||
{ "EH", "i-Western Sahara" },
|
||||
{ "ER", "i-Eritrea" },
|
||||
{ "ES", "i-Spain" },
|
||||
{ "ET", "i-Ethiopia" },
|
||||
{ "EU", "i-European Union" },
|
||||
{ "FI", "i-Finland" },
|
||||
{ "FJ", "i-Fiji" },
|
||||
{ "FK", "i-Falkland Islands" },
|
||||
{ "FM", "i-Micronesia" },
|
||||
{ "FO", "i-Faroe Islands" },
|
||||
{ "FR", "i-France" },
|
||||
{ "GA", "i-Gabon" },
|
||||
{ "GB", "i-United Kingdom" },
|
||||
{ "GD", "i-Grenada" },
|
||||
{ "GE", "i-Georgia" },
|
||||
{ "GF", "isi-French Guiana" },
|
||||
{ "GG", "I-Guernsey" },
|
||||
{ "GH", "i-Ghana" },
|
||||
{ "GI", "i-Gibraltar" },
|
||||
{ "GL", "i-Greenland" },
|
||||
{ "GM", "i-Gambia" },
|
||||
{ "GN", "i-Guinea" },
|
||||
{ "GP", "i-Guadeloupe" },
|
||||
{ "GQ", "i-Equatorial Guinea" },
|
||||
{ "GR", "i-Greece" },
|
||||
{ "GS", "i-South Georgia ne-South Sandwich Islands" },
|
||||
{ "GT", "i-Guatemala" },
|
||||
{ "GU", "i-Guam" },
|
||||
{ "GW", "i-Guinea-Bissau" },
|
||||
{ "GY", "i-Guyana" },
|
||||
{ "HK", "e-Hong Kong SAR China" },
|
||||
{ "HM", "i-Heard Island ne-McDonald Islands" },
|
||||
{ "HN", "i-Honduras" },
|
||||
{ "HR", "i-Croatia" },
|
||||
{ "HT", "i-Haiti" },
|
||||
{ "HU", "i-Hungary" },
|
||||
{ "IC", "i-Canary Islands" },
|
||||
{ "ID", "i-Indonesia" },
|
||||
{ "IE", "i-Ireland" },
|
||||
{ "IL", "i-Israel" },
|
||||
{ "IM", "i-Isle of Man" },
|
||||
{ "IN", "i-India" },
|
||||
{ "IO", "i-British Indian Ocean Territory" },
|
||||
{ "IQ", "i-Iraq" },
|
||||
{ "IR", "i-Iran" },
|
||||
{ "IS", "i-Iceland" },
|
||||
{ "IT", "i-Italy" },
|
||||
{ "JE", "isi-Jersey" },
|
||||
{ "JM", "i-Jamaica" },
|
||||
{ "JO", "i-Jordan" },
|
||||
{ "JP", "i-Japan" },
|
||||
{ "KE", "i-Kenya" },
|
||||
{ "KG", "i-Kyrgyzstan" },
|
||||
{ "KH", "i-Cambodia" },
|
||||
{ "KI", "i-Kiribati" },
|
||||
{ "KM", "i-Comoros" },
|
||||
{ "KN", "i-Saint Kitts ne-Nevis" },
|
||||
{ "KP", "i-North Korea" },
|
||||
{ "KR", "i-South Korea" },
|
||||
{ "KW", "i-Kuwait" },
|
||||
{ "KY", "i-Cayman Islands" },
|
||||
{ "KZ", "i-Kazakhstan" },
|
||||
{ "LA", "i-Laos" },
|
||||
{ "LB", "i-Lebanon" },
|
||||
{ "LC", "i-Saint Lucia" },
|
||||
{ "LI", "i-Liechtenstein" },
|
||||
{ "LK", "i-Sri Lanka" },
|
||||
{ "LR", "i-Liberia" },
|
||||
{ "LS", "i-Lesotho" },
|
||||
{ "LT", "i-Lithuania" },
|
||||
{ "LU", "i-Luxembourg" },
|
||||
{ "LV", "i-Latvia" },
|
||||
{ "LY", "i-Libya" },
|
||||
{ "MA", "i-Morocco" },
|
||||
{ "MC", "i-Monaco" },
|
||||
{ "MD", "i-Moldova" },
|
||||
{ "ME", "i-Montenegro" },
|
||||
{ "MF", "i-Saint Martin" },
|
||||
{ "MG", "i-Madagascar" },
|
||||
{ "MH", "i-Marshall Islands" },
|
||||
{ "MK", "I-Macedonia" },
|
||||
{ "ML", "i-Mali" },
|
||||
{ "MM", "e-Myanmar [Burma]" },
|
||||
{ "MN", "i-Mongolia" },
|
||||
{ "MO", "i-Macau SAR China" },
|
||||
{ "MP", "i-Northern Mariana Islands" },
|
||||
{ "MQ", "i-Martinique" },
|
||||
{ "MR", "i-Mauritania" },
|
||||
{ "MS", "i-Montserrat" },
|
||||
{ "MT", "i-Malta" },
|
||||
{ "MU", "i-Mauritius" },
|
||||
{ "MV", "i-Maldives" },
|
||||
{ "MW", "i-Malawi" },
|
||||
{ "MX", "i-Mexico" },
|
||||
{ "MY", "i-Malaysia" },
|
||||
{ "MZ", "i-Mozambique" },
|
||||
{ "NA", "i-Namibia" },
|
||||
{ "NC", "i-New Caledonia" },
|
||||
{ "NE", "i-Niger" },
|
||||
{ "NF", "i-Norfolk Island" },
|
||||
{ "NG", "i-Nigeria" },
|
||||
{ "NI", "i-Nicaragua" },
|
||||
{ "NL", "i-Netherlands" },
|
||||
{ "NO", "i-Norway" },
|
||||
{ "NP", "i-Nepal" },
|
||||
{ "NR", "i-Nauru" },
|
||||
{ "NU", "i-Niue" },
|
||||
{ "NZ", "i-New Zealand" },
|
||||
{ "OM", "i-Oman" },
|
||||
{ "PA", "i-Panama" },
|
||||
{ "PE", "i-Peru" },
|
||||
{ "PF", "i-French Polynesia" },
|
||||
{ "PG", "i-Papua New Guinea" },
|
||||
{ "PH", "i-Philippines" },
|
||||
{ "PK", "i-Pakistan" },
|
||||
{ "PL", "i-Poland" },
|
||||
{ "PM", "i-Saint Pierre kanye ne-Miquelon" },
|
||||
{ "PN", "i-Pitcairn Islands" },
|
||||
{ "PR", "i-Puerto Rico" },
|
||||
{ "PS", "i-Palestinian Territories" },
|
||||
{ "PT", "i-Portugal" },
|
||||
{ "PW", "i-Palau" },
|
||||
{ "PY", "i-Paraguay" },
|
||||
{ "QA", "i-Qatar" },
|
||||
{ "QO", "i-Outlying Oceania" },
|
||||
{ "RE", "i-R\u00e9union" },
|
||||
{ "RO", "i-Romania" },
|
||||
{ "RS", "i-Serbia" },
|
||||
{ "RU", "i-Russia" },
|
||||
{ "RW", "i-Rwanda" },
|
||||
{ "SA", "i-Saudi Arabia" },
|
||||
{ "SB", "i-Solomon Islands" },
|
||||
{ "SC", "i-Seychelles" },
|
||||
{ "SD", "i-Sudan" },
|
||||
{ "SE", "i-Sweden" },
|
||||
{ "SG", "i-Singapore" },
|
||||
{ "SH", "i-Saint Helena" },
|
||||
{ "SI", "i-Slovenia" },
|
||||
{ "SJ", "I-Svalbard ne-Jan Mayen" },
|
||||
{ "SK", "i-Slovakia" },
|
||||
{ "SL", "i-Sierra Leone" },
|
||||
{ "SM", "i-San Marino" },
|
||||
{ "SN", "i-Senegal" },
|
||||
{ "SO", "i-Somalia" },
|
||||
{ "SR", "i-Suriname" },
|
||||
{ "ST", "i-S\u00e3o Tom\u00e9 kanye ne-Pr\u00edncipe" },
|
||||
{ "SV", "i-El Salvador" },
|
||||
{ "SY", "i-Syria" },
|
||||
{ "SZ", "i-Swaziland" },
|
||||
{ "TA", "i-Tristan da Cunha" },
|
||||
{ "TC", "i-Turks and Caicos Islands" },
|
||||
{ "TD", "i-Chad" },
|
||||
{ "TF", "e-French Southern Territories" },
|
||||
{ "TG", "i-Togo" },
|
||||
{ "TH", "i-Thailand" },
|
||||
{ "TJ", "i-Tajikistan" },
|
||||
{ "TK", "i-Tokelau" },
|
||||
{ "TL", "i-Timor-Leste" },
|
||||
{ "TM", "i-Turkmenistan" },
|
||||
{ "TN", "i-Tunisia" },
|
||||
{ "TO", "i-Tonga" },
|
||||
{ "TR", "i-Turkey" },
|
||||
{ "TT", "i-Trinidad ne-Tobago" },
|
||||
{ "TV", "i-Tuvalu" },
|
||||
{ "TW", "i-Taiwan" },
|
||||
{ "TZ", "i-Tanzania" },
|
||||
{ "UA", "i-Ukraine" },
|
||||
{ "UG", "i-Uganda" },
|
||||
{ "UM", "e-U.S. Minor Outlying Islands" },
|
||||
{ "US", "i-United States" },
|
||||
{ "UY", "i-Uruguay" },
|
||||
{ "UZ", "i-Uzbekistan" },
|
||||
{ "VA", "i-Vatican City" },
|
||||
{ "VC", "i-Saint Vincent ne-Grenadines" },
|
||||
{ "VE", "i-Venezuela" },
|
||||
{ "VG", "i-British Virgin Islands" },
|
||||
{ "VI", "i-U.S. Virgin Islands" },
|
||||
{ "VN", "i-Vietnam" },
|
||||
{ "VU", "i-Vanuatu" },
|
||||
{ "WF", "i-Wallis ne-Futuna" },
|
||||
{ "WS", "i-Samoa" },
|
||||
{ "YE", "i-Yemen" },
|
||||
{ "YT", "i-Mayotte" },
|
||||
{ "ZA", "iNingizimu Afrika" },
|
||||
{ "ZM", "i-Zambia" },
|
||||
{ "ZW", "i-Zimbabwe" },
|
||||
{ "ZZ", "Isifunda esingaziwa" },
|
||||
{ "ab", "isi-Abkhazian" },
|
||||
{ "af", "isiBhunu" },
|
||||
{ "am", "isi-Amharic" },
|
||||
{ "ar", "isi-Alabhu" },
|
||||
{ "as", "isi-Assamese" },
|
||||
{ "ay", "isi-Aymara" },
|
||||
{ "az", "isi-Azerbaijani" },
|
||||
{ "be", "isi-Belarusian" },
|
||||
{ "bg", "isi-Bulgari" },
|
||||
{ "bn", "isi-Bengali" },
|
||||
{ "bo", "isi-Tibetan" },
|
||||
{ "bs", "isi-Bosnian" },
|
||||
{ "ca", "isi-Catalan" },
|
||||
{ "cs", "isi-Czech" },
|
||||
{ "cy", "isi-Welsh" },
|
||||
{ "da", "isi-Danish" },
|
||||
{ "de", "isiJalimani" },
|
||||
{ "dv", "isi-Divehi" },
|
||||
{ "dz", "isi-Dzongkha" },
|
||||
{ "el", "isi-Greek" },
|
||||
{ "en", "isiNgisi" },
|
||||
{ "eo", "isi-Esperanto" },
|
||||
{ "es", "isiSpeyini" },
|
||||
{ "et", "isi-Estonia" },
|
||||
{ "eu", "isi-Basque" },
|
||||
{ "fa", "isi-Persian" },
|
||||
{ "fi", "isi-Finnish" },
|
||||
{ "fj", "isi-Fijian" },
|
||||
{ "fo", "isi-Faroese" },
|
||||
{ "fr", "isiFulentshi" },
|
||||
{ "fy", "isi-Western Frisian" },
|
||||
{ "ga", "isi-Irish" },
|
||||
{ "gd", "i-Scottish Gaelic" },
|
||||
{ "gl", "isi-Galicia" },
|
||||
{ "gn", "isi-Guarani" },
|
||||
{ "gu", "isi-Gujarati" },
|
||||
{ "ha", "isi-Hausa" },
|
||||
{ "he", "isi-Hebrew" },
|
||||
{ "hi", "isiHindi" },
|
||||
{ "hr", "isi-Croatian" },
|
||||
{ "ht", "isi-Haitian" },
|
||||
{ "hu", "isi-Hungarian" },
|
||||
{ "hy", "isi-Armenia" },
|
||||
{ "id", "isi-Indonesian" },
|
||||
{ "ig", "isi-Igbo" },
|
||||
{ "is", "isi-Icelandic" },
|
||||
{ "it", "isi-Italian" },
|
||||
{ "ja", "isi-Japanese" },
|
||||
{ "jv", "isi-Javanese" },
|
||||
{ "ka", "isi-Georgian" },
|
||||
{ "kk", "isi-Kazakh" },
|
||||
{ "km", "isi-Khmer" },
|
||||
{ "kn", "isi-Kannada" },
|
||||
{ "ko", "isi-Korean" },
|
||||
{ "ks", "isi-Kashmiri" },
|
||||
{ "ku", "isi-Kurdish" },
|
||||
{ "ky", "isi-Kirghiz" },
|
||||
{ "la", "isi-Latin" },
|
||||
{ "lb", "isi-Luxembourgish" },
|
||||
{ "ln", "isi-Lingala" },
|
||||
{ "lo", "i-Lao" },
|
||||
{ "lt", "isi-Lithuanian" },
|
||||
{ "lv", "isi-Latvia" },
|
||||
{ "mg", "isi-Malagasy" },
|
||||
{ "mi", "isi-Maori" },
|
||||
{ "mk", "isi-Macedonia" },
|
||||
{ "ml", "isi-Malayalam" },
|
||||
{ "mn", "isi-Mongolian" },
|
||||
{ "mr", "isi-Marathi" },
|
||||
{ "ms", "isi-Malay" },
|
||||
{ "mt", "isi-Malta" },
|
||||
{ "my", "isi-Burmese" },
|
||||
{ "nb", "i-Norwegian Bokm\u00e5l" },
|
||||
{ "nd", "isi-North Ndebele" },
|
||||
{ "ne", "isi-Nepali" },
|
||||
{ "nl", "i-Dutch" },
|
||||
{ "nn", "i-Norwegian Nynorsk" },
|
||||
{ "ny", "isi-Nyanja" },
|
||||
{ "or", "isi-Oriya" },
|
||||
{ "os", "isi-Ossetic" },
|
||||
{ "pa", "isi-Punjabi" },
|
||||
{ "pl", "isi-Polish" },
|
||||
{ "ps", "isi-Pashto" },
|
||||
{ "pt", "isi-Portuguese" },
|
||||
{ "qu", "isi-Quechua" },
|
||||
{ "rm", "isi-Romansh" },
|
||||
{ "rn", "isi-Rundi" },
|
||||
{ "ro", "isi-Romanian" },
|
||||
{ "ru", "isi-Russian" },
|
||||
{ "rw", "isi-Kinyarwanda" },
|
||||
{ "sa", "isi-Sanskrit" },
|
||||
{ "sd", "isi-Sindhi" },
|
||||
{ "se", "e-Northern Sami" },
|
||||
{ "sg", "isi-Sango" },
|
||||
{ "si", "i-Sinhala" },
|
||||
{ "sk", "isi-Slovak" },
|
||||
{ "sl", "isi-Slovenian" },
|
||||
{ "sm", "isi-Samoan" },
|
||||
{ "sn", "isiShona" },
|
||||
{ "so", "isi-Somali" },
|
||||
{ "sq", "isi-Albania" },
|
||||
{ "sr", "isi-Serbian" },
|
||||
{ "ss", "isiSwati" },
|
||||
{ "st", "isiSuthu" },
|
||||
{ "su", "isi-Sundanese" },
|
||||
{ "sv", "isi-Swedish" },
|
||||
{ "sw", "isiSwahili" },
|
||||
{ "ta", "isi-Tamil" },
|
||||
{ "te", "isi-Telugu" },
|
||||
{ "tg", "isi-Tajik" },
|
||||
{ "th", "isi-Thai" },
|
||||
{ "ti", "isi-Tigrinya" },
|
||||
{ "tk", "isi-Turkmen" },
|
||||
{ "tn", "isi-Tswana" },
|
||||
{ "to", "isi-Tonga" },
|
||||
{ "tr", "isi-Turkish" },
|
||||
{ "ts", "isi-Tsonga" },
|
||||
{ "tt", "isi-Tatar" },
|
||||
{ "ty", "isi-Tahitian" },
|
||||
{ "ug", "isi-Uighur" },
|
||||
{ "uk", "isi-Ukrainian" },
|
||||
{ "ur", "isi-Urdu" },
|
||||
{ "uz", "isi-Uzbek" },
|
||||
{ "ve", "isi-Venda" },
|
||||
{ "vi", "isi-Vietnamese" },
|
||||
{ "wo", "isi-Wolof" },
|
||||
{ "xh", "isiXhosa" },
|
||||
{ "yo", "isi-Yoruba" },
|
||||
{ "zh", "isi-Chinese" },
|
||||
{ "zu", "isiZulu" },
|
||||
{ "efi", "isi-Efik" },
|
||||
{ "fil", "isi-Filipino" },
|
||||
{ "gsw", "isi-Swiss German" },
|
||||
{ "haw", "isi-Hawaiian" },
|
||||
{ "nso", "isi-Northern Sotho" },
|
||||
{ "tet", "isi-Tetum" },
|
||||
{ "tpi", "isi-Tok Pisin" },
|
||||
{ "und", "Ulimi olungaziwa" },
|
||||
{ "zxx", "Akukho okuqukethwe kolimi" },
|
||||
{ "Arab", "isi-Arab" },
|
||||
{ "Armn", "isi-Armenian" },
|
||||
{ "Beng", "isi-Bengali" },
|
||||
{ "Bopo", "i-Bopomofo" },
|
||||
{ "Brai", "i-Braille" },
|
||||
{ "Cyrl", "i-Cyrillic" },
|
||||
{ "Deva", "i-Devanagari" },
|
||||
{ "Ethi", "i-Ethiopic" },
|
||||
{ "Geor", "isi-Georgian" },
|
||||
{ "Grek", "isi-Greek" },
|
||||
{ "Gujr", "isi-Gujarati" },
|
||||
{ "Guru", "i-Gurmukhi" },
|
||||
{ "Hang", "i-Hangul" },
|
||||
{ "Hani", "i-Han" },
|
||||
{ "Hans", "i-Simplified" },
|
||||
{ "Hant", "Okosiko" },
|
||||
{ "Hebr", "isi-Hebrew" },
|
||||
{ "Hira", "i-Hiragana" },
|
||||
{ "Jpan", "isi-Japanese" },
|
||||
{ "Kana", "i-Katakana" },
|
||||
{ "Khmr", "isi-Khmer" },
|
||||
{ "Knda", "isi-Kannada" },
|
||||
{ "Kore", "isi-Korean" },
|
||||
{ "Laoo", "i-Lao" },
|
||||
{ "Latn", "isi-Latin" },
|
||||
{ "Mlym", "isi-Malayalam" },
|
||||
{ "Mong", "isi-Mongolian" },
|
||||
{ "Mymr", "i-Myanmar" },
|
||||
{ "Orya", "isi-Oriya" },
|
||||
{ "Sinh", "i-Sinhala" },
|
||||
{ "Taml", "isi-Tamil" },
|
||||
{ "Telu", "isi-Telugu" },
|
||||
{ "Thaa", "i-Thaana" },
|
||||
{ "Thai", "isi-Thai" },
|
||||
{ "Tibt", "isi-Tibetan" },
|
||||
{ "Zsym", "Amasimbuli" },
|
||||
{ "Zxxx", "Okungabhaliwe" },
|
||||
{ "Zyyy", "i-Common" },
|
||||
{ "Zzzz", "Iskripthi esingaziwa" },
|
||||
{ "de_AT", "isi-Austrian German" },
|
||||
{ "de_CH", "isi-Swiss High German" },
|
||||
{ "en_AU", "isi-Austrillian English" },
|
||||
{ "en_CA", "i-Canadian English" },
|
||||
{ "en_GB", "i-British English" },
|
||||
{ "en_US", "i-U.S. English" },
|
||||
{ "es_ES", "isi-Iberian Spanish" },
|
||||
{ "fr_CA", "i-Canadian French" },
|
||||
{ "fr_CH", "isi-Swiss French" },
|
||||
{ "nl_BE", "isi-Flemish" },
|
||||
{ "pt_BR", "isi-Brazillian Portuguese" },
|
||||
{ "pt_PT", "isi-Iberian Portuguese" },
|
||||
{ "es_419", "isi-Latin American Spanish" },
|
||||
{ "zh_Hans", "isi-Sipmlified Chinese" },
|
||||
{ "zh_Hant", "isi-Traditional Chinese" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
558
jdkSrc/jdk8/sun/util/resources/cldr/zu/TimeZoneNames_zu.java
Normal file
558
jdkSrc/jdk8/sun/util/resources/cldr/zu/TimeZoneNames_zu.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.zu;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_zu extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Moscow = new String[] {
|
||||
"esase-Moscow Standard Time",
|
||||
"MST",
|
||||
"esase-Moscow Summer Time",
|
||||
"MST",
|
||||
"esase-Moscow Time",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"esase-Argentina Standard Time",
|
||||
"AST",
|
||||
"esase-Argentina Summer Time",
|
||||
"AST",
|
||||
"esase-Argentina Time",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"esase-Hovd Standard Time",
|
||||
"HST",
|
||||
"esase-Hovd Summer Time",
|
||||
"HST",
|
||||
"esase-Hovd Time",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"esase-Magadan Standard Time",
|
||||
"MST",
|
||||
"esase-Magadan Summer Time",
|
||||
"MST",
|
||||
"esase-Magadan Time",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"esase-Austrilian Central Western Standard Time",
|
||||
"ACWST",
|
||||
"esase-Austrilian Central Western Daylight Time",
|
||||
"ACWDT",
|
||||
"esase-Austrilian Central Western Time",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"esase-Sakhalin Standard Time",
|
||||
"SST",
|
||||
"esase-Sakhalin Summer Time",
|
||||
"SST",
|
||||
"esase-Sakhalin Time",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"esase-Macquarie Time",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"esase-Eastern Standard Time",
|
||||
"EST",
|
||||
"esase-Eastern Daylight Time",
|
||||
"EDT",
|
||||
"esase-Eastern Time",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"esase-Hawaii Aleutian Standard Time",
|
||||
"HAST",
|
||||
"esase-Hawaii Aleutian Daylight Time",
|
||||
"HADT",
|
||||
"esase-Hawaii Aleutian Time",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"esase-Austrilian Central Standard Time",
|
||||
"ACST",
|
||||
"esase-Austrilian Central Daylight Time",
|
||||
"ACDT",
|
||||
"esase-Central Australia Time",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"esase-Lord Howe Standard Time",
|
||||
"LHST",
|
||||
"esase-Lord Howe Daylight Time",
|
||||
"LHDT",
|
||||
"esase-Lord Howe Time",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"esase-Yakutsk Standard Time",
|
||||
"YST",
|
||||
"esase-Yakutsk Summer Time",
|
||||
"YST",
|
||||
"esase-Yakutsk Time",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"esase-Pacific Standard Time",
|
||||
"PST",
|
||||
"esase-Pacific Daylight Time",
|
||||
"PDT",
|
||||
"esase-Pacific Time",
|
||||
"PT",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"esase-Newfoundland Standard Time",
|
||||
"NST",
|
||||
"esase-Newfoundland Daylight Time",
|
||||
"NDT",
|
||||
"esase-Newfoundland Time",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"esase-Western Argentina Standard Time",
|
||||
"WAST",
|
||||
"esase-Western Argentina Summer Time",
|
||||
"WAST",
|
||||
"esase-Western Argentina Time",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"esase-Atlantic Standard Time",
|
||||
"AST",
|
||||
"esase-Atlantic Daylight Time",
|
||||
"ADT",
|
||||
"esase-Atlantic Time",
|
||||
"AT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"esase-Yekaterinburg Standard Time",
|
||||
"YST",
|
||||
"esase-Yekaterinburg Summer Time",
|
||||
"YST",
|
||||
"esase-Yekaterinburg Time",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"esase-Volgograd Standard Time",
|
||||
"VST",
|
||||
"esase-Volgograd Summer Time",
|
||||
"VST",
|
||||
"esase-Volgograd Time",
|
||||
"VT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"esase-Indonesia Central Time",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"esase-Indonesia Eastern Time",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"esase-Omsk Standard Time",
|
||||
"OST",
|
||||
"esase-Omsk Summer Time",
|
||||
"OST",
|
||||
"esase-Omsk Time",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"esase-Austrilian Western Standard Time",
|
||||
"AWST",
|
||||
"esase-Austrilian Western Daylight Time",
|
||||
"AWDT",
|
||||
"esase-Western Australia Time",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"esase-Indonesia Western Time",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"esase-Ulan Bator Standard Time",
|
||||
"UBST",
|
||||
"esase-Ulan Bator Summer Time",
|
||||
"UBST",
|
||||
"esase-Ulan Bator Time",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"esase-Central Standard Time",
|
||||
"CST",
|
||||
"esase-Central Daylight Time",
|
||||
"CDT",
|
||||
"esase-Central Time",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"esase-Australian Eastern Standard Time",
|
||||
"AEST",
|
||||
"esase-Australian Eastern Daylight Time",
|
||||
"AEDT",
|
||||
"esase-Austrilian Eastern Time",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"esase-Mountain Standard Time",
|
||||
"MST",
|
||||
"esase-Mountain Daylight Time",
|
||||
"MDT",
|
||||
"esase-Mountain Time",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"esase-Alaska Standard Time",
|
||||
"AKST",
|
||||
"esase-Alaska Daylight Time",
|
||||
"AKDT",
|
||||
"esase-Alaska Time",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"esase-Novosibirsk Standard Time",
|
||||
"NST",
|
||||
"esase-Novosibirsk Summer Time",
|
||||
"NST",
|
||||
"esase-Novosibirsk Time",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"esase-Vladivostok Standard Time",
|
||||
"VST",
|
||||
"esase-Vladivostok Summer Time",
|
||||
"VST",
|
||||
"esase-Vladivostok Time",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"esase-Irkutsk Standard Time",
|
||||
"IST",
|
||||
"esase-Irkutsk Summer Time",
|
||||
"IST",
|
||||
"esase-Irkutsk Time",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"esase-Fernando de Noronha Standard Time",
|
||||
"FNST",
|
||||
"esase-Fernando de Noronha Summer Time",
|
||||
"FNST",
|
||||
"esase-Fernando de Noronha Time",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"esase-Choibalsan Standard Time",
|
||||
"CST",
|
||||
"esase-Choibalsan Summer Time",
|
||||
"CST",
|
||||
"esase-Choibalsan Time",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"esase-Brasilia Standard Time",
|
||||
"BST",
|
||||
"esase-Brasilia Summer Time",
|
||||
"BST",
|
||||
"esase-Brasilia Time",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"esase-Krasnoyarsk Standard Time",
|
||||
"KST",
|
||||
"esase-Krasnoyarsk Summer Time",
|
||||
"KST",
|
||||
"esase-Krasnoyarsk Time",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"esase-West Kazakhstan Time",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"esase-Amazon Standard Time",
|
||||
"AST",
|
||||
"esase-Amazon Daylight Time",
|
||||
"AST",
|
||||
"esase-Amazon Time",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"esase-East Kazakhstan Time",
|
||||
"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