feat(jdk8): move files to new folder to avoid resources compiled.

This commit is contained in:
2025-09-07 15:25:52 +08:00
parent 3f0047bf6f
commit 8c35cfb1c0
17415 changed files with 217 additions and 213 deletions

View File

@@ -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.it;
import java.util.ListResourceBundle;
public class CalendarData_it_CH extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "2" },
{ "minimalDaysInFirstWeek", "4" },
};
return data;
}
}

View File

@@ -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.it;
import java.util.ListResourceBundle;
public class CalendarData_it_IT extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "2" },
{ "minimalDaysInFirstWeek", "4" },
};
return data;
}
}

View File

@@ -0,0 +1,344 @@
/*
* 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.it;
import sun.util.resources.OpenListResourceBundle;
public class CurrencyNames_it extends OpenListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "BGN", "Lv" },
{ "ISK", "Kr" },
{ "PGK", "K" },
{ "RON", "L" },
{ "TMT", "m" },
{ "VEF", "Bs.F" },
{ "adp", "Peseta Andorrana" },
{ "aed", "Dirham degli Emirati Arabi Uniti" },
{ "afa", "Afgani (1927-2002)" },
{ "afn", "Afgani" },
{ "all", "Lek Albanese" },
{ "amd", "Dram Armeno" },
{ "ang", "Fiorino delle Antille Olandesi" },
{ "aoa", "Kwanza Angolano" },
{ "aok", "Kwanza Angolano (1977-1990)" },
{ "aon", "Nuovo Kwanza Angolano (1990-2000)" },
{ "aor", "Kwanza Reajustado Angolano (1995-1999)" },
{ "ara", "Austral Argentino" },
{ "arp", "Peso Argentino (vecchio Cod.)" },
{ "ars", "Peso Argentino" },
{ "ats", "Scellino Austriaco" },
{ "aud", "Dollaro Australiano" },
{ "awg", "Fiorino di Aruba" },
{ "azm", "Manat Azero (1993-2006)" },
{ "azn", "Manat Azero" },
{ "bad", "Dinar Bosnia-Herzegovina" },
{ "bam", "Marco Conv. Bosnia-Erzegovina" },
{ "bbd", "Dollaro di Barbados" },
{ "bdt", "Taka Bangladese" },
{ "bec", "Franco Belga (convertibile)" },
{ "bef", "Franco Belga" },
{ "bel", "Franco Belga (finanziario)" },
{ "bgl", "Lev Bulgaro" },
{ "bgn", "Nuovo Lev Bulgaro" },
{ "bhd", "Dinaro del Bahraini" },
{ "bif", "Franco del Burundi" },
{ "bmd", "Dollaro delle Bermuda" },
{ "bnd", "Dollaro del Brunei" },
{ "bob", "Boliviano" },
{ "bop", "Peso Boliviano" },
{ "bov", "Mvdol Boliviano" },
{ "brb", "Cruzeiro Novo Brasiliano (1967-1986)" },
{ "brc", "Cruzado Brasiliano" },
{ "bre", "Cruzeiro Brasiliano (1990-1993)" },
{ "brl", "Real Brasiliano" },
{ "brn", "Cruzado Novo Brasiliano" },
{ "brr", "Cruzeiro Brasiliano" },
{ "bsd", "Dollaro delle Bahamas" },
{ "btn", "Ngultrum Butanese" },
{ "buk", "Kyat Birmano" },
{ "bwp", "Pula del Botswana" },
{ "byb", "Nuovo Rublo Bielorussia (1994-1999)" },
{ "byr", "Rublo Bielorussia" },
{ "bzd", "Dollaro Belize" },
{ "cad", "Dollaro Canadese" },
{ "cdf", "Franco Congolese" },
{ "chf", "Franco Svizzero" },
{ "clf", "Unidades de Fomento Chilene" },
{ "clp", "Peso Cileno" },
{ "cny", "Renmimbi Cinese" },
{ "cop", "Peso Colombiano" },
{ "crc", "Col\u00f3n Costaricano" },
{ "csd", "Antico Dinaro Serbo" },
{ "csk", "Corona forte cecoslovacca" },
{ "cuc", "Peso cubano convertibile" },
{ "cup", "Peso Cubano" },
{ "cve", "Escudo del Capo Verde" },
{ "cyp", "Sterlina Cipriota" },
{ "czk", "Corona Ceca" },
{ "ddm", "Ostmark della Germania Orientale" },
{ "dem", "Marco Tedesco" },
{ "djf", "Franco Gibutiano" },
{ "dkk", "Corona Danese" },
{ "dop", "Peso Dominicano" },
{ "dzd", "Dinaro Algerino" },
{ "ecs", "Sucre dell\u2019Ecuador" },
{ "ecv", "Unidad de Valor Constante (UVC) dell\u2019Ecuador" },
{ "eek", "Corona dell\u2019Estonia" },
{ "egp", "Sterlina Egiziana" },
{ "ern", "Nakfa Eritreo" },
{ "esa", "Peseta Spagnola Account" },
{ "esb", "Peseta Spagnola Account Convertibile" },
{ "esp", "Peseta Spagnola" },
{ "etb", "Birr Etiopico" },
{ "eur", "Euro" },
{ "fim", "Markka Finlandese" },
{ "fjd", "Dollaro delle Figi" },
{ "fkp", "Sterlina delle Falkland" },
{ "frf", "Franco Francese" },
{ "gbp", "Sterlina Inglese" },
{ "gek", "Kupon Larit Georgiano" },
{ "gel", "Lari Georgiano" },
{ "ghc", "Cedi del Ghana" },
{ "ghs", "Cedi ghanese" },
{ "gip", "Sterlina di Gibilterra" },
{ "gmd", "Dalasi del Gambia" },
{ "gnf", "Franco della Guinea" },
{ "gns", "Syli della Guinea" },
{ "gqe", "Ekwele della Guinea Equatoriale" },
{ "grd", "Dracma Greca" },
{ "gtq", "Quetzal Guatemalteco" },
{ "gwe", "Escudo della Guinea portoghese" },
{ "gwp", "Peso della Guinea-Bissau" },
{ "gyd", "Dollaro della Guyana" },
{ "hkd", "Dollaro di Hong Kong" },
{ "hnl", "Lempira Hoduregno" },
{ "hrd", "Dinaro Croato" },
{ "hrk", "Kuna Croata" },
{ "htg", "Gourde Haitiano" },
{ "huf", "Fiorino Ungherese" },
{ "idr", "Rupia Indonesiana" },
{ "iep", "Sterlina irlandese" },
{ "ilp", "Sterlina Israeliana" },
{ "ils", "Nuovo sheqel israeliano" },
{ "inr", "Rupia Indiana" },
{ "iqd", "Dinaro Iracheno" },
{ "irr", "Rial Iraniano" },
{ "isk", "Corona Islandese" },
{ "itl", "Lira Italiana" },
{ "jmd", "Dollaro Giamaicano" },
{ "jod", "Dinaro Giordano" },
{ "jpy", "Yen Giapponese" },
{ "kes", "Scellino Keniota" },
{ "kgs", "Som Kirghiso" },
{ "khr", "Riel Cambogiano" },
{ "kmf", "Franco Comoriano" },
{ "kpw", "Won Nordcoreano" },
{ "krw", "Won Sudcoreano" },
{ "kwd", "Dinaro Kuwaitiano" },
{ "kyd", "Dollaro delle Isole Cayman" },
{ "kzt", "Tenge Kazaco" },
{ "lak", "Kip Laotiano" },
{ "lbp", "Sterlina Libanese" },
{ "lkr", "Rupia di Sri Lanka" },
{ "lrd", "Dollaro Liberiano" },
{ "lsl", "Loti del Lesotho" },
{ "ltl", "Lita Lituana" },
{ "ltt", "Talonas Lituani" },
{ "luc", "Franco Convertibile del Lussemburgo" },
{ "luf", "Franco del Lussemburgo" },
{ "lul", "Franco Finanziario del Lussemburgo" },
{ "lvl", "Lat Lettone" },
{ "lvr", "Rublo Lettone" },
{ "lyd", "Dinaro Libico" },
{ "mad", "Dirham Marocchino" },
{ "maf", "Franco Marocchino" },
{ "mdl", "Leu Moldavo" },
{ "mga", "Ariary Malgascio" },
{ "mgf", "Franco Malgascio" },
{ "mkd", "Dinaro Macedone" },
{ "mlf", "Franco di Mali" },
{ "mmk", "Kyat di Myanmar" },
{ "mnt", "Tugrik Mongolo" },
{ "mop", "Pataca di Macao" },
{ "mro", "Ouguiya della Mauritania" },
{ "mtl", "Lira Maltese" },
{ "mtp", "Sterlina Maltese" },
{ "mur", "Rupia Mauriziana" },
{ "mvr", "Rufiyaa delle Maldive" },
{ "mwk", "Kwacha Malawiano" },
{ "mxn", "Peso Messicano" },
{ "mxp", "Peso messicano d\u2019argento (1861-1992)" },
{ "mxv", "Unidad de Inversion (UDI) Messicana" },
{ "myr", "Ringgit della Malesia" },
{ "mze", "Escudo del Mozambico" },
{ "mzn", "Metical del Mozambico" },
{ "nad", "Dollaro Namibiano" },
{ "ngn", "Naira Nigeriana" },
{ "nic", "Cordoba Nicaraguense" },
{ "nio", "C\u00f3rdoba oro nicaraguense" },
{ "nlg", "Fiorino Olandese" },
{ "nok", "Corona Norvegese" },
{ "npr", "Rupia Nepalese" },
{ "nzd", "Dollaro Neozelandese" },
{ "omr", "Rial Omanita" },
{ "pab", "Balboa di Panama" },
{ "pei", "Inti Peruviano" },
{ "pen", "Sol Nuevo Peruviano" },
{ "pes", "Sol Peruviano" },
{ "pgk", "Kina della Papua Nuova Guinea" },
{ "php", "Peso delle Filippine" },
{ "pkr", "Rupia del Pakistan" },
{ "pln", "Zloty Polacco" },
{ "plz", "Zloty Polacco (1950-1995)" },
{ "pte", "Escudo Portoghese" },
{ "pyg", "Guarani del Paraguay" },
{ "qar", "Rial del Qatar" },
{ "rhd", "Dollaro della Rhodesia" },
{ "rol", "Leu della Romania" },
{ "ron", "Leu Rumeno" },
{ "rsd", "Dinaro serbo" },
{ "rub", "Rublo Russo" },
{ "rur", "Rublo della CSI" },
{ "rwf", "Franco Ruandese" },
{ "sar", "Ryal Saudita" },
{ "sbd", "Dollaro delle Isole Solomon" },
{ "scr", "Rupia delle Seychelles" },
{ "sdd", "Dinaro Sudanese" },
{ "sdg", "Sterlina sudanese" },
{ "sek", "Corona Svedese" },
{ "sgd", "Dollaro di Singapore" },
{ "shp", "Sterlina di Sant\u2019Elena" },
{ "sit", "Tallero Sloveno" },
{ "skk", "Corona Slovacca" },
{ "sll", "Leone della Sierra Leone" },
{ "sos", "Scellino Somalo" },
{ "srd", "Dollaro surinamese" },
{ "srg", "Fiorino del Suriname" },
{ "std", "Dobra di Sao Tom\u00e9 e Principe" },
{ "sur", "Rublo Sovietico" },
{ "svc", "Col\u00f3n Salvadoregno" },
{ "syp", "Sterlina Siriana" },
{ "szl", "Lilangeni dello Swaziland" },
{ "thb", "Baht Tailandese" },
{ "tjr", "Rublo del Tajikistan" },
{ "tjs", "Somoni del Tajikistan" },
{ "tmm", "Manat Turkmeno (1993-2009)" },
{ "tmt", "Manat Turkmeno" },
{ "tnd", "Dinaro Tunisino" },
{ "top", "Pa\u02bbanga di Tonga" },
{ "tpe", "Escudo di Timor" },
{ "trl", "Lira Turca" },
{ "try", "Nuova Lira Turca" },
{ "ttd", "Dollaro di Trinidad e Tobago" },
{ "twd", "Nuovo dollaro taiwanese" },
{ "tzs", "Scellino della Tanzania" },
{ "uah", "Hrivna Ucraina" },
{ "uak", "Karbovanetz Ucraino" },
{ "ugs", "Scellino Ugandese (1966-1987)" },
{ "ugx", "Scellino Ugandese" },
{ "usd", "Dollaro Statunitense" },
{ "usn", "Dollaro Statunitense (Next day)" },
{ "uss", "Dollaro Statunitense (Same day)" },
{ "uyi", "Peso uruguaiano in unit\u00e0 indicizzate" },
{ "uyp", "Peso Uruguaiano (1975-1993)" },
{ "uyu", "Peso Uruguayo uruguaiano" },
{ "uzs", "Sum dell\u2019Uzbekistan" },
{ "veb", "Bolivar Venezuelano" },
{ "vef", "Bol\u00edvar venezuelano forte" },
{ "vnd", "Dong Vietnamita" },
{ "vuv", "Vatu di Vanuatu" },
{ "wst", "Tala della Samoa Occidentale" },
{ "xaf", "Franco CFA BEAC" },
{ "xag", "Argento" },
{ "xau", "Oro" },
{ "xba", "Unit\u00e0 composita europea" },
{ "xbb", "Unit\u00e0 monetaria europea" },
{ "xbc", "Unit\u00e0 di acconto europea (XBC)" },
{ "xbd", "Unit\u00e0 di acconto europea (XBD)" },
{ "xcd", "Dollaro dei Caraibi Orientali" },
{ "xdr", "Diritti Speciali di Incasso" },
{ "xfo", "Franco Oro Francese" },
{ "xfu", "Franco UIC Francese" },
{ "xof", "Franco CFA BCEAO" },
{ "xpd", "Palladio" },
{ "xpf", "Franco CFP" },
{ "xpt", "Platino" },
{ "xre", "Fondi RINET" },
{ "xts", "Codice di verifica della valuta" },
{ "xxx", "Nessuna valuta" },
{ "ydd", "Dinaro dello Yemen" },
{ "yer", "Rial dello Yemen" },
{ "yud", "Dinaro Forte Yugoslavo" },
{ "yum", "Dinaro Noviy Yugoslavo" },
{ "yun", "Dinaro Convertibile Yugoslavo" },
{ "zal", "Rand Sudafricano (finanziario)" },
{ "zar", "Rand Sudafricano" },
{ "zmk", "Kwacha dello Zambia" },
{ "zrn", "Nuovo Zaire dello Zaire" },
{ "zrz", "Zaire dello Zaire" },
{ "zwd", "Dollaro dello Zimbabwe" },
};
return data;
}
}

View File

@@ -0,0 +1,979 @@
/*
* 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.it;
import sun.util.resources.OpenListResourceBundle;
public class LocaleNames_it extends OpenListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "001", "Mondo" },
{ "002", "Africa" },
{ "003", "Nord America" },
{ "005", "America del Sud" },
{ "009", "Oceania" },
{ "011", "Africa occidentale" },
{ "013", "America centrale" },
{ "014", "Africa orientale" },
{ "015", "Africa del Nord" },
{ "017", "Africa centrale" },
{ "018", "Africa del Sud" },
{ "019", "Americhe" },
{ "021", "America del Nord" },
{ "029", "Caraibi" },
{ "030", "Asia orientale" },
{ "034", "Asia del Sud" },
{ "035", "Asia sudorientale" },
{ "039", "Europa del Sud" },
{ "053", "Australia e Nuova Zelanda" },
{ "054", "Melanesia" },
{ "057", "Regione Micronesiana" },
{ "061", "Polinesia" },
{ "142", "Asia" },
{ "143", "Asia centrale" },
{ "145", "Asia occidentale" },
{ "150", "Europa" },
{ "151", "Europa orientale" },
{ "154", "Europa del Nord" },
{ "155", "Europa occidentale" },
{ "419", "America Latina" },
{ "AC", "Isola di Ascensione" },
{ "AD", "Andorra" },
{ "AE", "Emirati Arabi Uniti" },
{ "AF", "Afghanistan" },
{ "AG", "Antigua e Barbuda" },
{ "AI", "Anguilla" },
{ "AL", "Albania" },
{ "AM", "Armenia" },
{ "AN", "Antille Olandesi" },
{ "AO", "Angola" },
{ "AQ", "Antartide" },
{ "AR", "Argentina" },
{ "AS", "Samoa Americane" },
{ "AT", "Austria" },
{ "AU", "Australia" },
{ "AW", "Aruba" },
{ "AX", "Isole Aland" },
{ "AZ", "Azerbaigian" },
{ "BA", "Bosnia Erzegovina" },
{ "BB", "Barbados" },
{ "BD", "Bangladesh" },
{ "BE", "Belgio" },
{ "BF", "Burkina Faso" },
{ "BG", "Bulgaria" },
{ "BH", "Bahrein" },
{ "BI", "Burundi" },
{ "BJ", "Benin" },
{ "BL", "San Bartolomeo" },
{ "BM", "Bermuda" },
{ "BN", "Brunei" },
{ "BO", "Bolivia" },
{ "BR", "Brasile" },
{ "BS", "Bahamas" },
{ "BT", "Bhutan" },
{ "BV", "Isola Bouvet" },
{ "BW", "Botswana" },
{ "BY", "Bielorussia" },
{ "BZ", "Belize" },
{ "CA", "Canada" },
{ "CC", "Isole Cocos" },
{ "CD", "Repubblica Democratica del Congo" },
{ "CF", "Repubblica Centrafricana" },
{ "CG", "Congo" },
{ "CH", "Svizzera" },
{ "CI", "Costa d\u2019Avorio" },
{ "CK", "Isole Cook" },
{ "CL", "Cile" },
{ "CM", "Camerun" },
{ "CN", "Cina" },
{ "CO", "Colombia" },
{ "CP", "Isola di Clipperton" },
{ "CR", "Costa Rica" },
{ "CS", "Serbia e Montenegro" },
{ "CU", "Cuba" },
{ "CV", "Capo Verde" },
{ "CX", "Isola di Christmas" },
{ "CY", "Cipro" },
{ "CZ", "Repubblica Ceca" },
{ "DE", "Germania" },
{ "DG", "Diego Garcia" },
{ "DJ", "Gibuti" },
{ "DK", "Danimarca" },
{ "DM", "Dominica" },
{ "DO", "Repubblica Dominicana" },
{ "DZ", "Algeria" },
{ "EA", "Ceuta e Melilla" },
{ "EC", "Ecuador" },
{ "EE", "Estonia" },
{ "EG", "Egitto" },
{ "EH", "Sahara Occidentale" },
{ "ER", "Eritrea" },
{ "ES", "Spagna" },
{ "ET", "Etiopia" },
{ "EU", "Unione Europea" },
{ "FI", "Finlandia" },
{ "FJ", "Figi" },
{ "FK", "Isole Falkland" },
{ "FM", "Micronesia" },
{ "FO", "Isole Faroe" },
{ "FR", "Francia" },
{ "FX", "Francia metropolitana" },
{ "GA", "Gabon" },
{ "GB", "Regno Unito" },
{ "GD", "Grenada" },
{ "GE", "Georgia" },
{ "GF", "Guiana Francese" },
{ "GG", "Guernsey" },
{ "GH", "Ghana" },
{ "GI", "Gibilterra" },
{ "GL", "Groenlandia" },
{ "GM", "Gambia" },
{ "GN", "Guinea" },
{ "GP", "Guadalupa" },
{ "GQ", "Guinea Equatoriale" },
{ "GR", "Grecia" },
{ "GS", "Georgia del Sud e Isole Sandwich del Sud" },
{ "GT", "Guatemala" },
{ "GU", "Guam" },
{ "GW", "Guinea-Bissau" },
{ "GY", "Guyana" },
{ "HK", "Regione Amministrativa Speciale di Hong Kong della Repubblica Popolare Cinese" },
{ "HM", "Isole Heard ed Isole McDonald" },
{ "HN", "Honduras" },
{ "HR", "Croazia" },
{ "HT", "Haiti" },
{ "HU", "Ungheria" },
{ "IC", "Isole Canarie" },
{ "ID", "Indonesia" },
{ "IE", "Irlanda" },
{ "IL", "Israele" },
{ "IM", "Isola di Man" },
{ "IN", "India" },
{ "IO", "Territorio Britannico dell\u2019Oceano Indiano" },
{ "IQ", "Iraq" },
{ "IR", "Iran" },
{ "IS", "Islanda" },
{ "IT", "Italia" },
{ "JE", "Jersey" },
{ "JM", "Giamaica" },
{ "JO", "Giordania" },
{ "JP", "Giappone" },
{ "KE", "Kenya" },
{ "KG", "Kirghizistan" },
{ "KH", "Cambogia" },
{ "KI", "Kiribati" },
{ "KM", "Comore" },
{ "KN", "Saint Kitts e Nevis" },
{ "KP", "Corea del Nord" },
{ "KR", "Corea del Sud" },
{ "KW", "Kuwait" },
{ "KY", "Isole Cayman" },
{ "KZ", "Kazakistan" },
{ "LA", "Laos" },
{ "LB", "Libano" },
{ "LC", "Saint Lucia" },
{ "LI", "Liechtenstein" },
{ "LK", "Sri Lanka" },
{ "LR", "Liberia" },
{ "LS", "Lesotho" },
{ "LT", "Lituania" },
{ "LU", "Lussemburgo" },
{ "LV", "Lettonia" },
{ "LY", "Libia" },
{ "MA", "Marocco" },
{ "MC", "Monaco" },
{ "MD", "Moldavia" },
{ "ME", "Montenegro" },
{ "MF", "Saint Martin" },
{ "MG", "Madagascar" },
{ "MH", "Isole Marshall" },
{ "MK", "Repubblica di Macedonia" },
{ "ML", "Mali" },
{ "MM", "Myanmar" },
{ "MN", "Mongolia" },
{ "MO", "Regione Amministrativa Speciale di Macao della Repubblica Popolare Cinese" },
{ "MP", "Isole Marianne Settentrionali" },
{ "MQ", "Martinica" },
{ "MR", "Mauritania" },
{ "MS", "Montserrat" },
{ "MT", "Malta" },
{ "MU", "Mauritius" },
{ "MV", "Maldive" },
{ "MW", "Malawi" },
{ "MX", "Messico" },
{ "MY", "Malesia" },
{ "MZ", "Mozambico" },
{ "NA", "Namibia" },
{ "NC", "Nuova Caledonia" },
{ "NE", "Niger" },
{ "NF", "Isola Norfolk" },
{ "NG", "Nigeria" },
{ "NI", "Nicaragua" },
{ "NL", "Paesi Bassi" },
{ "NO", "Norvegia" },
{ "NP", "Nepal" },
{ "NR", "Nauru" },
{ "NU", "Niue" },
{ "NZ", "Nuova Zelanda" },
{ "OM", "Oman" },
{ "PA", "Panama" },
{ "PE", "Per\u00f9" },
{ "PF", "Polinesia Francese" },
{ "PG", "Papua Nuova Guinea" },
{ "PH", "Filippine" },
{ "PK", "Pakistan" },
{ "PL", "Polonia" },
{ "PM", "Saint Pierre e Miquelon" },
{ "PN", "Pitcairn" },
{ "PR", "Portorico" },
{ "PS", "Territori palestinesi" },
{ "PT", "Portogallo" },
{ "PW", "Palau" },
{ "PY", "Paraguay" },
{ "QA", "Qatar" },
{ "QO", "Oceania lontana" },
{ "RE", "R\u00e9union" },
{ "RO", "Romania" },
{ "RS", "Serbia" },
{ "RU", "Federazione Russa" },
{ "RW", "Ruanda" },
{ "SA", "Arabia Saudita" },
{ "SB", "Isole Solomon" },
{ "SC", "Seychelles" },
{ "SD", "Sudan" },
{ "SE", "Svezia" },
{ "SG", "Singapore" },
{ "SH", "Sant\u2019Elena" },
{ "SI", "Slovenia" },
{ "SJ", "Svalbard e Jan Mayen" },
{ "SK", "Slovacchia" },
{ "SL", "Sierra Leone" },
{ "SM", "San Marino" },
{ "SN", "Senegal" },
{ "SO", "Somalia" },
{ "SR", "Suriname" },
{ "ST", "Sao Tom\u00e9 e Pr\u00edncipe" },
{ "SV", "El Salvador" },
{ "SY", "Siria" },
{ "SZ", "Swaziland" },
{ "TA", "Tristan da Cunha" },
{ "TC", "Isole Turks e Caicos" },
{ "TD", "Ciad" },
{ "TF", "Territori australi francesi" },
{ "TG", "Togo" },
{ "TH", "Tailandia" },
{ "TJ", "Tagikistan" },
{ "TK", "Tokelau" },
{ "TL", "Timor Est" },
{ "TM", "Turkmenistan" },
{ "TN", "Tunisia" },
{ "TO", "Tonga" },
{ "TR", "Turchia" },
{ "TT", "Trinidad e Tobago" },
{ "TV", "Tuvalu" },
{ "TW", "Taiwan" },
{ "TZ", "Tanzania" },
{ "UA", "Ucraina" },
{ "UG", "Uganda" },
{ "UM", "Isole Minori lontane dagli Stati Uniti" },
{ "US", "Stati Uniti" },
{ "UY", "Uruguay" },
{ "UZ", "Uzbekistan" },
{ "VA", "Vaticano" },
{ "VC", "Saint Vincent e Grenadines" },
{ "VE", "Venezuela" },
{ "VG", "Isole Vergini Britanniche" },
{ "VI", "Isole Vergini Americane" },
{ "VN", "Vietnam" },
{ "VU", "Vanuatu" },
{ "WF", "Wallis e Futuna" },
{ "WS", "Samoa" },
{ "YE", "Yemen" },
{ "YT", "Mayotte" },
{ "ZA", "Sudafrica" },
{ "ZM", "Zambia" },
{ "ZW", "Zimbabwe" },
{ "ZZ", "Regione non valida o sconosciuta" },
{ "aa", "afar" },
{ "ab", "abkhazian" },
{ "ae", "avestan" },
{ "af", "afrikaans" },
{ "ak", "akan" },
{ "am", "amarico" },
{ "an", "aragonese" },
{ "ar", "arabo" },
{ "as", "assamese" },
{ "av", "avaro" },
{ "ay", "aymara" },
{ "az", "azerbaigiano" },
{ "ba", "baschiro" },
{ "be", "bielorusso" },
{ "bg", "bulgaro" },
{ "bh", "bihari" },
{ "bi", "bislama" },
{ "bm", "bambara" },
{ "bn", "bengalese" },
{ "bo", "tibetano" },
{ "br", "bretone" },
{ "bs", "bosniaco" },
{ "ca", "catalano" },
{ "ce", "ceceno" },
{ "ch", "chamorro" },
{ "co", "corso" },
{ "cr", "cree" },
{ "cs", "ceco" },
{ "cu", "slavo della Chiesa" },
{ "cv", "chuvash" },
{ "cy", "gallese" },
{ "da", "danese" },
{ "de", "tedesco" },
{ "dv", "divehi" },
{ "dz", "dzongkha" },
{ "ee", "ewe" },
{ "el", "greco" },
{ "en", "inglese" },
{ "eo", "esperanto" },
{ "es", "spagnolo" },
{ "et", "estone" },
{ "eu", "basco" },
{ "fa", "persiano" },
{ "ff", "fulah" },
{ "fi", "finlandese" },
{ "fj", "figiano" },
{ "fo", "faroese" },
{ "fr", "francese" },
{ "fy", "frisone" },
{ "ga", "irlandese" },
{ "gd", "gaelico scozzese" },
{ "gl", "galiziano" },
{ "gn", "guarana" },
{ "gu", "gujarati" },
{ "gv", "manx" },
{ "ha", "haussa" },
{ "he", "ebraico" },
{ "hi", "hindi" },
{ "ho", "hiri motu" },
{ "hr", "croato" },
{ "ht", "haitiano" },
{ "hu", "ungherese" },
{ "hy", "armeno" },
{ "hz", "herero" },
{ "ia", "interlingua" },
{ "id", "indonesiano" },
{ "ie", "interlingue" },
{ "ig", "igbo" },
{ "ii", "sichuan yi" },
{ "ik", "inupiak" },
{ "io", "ido" },
{ "is", "islandese" },
{ "it", "italiano" },
{ "iu", "inuktitut" },
{ "ja", "giapponese" },
{ "jv", "giavanese" },
{ "ka", "georgiano" },
{ "kg", "kongo" },
{ "ki", "kikuyu" },
{ "kj", "kuanyama" },
{ "kk", "kazako" },
{ "kl", "kalaallisut" },
{ "km", "khmer" },
{ "kn", "kannada" },
{ "ko", "coreano" },
{ "kr", "kanuri" },
{ "ks", "kashmiri" },
{ "ku", "curdo" },
{ "kv", "komi" },
{ "kw", "cornico" },
{ "ky", "kirghiso" },
{ "la", "latino" },
{ "lb", "lussemburghese" },
{ "lg", "ganda" },
{ "li", "limburgese" },
{ "ln", "lingala" },
{ "lo", "lao" },
{ "lt", "lituano" },
{ "lu", "luba-katanga" },
{ "lv", "lettone" },
{ "mg", "malgascio" },
{ "mh", "marshallese" },
{ "mi", "maori" },
{ "mk", "macedone" },
{ "ml", "malayalam" },
{ "mn", "mongolo" },
{ "mo", "moldavo" },
{ "mr", "marathi" },
{ "ms", "malese" },
{ "mt", "maltese" },
{ "my", "birmano" },
{ "na", "nauru" },
{ "nb", "norvegese bokmal" },
{ "nd", "ndebele del nord" },
{ "ne", "nepalese" },
{ "ng", "ndonga" },
{ "nl", "olandese" },
{ "nn", "norvegese nynorsk" },
{ "no", "norvegese" },
{ "nr", "ndebele del sud" },
{ "nv", "navajo" },
{ "ny", "nyanja" },
{ "oc", "occitano" },
{ "oj", "ojibwa" },
{ "om", "oromo" },
{ "or", "oriya" },
{ "os", "ossetico" },
{ "pa", "punjabi" },
{ "pi", "pali" },
{ "pl", "polacco" },
{ "ps", "pashto" },
{ "pt", "portoghese" },
{ "qu", "quechua" },
{ "rm", "lingua rhaeto-romance" },
{ "rn", "rundi" },
{ "ro", "rumeno" },
{ "ru", "russo" },
{ "rw", "kinyarwanda" },
{ "sa", "sanscrito" },
{ "sc", "sardo" },
{ "sd", "sindhi" },
{ "se", "sami del nord" },
{ "sg", "sango" },
{ "sh", "serbo-croato" },
{ "si", "singalese" },
{ "sk", "slovacco" },
{ "sl", "sloveno" },
{ "sm", "samoano" },
{ "sn", "shona" },
{ "so", "somalo" },
{ "sq", "albanese" },
{ "sr", "serbo" },
{ "ss", "swati" },
{ "st", "sotho del sud" },
{ "su", "sundanese" },
{ "sv", "svedese" },
{ "sw", "swahili" },
{ "ta", "tamil" },
{ "te", "telugu" },
{ "tg", "tagicco" },
{ "th", "thai" },
{ "ti", "tigrinya" },
{ "tk", "turcomanno" },
{ "tl", "tagalog" },
{ "tn", "tswana" },
{ "to", "tonga" },
{ "tr", "turco" },
{ "ts", "tsonga" },
{ "tt", "tatarico" },
{ "tw", "ci" },
{ "ty", "taitiano" },
{ "ug", "uigurico" },
{ "uk", "ucraino" },
{ "ur", "urdu" },
{ "uz", "usbeco" },
{ "ve", "venda" },
{ "vi", "vietnamita" },
{ "vo", "volap\u00fck" },
{ "wa", "vallone" },
{ "wo", "volof" },
{ "xh", "xosa" },
{ "yi", "yiddish" },
{ "yo", "yoruba" },
{ "za", "zhuang" },
{ "zh", "cinese" },
{ "zu", "zulu" },
{ "ace", "accinese" },
{ "ach", "acioli" },
{ "ada", "adangme" },
{ "ady", "adyghe" },
{ "afa", "lingua afroasiatica" },
{ "afh", "afrihili" },
{ "ain", "ainu" },
{ "akk", "accado" },
{ "ale", "aleuto" },
{ "alg", "lingue algonchine" },
{ "alt", "altai meridionale" },
{ "ang", "inglese antico" },
{ "anp", "angika" },
{ "apa", "lingue apache" },
{ "arc", "aramaico" },
{ "arn", "araucano" },
{ "arp", "arapaho" },
{ "art", "lingua artificiale" },
{ "arw", "aruaco" },
{ "ast", "asturiano" },
{ "ath", "lingue athabaska" },
{ "aus", "lingue australiane" },
{ "awa", "awadhi" },
{ "bad", "banda" },
{ "bai", "lingue bamileke" },
{ "bal", "beluci" },
{ "ban", "balinese" },
{ "bas", "basa" },
{ "bat", "lingua baltica" },
{ "bej", "begia" },
{ "bem", "wemba" },
{ "ber", "berbero" },
{ "bho", "bhojpuri" },
{ "bik", "bicol" },
{ "bin", "bini" },
{ "bla", "siksika" },
{ "bnt", "bantu" },
{ "bra", "braj" },
{ "btk", "batak" },
{ "bua", "buriat" },
{ "bug", "bugi" },
{ "byn", "blin" },
{ "cad", "caddo" },
{ "cai", "lingua indiana dell'America Centrale" },
{ "car", "caribico" },
{ "cau", "lingua caucasica" },
{ "cch", "atsam" },
{ "ceb", "cebuano" },
{ "cel", "celtica altra lingua" },
{ "chb", "chibcha" },
{ "chg", "ciagataico" },
{ "chk", "chuukese" },
{ "chm", "mari" },
{ "chn", "gergo chinook" },
{ "cho", "choctaw" },
{ "chp", "chipewyan" },
{ "chr", "cherokee" },
{ "chy", "cheyenne" },
{ "cmc", "lingue chamic" },
{ "cop", "copto" },
{ "cpe", "creolo o pidgin basati sull'inglese" },
{ "cpf", "creolo o pidgin basati sul francese" },
{ "cpp", "creolo o pidgin basati sul portoghese" },
{ "crh", "turco crimeo" },
{ "crp", "creolo o pidgin" },
{ "csb", "kashubian" },
{ "cus", "lingua cuscitica" },
{ "dak", "dakota" },
{ "dar", "dargwa" },
{ "day", "dayak" },
{ "del", "delaware" },
{ "den", "slave" },
{ "dgr", "dogrib" },
{ "din", "dinca" },
{ "doi", "dogri" },
{ "dra", "lingua dravidica" },
{ "dsb", "basso sorabo" },
{ "dua", "duala" },
{ "dum", "olandese medio" },
{ "dyu", "diula" },
{ "efi", "efik" },
{ "egy", "egiziano antico" },
{ "eka", "ekajuka" },
{ "elx", "elamitico" },
{ "enm", "inglese medio" },
{ "ewo", "ewondo" },
{ "fan", "fang" },
{ "fat", "fanti" },
{ "fil", "filippino" },
{ "fiu", "lingua ungrofinnica" },
{ "frm", "francese medio" },
{ "fro", "francese antico" },
{ "frr", "frisone settentrionale" },
{ "fur", "friulano" },
{ "gaa", "ga" },
{ "gay", "gayo" },
{ "gba", "gbaya" },
{ "gem", "lingua germanica" },
{ "gez", "geez" },
{ "gil", "gilbertese" },
{ "gmh", "tedesco medio alto" },
{ "goh", "tedesco antico alto" },
{ "gon", "gondi" },
{ "gor", "gorontalo" },
{ "got", "gotico" },
{ "grb", "gerbo" },
{ "grc", "greco antico" },
{ "gsw", "tedesco svizzero" },
{ "gwi", "gwich\u02bcin" },
{ "hai", "haida" },
{ "haw", "hawaiano" },
{ "hil", "hiligayna" },
{ "him", "himachali" },
{ "hit", "hittite" },
{ "hmn", "hmong" },
{ "hsb", "alto sorabo" },
{ "hup", "hupa" },
{ "iba", "iban" },
{ "ilo", "ilocano" },
{ "inc", "lingua indiana" },
{ "ine", "lingua indoeuropea" },
{ "inh", "ingush" },
{ "ira", "iraniana" },
{ "iro", "lingue irochesi" },
{ "jbo", "lojban" },
{ "jpr", "giudeo persiano" },
{ "jrb", "giudeo arabo" },
{ "kaa", "kara-kalpak" },
{ "kab", "kabyle" },
{ "kac", "kachin" },
{ "kaj", "kai" },
{ "kam", "kamba" },
{ "kar", "karen" },
{ "kaw", "kawi" },
{ "kbd", "kabardia" },
{ "kcg", "tyap" },
{ "kha", "khasi" },
{ "khi", "lingua khoisan" },
{ "kho", "khotanese" },
{ "kmb", "kimbundu" },
{ "kok", "konkani" },
{ "kos", "kosraean" },
{ "kpe", "kpelle" },
{ "krc", "karachay-Balkar" },
{ "krl", "careliano" },
{ "kro", "kru" },
{ "kru", "kurukh" },
{ "kum", "kumyk" },
{ "kut", "kutenai" },
{ "lad", "ladino" },
{ "lah", "lahnda" },
{ "lam", "lamba" },
{ "lez", "lezghian" },
{ "lol", "lolo bantu" },
{ "loz", "lozi" },
{ "lua", "luba-lulua" },
{ "lui", "luiseno" },
{ "lun", "lunda" },
{ "luo", "luo" },
{ "lus", "lushai" },
{ "mad", "madurese" },
{ "mag", "magahi" },
{ "mai", "maithili" },
{ "mak", "makasar" },
{ "man", "mandingo" },
{ "map", "austronesiano" },
{ "mas", "masai" },
{ "mdf", "moksha" },
{ "mdr", "mandar" },
{ "men", "mende" },
{ "mga", "irlandese medio" },
{ "mic", "micmac" },
{ "min", "menangkabau" },
{ "mis", "lingue diverse" },
{ "mkh", "lingua mon-khmer" },
{ "mnc", "manchu" },
{ "mni", "manipuri" },
{ "mno", "manobo" },
{ "moh", "mohawk" },
{ "mos", "mossi" },
{ "mul", "multilingua" },
{ "mun", "lingua munda" },
{ "mus", "creek" },
{ "mwl", "mirandese" },
{ "mwr", "marwari" },
{ "myn", "lingue maya" },
{ "myv", "erzya" },
{ "nah", "nahuatl" },
{ "nai", "lingua indiana del Nord America" },
{ "nap", "napoletano" },
{ "nds", "basso tedesco" },
{ "new", "newari" },
{ "nia", "nias" },
{ "nic", "lingua niger-cordofan" },
{ "niu", "niue" },
{ "nog", "nogai" },
{ "non", "norse antico" },
{ "nqo", "n'ko" },
{ "nso", "sotho del nord" },
{ "nub", "nubiano" },
{ "nwc", "newari classico" },
{ "nym", "nyamwezi" },
{ "nyn", "nyankole" },
{ "nyo", "nyoro" },
{ "nzi", "nzima" },
{ "osa", "osage" },
{ "ota", "turco ottomano" },
{ "oto", "lingue otomi" },
{ "paa", "lingua papuana" },
{ "pag", "pangasinan" },
{ "pal", "pahlavi" },
{ "pam", "pampanga" },
{ "pap", "papiamento" },
{ "pau", "palau" },
{ "peo", "persiano antico" },
{ "phi", "lingua filippina" },
{ "phn", "fenicio" },
{ "pon", "ponape" },
{ "pra", "pracrito" },
{ "pro", "provenzale antico" },
{ "raj", "rajasthani" },
{ "rap", "rapanui" },
{ "rar", "rarotonga" },
{ "roa", "lingua romanza" },
{ "rom", "romani" },
{ "rup", "arumeno" },
{ "sad", "sandawe" },
{ "sah", "yakut" },
{ "sai", "lingua indiana del Sud America" },
{ "sal", "lingue salish" },
{ "sam", "aramaico samaritano" },
{ "sas", "sasak" },
{ "sat", "santali" },
{ "scn", "siciliano" },
{ "sco", "scozzese" },
{ "sel", "selkup" },
{ "sem", "lingua semitica" },
{ "sga", "irlandese antico" },
{ "sgn", "lingue sign" },
{ "shn", "shan" },
{ "sid", "sidamo" },
{ "sio", "lingue sioux" },
{ "sit", "lingua sino-tibetana" },
{ "sla", "lingua slava" },
{ "sma", "sami del sud" },
{ "smi", "lingua sami" },
{ "smj", "sami lule" },
{ "smn", "sami inari" },
{ "sms", "sami skolt" },
{ "snk", "soninke" },
{ "sog", "sogdiano" },
{ "son", "songhai" },
{ "srn", "sranan tongo" },
{ "srr", "serer" },
{ "ssa", "lingua nilo-sahariana" },
{ "suk", "sukuma" },
{ "sus", "susu" },
{ "sux", "sumero" },
{ "swb", "comoriano" },
{ "syr", "siriaco" },
{ "tai", "lingua tailandese" },
{ "tem", "temne" },
{ "ter", "tereno" },
{ "tet", "tetum" },
{ "tig", "tigre" },
{ "tiv", "tiv" },
{ "tkl", "tokelau" },
{ "tlh", "klingon" },
{ "tli", "tlingit" },
{ "tmh", "tamashek" },
{ "tog", "nyasa del Tonga" },
{ "tpi", "tok pisin" },
{ "tsi", "tsimshian" },
{ "tum", "tumbuka" },
{ "tup", "lingue tupi" },
{ "tut", "lingua altaica" },
{ "tvl", "tuvalu" },
{ "tyv", "tuvinian" },
{ "udm", "udmurt" },
{ "uga", "ugaritico" },
{ "umb", "mbundu" },
{ "und", "lingua imprecisata" },
{ "vai", "vai" },
{ "vot", "voto" },
{ "wak", "lingue wakash" },
{ "wal", "walamo" },
{ "war", "waray" },
{ "was", "washo" },
{ "wen", "sorabo" },
{ "xal", "kalmyk" },
{ "yao", "yao (bantu)" },
{ "yap", "yapese" },
{ "ypk", "lingue yupik" },
{ "yue", "cantonese" },
{ "zap", "zapotec" },
{ "zen", "zenaga" },
{ "znd", "zande" },
{ "zun", "zuni" },
{ "zxx", "nessun contenuto linguistico" },
{ "zza", "zaza" },
{ "Arab", "arabo" },
{ "Armn", "armeno" },
{ "Bali", "balinese" },
{ "Batk", "batak" },
{ "Beng", "bengali" },
{ "Blis", "simboli bliss" },
{ "Bopo", "bopomofo" },
{ "Brah", "brahmi" },
{ "Brai", "braille" },
{ "Bugi", "buginese" },
{ "Buhd", "buhid" },
{ "Cans", "simboli aborigeni canadesi unificati" },
{ "Cari", "carian" },
{ "Cham", "cham" },
{ "Cher", "cherokee" },
{ "Cirt", "cirth" },
{ "Copt", "copto" },
{ "Cprt", "cipriota" },
{ "Cyrl", "cirillico" },
{ "Cyrs", "cirillico antica chiesa slavonica" },
{ "Deva", "devanagari" },
{ "Dsrt", "deseret" },
{ "Egyd", "egiziano demotico" },
{ "Egyh", "ieratico egiziano" },
{ "Egyp", "geroglifici egiziani" },
{ "Ethi", "etiope" },
{ "Geok", "kutsuri" },
{ "Geor", "georgiano" },
{ "Glag", "glagolitico" },
{ "Goth", "gotico" },
{ "Grek", "greco" },
{ "Gujr", "gujarati" },
{ "Guru", "gurmukhi" },
{ "Hang", "hangul" },
{ "Hani", "han" },
{ "Hano", "hanunoo" },
{ "Hans", "han semplificato" },
{ "Hant", "han tradizionale" },
{ "Hebr", "ebraico" },
{ "Hira", "hiragana" },
{ "Hmng", "pahawn hmong" },
{ "Hrkt", "katanaka o hiragana" },
{ "Hung", "antico ungherese" },
{ "Inds", "indu" },
{ "Ital", "italico antico" },
{ "Java", "javanese" },
{ "Jpan", "giapponese" },
{ "Kali", "kayah li" },
{ "Kana", "katakana" },
{ "Khar", "kharoshthi" },
{ "Khmr", "khmer" },
{ "Knda", "kannada" },
{ "Kore", "coreano" },
{ "Lana", "lanna" },
{ "Laoo", "lao" },
{ "Latf", "variante fraktur del latino" },
{ "Latg", "variante gaelica del latino" },
{ "Latn", "latino" },
{ "Lepc", "lepcha" },
{ "Limb", "limbu" },
{ "Lina", "lineare A" },
{ "Linb", "lineare B" },
{ "Lyci", "lyci" },
{ "Lydi", "lydi" },
{ "Mand", "mandaico" },
{ "Maya", "geroglifici maya" },
{ "Mero", "meroitico" },
{ "Mlym", "malayalam" },
{ "Mong", "mongolo" },
{ "Moon", "moon" },
{ "Mtei", "meetei mayek" },
{ "Mymr", "myanmar" },
{ "Nkoo", "n'ko" },
{ "Ogam", "ogham" },
{ "Olck", "ol chiki" },
{ "Orkh", "orkhon" },
{ "Orya", "oriya" },
{ "Osma", "osmanya" },
{ "Perm", "permico antico" },
{ "Phag", "phags-pa" },
{ "Phnx", "fenicio" },
{ "Plrd", "fonetica di pollard" },
{ "Rjng", "rejang" },
{ "Roro", "rongorongo" },
{ "Runr", "runico" },
{ "Sara", "sarati" },
{ "Saur", "saurashtra" },
{ "Sgnw", "linguaggio dei segni" },
{ "Shaw", "shaviano" },
{ "Sinh", "singalese" },
{ "Sund", "sundanese" },
{ "Sylo", "syloti nagri" },
{ "Syrc", "siriano" },
{ "Syre", "siriaco estrangelo" },
{ "Syrj", "siriaco occidentale" },
{ "Syrn", "siriaco orientale" },
{ "Tagb", "tagbanwa" },
{ "Tale", "tai le" },
{ "Talu", "tai lue" },
{ "Taml", "tamil" },
{ "Telu", "telugu" },
{ "Teng", "tengwar" },
{ "Tfng", "tifinagh" },
{ "Tglg", "tagalog" },
{ "Thaa", "thaana" },
{ "Thai", "tailandese" },
{ "Tibt", "tibetano" },
{ "Ugar", "ugarita" },
{ "Vaii", "vaii" },
{ "Visp", "alfabeto visivo" },
{ "Xpeo", "persiano antico" },
{ "Xsux", "sumero-accadiano cuneiforme" },
{ "Yiii", "yi" },
{ "Zinh", "ereditato" },
{ "Zsym", "simboli" },
{ "Zxxx", "non scritto" },
{ "Zyyy", "comune" },
{ "Zzzz", "ignoto o non valido" },
{ "de_AT", "tedesco austriaco" },
{ "de_CH", "alto tedesco svizzero" },
{ "en_AU", "inglese australiano" },
{ "en_CA", "inglese canadese" },
{ "en_GB", "inglese britannico" },
{ "en_US", "inglese americano" },
{ "es_ES", "spagnolo della Spagna" },
{ "fr_CA", "francese canadese" },
{ "fr_CH", "francese svizzero" },
{ "nl_BE", "fiammingo belga" },
{ "pt_BR", "portoghese brasiliano" },
{ "pt_PT", "portoghese del Portogallo" },
{ "es_419", "spagnolo latinoamericano" },
{ "zh_Hans", "cinese semplificato" },
{ "zh_Hant", "cinese tradizionale" },
};
return data;
}
}

View File

@@ -0,0 +1,744 @@
/*
* 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.it;
import sun.util.resources.TimeZoneNamesBundle;
public class TimeZoneNames_it extends TimeZoneNamesBundle {
@Override
protected final Object[][] getContents() {
final String[] Africa_Central = new String[] {
"Ora dell'Africa centrale",
"CAT",
"Central Africa Summer Time",
"CAST",
"Central Africa Time",
"CAT",
};
final String[] Moscow = new String[] {
"Ora standard di Mosca",
"MST",
"Ora legale di Mosca",
"MST",
"Ora di Mosca",
"MT",
};
final String[] Japan = new String[] {
"Ora Standard Giappone",
"JST",
"Ora Legale Giappone",
"JDT",
"Ora Giappone",
"JT",
};
final String[] Argentina = new String[] {
"Ora standard dell'Argentina",
"AST",
"Ora legale dell'Argentina",
"AST",
"Ora dell'Argentina",
"AT",
};
final String[] Hovd = new String[] {
"Ora standard di Hovd",
"HST",
"Ora legale di Hovd",
"HST",
"Ora di Hovd",
"HT",
};
final String[] Magadan = new String[] {
"Ora standard di Magadan",
"MST",
"Ora legale di Magadan",
"MST",
"Ora di Magadan",
"MT",
};
final String[] Australia_CentralWestern = new String[] {
"Ora standard dell'Australia centroccidentale",
"ACWST",
"Ora legale dell'Australia centroccidentale",
"ACWDT",
"Ora dell'Australia centroccidentale",
"ACWT",
};
final String[] Europe_Central = new String[] {
"Ora Standard Europa Centrale",
"CET",
"Ora Legale Europa Centrale",
"CEST",
"Ora Europa Centrale",
"CET",
};
final String[] Sakhalin = new String[] {
"Ora standard di Sakhalin",
"SST",
"Ora legale di Sakhalin",
"SST",
"Ora di Sakhalin",
"ST",
};
final String[] Macquarie = new String[] {
"Ora di Macquarie",
"MIT",
"Macquarie Island Summer Time",
"MIST",
"Macquarie Island Time",
"MIT",
};
final String[] America_Eastern = new String[] {
"Ora standard orientale USA",
"EST",
"Ora legale orientale USA",
"EDT",
"Ora orientale USA",
"ET",
};
final String[] Hawaii_Aleutian = new String[] {
"Ora standard delle isole Aleutine, Hawaii",
"HAST",
"Ora legale delle isole Aleutine, Hawaii",
"HADT",
"Ora delle isole Aleutine, Hawaii",
"HAT",
};
final String[] Australia_Central = new String[] {
"Ora standard dell'Australia centrale",
"ACST",
"Ora legale dell'Australia centrale",
"ACDT",
"Ora dell'Australia centrale",
"CAT",
};
final String[] Lord_Howe = new String[] {
"Ora standard di Lord Howe",
"LHST",
"Ora legale di Lord Howe",
"LHDT",
"Ora di Lord Howe",
"LHT",
};
final String[] Yakutsk = new String[] {
"Ora standard di Yakutsk",
"YST",
"Ora legale di Yakutsk",
"YST",
"Ora di Yakutsk",
"YT",
};
final String[] America_Pacific = new String[] {
"Ora standard della costa del Pacifico USA",
"PST",
"Ora legale della costa del Pacifico USA",
"PDT",
"Ora del Pacifico USA",
"PT",
};
final String[] Africa_Eastern = new String[] {
"Ora dell'Africa orientale",
"EAT",
"East Africa Summer Time",
"EAST",
"East Africa Time",
"EAT",
};
final String[] Europe_Western = new String[] {
"Ora Standard Europa occidentale",
"WET",
"Ora Legale Europa occidentale",
"WEST",
"Ora Europa occidentale",
"WET",
};
final String[] Europe_Eastern = new String[] {
"Ora Standard Europa Orientale",
"EET",
"Ora Legale Europa Orientale",
"EEST",
"Ora Europa Orientale",
"EET",
};
final String[] Newfoundland = new String[] {
"Ora standard di Terranova",
"NST",
"Ora legale di Terranova",
"NDT",
"Ora di Terranova",
"NT",
};
final String[] Argentina_Western = new String[] {
"Ora standard dell'Argentina occidentale",
"WAST",
"Ora legale dell'Argentina occidentale",
"WAST",
"Ora dell'Argentina occidentale",
"WAT",
};
final String[] Atlantic = new String[] {
"Ora standard dell'Atlantico",
"AST",
"Ora legale dell'Atlantico",
"ADT",
"Ora dell'Atlantico",
"AT",
};
final String[] Africa_Western = new String[] {
"Ora standard dell'Africa occidentale",
"WAST",
"Ora legale dell'Africa occidentale",
"WAST",
"Ora dell'Africa occidentale",
"WAT",
};
final String[] Yekaterinburg = new String[] {
"Ora standard di Ekaterinburg",
"YST",
"Ora legale di Ekaterinburg",
"YST",
"Ora di Ekaterinburg",
"YT",
};
final String[] Volgograd = new String[] {
"Ora standard di Volgograd",
"VST",
"Ora legale di Volgograd",
"VST",
"Ora di Volgograd",
"VT",
};
final String[] Israel = new String[] {
"Ora Standard Israele",
"IST",
"Ora Legale Israele",
"IDT",
"Ora Israele",
"IT",
};
final String[] Indonesia_Central = new String[] {
"Ora dell'Indonesia centrale",
"CIT",
"Central Indonesia Summer Time",
"CIST",
"Central Indonesia Time",
"CIT",
};
final String[] Africa_Southern = new String[] {
"Ora standard Sudafrica",
"SAST",
"South Africa Daylight Time",
"SADT",
"South Africa Time",
"SAT",
};
final String[] Indonesia_Eastern = new String[] {
"Ora dell'Indonesia orientale",
"EIT",
"Eastern Indonesia Summer Time",
"EIST",
"Eastern Indonesia Time",
"EIT",
};
final String[] Omsk = new String[] {
"Ora standard di Omsk",
"OST",
"Ora legale di Omsk",
"OST",
"Ora di Omsk",
"OT",
};
final String[] Australia_Western = new String[] {
"Ora standard dell'Australia occidentale",
"AWST",
"Ora legale dell'Australia occidentale",
"AWDT",
"Ora dell'Australia occidentale",
"WAT",
};
final String[] Indonesia_Western = new String[] {
"Ora dell'Indonesia occidentale",
"WIT",
"Western Indonesia Summer Time",
"WIST",
"Western Indonesia Time",
"WIT",
};
final String[] Mongolia = new String[] {
"Ora standard di Ulan Bator",
"UBST",
"Ora legale di Ulan Bator",
"UBST",
"Ora di Ulan Bator",
"UBT",
};
final String[] America_Central = new String[] {
"Ora standard centrale USA",
"CST",
"Ora legale centrale USA",
"CDT",
"Ora centrale USA",
"CT",
};
final String[] Australia_Eastern = new String[] {
"Ora standard dell'Australia orientale",
"AEST",
"Ora legale dell'Australia orientale",
"AEDT",
"Ora dell'Australia orientale",
"EAT",
};
final String[] America_Mountain = new String[] {
"Ora standard sulle Montagne Rocciose USA",
"MST",
"Ora legale delle Montagne Rocciose USA",
"MDT",
"Ora sulle Montagne Rocciose USA",
"MT",
};
final String[] Alaska = new String[] {
"Ora standard Alaska",
"AKST",
"Ora legale Alaska",
"AKDT",
"Ora dell'Alaska",
"AKT",
};
final String[] Novosibirsk = new String[] {
"Ora standard di Novosibirsk",
"NST",
"Ora legale di Novosibirsk",
"NST",
"Ora di Novosibirsk",
"NT",
};
final String[] Vladivostok = new String[] {
"Ora standard di Vladivostok",
"VST",
"Ora legale di Vladivostok",
"VST",
"Ora di Vladivostok",
"VT",
};
final String[] Irkutsk = new String[] {
"Ora standard di Irkutsk",
"IST",
"Ora legale di Irkutsk",
"IST",
"Ora di Irkutsk",
"IT",
};
final String[] Noronha = new String[] {
"Ora standard di Fernando de Noronha",
"FNST",
"Ora legale di Fernando de Noronha",
"FNST",
"Ora di Fernando de Noronha",
"FNT",
};
final String[] Choibalsan = new String[] {
"Ora standard di Choibalsan",
"CST",
"Ora legale di Choibalsan",
"CST",
"Ora di Choibalsan",
"CT",
};
final String[] Brasilia = new String[] {
"Ora standard di Brasilia",
"BST",
"Ora legale di Brasilia",
"BST",
"Ora di Brasilia",
"BT",
};
final String[] China = new String[] {
"Ora standard di Cina",
"CST",
"Ora legale di Cina",
"CDT",
"Ora di Cina",
"CT",
};
final String[] Krasnoyarsk = new String[] {
"Ora standard di Krasnoyarsk",
"KST",
"Ora legale di Krasnoyarsk",
"KST",
"Ora di Krasnoyarsk",
"KT",
};
final String[] Kazakhstan_Western = new String[] {
"Ora del Kazakistan occidentale",
"WKT",
"West Kazakhstan Summer Time",
"WKST",
"West Kazakhstan Time",
"WKT",
};
final String[] Amazon = new String[] {
"Ora standard dell'Amazzonia",
"AST",
"Ora legale dell'Amazzonia",
"AST",
"Ora dell'Amazzonia",
"AT",
};
final String[] Kazakhstan_Eastern = new String[] {
"Ora del Kazakistan orientale",
"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 },
{ "Africa/Casablanca", Europe_Western },
{ "Asia/Jerusalem", Israel },
{ "Asia/Tokyo", Japan },
{ "Europe/Bucharest", Europe_Eastern },
{ "Asia/Shanghai", China },
{ "America/Cuiaba", Amazon },
{ "Asia/Aqtobe", Kazakhstan_Western },
{ "Asia/Vladivostok", Vladivostok },
{ "Africa/Nairobi", Africa_Eastern },
{ "Africa/Libreville", Africa_Western },
{ "America/Marigot", Atlantic },
{ "Asia/Aqtau", Kazakhstan_Western },
{ "Africa/Maputo", Africa_Central },
{ "America/El_Salvador", America_Central },
{ "America/Kentucky/Monticello", America_Eastern },
{ "Asia/Pontianak", Indonesia_Western },
{ "Africa/El_Aaiun", Europe_Western },
{ "America/Coral_Harbour", America_Eastern },
{ "Africa/Cairo", Europe_Eastern },
{ "Africa/Mbabane", Africa_Southern },
{ "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 },
{ "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 },
{ "Africa/Douala", Africa_Western },
{ "America/Chihuahua", America_Central },
{ "America/Ojinaga", America_Central },
{ "Asia/Hovd", Hovd },
{ "Europe/Warsaw", Europe_Central },
{ "Asia/Kashgar", China },
{ "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 },
{ "Europe/Zaporozhye", Europe_Eastern },
{ "Africa/Brazzaville", Africa_Western },
{ "Africa/Porto-Novo", Africa_Western },
{ "Africa/Dar_es_Salaam", Africa_Eastern },
{ "Atlantic/Madeira", Europe_Western },
{ "America/Thunder_Bay", America_Eastern },
{ "America/Grand_Turk", America_Eastern },
{ "Africa/Addis_Ababa", Africa_Eastern },
{ "Europe/Uzhgorod", Europe_Eastern },
{ "America/Indiana/Marengo", America_Eastern },
{ "Africa/Kigali", Africa_Central },
{ "Asia/Almaty", Kazakhstan_Eastern },
{ "America/Creston", America_Mountain },
{ "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 },
{ "Indian/Comoro", Africa_Eastern },
{ "America/Matamoros", America_Central },
{ "America/Blanc-Sablon", Atlantic },
{ "Africa/Windhoek", Africa_Western },
{ "Europe/Lisbon", Europe_Western },
{ "Asia/Harbin", China },
{ "Europe/Oslo", Europe_Central },
{ "Africa/Mogadishu", Africa_Eastern },
{ "Asia/Novokuznetsk", Novosibirsk },
{ "Australia/Perth", Australia_Western },
{ "CST6CDT", America_Central },
{ "Atlantic/Canary", Europe_Western },
{ "America/Manaus", Amazon },
{ "America/Menominee", America_Central },
{ "America/Adak", Hawaii_Aleutian },
{ "Asia/Macau", China },
{ "Europe/Malta", Europe_Central },
{ "America/Resolute", America_Central },
{ "Africa/Asmera", Africa_Eastern },
{ "Africa/Kampala", Africa_Eastern },
{ "Asia/Krasnoyarsk", Krasnoyarsk },
{ "America/Argentina/Rio_Gallegos", Argentina },
{ "Africa/Malabo", Africa_Western },
{ "Europe/Skopje", Europe_Central },
{ "America/Edmonton", America_Mountain },
{ "Europe/Podgorica", Europe_Central },
{ "America/Catamarca", Argentina },
{ "Europe/Sarajevo", Europe_Central },
{ "Africa/Bujumbura", Africa_Central },
{ "America/Santo_Domingo", Atlantic },
{ "Europe/Minsk", Europe_Eastern },
{ "America/Glace_Bay", Atlantic },
{ "Africa/Lagos", Africa_Western },
{ "Europe/Kiev", Europe_Eastern },
{ "America/Cordoba", Argentina },
{ "Europe/Rome", Europe_Central },
{ "Asia/Magadan", Magadan },
{ "America/Port-au-Prince", America_Eastern },
{ "America/St_Barthelemy", Atlantic },
{ "Africa/Luanda", Africa_Western },
{ "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 },
{ "America/Hermosillo", America_Mountain },
{ "America/Cancun", America_Central },
{ "Africa/Maseru", Africa_Southern },
{ "Europe/Gibraltar", Europe_Central },
{ "Africa/Kinshasa", Africa_Western },
{ "Australia/Sydney", Australia_Eastern },
{ "Africa/Lubumbashi", Africa_Central },
{ "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 },
{ "Indian/Antananarivo", Africa_Eastern },
{ "Europe/Vaduz", Europe_Central },
{ "Australia/Brisbane", Australia_Eastern },
{ "Indian/Mayotte", Africa_Eastern },
{ "America/Barbados", Atlantic },
{ "Asia/Urumqi", China },
{ "Europe/Volgograd", Volgograd },
{ "Asia/Yekaterinburg", Yekaterinburg },
{ "America/Louisville", America_Eastern },
{ "America/Lower_Princes", Atlantic },
{ "America/Vancouver", America_Pacific },
{ "Africa/Blantyre", Africa_Central },
{ "America/Rio_Branco", Amazon },
{ "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 },
{ "Africa/Lusaka", Africa_Central },
{ "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 },
{ "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 },
{ "Africa/Harare", Africa_Central },
{ "America/Nome", Alaska },
{ "Asia/Yakutsk", Yakutsk },
{ "Europe/Tallinn", Europe_Eastern },
{ "Africa/Khartoum", Africa_Eastern },
{ "Africa/Johannesburg", Africa_Southern },
{ "Africa/Ndjamena", Africa_Western },
{ "America/Rainy_River", America_Central },
{ "Africa/Bangui", Africa_Western },
{ "Europe/Belgrade", Europe_Central },
{ "Asia/Oral", Kazakhstan_Western },
{ "America/Yellowknife", America_Mountain },
{ "America/Juneau", Alaska },
{ "America/Indiana/Vevay", America_Eastern },
{ "Asia/Jakarta", Indonesia_Western },
{ "Africa/Juba", Africa_Eastern },
{ "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 },
{ "Africa/Djibouti", Africa_Eastern },
{ "Europe/Simferopol", Europe_Eastern },
{ "Europe/Sofia", Europe_Eastern },
{ "Africa/Niamey", Africa_Western },
{ "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 },
{ "Africa/Gaborone", Africa_Central },
{ "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 },
{ "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 },
{ "Asia/Chongqing", China },
{ "Europe/Amsterdam", Europe_Central },
{ "America/Indiana/Knox", America_Central },
{ "America/North_Dakota/Beulah", America_Central },
{ "Europe/Vatican", Europe_Central },
{ "Asia/Amman", Europe_Eastern },
{ "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 },
{ "Europe/Athens", Europe_Eastern },
{ "Europe/Monaco", Europe_Central },
};
return data;
}
}