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.eu;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_eu_ES extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
229
jdkSrc/jdk8/sun/util/resources/cldr/eu/CurrencyNames_eu.java
Normal file
229
jdkSrc/jdk8/sun/util/resources/cldr/eu/CurrencyNames_eu.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.eu;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_eu extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "ESP", "\u20a7" },
|
||||
{ "aed", "Arabiar Emirerri Batuetako dirhama" },
|
||||
{ "afn", "Afganistango afghania" },
|
||||
{ "all", "Albaniako leka" },
|
||||
{ "amd", "Armeniako drama" },
|
||||
{ "ang", "Holandarren Antilletako guilderra" },
|
||||
{ "aoa", "Angolako kwanza" },
|
||||
{ "ars", "Argentinako pesoa" },
|
||||
{ "aud", "Australiako dolarra" },
|
||||
{ "awg", "Arubeko florina" },
|
||||
{ "azn", "Azerbaijango manata" },
|
||||
{ "bam", "Bosnia-Herzegovinako marko trukakorra" },
|
||||
{ "bbd", "Barbadosetako dolarra" },
|
||||
{ "bdt", "Bangladesheko taka" },
|
||||
{ "bgn", "Bulgariako leva" },
|
||||
{ "bhd", "Bahraingo dinarra" },
|
||||
{ "bif", "Burundiko frankoa" },
|
||||
{ "bmd", "Bermudetako dolarra" },
|
||||
{ "bnd", "Bruneiko dolarra" },
|
||||
{ "bob", "Boliviako bolivianoa" },
|
||||
{ "brl", "Brasiliako erreala" },
|
||||
{ "bsd", "Bahametako dolarra" },
|
||||
{ "btn", "Bhutango ngultruma" },
|
||||
{ "bwp", "Bosniako pula" },
|
||||
{ "byr", "Bielorrusiako errubloa" },
|
||||
{ "bzd", "Belizeko dolarra" },
|
||||
{ "cad", "Kanadako dolarra" },
|
||||
{ "cdf", "Kongoko frankoa" },
|
||||
{ "chf", "Suitzako frankoa" },
|
||||
{ "clp", "Txileko pesoa" },
|
||||
{ "cny", "Txinako yuana" },
|
||||
{ "cop", "Kolonbiako pesoa" },
|
||||
{ "crc", "Costa Ricako colona" },
|
||||
{ "cuc", "Kubako peso trukakorra" },
|
||||
{ "cup", "Kubako pesoa" },
|
||||
{ "cve", "Cabo Verdeko ezkutua" },
|
||||
{ "czk", "Txekiar Errepublikako koroa" },
|
||||
{ "djf", "Djibouteko frankoa" },
|
||||
{ "dkk", "Danimarkako koroa" },
|
||||
{ "dop", "Dominikar Errepublikako pesoa" },
|
||||
{ "dzd", "Algeriako dinarra" },
|
||||
{ "egp", "Egiptoko libera" },
|
||||
{ "ern", "Eritreako nakfa" },
|
||||
{ "etb", "Etiopiako birra" },
|
||||
{ "eur", "Euroa" },
|
||||
{ "fjd", "Fijiko dolarra" },
|
||||
{ "fkp", "Falkland uharteetako libera" },
|
||||
{ "gbp", "Britainia Handiko libera esterlina" },
|
||||
{ "gel", "Georgiako laria" },
|
||||
{ "ghs", "Ghanako cedia" },
|
||||
{ "gip", "Gibraltarreko libera" },
|
||||
{ "gmd", "Ganbiako dalasia" },
|
||||
{ "gnf", "Gineako frankoa" },
|
||||
{ "gtq", "Guatemalako quetzala" },
|
||||
{ "gyd", "Guyanako dolarra" },
|
||||
{ "hkd", "Hong Kongeko dolarra" },
|
||||
{ "hnl", "Hondurasko lempira" },
|
||||
{ "hrk", "Kroaziako kuna" },
|
||||
{ "htg", "Haitiko gourdea" },
|
||||
{ "huf", "Hungariako florina" },
|
||||
{ "idr", "Indonesiako rupiah" },
|
||||
{ "ils", "Israeleko sheqel berria" },
|
||||
{ "inr", "Indiako errupia" },
|
||||
{ "iqd", "Irakeko dinarra" },
|
||||
{ "irr", "Irango riala" },
|
||||
{ "isk", "Islandiako koroa" },
|
||||
{ "jmd", "Jamaikako dolarra" },
|
||||
{ "jod", "Jordaniako dinarra" },
|
||||
{ "jpy", "Japoniako yena" },
|
||||
{ "kes", "Kenyako shillinga" },
|
||||
{ "kgs", "Kyrgystango soma" },
|
||||
{ "khr", "Kanbodiako riela" },
|
||||
{ "kmf", "Komoreetako frankoa" },
|
||||
{ "kpw", "Ipar Koreako wona" },
|
||||
{ "krw", "Hego Koreako wona" },
|
||||
{ "kwd", "Kuwaiteko dinarra" },
|
||||
{ "kyd", "Kaiman uharteetako dolarra" },
|
||||
{ "kzt", "Kazakhstango tengea" },
|
||||
{ "lak", "Laoteko kipa" },
|
||||
{ "lbp", "Libanoko libera" },
|
||||
{ "lkr", "Sri Lankako errupia" },
|
||||
{ "lrd", "Liberiako dolarra" },
|
||||
{ "lsl", "Lesothoko lotia" },
|
||||
{ "ltl", "Lituaniako litasa" },
|
||||
{ "lvl", "Letoniako latsa" },
|
||||
{ "lyd", "Libiako dinarra" },
|
||||
{ "mad", "Marokoko dirhama" },
|
||||
{ "mdl", "Moldaviako leua" },
|
||||
{ "mga", "Madagaskarreko ariarya" },
|
||||
{ "mkd", "Mazedoniako denara" },
|
||||
{ "mmk", "Myanmako kyata" },
|
||||
{ "mnt", "Mongoliako tugrika" },
|
||||
{ "mop", "Macanako pataca" },
|
||||
{ "mro", "Mauritaniako ouguiya" },
|
||||
{ "mur", "Mauriziar uharteetako errupia" },
|
||||
{ "mvr", "Maldibiako rufiyaa" },
|
||||
{ "mwk", "Malawiko kwacha" },
|
||||
{ "mxn", "Mexikoko pesoa" },
|
||||
{ "myr", "Malaysiako ringgita" },
|
||||
{ "nad", "Namibiako dolarra" },
|
||||
{ "ngn", "Nigeriako naira" },
|
||||
{ "nio", "Nikaraguako cordoba" },
|
||||
{ "nok", "Norvegiako koroa" },
|
||||
{ "npr", "Nepalgo errupia" },
|
||||
{ "nzd", "Zeelanda Berriko dolarra" },
|
||||
{ "omr", "Omango riala" },
|
||||
{ "pab", "Panamako balboa" },
|
||||
{ "pen", "Peruko sol berria" },
|
||||
{ "pgk", "Papua Ginea Berriko kina" },
|
||||
{ "php", "Filipinetako pesoa" },
|
||||
{ "pkr", "Pakistango errupia" },
|
||||
{ "pln", "Poloniako zlotya" },
|
||||
{ "pyg", "Paraguaiko guarania" },
|
||||
{ "qar", "Qatareko riala" },
|
||||
{ "rsd", "Serbiako dinarra" },
|
||||
{ "rub", "Errusiako errubloa" },
|
||||
{ "rwf", "Ruandako frankoa" },
|
||||
{ "sar", "Saudiko riala" },
|
||||
{ "sbd", "Salomon uharteetako dolarra" },
|
||||
{ "scr", "Seychelleetako errupia" },
|
||||
{ "sdg", "Sudango libera" },
|
||||
{ "sek", "Suediako koroa" },
|
||||
{ "sgd", "Singapurgo dolarra" },
|
||||
{ "shp", "Santa Helenako libera" },
|
||||
{ "sll", "Sierra Leonako leona" },
|
||||
{ "sos", "Somaliako shillinga" },
|
||||
{ "srd", "Surinameko dolarra" },
|
||||
{ "std", "Sao Tomeko eta Principeko dobra" },
|
||||
{ "syp", "Siriako libera" },
|
||||
{ "szl", "Swaziko lilangenia" },
|
||||
{ "thb", "Thailandiako bahta" },
|
||||
{ "tjs", "Tajikistango somonia" },
|
||||
{ "tmt", "Turkmenistango manata" },
|
||||
{ "tnd", "Tunisiako dinarra" },
|
||||
{ "top", "Tongako Pa\u02bbanga" },
|
||||
{ "try", "Turkiako lira" },
|
||||
{ "ttd", "Trinidadeko eta Tobagoko dolarra" },
|
||||
{ "twd", "Taiwango dolar berria" },
|
||||
{ "tzs", "Tanzaniako shillinga" },
|
||||
{ "uah", "Ukrainako hryvnia" },
|
||||
{ "ugx", "Ugandako shillinga" },
|
||||
{ "usd", "AEBetako dolarra" },
|
||||
{ "uyu", "Uruguaiko pesoa" },
|
||||
{ "uzs", "Uzbekistango soma" },
|
||||
{ "vef", "Venezuelako bolivarra" },
|
||||
{ "vnd", "Vietnameko donga" },
|
||||
{ "vuv", "Vanuatuko vatua" },
|
||||
{ "wst", "Samoko tala" },
|
||||
{ "xaf", "Afrika erdialdeko frankoa BEAC" },
|
||||
{ "xcd", "Karibe ekialdeko dolarra" },
|
||||
{ "xof", "Afrika ekialdeko frankoa BCEAO" },
|
||||
{ "xpf", "CFP frankoa" },
|
||||
{ "xxx", "Moneta ezezaguna" },
|
||||
{ "yer", "Yemengo riala" },
|
||||
{ "zar", "Hego Afrikako randa" },
|
||||
{ "zmk", "Zambiako kwacha" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
552
jdkSrc/jdk8/sun/util/resources/cldr/eu/LocaleNames_eu.java
Normal file
552
jdkSrc/jdk8/sun/util/resources/cldr/eu/LocaleNames_eu.java
Normal file
@@ -0,0 +1,552 @@
|
||||
/*
|
||||
* 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.eu;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_eu extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "Mundua" },
|
||||
{ "002", "Afrika" },
|
||||
{ "003", "Ipar Amerika" },
|
||||
{ "005", "Hego Amerika" },
|
||||
{ "009", "Ozeania" },
|
||||
{ "011", "Afrika mendebaldea" },
|
||||
{ "013", "Erdialdeko Amerika" },
|
||||
{ "014", "Afrika ekialdea" },
|
||||
{ "015", "Afrika iparraldea" },
|
||||
{ "017", "Erdialdeko Afrika" },
|
||||
{ "018", "Afrika hegoaldea" },
|
||||
{ "019", "Amerika" },
|
||||
{ "021", "Amerika iparraldea" },
|
||||
{ "029", "Karibea" },
|
||||
{ "030", "Asia ekialdea" },
|
||||
{ "034", "Asia hegoaldea" },
|
||||
{ "035", "Asia hego-ekialdea" },
|
||||
{ "039", "Europa hegoaldea" },
|
||||
{ "053", "Australia eta Zeelanda Berria" },
|
||||
{ "054", "Melanesiera" },
|
||||
{ "057", "Mikronesia eskualdea" },
|
||||
{ "061", "Polinesia" },
|
||||
{ "142", "Asia" },
|
||||
{ "143", "Asia erdialdea" },
|
||||
{ "145", "Asia mendebaldea" },
|
||||
{ "150", "Europa" },
|
||||
{ "151", "Europa ekialdea" },
|
||||
{ "154", "Europa iparraldea" },
|
||||
{ "155", "Europa mendebaldea" },
|
||||
{ "419", "Latinoamerika" },
|
||||
{ "AC", "Ascension Uhartea" },
|
||||
{ "AD", "Andorra" },
|
||||
{ "AE", "Arabiar Emirrerri Batuak" },
|
||||
{ "AF", "Afganistan" },
|
||||
{ "AG", "Antigua eta Barbuda" },
|
||||
{ "AI", "Angila" },
|
||||
{ "AL", "Albania" },
|
||||
{ "AM", "Armenia" },
|
||||
{ "AN", "Holandarren Antillak" },
|
||||
{ "AO", "Angola" },
|
||||
{ "AQ", "Antartika" },
|
||||
{ "AR", "Argentina" },
|
||||
{ "AS", "Amerikar Samoa" },
|
||||
{ "AT", "Austria" },
|
||||
{ "AU", "Australia" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AX", "Aland Uharteak" },
|
||||
{ "AZ", "Azerbaijan" },
|
||||
{ "BA", "Bosnia-Herzegovina" },
|
||||
{ "BB", "Barbados" },
|
||||
{ "BD", "Bangladesh" },
|
||||
{ "BE", "Belgika" },
|
||||
{ "BF", "Burkina Faso" },
|
||||
{ "BG", "Bulgaria" },
|
||||
{ "BH", "Bahrain" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BL", "San Bartolome" },
|
||||
{ "BM", "Bermuda" },
|
||||
{ "BN", "Brunei" },
|
||||
{ "BO", "Bolibia" },
|
||||
{ "BR", "Brasil" },
|
||||
{ "BS", "Bahamak" },
|
||||
{ "BT", "Bhutan" },
|
||||
{ "BV", "Bouvet Uhartea" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Bielorrusia" },
|
||||
{ "BZ", "Belize" },
|
||||
{ "CA", "Kanada" },
|
||||
{ "CC", "Cocos uharteak" },
|
||||
{ "CD", "Kongoko Errepublika Demokratikoa" },
|
||||
{ "CF", "Afrika Erdiko Errepublika" },
|
||||
{ "CG", "Kongo" },
|
||||
{ "CH", "Suitza" },
|
||||
{ "CI", "Boli Kosta" },
|
||||
{ "CK", "Cook uharteak" },
|
||||
{ "CL", "Txile" },
|
||||
{ "CM", "Kamerun" },
|
||||
{ "CN", "Txina" },
|
||||
{ "CO", "Kolonbia" },
|
||||
{ "CR", "Costa Rica" },
|
||||
{ "CS", "Serbia eta Montenegro" },
|
||||
{ "CU", "Kuba" },
|
||||
{ "CV", "Cabo Verde" },
|
||||
{ "CX", "Christmas uhartea" },
|
||||
{ "CY", "Zipre" },
|
||||
{ "CZ", "Txekiar errepublika" },
|
||||
{ "DE", "Alemania" },
|
||||
{ "DJ", "Djibuti" },
|
||||
{ "DK", "Danimarka" },
|
||||
{ "DM", "Dominika" },
|
||||
{ "DO", "Dominikar Errepublika" },
|
||||
{ "DZ", "Aljeria" },
|
||||
{ "EA", "Ceuta eta Melilla" },
|
||||
{ "EC", "Ekuador" },
|
||||
{ "EE", "Estonia" },
|
||||
{ "EG", "Egipto" },
|
||||
{ "EH", "Mendebaldeko Sahara" },
|
||||
{ "ER", "Eritrea" },
|
||||
{ "ES", "Espainia" },
|
||||
{ "ET", "Etiopia" },
|
||||
{ "EU", "Europar Batasuna" },
|
||||
{ "FI", "Finlandia" },
|
||||
{ "FJ", "Fiji" },
|
||||
{ "FK", "Malvinak" },
|
||||
{ "FM", "Mikronesia" },
|
||||
{ "FO", "Faroe Uharteak" },
|
||||
{ "FR", "Frantzia" },
|
||||
{ "GA", "Gabon" },
|
||||
{ "GB", "Erresuma Batua" },
|
||||
{ "GD", "Grenada" },
|
||||
{ "GE", "Georgia" },
|
||||
{ "GF", "Guyana Frantsesa" },
|
||||
{ "GG", "Guernsey" },
|
||||
{ "GH", "Ghana" },
|
||||
{ "GI", "Gibraltar" },
|
||||
{ "GL", "Groenlandia" },
|
||||
{ "GM", "Gambia" },
|
||||
{ "GN", "Ginea" },
|
||||
{ "GP", "Guadalupe" },
|
||||
{ "GQ", "Ekuatore Ginea" },
|
||||
{ "GR", "Grezia" },
|
||||
{ "GS", "Hegoaldeko Georgia eta Hegoaldeko Sandwich uharteak" },
|
||||
{ "GT", "Guatemala" },
|
||||
{ "GU", "Guam" },
|
||||
{ "GW", "Ginea-Bissau" },
|
||||
{ "GY", "Guyana" },
|
||||
{ "HM", "Heard eta McDonald Uharteak" },
|
||||
{ "HN", "Honduras" },
|
||||
{ "HR", "Kroazia" },
|
||||
{ "HT", "Haiti" },
|
||||
{ "HU", "Hungaria" },
|
||||
{ "IC", "Kanariak" },
|
||||
{ "ID", "Indonesia" },
|
||||
{ "IE", "Irlanda" },
|
||||
{ "IL", "Israel" },
|
||||
{ "IM", "Man uhartea" },
|
||||
{ "IN", "India" },
|
||||
{ "IO", "Indiako Ozeanoko Britainiar Lurraldea" },
|
||||
{ "IQ", "Irak" },
|
||||
{ "IR", "Iran" },
|
||||
{ "IS", "Islandia" },
|
||||
{ "IT", "Italia" },
|
||||
{ "JE", "Jersey" },
|
||||
{ "JM", "Jamaika" },
|
||||
{ "JO", "Jordania" },
|
||||
{ "JP", "Japonia" },
|
||||
{ "KE", "Kenia" },
|
||||
{ "KG", "Kirgizistan" },
|
||||
{ "KH", "Kanbodia" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "Komoreak" },
|
||||
{ "KN", "Saint Kitts eta Nevis" },
|
||||
{ "KP", "Ipar Korea" },
|
||||
{ "KR", "Hego Korea" },
|
||||
{ "KW", "Kuwait" },
|
||||
{ "KY", "Kaiman Uharteak" },
|
||||
{ "KZ", "Kazakhstan" },
|
||||
{ "LA", "Laos" },
|
||||
{ "LB", "Libano" },
|
||||
{ "LC", "Santa Luzia" },
|
||||
{ "LI", "Liechtenstein" },
|
||||
{ "LK", "Sri Lanka" },
|
||||
{ "LR", "Liberia" },
|
||||
{ "LS", "Lesotho" },
|
||||
{ "LT", "Lituania" },
|
||||
{ "LU", "Luxenburgo" },
|
||||
{ "LV", "Letonia" },
|
||||
{ "LY", "Libia" },
|
||||
{ "MA", "Maroko" },
|
||||
{ "MC", "Monako" },
|
||||
{ "MD", "Moldavia" },
|
||||
{ "ME", "Montenegro" },
|
||||
{ "MF", "Saint Martin" },
|
||||
{ "MG", "Madagaskar" },
|
||||
{ "MH", "Marshall uharteak" },
|
||||
{ "MK", "Mazedonia" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Birmania" },
|
||||
{ "MN", "Mongolia" },
|
||||
{ "MO", "Makau" },
|
||||
{ "MP", "Iparraldeko Mariana uharteak" },
|
||||
{ "MQ", "Martinika" },
|
||||
{ "MR", "Mauritania" },
|
||||
{ "MS", "Montserrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Maurizio" },
|
||||
{ "MV", "Maldivak" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "Mexiko" },
|
||||
{ "MY", "Malasia" },
|
||||
{ "MZ", "Mozambike" },
|
||||
{ "NA", "Namibia" },
|
||||
{ "NC", "Kaledonia Berria" },
|
||||
{ "NE", "Niger" },
|
||||
{ "NF", "Norfolk uhartea" },
|
||||
{ "NG", "Nigeria" },
|
||||
{ "NI", "Nikaragua" },
|
||||
{ "NL", "Herbehereak" },
|
||||
{ "NO", "Norvegia" },
|
||||
{ "NP", "Nepal" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Niue" },
|
||||
{ "NZ", "Zeelanda Berria" },
|
||||
{ "OM", "Oman" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "Polinesia Frantsesa" },
|
||||
{ "PG", "Papua Ginea Berria" },
|
||||
{ "PH", "Filipinak" },
|
||||
{ "PK", "Pakistan" },
|
||||
{ "PL", "Polonia" },
|
||||
{ "PM", "Saint-Pierre eta Mikelune" },
|
||||
{ "PN", "Pitcairn uharteak" },
|
||||
{ "PR", "Puerto Rico" },
|
||||
{ "PS", "Palestina" },
|
||||
{ "PT", "Portugal" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paraguai" },
|
||||
{ "QA", "Katar" },
|
||||
{ "QO", "Mugaz kanpoko Ozeania" },
|
||||
{ "RE", "Reunion" },
|
||||
{ "RO", "Errumania" },
|
||||
{ "RS", "Serbia" },
|
||||
{ "RU", "Errusia" },
|
||||
{ "RW", "Ruanda" },
|
||||
{ "SA", "Saudi Arabia" },
|
||||
{ "SB", "Salomon uharteak" },
|
||||
{ "SC", "Seychelleak" },
|
||||
{ "SD", "Sudan" },
|
||||
{ "SE", "Suedia" },
|
||||
{ "SG", "Singapur" },
|
||||
{ "SH", "Saint Helena" },
|
||||
{ "SI", "Eslovenia" },
|
||||
{ "SJ", "Svalbard eta Jan Mayen uharteak" },
|
||||
{ "SK", "Eslovakia" },
|
||||
{ "SL", "Sierra Leona" },
|
||||
{ "SM", "San Marino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Somalia" },
|
||||
{ "SR", "Surinam" },
|
||||
{ "ST", "Sao Tome eta Principe" },
|
||||
{ "SV", "El Salvador" },
|
||||
{ "SY", "Siria" },
|
||||
{ "SZ", "Swazilandia" },
|
||||
{ "TC", "Turk eta Caicos uharteak" },
|
||||
{ "TD", "Txad" },
|
||||
{ "TF", "Frantziaren Lurralde Australak" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Tailandia" },
|
||||
{ "TJ", "Tadjikistan" },
|
||||
{ "TK", "Tokelau" },
|
||||
{ "TL", "Ekialdeko Timor" },
|
||||
{ "TM", "Turkmenistan" },
|
||||
{ "TN", "Tunisia" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "Turkia" },
|
||||
{ "TT", "Trinidad eta Tobago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Taiwan" },
|
||||
{ "TZ", "Tanzania" },
|
||||
{ "UA", "Ukraina" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "UM", "Estatu Batuetatik urruti dauden uharte txikiak" },
|
||||
{ "US", "Ameriketako Estatu Batuak" },
|
||||
{ "UY", "Uruguai" },
|
||||
{ "UZ", "Uzbekistan" },
|
||||
{ "VA", "Vatikano Hiria" },
|
||||
{ "VC", "Saint Vincent eta Grenadinak" },
|
||||
{ "VE", "Venezuela" },
|
||||
{ "VG", "Birjina uharte britainiarrak" },
|
||||
{ "VI", "Birjina uharte amerikarrak" },
|
||||
{ "VN", "Vietnam" },
|
||||
{ "VU", "Vanuatu" },
|
||||
{ "WF", "Wallis eta Futuna" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Yemen" },
|
||||
{ "YT", "Mayotte" },
|
||||
{ "ZA", "Hegoafrika" },
|
||||
{ "ZM", "Zambia" },
|
||||
{ "ZW", "Zimbabwe" },
|
||||
{ "ab", "abkhazera" },
|
||||
{ "af", "afrikaans" },
|
||||
{ "am", "amharikera" },
|
||||
{ "ar", "arabiera" },
|
||||
{ "as", "assamera" },
|
||||
{ "ay", "aimara" },
|
||||
{ "az", "azerbaijanera" },
|
||||
{ "be", "bielorrusiera" },
|
||||
{ "bg", "bulgariera" },
|
||||
{ "bh", "bihariera" },
|
||||
{ "bn", "bengalera" },
|
||||
{ "bo", "tibetera" },
|
||||
{ "br", "bretoiera" },
|
||||
{ "bs", "bosniera" },
|
||||
{ "ca", "katalana" },
|
||||
{ "cs", "txekiera" },
|
||||
{ "cy", "galesera" },
|
||||
{ "da", "daniera" },
|
||||
{ "de", "alemana" },
|
||||
{ "dv", "divehiera" },
|
||||
{ "dz", "dzongkha" },
|
||||
{ "el", "greziera" },
|
||||
{ "en", "ingelesa" },
|
||||
{ "eo", "esperantoa" },
|
||||
{ "es", "gaztelania" },
|
||||
{ "et", "estoniera" },
|
||||
{ "eu", "euskara" },
|
||||
{ "fa", "pertsiera" },
|
||||
{ "fi", "finlandiera" },
|
||||
{ "fj", "fijiera" },
|
||||
{ "fo", "faroera" },
|
||||
{ "fr", "frantsesa" },
|
||||
{ "fy", "frisiera" },
|
||||
{ "ga", "gaelikoa" },
|
||||
{ "gd", "eskoziako gaelikoa" },
|
||||
{ "gl", "galiziera" },
|
||||
{ "gn", "guaraniera" },
|
||||
{ "gu", "gujaratera" },
|
||||
{ "ha", "hausa" },
|
||||
{ "he", "hebreera" },
|
||||
{ "hi", "hindia" },
|
||||
{ "hr", "kroaziera" },
|
||||
{ "ht", "haitiera" },
|
||||
{ "hu", "hungariera" },
|
||||
{ "hy", "armeniera" },
|
||||
{ "ia", "interlingua" },
|
||||
{ "id", "indonesiera" },
|
||||
{ "ie", "interlingue" },
|
||||
{ "ig", "igboera" },
|
||||
{ "is", "islandiera" },
|
||||
{ "it", "italiera" },
|
||||
{ "ja", "japoniera" },
|
||||
{ "jv", "javera" },
|
||||
{ "ka", "georgiera" },
|
||||
{ "kk", "kazakhera" },
|
||||
{ "km", "khemerera" },
|
||||
{ "kn", "kannada" },
|
||||
{ "ko", "koreera" },
|
||||
{ "ks", "kashmirera" },
|
||||
{ "ku", "kurduera" },
|
||||
{ "ky", "kirgizera" },
|
||||
{ "la", "latina" },
|
||||
{ "lb", "luxenburgera" },
|
||||
{ "ln", "lingala" },
|
||||
{ "lo", "laosera" },
|
||||
{ "lt", "lituaniera" },
|
||||
{ "lv", "letoniera" },
|
||||
{ "mg", "malgaxea" },
|
||||
{ "mi", "maoriera" },
|
||||
{ "mk", "mazedoniera" },
|
||||
{ "ml", "malayalamera" },
|
||||
{ "mn", "mongoliera" },
|
||||
{ "mr", "marathera" },
|
||||
{ "ms", "malaysiera" },
|
||||
{ "mt", "maltera" },
|
||||
{ "my", "burmatarra" },
|
||||
{ "nb", "norvegiako bokmala" },
|
||||
{ "nd", "iparraldeko ndebeleera" },
|
||||
{ "ne", "nepalera" },
|
||||
{ "nl", "nederlandera" },
|
||||
{ "nn", "nynorsk norvegiera" },
|
||||
{ "no", "norvegiera" },
|
||||
{ "ny", "nyanja" },
|
||||
{ "oc", "okzitaniera" },
|
||||
{ "or", "oriya" },
|
||||
{ "os", "osetiera" },
|
||||
{ "pa", "punjabera" },
|
||||
{ "pl", "poloniera" },
|
||||
{ "ps", "paxtuera" },
|
||||
{ "pt", "portugesa" },
|
||||
{ "qu", "quechuera" },
|
||||
{ "rm", "erromantxera" },
|
||||
{ "rn", "rundiera" },
|
||||
{ "ro", "errumaniera" },
|
||||
{ "ru", "errusiera" },
|
||||
{ "rw", "kinyaruanda" },
|
||||
{ "sa", "sanskritoa" },
|
||||
{ "sd", "sindhia" },
|
||||
{ "se", "iparraldeko samiera" },
|
||||
{ "sg", "sangoera" },
|
||||
{ "sh", "serbokroaziera" },
|
||||
{ "si", "sinhala" },
|
||||
{ "sk", "eslovakiera" },
|
||||
{ "sl", "esloveniera" },
|
||||
{ "sm", "samoera" },
|
||||
{ "sn", "shonera" },
|
||||
{ "so", "somaliera" },
|
||||
{ "sq", "albaniera" },
|
||||
{ "sr", "serbiera" },
|
||||
{ "ss", "swatiera" },
|
||||
{ "st", "hegoaldeko sothoera" },
|
||||
{ "su", "sundanera" },
|
||||
{ "sv", "suediera" },
|
||||
{ "sw", "swahili" },
|
||||
{ "ta", "tamilera" },
|
||||
{ "te", "telugua" },
|
||||
{ "tg", "tajikistanera" },
|
||||
{ "th", "thailandiera" },
|
||||
{ "ti", "tigrinya" },
|
||||
{ "tk", "turkmeniera" },
|
||||
{ "tl", "tagalog" },
|
||||
{ "tn", "tswanera" },
|
||||
{ "to", "tonga" },
|
||||
{ "tr", "turkiera" },
|
||||
{ "ts", "tsongera" },
|
||||
{ "tt", "tatarera" },
|
||||
{ "tw", "twia" },
|
||||
{ "ty", "tahitiera" },
|
||||
{ "ug", "uigurrera" },
|
||||
{ "uk", "ukrainera" },
|
||||
{ "ur", "urdu" },
|
||||
{ "uz", "uzbekera" },
|
||||
{ "ve", "vendera" },
|
||||
{ "vi", "vietnamera" },
|
||||
{ "wo", "wolofera" },
|
||||
{ "xh", "xhosa" },
|
||||
{ "yi", "yiddishera" },
|
||||
{ "yo", "yorubera" },
|
||||
{ "zh", "txinera" },
|
||||
{ "zu", "zuluera" },
|
||||
{ "efi", "efikera" },
|
||||
{ "fil", "tagalo" },
|
||||
{ "gsw", "alemana (Suitza)" },
|
||||
{ "haw", "hawaiiera" },
|
||||
{ "mul", "hizkuntza anitzak" },
|
||||
{ "nso", "pediera" },
|
||||
{ "tet", "tetuma" },
|
||||
{ "tlh", "klingonera" },
|
||||
{ "tpi", "tok pisina" },
|
||||
{ "und", "hizkuntza ezezaguna" },
|
||||
{ "zxx", "Ez dago eduki linguistikorik" },
|
||||
{ "Arab", "Arabiera" },
|
||||
{ "Armn", "Armeniera" },
|
||||
{ "Beng", "Bengalarra" },
|
||||
{ "Bopo", "Bopomofo" },
|
||||
{ "Brai", "Braille" },
|
||||
{ "Cyrl", "Zirilikoa" },
|
||||
{ "Deva", "Devanagariarra" },
|
||||
{ "Ethi", "Etiopiarra" },
|
||||
{ "Geor", "Georgiera" },
|
||||
{ "Grek", "Greziera" },
|
||||
{ "Gujr", "Gujaratearra" },
|
||||
{ "Guru", "Gurmukhiarra" },
|
||||
{ "Hang", "Hangularra" },
|
||||
{ "Hani", "Txinatar idazkera" },
|
||||
{ "Hans", "Sinplifikatua" },
|
||||
{ "Hant", "Tradizionala" },
|
||||
{ "Hebr", "Hebreera" },
|
||||
{ "Hira", "Hiraganarra" },
|
||||
{ "Jpan", "Japoniera" },
|
||||
{ "Kana", "Katakana" },
|
||||
{ "Khmr", "Khmerarra" },
|
||||
{ "Knda", "Kannadarra" },
|
||||
{ "Kore", "Koreera" },
|
||||
{ "Laoo", "Laoarra" },
|
||||
{ "Latn", "Latina" },
|
||||
{ "Mlym", "Malayalamera" },
|
||||
{ "Mong", "Mongoliera" },
|
||||
{ "Mymr", "Myanmar" },
|
||||
{ "Orya", "Oriyera" },
|
||||
{ "Sinh", "Sinhalarra" },
|
||||
{ "Taml", "Tamilarra" },
|
||||
{ "Telu", "Teluguarra" },
|
||||
{ "Thaa", "Thaana" },
|
||||
{ "Thai", "Thaiera" },
|
||||
{ "Tibt", "Tibetarra" },
|
||||
{ "Zsym", "Ikurrak" },
|
||||
{ "Zxxx", "Idatzi gabea" },
|
||||
{ "Zyyy", "Ohikoa" },
|
||||
{ "Zzzz", "Idazkera ezezaguna" },
|
||||
{ "de_CH", "suitzako aleman garaia" },
|
||||
{ "en_US", "ingelesa (AEB)" },
|
||||
{ "es_ES", "espainiera iberiarra" },
|
||||
{ "nl_BE", "flandriera" },
|
||||
{ "pt_PT", "portugesa (Potugal)" },
|
||||
{ "es_419", "latinoamerikako espainiera" },
|
||||
{ "zh_Hans", "txinera (soildua)" },
|
||||
{ "zh_Hant", "txinera (tradizionala)" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
676
jdkSrc/jdk8/sun/util/resources/cldr/eu/TimeZoneNames_eu.java
Normal file
676
jdkSrc/jdk8/sun/util/resources/cldr/eu/TimeZoneNames_eu.java
Normal file
@@ -0,0 +1,676 @@
|
||||
/*
|
||||
* 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.eu;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_eu extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Moscow = new String[] {
|
||||
"Moskuko ordu estandarra",
|
||||
"MST",
|
||||
"Moskuko udako ordua",
|
||||
"MST",
|
||||
"Moskuko ordua",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"Argentinako ordu estandarra",
|
||||
"AST",
|
||||
"Argentinako udako ordua",
|
||||
"AST",
|
||||
"Argentinako ordua",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"Hovdeko ordu estandarra",
|
||||
"HST",
|
||||
"Hovdeko udako ordua",
|
||||
"HST",
|
||||
"Hovdeko ordua",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"Magadako ordu estandarra",
|
||||
"MST",
|
||||
"Magadango udako ordua",
|
||||
"MST",
|
||||
"Magadako ordua",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"Australia erdialdeko mendebaldeko ordu estandarra",
|
||||
"ACWST",
|
||||
"Australia erdialdeko mendebaldeko urte-sasoiko ordua",
|
||||
"ACWDT",
|
||||
"Australia erdialdeko mendebaldeko ordua",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Europe_Central = new String[] {
|
||||
"Central European Standard Time",
|
||||
"CET",
|
||||
"Central European Summer Time",
|
||||
"CEST",
|
||||
"Central European Time",
|
||||
"CET",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"Sakhalingo ordu estandarra",
|
||||
"SST",
|
||||
"Sakhalingo udako ordua",
|
||||
"SST",
|
||||
"Sakhalingo ordua",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"Macquarieko ordua",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"Ekialdeko ordu estandarra",
|
||||
"EST",
|
||||
"Ekialdeko urte-sasoiko ordua",
|
||||
"EDT",
|
||||
"Ekialdeko ordua",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"Hawaii Aleuteko ordu estandarra",
|
||||
"HAST",
|
||||
"Hawaii Aleuteko urte-sasoiko ordua",
|
||||
"HADT",
|
||||
"Hawaii Aleuteko ordua",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"Australia erdialdeko ordu estandarra",
|
||||
"ACST",
|
||||
"Australia erdialdeko urte-sasoiko ordua",
|
||||
"ACDT",
|
||||
"Australia erdialdeko ordua",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"Lord Howeko ordu estandarra",
|
||||
"LHST",
|
||||
"Lord Howeko urte-sasoiko ordua",
|
||||
"LHDT",
|
||||
"Lord Howeko ordua",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"Yakutskeko ordu estandarra",
|
||||
"YST",
|
||||
"Yakutskeko udako ordua",
|
||||
"YST",
|
||||
"Yakutskeko ordua",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"Pazifikoko ordu estandarra",
|
||||
"PST",
|
||||
"Pazifikoko urte-sasoiko ordua",
|
||||
"PDT",
|
||||
"Pazifikoko ordua",
|
||||
"PT",
|
||||
};
|
||||
final String[] Europe_Western = new String[] {
|
||||
"Western European Standard Time",
|
||||
"WET",
|
||||
"Western European Summer Time",
|
||||
"WEST",
|
||||
"Western European Time",
|
||||
"WET",
|
||||
};
|
||||
final String[] Europe_Eastern = new String[] {
|
||||
"Eastern European Standard Time",
|
||||
"EET",
|
||||
"Eastern European Summer Time",
|
||||
"EEST",
|
||||
"Eastern European Time",
|
||||
"EET",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"Ternuako ordu estandarra",
|
||||
"NST",
|
||||
"Ternuako urte-sasoiko ordua",
|
||||
"NDT",
|
||||
"Ternuako ordua",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"Argentina mendebaldeko ordu estandarra",
|
||||
"WAST",
|
||||
"Argentina mendebaldeko udako ordua",
|
||||
"WAST",
|
||||
"Argentina mendebaldeko ordua",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"Atlantikoko ordu estandarra",
|
||||
"AST",
|
||||
"Atlantikoko urte-sasoiko ordua",
|
||||
"ADT",
|
||||
"Atlantikoko ordua",
|
||||
"AT",
|
||||
};
|
||||
final String[] GMT = new String[] {
|
||||
"Greenwich Mean Time",
|
||||
"GMT",
|
||||
"Greenwich Summer Time",
|
||||
"GST",
|
||||
"Greenwich Time",
|
||||
"GT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"Yekaterinburgeko ordu estandarra",
|
||||
"YST",
|
||||
"Yekaterinburgeko udako ordua",
|
||||
"YST",
|
||||
"Yekaterinburgeko ordua",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"Belgradeko ordu estandarra",
|
||||
"VST",
|
||||
"Belgradeko udako ordua",
|
||||
"VST",
|
||||
"Belgradeko ordua",
|
||||
"VT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"Indonesia erdialdeko ordua",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"Indonesia ekialdeko ordua",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"Omskeko ordu estandarra",
|
||||
"OST",
|
||||
"Omskeko udako ordua",
|
||||
"OST",
|
||||
"Omskeko ordua",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"Australia mendebaldeko ordu estandarra",
|
||||
"AWST",
|
||||
"Australia mendebaldeko urte-sasoiko ordua",
|
||||
"AWDT",
|
||||
"Australia mendebaldeko ordua",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"Indonesia mendebaldeko ordua",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"Ulan Batorgo ordu estandarra",
|
||||
"UBST",
|
||||
"Ulan Batorgo udako ordua",
|
||||
"UBST",
|
||||
"Ulan Batorgo ordua",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"Erdialdeko ordu estandarra",
|
||||
"CST",
|
||||
"Erdialdeko urte-sasoiko ordua",
|
||||
"CDT",
|
||||
"Erdialdeko ordua",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"Australia ekialdeko ordu estandarra",
|
||||
"AEST",
|
||||
"Australia ekialdeko urte-sasoiko ordua",
|
||||
"AEDT",
|
||||
"Australia ekialdeko ordua",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"Mendi Harritsuetako ordu estandarra",
|
||||
"MST",
|
||||
"Mendi Harritsuetako urte-sasoiko ordua",
|
||||
"MDT",
|
||||
"Mendiko ordua",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"Alaskako ordu estandarra",
|
||||
"AKST",
|
||||
"Alaskako urte-sasoiko ordua",
|
||||
"AKDT",
|
||||
"Alaskako ordua",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"Novosibirskeko ordu estandarra",
|
||||
"NST",
|
||||
"Novosibirskeko udako ordua",
|
||||
"NST",
|
||||
"Novosibirskeko ordua",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"Vladivostokeko ordu estandarra",
|
||||
"VST",
|
||||
"Vladivostokeko udako ordua",
|
||||
"VST",
|
||||
"Vladivostokeko ordua",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"Irkutskeko ordu estandarra",
|
||||
"IST",
|
||||
"Irkutskeko udako ordua",
|
||||
"IST",
|
||||
"Irkutskeko ordua",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"Fernando de Noronhako ordu estandarra",
|
||||
"FNST",
|
||||
"Fernando de Noronhako udako ordua",
|
||||
"FNST",
|
||||
"Fernando de Noronhako ordua",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"Choibalsango ordu estandarra",
|
||||
"CST",
|
||||
"Choibalsango udako ordua",
|
||||
"CST",
|
||||
"Choibalsango ordua",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"Brasiliako ordu estandarra",
|
||||
"BST",
|
||||
"Brasiliako udako ordua",
|
||||
"BST",
|
||||
"Brasiliako ordua",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"Krasnoyarskeko ordu estandarra",
|
||||
"KST",
|
||||
"Krasnoyarskeko udako ordua",
|
||||
"KST",
|
||||
"Krasnoyarskeko ordua",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"Kazakhstan mendebaldeko ordua",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"Amazoniako ordu estandarra",
|
||||
"AST",
|
||||
"Amazoniako urte-sasoiko ordua",
|
||||
"AST",
|
||||
"Amazoniako ordua",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"Kazakhstan ekialdeko ordua",
|
||||
"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 },
|
||||
{ "Europe/Paris", Europe_Central },
|
||||
{ "GMT", GMT },
|
||||
{ "Africa/Casablanca", Europe_Western },
|
||||
{ "Europe/Bucharest", Europe_Eastern },
|
||||
{ "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 },
|
||||
{ "Africa/El_Aaiun", Europe_Western },
|
||||
{ "Africa/Ouagadougou", GMT },
|
||||
{ "America/Coral_Harbour", America_Eastern },
|
||||
{ "Africa/Cairo", Europe_Eastern },
|
||||
{ "America/Aruba", Atlantic },
|
||||
{ "America/North_Dakota/Center", America_Central },
|
||||
{ "America/Guatemala", America_Central },
|
||||
{ "Australia/Hobart", Australia_Eastern },
|
||||
{ "Europe/London", GMT },
|
||||
{ "America/Cayman", America_Eastern },
|
||||
{ "Asia/Ulaanbaatar", Mongolia },
|
||||
{ "America/Belize", America_Central },
|
||||
{ "America/Panama", America_Eastern },
|
||||
{ "Europe/San_Marino", Europe_Central },
|
||||
{ "America/Indiana/Tell_City", America_Central },
|
||||
{ "America/Tijuana", America_Pacific },
|
||||
{ "America/Managua", America_Central },
|
||||
{ "America/Indiana/Petersburg", America_Eastern },
|
||||
{ "Europe/Brussels", Europe_Central },
|
||||
{ "America/Chihuahua", America_Central },
|
||||
{ "America/Ojinaga", America_Central },
|
||||
{ "Asia/Hovd", Hovd },
|
||||
{ "Europe/Warsaw", Europe_Central },
|
||||
{ "Europe/Jersey", GMT },
|
||||
{ "America/Tegucigalpa", America_Central },
|
||||
{ "Europe/Istanbul", Europe_Eastern },
|
||||
{ "Asia/Damascus", Europe_Eastern },
|
||||
{ "America/Eirunepe", Amazon },
|
||||
{ "Europe/Luxembourg", Europe_Central },
|
||||
{ "America/Argentina/San_Luis", Argentina_Western },
|
||||
{ "America/Argentina/Ushuaia", Argentina },
|
||||
{ "Atlantic/Reykjavik", GMT },
|
||||
{ "Europe/Zaporozhye", Europe_Eastern },
|
||||
{ "Atlantic/St_Helena", GMT },
|
||||
{ "Europe/Guernsey", GMT },
|
||||
{ "Atlantic/Madeira", Europe_Western },
|
||||
{ "America/Thunder_Bay", America_Eastern },
|
||||
{ "America/Grand_Turk", America_Eastern },
|
||||
{ "Europe/Uzhgorod", Europe_Eastern },
|
||||
{ "America/Indiana/Marengo", America_Eastern },
|
||||
{ "Asia/Almaty", Kazakhstan_Eastern },
|
||||
{ "America/Creston", America_Mountain },
|
||||
{ "Europe/Isle_of_Man", GMT },
|
||||
{ "America/Araguaina", Brasilia },
|
||||
{ "America/Mexico_City", America_Central },
|
||||
{ "Asia/Novosibirsk", Novosibirsk },
|
||||
{ "America/Argentina/Salta", Argentina },
|
||||
{ "Africa/Tunis", Europe_Central },
|
||||
{ "Europe/Andorra", Europe_Central },
|
||||
{ "Africa/Tripoli", Europe_Eastern },
|
||||
{ "Africa/Banjul", GMT },
|
||||
{ "America/Matamoros", America_Central },
|
||||
{ "America/Blanc-Sablon", Atlantic },
|
||||
{ "Europe/Kaliningrad", GMT },
|
||||
{ "Europe/Lisbon", Europe_Western },
|
||||
{ "Europe/Oslo", Europe_Central },
|
||||
{ "Asia/Novokuznetsk", Novosibirsk },
|
||||
{ "Australia/Perth", Australia_Western },
|
||||
{ "CST6CDT", America_Central },
|
||||
{ "Atlantic/Canary", Europe_Western },
|
||||
{ "America/Manaus", Amazon },
|
||||
{ "Africa/Lome", GMT },
|
||||
{ "America/Menominee", America_Central },
|
||||
{ "America/Adak", Hawaii_Aleutian },
|
||||
{ "Africa/Freetown", GMT },
|
||||
{ "Europe/Malta", Europe_Central },
|
||||
{ "America/Resolute", America_Central },
|
||||
{ "Asia/Krasnoyarsk", Krasnoyarsk },
|
||||
{ "America/Argentina/Rio_Gallegos", Argentina },
|
||||
{ "Europe/Skopje", Europe_Central },
|
||||
{ "America/Edmonton", America_Mountain },
|
||||
{ "Europe/Podgorica", Europe_Central },
|
||||
{ "America/Catamarca", Argentina },
|
||||
{ "Europe/Sarajevo", Europe_Central },
|
||||
{ "America/Santo_Domingo", Atlantic },
|
||||
{ "Europe/Minsk", Europe_Eastern },
|
||||
{ "America/Glace_Bay", Atlantic },
|
||||
{ "Europe/Kiev", Europe_Eastern },
|
||||
{ "America/Cordoba", Argentina },
|
||||
{ "Europe/Rome", Europe_Central },
|
||||
{ "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 },
|
||||
{ "Africa/Algiers", Europe_Central },
|
||||
{ "Europe/Mariehamn", Europe_Eastern },
|
||||
{ "America/St_Thomas", Atlantic },
|
||||
{ "Europe/Zurich", Europe_Central },
|
||||
{ "America/Anguilla", Atlantic },
|
||||
{ "Europe/Vilnius", Europe_Eastern },
|
||||
{ "America/Fortaleza", Brasilia },
|
||||
{ "Africa/Bamako", GMT },
|
||||
{ "America/Hermosillo", America_Mountain },
|
||||
{ "America/Cancun", America_Central },
|
||||
{ "Europe/Gibraltar", Europe_Central },
|
||||
{ "Africa/Conakry", GMT },
|
||||
{ "Australia/Sydney", Australia_Eastern },
|
||||
{ "America/St_Lucia", Atlantic },
|
||||
{ "Europe/Madrid", Europe_Central },
|
||||
{ "America/Bahia_Banderas", America_Central },
|
||||
{ "America/Montserrat", Atlantic },
|
||||
{ "America/Santa_Isabel", America_Pacific },
|
||||
{ "America/Cambridge_Bay", America_Mountain },
|
||||
{ "Asia/Choibalsan", Choibalsan },
|
||||
{ "Asia/Omsk", Omsk },
|
||||
{ "Europe/Vaduz", Europe_Central },
|
||||
{ "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/Danmarkshavn", GMT },
|
||||
{ "America/Detroit", America_Eastern },
|
||||
{ "Pacific/Johnston", Hawaii_Aleutian },
|
||||
{ "Europe/Ljubljana", Europe_Central },
|
||||
{ "America/Sao_Paulo", Brasilia },
|
||||
{ "Asia/Jayapura", Indonesia_Eastern },
|
||||
{ "America/Thule", Atlantic },
|
||||
{ "America/Curacao", Atlantic },
|
||||
{ "America/Martinique", Atlantic },
|
||||
{ "Europe/Berlin", Europe_Central },
|
||||
{ "Europe/Moscow", Moscow },
|
||||
{ "Europe/Chisinau", Europe_Eastern },
|
||||
{ "America/Puerto_Rico", Atlantic },
|
||||
{ "America/Rankin_Inlet", America_Central },
|
||||
{ "America/Argentina/La_Rioja", Argentina },
|
||||
{ "Europe/Stockholm", Europe_Central },
|
||||
{ "Africa/Dakar", GMT },
|
||||
{ "America/Tortola", Atlantic },
|
||||
{ "Europe/Budapest", Europe_Central },
|
||||
{ "Australia/Eucla", Australia_CentralWestern },
|
||||
{ "America/Porto_Velho", Amazon },
|
||||
{ "Asia/Sakhalin", Sakhalin },
|
||||
{ "Europe/Zagreb", Europe_Central },
|
||||
{ "America/Port_of_Spain", Atlantic },
|
||||
{ "Europe/Helsinki", Europe_Eastern },
|
||||
{ "Asia/Beirut", Europe_Eastern },
|
||||
{ "Asia/Kamchatka", Magadan },
|
||||
{ "America/Nome", Alaska },
|
||||
{ "Africa/Sao_Tome", GMT },
|
||||
{ "Asia/Yakutsk", Yakutsk },
|
||||
{ "Europe/Tallinn", Europe_Eastern },
|
||||
{ "America/Rainy_River", America_Central },
|
||||
{ "Europe/Belgrade", Europe_Central },
|
||||
{ "Africa/Bissau", GMT },
|
||||
{ "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 },
|
||||
{ "Africa/Ceuta", Europe_Central },
|
||||
{ "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 },
|
||||
{ "Europe/Simferopol", Europe_Eastern },
|
||||
{ "Europe/Sofia", Europe_Eastern },
|
||||
{ "Africa/Nouakchott", GMT },
|
||||
{ "Europe/Prague", Europe_Central },
|
||||
{ "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 },
|
||||
{ "Asia/Nicosia", Europe_Eastern },
|
||||
{ "America/Moncton", Atlantic },
|
||||
{ "America/Indiana/Winamac", America_Eastern },
|
||||
{ "America/Boa_Vista", Amazon },
|
||||
{ "America/St_Vincent", Atlantic },
|
||||
{ "Asia/Gaza", Europe_Eastern },
|
||||
{ "PST8PDT", America_Pacific },
|
||||
{ "America/Grenada", Atlantic },
|
||||
{ "Australia/Darwin", Australia_Central },
|
||||
{ "Atlantic/Faeroe", Europe_Western },
|
||||
{ "Asia/Qyzylorda", Kazakhstan_Eastern },
|
||||
{ "Europe/Bratislava", Europe_Central },
|
||||
{ "America/Yakutat", Alaska },
|
||||
{ "America/Ciudad_Juarez", America_Mountain },
|
||||
{ "America/Argentina/Tucuman", Argentina },
|
||||
{ "Antarctica/Casey", Australia_Western },
|
||||
{ "Europe/Copenhagen", Europe_Central },
|
||||
{ "Europe/Vienna", Europe_Central },
|
||||
{ "America/Merida", America_Central },
|
||||
{ "America/Mazatlan", America_Mountain },
|
||||
{ "Europe/Tirane", Europe_Central },
|
||||
{ "America/St_Kitts", Atlantic },
|
||||
{ "Arctic/Longyearbyen", Europe_Central },
|
||||
{ "Australia/Broken_Hill", Australia_Central },
|
||||
{ "Europe/Riga", Europe_Eastern },
|
||||
{ "America/Dominica", Atlantic },
|
||||
{ "America/Guadeloupe", Atlantic },
|
||||
{ "Asia/Hebron", Europe_Eastern },
|
||||
{ "Africa/Abidjan", GMT },
|
||||
{ "America/Mendoza", Argentina },
|
||||
{ "Africa/Monrovia", GMT },
|
||||
{ "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 },
|
||||
{ "Europe/Amsterdam", Europe_Central },
|
||||
{ "America/Indiana/Knox", America_Central },
|
||||
{ "America/North_Dakota/Beulah", America_Central },
|
||||
{ "Europe/Vatican", Europe_Central },
|
||||
{ "Africa/Accra", GMT },
|
||||
{ "Asia/Amman", Europe_Eastern },
|
||||
{ "America/Maceio", Brasilia },
|
||||
{ "Australia/Lord_Howe", Lord_Howe },
|
||||
{ "Europe/Dublin", GMT },
|
||||
{ "America/Toronto", America_Eastern },
|
||||
{ "Australia/Lindeman", Australia_Eastern },
|
||||
{ "MST7MDT", America_Mountain },
|
||||
{ "America/Monterrey", America_Central },
|
||||
{ "America/Nassau", America_Eastern },
|
||||
{ "America/Jamaica", America_Eastern },
|
||||
{ "Europe/Athens", Europe_Eastern },
|
||||
{ "Europe/Monaco", Europe_Central },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user