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.gl;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_gl_ES extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
275
jdkSrc/jdk8/sun/util/resources/cldr/gl/CurrencyNames_gl.java
Normal file
275
jdkSrc/jdk8/sun/util/resources/cldr/gl/CurrencyNames_gl.java
Normal file
@@ -0,0 +1,275 @@
|
||||
/*
|
||||
* 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.gl;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_gl extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "ESP", "\u20a7" },
|
||||
{ "adp", "peseta andorrana" },
|
||||
{ "aed", "Dirham dos Emiratos \u00c1rabes Unidos" },
|
||||
{ "afn", "Afgani afgano" },
|
||||
{ "all", "Lek alban\u00e9s" },
|
||||
{ "amd", "Dram armenio" },
|
||||
{ "ang", "Flor\u00edn das Antillas Neerlandesas" },
|
||||
{ "aoa", "Kwanza angole\u00f1o" },
|
||||
{ "arp", "Peso arxentino (1983-1985)" },
|
||||
{ "ars", "Peso arxentino" },
|
||||
{ "aud", "D\u00f3lar australiano" },
|
||||
{ "awg", "Flor\u00edn arube\u00f1o" },
|
||||
{ "azn", "Manat acerbaixano" },
|
||||
{ "bam", "Marco convertible de Bosnia e Hercegovina" },
|
||||
{ "bbd", "D\u00f3lar de Barbados" },
|
||||
{ "bdt", "Taka de Bangladesh" },
|
||||
{ "bec", "Franco belga (convertible)" },
|
||||
{ "bef", "Franco belga" },
|
||||
{ "bel", "Franco belga (financeiro)" },
|
||||
{ "bgn", "Lev b\u00falgaro" },
|
||||
{ "bhd", "Dinar de Bar\u00e9in" },
|
||||
{ "bif", "Franco burund\u00e9s" },
|
||||
{ "bmd", "D\u00f3lar das Bemudas" },
|
||||
{ "bnd", "D\u00f3lar de Brunei" },
|
||||
{ "bob", "Boliviano" },
|
||||
{ "bop", "Peso boliviano" },
|
||||
{ "bov", "MVDOL boliviano" },
|
||||
{ "brb", "Cruzeiro novo brasileiro (1967-1986)" },
|
||||
{ "brc", "Cruzado brasileiro" },
|
||||
{ "bre", "Cruzeiro brasileiro (1990-1993)" },
|
||||
{ "brl", "Real brasileiro" },
|
||||
{ "brn", "Cruzado novo brasileiro" },
|
||||
{ "brr", "Cruzeiro brasileiro" },
|
||||
{ "bsd", "D\u00f3lar das Bahamas" },
|
||||
{ "btn", "Ngultrum butan\u00e9s" },
|
||||
{ "bwp", "Pula botsuano" },
|
||||
{ "byr", "Rublo bielorruso" },
|
||||
{ "bzd", "D\u00f3lar belice\u00f1o" },
|
||||
{ "cad", "D\u00f3lar canadiano" },
|
||||
{ "cdf", "Franco congol\u00e9s" },
|
||||
{ "chf", "Franco suizo" },
|
||||
{ "clf", "Unidades de fomento chilenas" },
|
||||
{ "clp", "Peso chileno" },
|
||||
{ "cny", "Iuan renminbi chin\u00e9s" },
|
||||
{ "cop", "Peso colombiano" },
|
||||
{ "crc", "Col\u00f3n costarricense" },
|
||||
{ "cuc", "Peso cubano convertible" },
|
||||
{ "cup", "Peso cubano" },
|
||||
{ "cve", "Escudo caboverdiano" },
|
||||
{ "czk", "Coroa checa" },
|
||||
{ "dem", "Marco alem\u00e1n" },
|
||||
{ "djf", "Franco xibutiano" },
|
||||
{ "dkk", "Coroa dinamarquesa" },
|
||||
{ "dop", "Peso dominicano" },
|
||||
{ "dzd", "Dinar alxeriano" },
|
||||
{ "ecs", "Sucre ecuatoriano" },
|
||||
{ "ecv", "Unidade de valor constante ecuatoriana" },
|
||||
{ "egp", "Libra exipcia" },
|
||||
{ "ern", "Nakfa eritreo" },
|
||||
{ "esa", "Peseta espa\u00f1ola (conta A)" },
|
||||
{ "esb", "Peseta espa\u00f1ola (conta convertible)" },
|
||||
{ "esp", "Peseta espa\u00f1ola" },
|
||||
{ "etb", "Birr et\u00edope" },
|
||||
{ "eur", "Euro" },
|
||||
{ "fjd", "D\u00f3lar fixiano" },
|
||||
{ "fkp", "Libra das Malvinas" },
|
||||
{ "frf", "Franco franc\u00e9s" },
|
||||
{ "gbp", "Libra esterlina" },
|
||||
{ "gel", "Lari xeorxiano" },
|
||||
{ "ghs", "Cedi de Gana" },
|
||||
{ "gip", "Libra de Xibraltar" },
|
||||
{ "gmd", "Dalasi gambiano" },
|
||||
{ "gnf", "Franco guineano" },
|
||||
{ "gns", "Syli guineano" },
|
||||
{ "gqe", "Ekwele guineana" },
|
||||
{ "grd", "Dracma grego" },
|
||||
{ "gtq", "Quetzal guatemalteco" },
|
||||
{ "gyd", "D\u00f3lar g\u00fcian\u00e9s" },
|
||||
{ "hkd", "D\u00f3lar de Hong Kong" },
|
||||
{ "hnl", "Lempira hondure\u00f1o" },
|
||||
{ "hrk", "Kuna croata" },
|
||||
{ "htg", "Gourde haitiano" },
|
||||
{ "huf", "Flor\u00edn h\u00fangaro" },
|
||||
{ "idr", "Rupia indonesia" },
|
||||
{ "iep", "Libra irlandesa" },
|
||||
{ "ils", "Novo shequel israel\u00ed" },
|
||||
{ "inr", "Rupia india" },
|
||||
{ "iqd", "Dinar iraqu\u00ed" },
|
||||
{ "irr", "Rial iraniano" },
|
||||
{ "isk", "Coroa islandesa" },
|
||||
{ "itl", "Lira italiana" },
|
||||
{ "jmd", "D\u00f3lar xamaicano" },
|
||||
{ "jod", "Dinar xordano" },
|
||||
{ "jpy", "Ien xapon\u00e9s" },
|
||||
{ "kes", "Chel\u00edn kenyano" },
|
||||
{ "kgs", "Som quirguizo" },
|
||||
{ "khr", "Riel camboxano" },
|
||||
{ "kmf", "Franco comoriano" },
|
||||
{ "kpw", "Won norcoreano" },
|
||||
{ "krw", "Won surcoreano" },
|
||||
{ "kwd", "Dinar kuwait\u00ed" },
|
||||
{ "kyd", "D\u00f3lar das Illas Caim\u00e1n" },
|
||||
{ "kzt", "Tenge casaco" },
|
||||
{ "lak", "Kip laosiano" },
|
||||
{ "lbp", "Libra libanesa" },
|
||||
{ "lkr", "Rupia de Sri Lanka" },
|
||||
{ "lrd", "D\u00f3lar liberiano" },
|
||||
{ "lsl", "Loti de Lesoto" },
|
||||
{ "ltl", "Litas lituana" },
|
||||
{ "luc", "Franco convertible luxemburgu\u00e9s" },
|
||||
{ "luf", "Franco luxemburgu\u00e9s" },
|
||||
{ "lul", "Franco financeiro luxemburgu\u00e9s" },
|
||||
{ "lvl", "Lats let\u00f3n" },
|
||||
{ "lyd", "Dinar libio" },
|
||||
{ "mad", "Dirham marroqu\u00ed" },
|
||||
{ "maf", "Franco marroqu\u00ed" },
|
||||
{ "mdl", "Leu moldavo" },
|
||||
{ "mga", "Ariary malgaxe" },
|
||||
{ "mkd", "Dinar macedonio" },
|
||||
{ "mmk", "Kiat birmano" },
|
||||
{ "mnt", "Tugrik mongol" },
|
||||
{ "mop", "Pataca de Macau" },
|
||||
{ "mro", "Ouguiya mauritano" },
|
||||
{ "mur", "Rupia de Mauricio" },
|
||||
{ "mvr", "Rupia maldiva" },
|
||||
{ "mwk", "Kwacha de Malaui" },
|
||||
{ "mxn", "Peso mexicano" },
|
||||
{ "mxp", "Peso de prata mexicano (1861-1992)" },
|
||||
{ "mxv", "Unidade de inversi\u00f3n mexicana" },
|
||||
{ "myr", "Ringgit malaio" },
|
||||
{ "nad", "D\u00f3lar namibio" },
|
||||
{ "ngn", "Naira nixeriano" },
|
||||
{ "nic", "C\u00f3rdoba nicarag\u00fcense" },
|
||||
{ "nio", "C\u00f3rdoba de ouro nicarag\u00fcense" },
|
||||
{ "nlg", "Flor\u00edn holand\u00e9s" },
|
||||
{ "nok", "Coroa norueguesa" },
|
||||
{ "npr", "Rupia nepalesa" },
|
||||
{ "nzd", "D\u00f3lar neozeland\u00e9s" },
|
||||
{ "omr", "Rial oman\u00ed" },
|
||||
{ "pab", "Balboa paname\u00f1o" },
|
||||
{ "pei", "Inti peruano" },
|
||||
{ "pen", "Sol novo peruano" },
|
||||
{ "pes", "Sol peruano" },
|
||||
{ "pgk", "Kina de Pap\u00faa Nova Guinea" },
|
||||
{ "php", "Peso filipino" },
|
||||
{ "pkr", "Rupia paquistan\u00ed" },
|
||||
{ "pln", "Zloty polaco" },
|
||||
{ "pte", "Escudo portugu\u00e9s" },
|
||||
{ "pyg", "Guaran\u00ed paraguaio" },
|
||||
{ "qar", "Rial qatar\u00ed" },
|
||||
{ "rsd", "Dinar serbio" },
|
||||
{ "rub", "Rublo ruso" },
|
||||
{ "rur", "Rublo ruso (1991-1998)" },
|
||||
{ "rwf", "Franco ruand\u00e9s" },
|
||||
{ "sar", "Rial saudita" },
|
||||
{ "sbd", "D\u00f3lar das Illas Salom\u00f3n" },
|
||||
{ "scr", "Rupia de Seixeles" },
|
||||
{ "sdg", "Libra sudanesa" },
|
||||
{ "sek", "Coroa sueca" },
|
||||
{ "sgd", "D\u00f3lar de Singapur" },
|
||||
{ "shp", "Libra de Santa Helena" },
|
||||
{ "sll", "Leone de Serra Leoa" },
|
||||
{ "sos", "Chel\u00edn somal\u00ed" },
|
||||
{ "srd", "D\u00f3lar surinam\u00e9s" },
|
||||
{ "std", "Dobra de San Tom\u00e9 e Pr\u00edncipe" },
|
||||
{ "sur", "Rublo sovi\u00e9tico" },
|
||||
{ "svc", "Col\u00f3n salvadore\u00f1o" },
|
||||
{ "syp", "Libra siria" },
|
||||
{ "szl", "Lilanxeni de Suacilandia" },
|
||||
{ "thb", "Baht tailand\u00e9s" },
|
||||
{ "tjs", "Somoni taxico" },
|
||||
{ "tmt", "Manat turcomano" },
|
||||
{ "tnd", "Dinar tunesino" },
|
||||
{ "top", "Pa\u02bbanga de Tonga" },
|
||||
{ "try", "Lira turca" },
|
||||
{ "ttd", "D\u00f3lar de Trinidade e Tobago" },
|
||||
{ "twd", "Novo d\u00f3lar taiwan\u00e9s" },
|
||||
{ "tzs", "Chel\u00edn tanzano" },
|
||||
{ "uah", "Grivna ucra\u00edna" },
|
||||
{ "ugx", "Chel\u00edn ugand\u00e9s" },
|
||||
{ "usd", "D\u00f3lar estadounidense" },
|
||||
{ "uyi", "Peso en unidades indexadas uruguaio" },
|
||||
{ "uyp", "Peso uruguaio (1975-1993)" },
|
||||
{ "uyu", "Peso uruguaio" },
|
||||
{ "uzs", "Som usbeco" },
|
||||
{ "veb", "Bol\u00edvar venezolano" },
|
||||
{ "vef", "Bol\u00edvar forte venezolano" },
|
||||
{ "vnd", "Dong vietnamita" },
|
||||
{ "vuv", "Vatu vanuatense" },
|
||||
{ "wst", "Tala samoano" },
|
||||
{ "xaf", "Franco CFA BEAC" },
|
||||
{ "xag", "Prata" },
|
||||
{ "xau", "Ouro" },
|
||||
{ "xcd", "D\u00f3lar Caribe-Leste" },
|
||||
{ "xof", "Franco CFA BCEAO" },
|
||||
{ "xpd", "Paladio" },
|
||||
{ "xpf", "Franco CFP" },
|
||||
{ "xpt", "Platino" },
|
||||
{ "xxx", "Unidade monetaria desco\u00f1ecida ou non v\u00e1lida" },
|
||||
{ "yer", "Rial iemen\u00ed" },
|
||||
{ "zar", "Rand sudafricano" },
|
||||
{ "zmk", "Kwacha zambiano" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
592
jdkSrc/jdk8/sun/util/resources/cldr/gl/LocaleNames_gl.java
Normal file
592
jdkSrc/jdk8/sun/util/resources/cldr/gl/LocaleNames_gl.java
Normal file
@@ -0,0 +1,592 @@
|
||||
/*
|
||||
* 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.gl;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_gl extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "Mundo" },
|
||||
{ "002", "\u00c1frica" },
|
||||
{ "003", "Norteam\u00e9rica" },
|
||||
{ "005", "Sudam\u00e9rica" },
|
||||
{ "009", "Ocean\u00eda" },
|
||||
{ "011", "\u00c1frica Occidental" },
|
||||
{ "013", "Am\u00e9rica Central" },
|
||||
{ "014", "\u00c1frica Oriental" },
|
||||
{ "015", "\u00c1frica Septentrional" },
|
||||
{ "017", "\u00c1frica Central" },
|
||||
{ "018", "\u00c1frica Meridional" },
|
||||
{ "019", "Am\u00e9rica" },
|
||||
{ "021", "Am\u00e9rica do Norte" },
|
||||
{ "029", "Caribe" },
|
||||
{ "030", "Asia Oriental" },
|
||||
{ "034", "Sul de Asia" },
|
||||
{ "035", "Sureste Asi\u00e1tico" },
|
||||
{ "039", "Europa Meridional" },
|
||||
{ "053", "Australia e Nova Celandia" },
|
||||
{ "054", "Melanesia" },
|
||||
{ "057", "Rexi\u00f3n da Micronesia" },
|
||||
{ "061", "Polinesia" },
|
||||
{ "142", "Asia" },
|
||||
{ "143", "Asia Central" },
|
||||
{ "145", "Asia Occidental" },
|
||||
{ "150", "Europa" },
|
||||
{ "151", "Europa do Leste" },
|
||||
{ "154", "Europa Septentrional" },
|
||||
{ "155", "Europa Occidental" },
|
||||
{ "419", "Am\u00e9rica Latina" },
|
||||
{ "AC", "Illa de Ascensi\u00f3n" },
|
||||
{ "AD", "Andorra" },
|
||||
{ "AE", "Emiratos \u00c1rabes Unidos" },
|
||||
{ "AF", "Afganist\u00e1n" },
|
||||
{ "AG", "Antiga e Barbuda" },
|
||||
{ "AI", "Anguila" },
|
||||
{ "AL", "Albania" },
|
||||
{ "AM", "Armenia" },
|
||||
{ "AN", "Antillas Holandesas" },
|
||||
{ "AO", "Angola" },
|
||||
{ "AQ", "Ant\u00e1rtida" },
|
||||
{ "AR", "Arxentina" },
|
||||
{ "AS", "Samoa Americana" },
|
||||
{ "AT", "Austria" },
|
||||
{ "AU", "Australia" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AX", "Illas Aland" },
|
||||
{ "AZ", "Acerbaix\u00e1n" },
|
||||
{ "BA", "Bosnia e Hercegovina" },
|
||||
{ "BB", "Barbados" },
|
||||
{ "BD", "Bangladesh" },
|
||||
{ "BE", "B\u00e9lxica" },
|
||||
{ "BF", "Burkina Faso" },
|
||||
{ "BG", "Bulgaria" },
|
||||
{ "BH", "Bahrein" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BL", "San Bartolom\u00e9" },
|
||||
{ "BM", "Bermudas" },
|
||||
{ "BN", "Brunei" },
|
||||
{ "BO", "Bolivia" },
|
||||
{ "BR", "Brasil" },
|
||||
{ "BS", "Bahamas" },
|
||||
{ "BT", "But\u00e1n" },
|
||||
{ "BV", "Illa Bouvet" },
|
||||
{ "BW", "Botsuana" },
|
||||
{ "BY", "Bielorrusia" },
|
||||
{ "BZ", "Belice" },
|
||||
{ "CA", "Canad\u00e1" },
|
||||
{ "CC", "Illas Cocos" },
|
||||
{ "CD", "Rep\u00fablica Democr\u00e1tica do Congo" },
|
||||
{ "CF", "Rep\u00fablica Africana Central" },
|
||||
{ "CG", "Congo" },
|
||||
{ "CH", "Su\u00edza" },
|
||||
{ "CI", "Costa de Marfil" },
|
||||
{ "CK", "Illas Cook" },
|
||||
{ "CL", "Chile" },
|
||||
{ "CM", "Camer\u00fan" },
|
||||
{ "CN", "China" },
|
||||
{ "CO", "Colombia" },
|
||||
{ "CP", "Illa Clipperton" },
|
||||
{ "CR", "Costa Rica" },
|
||||
{ "CS", "Serbia e Montenegro" },
|
||||
{ "CU", "Cuba" },
|
||||
{ "CV", "Cabo Verde" },
|
||||
{ "CX", "Illa Christmas" },
|
||||
{ "CY", "Chipre" },
|
||||
{ "CZ", "Rep\u00fablica Checa" },
|
||||
{ "DE", "Alema\u00f1a" },
|
||||
{ "DG", "Diego Garc\u00eda" },
|
||||
{ "DJ", "Xibuti" },
|
||||
{ "DK", "Dinamarca" },
|
||||
{ "DM", "Dominica" },
|
||||
{ "DO", "Rep\u00fablica Dominicana" },
|
||||
{ "DZ", "Arxelia" },
|
||||
{ "EA", "Ceuta e Melilla" },
|
||||
{ "EC", "Ecuador" },
|
||||
{ "EE", "Estonia" },
|
||||
{ "EG", "Exipto" },
|
||||
{ "EH", "Sahara Occidental" },
|
||||
{ "ER", "Eritrea" },
|
||||
{ "ES", "Espa\u00f1a" },
|
||||
{ "ET", "Etiop\u00eda" },
|
||||
{ "EU", "Uni\u00f3n Europea" },
|
||||
{ "FI", "Finlandia" },
|
||||
{ "FJ", "Fixi" },
|
||||
{ "FK", "Illas Malvinas" },
|
||||
{ "FM", "Micronesia" },
|
||||
{ "FO", "Illas Feroe" },
|
||||
{ "FR", "Francia" },
|
||||
{ "GA", "Gab\u00f3n" },
|
||||
{ "GB", "Reino Unido" },
|
||||
{ "GD", "Granada" },
|
||||
{ "GE", "Xeorxia" },
|
||||
{ "GF", "G\u00fciana Francesa" },
|
||||
{ "GG", "Guernsey" },
|
||||
{ "GH", "Gana" },
|
||||
{ "GI", "Xibraltar" },
|
||||
{ "GL", "Grenlandia" },
|
||||
{ "GM", "Gambia" },
|
||||
{ "GN", "Guinea" },
|
||||
{ "GP", "Guadalupe" },
|
||||
{ "GQ", "Guinea Ecuatorial" },
|
||||
{ "GR", "Grecia" },
|
||||
{ "GS", "Xeorxia do Sur e Illas Sandwich" },
|
||||
{ "GT", "Guatemala" },
|
||||
{ "GU", "Guam" },
|
||||
{ "GW", "Guinea-Bissau" },
|
||||
{ "GY", "G\u00fciana" },
|
||||
{ "HK", "Hong Kong RAE de China" },
|
||||
{ "HM", "Illa Heard e Illas McDonald" },
|
||||
{ "HN", "Honduras" },
|
||||
{ "HR", "Croacia" },
|
||||
{ "HT", "Hait\u00ed" },
|
||||
{ "HU", "Hungr\u00eda" },
|
||||
{ "IC", "Illas Canarias" },
|
||||
{ "ID", "Indonesia" },
|
||||
{ "IE", "Irlanda" },
|
||||
{ "IL", "Israel" },
|
||||
{ "IM", "Illa de Man" },
|
||||
{ "IN", "India" },
|
||||
{ "IO", "Territorio Brit\u00e1nico do Oc\u00e9ano \u00cdndico" },
|
||||
{ "IQ", "Iraq" },
|
||||
{ "IR", "Ir\u00e1n" },
|
||||
{ "IS", "Islandia" },
|
||||
{ "IT", "Italia" },
|
||||
{ "JE", "Jersey" },
|
||||
{ "JM", "Xamaica" },
|
||||
{ "JO", "Xordania" },
|
||||
{ "JP", "Xap\u00f3n" },
|
||||
{ "KE", "Quenia" },
|
||||
{ "KG", "Quirguicist\u00e1n" },
|
||||
{ "KH", "Cambodia" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "Comores" },
|
||||
{ "KN", "San Cristovo e Nevis" },
|
||||
{ "KP", "Corea do Norte" },
|
||||
{ "KR", "Corea do Sur" },
|
||||
{ "KW", "Kuwait" },
|
||||
{ "KY", "Illas Caim\u00e1n" },
|
||||
{ "KZ", "Kazakhstan" },
|
||||
{ "LA", "Laos" },
|
||||
{ "LB", "L\u00edbano" },
|
||||
{ "LC", "Santa Luc\u00eda" },
|
||||
{ "LI", "Liechtenstein" },
|
||||
{ "LK", "Sri Lanka" },
|
||||
{ "LR", "Liberia" },
|
||||
{ "LS", "Lesotho" },
|
||||
{ "LT", "Lituania" },
|
||||
{ "LU", "Luxemburgo" },
|
||||
{ "LV", "Letonia" },
|
||||
{ "LY", "Libia" },
|
||||
{ "MA", "Marrocos" },
|
||||
{ "MC", "M\u00f3naco" },
|
||||
{ "MD", "Moldova" },
|
||||
{ "ME", "Montenegro" },
|
||||
{ "MF", "San Marti\u00f1o" },
|
||||
{ "MG", "Madagascar" },
|
||||
{ "MH", "Illas Marshall" },
|
||||
{ "MK", "Macedonia" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Myanmar" },
|
||||
{ "MN", "Mongolia" },
|
||||
{ "MO", "Macau RAE de China" },
|
||||
{ "MP", "Illas Marianas do norte" },
|
||||
{ "MQ", "Martinica" },
|
||||
{ "MR", "Mauritania" },
|
||||
{ "MS", "Montserrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Mauricio" },
|
||||
{ "MV", "Maldivas" },
|
||||
{ "MW", "Malaui" },
|
||||
{ "MX", "M\u00e9xico" },
|
||||
{ "MY", "Malaisia" },
|
||||
{ "MZ", "Mozambique" },
|
||||
{ "NA", "Namibia" },
|
||||
{ "NC", "Nova Caledonia" },
|
||||
{ "NE", "N\u00edxer" },
|
||||
{ "NF", "Illa Norfolk" },
|
||||
{ "NG", "Nixeria" },
|
||||
{ "NI", "Nicaragua" },
|
||||
{ "NL", "Pa\u00edses Baixos" },
|
||||
{ "NO", "Noruega" },
|
||||
{ "NP", "Nepal" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Niue" },
|
||||
{ "NZ", "Nova Celandia" },
|
||||
{ "OM", "Om\u00e1n" },
|
||||
{ "PA", "Panam\u00e1" },
|
||||
{ "PE", "Per\u00fa" },
|
||||
{ "PF", "Polinesia Francesa" },
|
||||
{ "PG", "Pap\u00faa Nova Guinea" },
|
||||
{ "PH", "Filipinas" },
|
||||
{ "PK", "Paquist\u00e1n" },
|
||||
{ "PL", "Polonia" },
|
||||
{ "PM", "San Pedro e Miguel\u00f3n" },
|
||||
{ "PN", "Pitcairn" },
|
||||
{ "PR", "Porto Rico" },
|
||||
{ "PS", "Palestina" },
|
||||
{ "PT", "Portugal" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paraguai" },
|
||||
{ "QA", "Qatar" },
|
||||
{ "QO", "Ocean\u00eda Distante" },
|
||||
{ "RE", "Reuni\u00f3n" },
|
||||
{ "RO", "Roman\u00eda" },
|
||||
{ "RS", "Serbia" },
|
||||
{ "RU", "Rusia" },
|
||||
{ "RW", "Ruanda" },
|
||||
{ "SA", "Arabia Saudita" },
|
||||
{ "SB", "Illas Salom\u00f3n" },
|
||||
{ "SC", "Seixeles" },
|
||||
{ "SD", "Sud\u00e1n" },
|
||||
{ "SE", "Suecia" },
|
||||
{ "SG", "Singapur" },
|
||||
{ "SH", "Santa Helena" },
|
||||
{ "SI", "Eslovenia" },
|
||||
{ "SJ", "Svalbard e Jan Mayen" },
|
||||
{ "SK", "Eslovaquia" },
|
||||
{ "SL", "Serra Leoa" },
|
||||
{ "SM", "San Marino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Somalia" },
|
||||
{ "SR", "Surinam" },
|
||||
{ "ST", "Santo Tom\u00e9 e Pr\u00edncipe" },
|
||||
{ "SV", "El Salvador" },
|
||||
{ "SY", "Siria" },
|
||||
{ "SZ", "Suacilandia" },
|
||||
{ "TA", "Trist\u00e1n da Cunha" },
|
||||
{ "TC", "Illas Turks e Caicos" },
|
||||
{ "TD", "Chad" },
|
||||
{ "TF", "Territorios Franceses do Sul" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Tailandia" },
|
||||
{ "TJ", "Taxiquist\u00e1n" },
|
||||
{ "TK", "Tokelau" },
|
||||
{ "TL", "Timor Leste" },
|
||||
{ "TM", "Turkmenist\u00e1n" },
|
||||
{ "TN", "Tunisia" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "Turqu\u00eda" },
|
||||
{ "TT", "Trindade e Tobago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Taiw\u00e1n" },
|
||||
{ "TZ", "Tanzania" },
|
||||
{ "UA", "Ucra\u00edna" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "UM", "Illas Menores Distantes dos EUA." },
|
||||
{ "US", "Estados Unidos de Am\u00e9rica" },
|
||||
{ "UY", "Uruguai" },
|
||||
{ "UZ", "Uzbekist\u00e1n" },
|
||||
{ "VA", "Cidade do Vaticano" },
|
||||
{ "VC", "San Vicente e Granadinas" },
|
||||
{ "VE", "Venezuela" },
|
||||
{ "VG", "Illas Virxes Brit\u00e1nicas" },
|
||||
{ "VI", "Illas Virxes Estadounidenses" },
|
||||
{ "VN", "Vietnam" },
|
||||
{ "VU", "Vanuatu" },
|
||||
{ "WF", "Wallis e Futuna" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Iemen" },
|
||||
{ "YT", "Mayotte" },
|
||||
{ "ZA", "Sud\u00e1frica" },
|
||||
{ "ZM", "Zambia" },
|
||||
{ "ZW", "Cimbabue" },
|
||||
{ "ZZ", "rexi\u00f3n desco\u00f1ecida" },
|
||||
{ "ab", "abkhazo" },
|
||||
{ "af", "afrikaans" },
|
||||
{ "am", "am\u00e1rico" },
|
||||
{ "an", "aragon\u00e9s" },
|
||||
{ "ar", "\u00e1rabe" },
|
||||
{ "as", "assam\u00e9s" },
|
||||
{ "ay", "aimar\u00e1" },
|
||||
{ "az", "azerbaiano" },
|
||||
{ "be", "bielorruso" },
|
||||
{ "bg", "b\u00falgaro" },
|
||||
{ "bh", "bihariano" },
|
||||
{ "bn", "bengal\u00ed" },
|
||||
{ "bo", "tibetano" },
|
||||
{ "br", "bret\u00f3n" },
|
||||
{ "bs", "bosnio" },
|
||||
{ "ca", "catal\u00e1n" },
|
||||
{ "cs", "checo" },
|
||||
{ "cu", "eslavo eclesi\u00e1stico" },
|
||||
{ "cy", "gal\u00e9s" },
|
||||
{ "da", "dinamarqu\u00e9s" },
|
||||
{ "de", "alem\u00e1n" },
|
||||
{ "dv", "divehi" },
|
||||
{ "dz", "dzongkha" },
|
||||
{ "el", "grego" },
|
||||
{ "en", "ingl\u00e9s" },
|
||||
{ "eo", "esperanto" },
|
||||
{ "es", "espa\u00f1ol" },
|
||||
{ "et", "estoniano" },
|
||||
{ "eu", "\u00e9uscaro" },
|
||||
{ "fa", "persa" },
|
||||
{ "fi", "fin\u00e9s" },
|
||||
{ "fj", "fixiano" },
|
||||
{ "fo", "faro\u00e9s" },
|
||||
{ "fr", "franc\u00e9s" },
|
||||
{ "fy", "fris\u00f3n" },
|
||||
{ "ga", "irland\u00e9s" },
|
||||
{ "gd", "ga\u00e9lico escoc\u00e9s" },
|
||||
{ "gl", "galego" },
|
||||
{ "gn", "guaran\u00ed" },
|
||||
{ "gu", "guxaratiano" },
|
||||
{ "ha", "hausa" },
|
||||
{ "he", "hebreo" },
|
||||
{ "hi", "hindi" },
|
||||
{ "hr", "croata" },
|
||||
{ "ht", "haitiano" },
|
||||
{ "hu", "h\u00fangaro" },
|
||||
{ "hy", "armenio" },
|
||||
{ "ia", "interlingua" },
|
||||
{ "id", "indonesio" },
|
||||
{ "ig", "ibo" },
|
||||
{ "is", "island\u00e9s" },
|
||||
{ "it", "italiano" },
|
||||
{ "ja", "xapon\u00e9s" },
|
||||
{ "jv", "xavan\u00e9s" },
|
||||
{ "ka", "xeorxiano" },
|
||||
{ "kk", "casaco" },
|
||||
{ "km", "cambodiano" },
|
||||
{ "kn", "kannada" },
|
||||
{ "ko", "coreano" },
|
||||
{ "ks", "cachemir" },
|
||||
{ "ku", "kurdo" },
|
||||
{ "ky", "kyrgiz" },
|
||||
{ "la", "lat\u00edn" },
|
||||
{ "lb", "luxemburgu\u00e9s" },
|
||||
{ "ln", "lingala" },
|
||||
{ "lo", "laotiano" },
|
||||
{ "lt", "lituano" },
|
||||
{ "lv", "let\u00f3n" },
|
||||
{ "mg", "malgaxe" },
|
||||
{ "mi", "maor\u00ed" },
|
||||
{ "mk", "macedonio" },
|
||||
{ "ml", "malabar" },
|
||||
{ "mn", "mongol" },
|
||||
{ "mr", "marathi" },
|
||||
{ "ms", "malaio" },
|
||||
{ "mt", "malt\u00e9s" },
|
||||
{ "my", "birmano" },
|
||||
{ "nb", "noruegu\u00e9s bokmal" },
|
||||
{ "nd", "ndebele do norte" },
|
||||
{ "ne", "nepal\u00ed" },
|
||||
{ "nl", "holand\u00e9s" },
|
||||
{ "nn", "noruegu\u00e9s nynorsk" },
|
||||
{ "no", "noruegu\u00e9s" },
|
||||
{ "ny", "chewa" },
|
||||
{ "oc", "occitano" },
|
||||
{ "or", "oriya" },
|
||||
{ "os", "osetio" },
|
||||
{ "pa", "punjabi" },
|
||||
{ "pl", "polaco" },
|
||||
{ "ps", "paxt\u00fan" },
|
||||
{ "pt", "portugu\u00e9s" },
|
||||
{ "qu", "quechua" },
|
||||
{ "rm", "romanche" },
|
||||
{ "rn", "rundi" },
|
||||
{ "ro", "roman\u00e9s" },
|
||||
{ "ru", "ruso" },
|
||||
{ "rw", "ruand\u00e9s" },
|
||||
{ "sa", "s\u00e1nscrito" },
|
||||
{ "sd", "sindhi" },
|
||||
{ "se", "sami do norte" },
|
||||
{ "sg", "sango" },
|
||||
{ "sh", "serbocroata" },
|
||||
{ "si", "cingal\u00e9s" },
|
||||
{ "sk", "eslovaco" },
|
||||
{ "sl", "esloveno" },
|
||||
{ "sm", "samoano" },
|
||||
{ "sn", "shona" },
|
||||
{ "so", "somal\u00ed" },
|
||||
{ "sq", "alban\u00e9s" },
|
||||
{ "sr", "serbio" },
|
||||
{ "ss", "swati" },
|
||||
{ "st", "sesoto" },
|
||||
{ "su", "sondan\u00e9s" },
|
||||
{ "sv", "sueco" },
|
||||
{ "sw", "swahili" },
|
||||
{ "ta", "tamil" },
|
||||
{ "te", "telugu" },
|
||||
{ "tg", "taxico" },
|
||||
{ "th", "tailand\u00e9s" },
|
||||
{ "ti", "tigri\u00f1a" },
|
||||
{ "tk", "turcomano" },
|
||||
{ "tl", "tagalo" },
|
||||
{ "tn", "tswana" },
|
||||
{ "to", "tongano" },
|
||||
{ "tr", "turco" },
|
||||
{ "ts", "xitsonga" },
|
||||
{ "tt", "t\u00e1rtaro" },
|
||||
{ "ty", "tahitiano" },
|
||||
{ "ug", "uigur" },
|
||||
{ "uk", "ucra\u00edno" },
|
||||
{ "ur", "urd\u00fa" },
|
||||
{ "uz", "uzbeco" },
|
||||
{ "ve", "venda" },
|
||||
{ "vi", "vietnamita" },
|
||||
{ "wo", "w\u00f3lof" },
|
||||
{ "xh", "xhosa" },
|
||||
{ "yi", "yiddish" },
|
||||
{ "yo", "ioruba" },
|
||||
{ "zh", "chin\u00e9s" },
|
||||
{ "zu", "zul\u00fa" },
|
||||
{ "afa", "lingua afro-asi\u00e1tica" },
|
||||
{ "alg", "lingua algonquina" },
|
||||
{ "apa", "lingua apache" },
|
||||
{ "arc", "arameo" },
|
||||
{ "art", "lingua artificial" },
|
||||
{ "ast", "asturiano" },
|
||||
{ "aus", "lingua australiana" },
|
||||
{ "bat", "lingua b\u00e1ltica" },
|
||||
{ "cai", "lingua india centroamericana" },
|
||||
{ "cau", "lingua cauc\u00e1sica" },
|
||||
{ "cel", "lingua c\u00e9ltica" },
|
||||
{ "efi", "ibibio" },
|
||||
{ "egy", "exipcio antigo" },
|
||||
{ "fil", "filipino" },
|
||||
{ "fiu", "lingua finno-\u00fagrica" },
|
||||
{ "gem", "lingua xerm\u00e1nica" },
|
||||
{ "grc", "grego antigo" },
|
||||
{ "gsw", "alem\u00e1n su\u00edzo" },
|
||||
{ "haw", "hawaiano" },
|
||||
{ "inc", "lingua \u00edndica" },
|
||||
{ "ine", "lingua indoeuropea" },
|
||||
{ "mis", "lingua miscel\u00e1nea" },
|
||||
{ "mul", "varias linguas" },
|
||||
{ "nai", "lingua india norteamericana" },
|
||||
{ "nub", "lingua nubia" },
|
||||
{ "phi", "lingua filipina" },
|
||||
{ "roa", "lingua rom\u00e1nica" },
|
||||
{ "sai", "lingua india sudamericana" },
|
||||
{ "sem", "lingua semita" },
|
||||
{ "sgn", "lingua de signos" },
|
||||
{ "sla", "lingua esl\u00e1vica" },
|
||||
{ "ssa", "lingua do nilo-s\u00e1hara" },
|
||||
{ "tet", "tet\u00fan" },
|
||||
{ "tlh", "clingon" },
|
||||
{ "tpi", "tok pisin" },
|
||||
{ "tut", "lingua altaica" },
|
||||
{ "und", "lingua desco\u00f1ecida ou non v\u00e1lida" },
|
||||
{ "zxx", "sen contido ling\u00fc\u00edstico" },
|
||||
{ "Arab", "\u00c1rabe" },
|
||||
{ "Armn", "Armenio" },
|
||||
{ "Beng", "Bengal\u00ed" },
|
||||
{ "Bopo", "Bopomofo" },
|
||||
{ "Brai", "Braille" },
|
||||
{ "Cans", "Silabario aborixe canadiano unificado" },
|
||||
{ "Cyrl", "Cir\u00edlico" },
|
||||
{ "Deva", "Devanagari" },
|
||||
{ "Ethi", "Et\u00edope" },
|
||||
{ "Geor", "Xeorxiano" },
|
||||
{ "Grek", "Grego" },
|
||||
{ "Gujr", "Guxarati" },
|
||||
{ "Guru", "Gurmukhi" },
|
||||
{ "Hang", "Hangul" },
|
||||
{ "Hani", "Han" },
|
||||
{ "Hans", "Simplificado" },
|
||||
{ "Hant", "Tradicional" },
|
||||
{ "Hebr", "Hebreo" },
|
||||
{ "Hira", "Hiragana" },
|
||||
{ "Jpan", "Xapon\u00e9s" },
|
||||
{ "Kana", "Katakana" },
|
||||
{ "Khmr", "Camboxano" },
|
||||
{ "Knda", "Kannad\u00e9s" },
|
||||
{ "Kore", "Coreano" },
|
||||
{ "Laoo", "Laosiano" },
|
||||
{ "Latn", "Latino" },
|
||||
{ "Mlym", "Malabar" },
|
||||
{ "Mong", "Mongol" },
|
||||
{ "Mymr", "Birmania" },
|
||||
{ "Orya", "Oriya" },
|
||||
{ "Sinh", "Cingal\u00e9s" },
|
||||
{ "Taml", "T\u00e1mil" },
|
||||
{ "Telu", "Telug\u00fa" },
|
||||
{ "Thaa", "Thaana" },
|
||||
{ "Thai", "Tailand\u00e9s" },
|
||||
{ "Tibt", "Tibetano" },
|
||||
{ "Zsym", "S\u00edmbolos" },
|
||||
{ "Zxxx", "non escrita" },
|
||||
{ "Zyyy", "Com\u00fan" },
|
||||
{ "Zzzz", "escritura desco\u00f1ecida" },
|
||||
{ "de_AT", "alem\u00e1n de austria" },
|
||||
{ "de_CH", "alto alem\u00e1n su\u00edzo" },
|
||||
{ "en_AU", "ingl\u00e9s australiano" },
|
||||
{ "en_CA", "ingl\u00e9s canadiano" },
|
||||
{ "en_GB", "ingl\u00e9s brit\u00e1nico" },
|
||||
{ "en_US", "ingl\u00e9s americano" },
|
||||
{ "es_ES", "castel\u00e1n" },
|
||||
{ "fr_CA", "franc\u00e9s canadiano" },
|
||||
{ "fr_CH", "franc\u00e9s su\u00edzo" },
|
||||
{ "nl_BE", "flamenco" },
|
||||
{ "pt_BR", "portugu\u00e9s brasileiro" },
|
||||
{ "pt_PT", "portugu\u00e9s ib\u00e9rico" },
|
||||
{ "es_419", "espa\u00f1ol latinoamericano" },
|
||||
{ "zh_Hans", "chin\u00e9s simplificado" },
|
||||
{ "zh_Hant", "chin\u00e9s tradicional" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
676
jdkSrc/jdk8/sun/util/resources/cldr/gl/TimeZoneNames_gl.java
Normal file
676
jdkSrc/jdk8/sun/util/resources/cldr/gl/TimeZoneNames_gl.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.gl;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_gl extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Moscow = new String[] {
|
||||
"Horario est\u00e1ndar de Moscova",
|
||||
"MST",
|
||||
"Horario de ver\u00e1n de Moscova",
|
||||
"MST",
|
||||
"Horario de Moscova",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"Horario est\u00e1ndar de Arxentina",
|
||||
"AST",
|
||||
"Horario de ver\u00e1n de Arxentina",
|
||||
"AST",
|
||||
"Horario de Arxentina",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"Horario est\u00e1ndar de Hovd",
|
||||
"HST",
|
||||
"Horario de ver\u00e1n de Hovd",
|
||||
"HST",
|
||||
"Horario de Hovd",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"Horario est\u00e1ndar de Magad\u00e1n",
|
||||
"MST",
|
||||
"Horario de ver\u00e1n de Magad\u00e1n",
|
||||
"MST",
|
||||
"Horario de Magad\u00e1n",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"Horario est\u00e1ndar de Australia Occidental Central",
|
||||
"ACWST",
|
||||
"Horario de ver\u00e1n de Australia Occidental Central",
|
||||
"ACWDT",
|
||||
"Horario de Australia Occidental Central",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Europe_Central = new String[] {
|
||||
"Horario est\u00e1ndar de Europeo Central",
|
||||
"CEST",
|
||||
"Horario de ver\u00e1n de Europeo Central",
|
||||
"CEST",
|
||||
"Horario de Europeo Central",
|
||||
"CET",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"Horario est\u00e1ndar de Sakhalin",
|
||||
"SST",
|
||||
"Horario de ver\u00e1n de Sakhalin",
|
||||
"SST",
|
||||
"Horario de Sakhalin",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"Horario de Macquarie",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"Horario est\u00e1ndar Am\u00e9rica Oriental",
|
||||
"EST",
|
||||
"Horario de ver\u00e1n de Am\u00e9rica Oriental",
|
||||
"EDT",
|
||||
"Horario de Am\u00e9rica Oriental",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"Horario est\u00e1ndar de Hawai-Aleutianas",
|
||||
"HAST",
|
||||
"Horario de ver\u00e1n de Hawai-Aleutianas",
|
||||
"HADT",
|
||||
"Horario de Hawai-Aleutianas",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"Horario est\u00e1ndar de Australia Central",
|
||||
"ACST",
|
||||
"Horario de ver\u00e1n de Australia Central",
|
||||
"ACDT",
|
||||
"Horario de Australia Central",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"Horario est\u00e1ndar de Lord Howe",
|
||||
"LHST",
|
||||
"Horario de ver\u00e1n de Lord Howe",
|
||||
"LHDT",
|
||||
"Horario de Lord Howe",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"Horario est\u00e1ndar de Iakutsk",
|
||||
"YST",
|
||||
"Horario de ver\u00e1n de Yakutsk",
|
||||
"YST",
|
||||
"Horario de Iakutsk",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"Horario est\u00e1ndar do Pac\u00edfico",
|
||||
"PST",
|
||||
"Horario de ver\u00e1n do Pac\u00edfico",
|
||||
"PDT",
|
||||
"Horario do Pac\u00edfico",
|
||||
"PT",
|
||||
};
|
||||
final String[] Europe_Western = new String[] {
|
||||
"Horario est\u00e1ndar de Europeo Occidental",
|
||||
"WEST",
|
||||
"Horario de ver\u00e1n de Europeo Occidental",
|
||||
"WEST",
|
||||
"Horario de Europeo Occidental",
|
||||
"WET",
|
||||
};
|
||||
final String[] Europe_Eastern = new String[] {
|
||||
"Horario est\u00e1ndar de Europeo Oriental",
|
||||
"EEST",
|
||||
"Horario de ver\u00e1n de Europeo Oriental",
|
||||
"EEST",
|
||||
"Horario de Europeo Oriental",
|
||||
"EET",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"Horario est\u00e1ndar de Terranova",
|
||||
"NST",
|
||||
"Horario de ver\u00e1n de Terranova",
|
||||
"NDT",
|
||||
"Horario de Terranova",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"Horario est\u00e1ndar de Arxentina Occidental",
|
||||
"WAST",
|
||||
"Horario de ver\u00e1n de Arxentina Occidental",
|
||||
"WAST",
|
||||
"Horario de Arxentina Occidental",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"Horario est\u00e1ndar do Atl\u00e1ntico",
|
||||
"AST",
|
||||
"Horario de ver\u00e1n do Atl\u00e1ntico",
|
||||
"ADT",
|
||||
"Horario do Atl\u00e1ntico",
|
||||
"AT",
|
||||
};
|
||||
final String[] GMT = new String[] {
|
||||
"Horario medio de Greenwich",
|
||||
"GMT",
|
||||
"Greenwich Summer Time",
|
||||
"GST",
|
||||
"Greenwich Time",
|
||||
"GT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"Horario est\u00e1ndar de Ekaterimburgo",
|
||||
"YST",
|
||||
"Horario de ver\u00e1n de Ekaterimburgo",
|
||||
"YST",
|
||||
"Horario de Ekaterimburgo",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"Horario est\u00e1ndar de Volgogrado",
|
||||
"VST",
|
||||
"Horario de ver\u00e1n de Volgogrado",
|
||||
"VST",
|
||||
"Horario de Volgogrado",
|
||||
"VT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"Hora central de Indonesia",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"Horario de Indonesia Oriental",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"Horario est\u00e1ndar de Omsk",
|
||||
"OST",
|
||||
"Horario de ver\u00e1n de Omsk",
|
||||
"OST",
|
||||
"Horario de Omsk",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"Horario est\u00e1ndar de Australia Occidental",
|
||||
"AWST",
|
||||
"Horario de ver\u00e1n de Australia Occidental",
|
||||
"AWDT",
|
||||
"Horario de Australia Occidental",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"Horario de Indonesia Occidental",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"Horario est\u00e1ndar de Ul\u00e1n B\u00e1tor",
|
||||
"UBST",
|
||||
"Horario de ver\u00e1n de Ul\u00e1n B\u00e1tor",
|
||||
"UBST",
|
||||
"Horario de Ul\u00e1n B\u00e1tor",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"Horario est\u00e1ndar central",
|
||||
"CST",
|
||||
"Horario de ver\u00e1n da zona central",
|
||||
"CDT",
|
||||
"Horario central",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"Horario est\u00e1ndar de Australia Oriental",
|
||||
"AEST",
|
||||
"Horario de ver\u00e1n de Australia Oriental",
|
||||
"AEDT",
|
||||
"Horario de Australia Oriental",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"Horario est\u00e1ndar das monta\u00f1as americanas",
|
||||
"MST",
|
||||
"Horario de ver\u00e1n das monta\u00f1as americanas",
|
||||
"MDT",
|
||||
"Horario das monta\u00f1as de Am\u00e9rica",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"Horario est\u00e1ndar de Alasca",
|
||||
"AKST",
|
||||
"Horario de ver\u00e1n de Alasca",
|
||||
"AKDT",
|
||||
"Horario de Alasca",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"Horario est\u00e1ndar de Novosibirsk",
|
||||
"NST",
|
||||
"Horario de ver\u00e1n de Novosibirsk",
|
||||
"NST",
|
||||
"Horario de Novosibirsk",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"Horario est\u00e1ndar de Vladivostok",
|
||||
"VST",
|
||||
"Horario de ver\u00e1n de Vladivostok",
|
||||
"VST",
|
||||
"Horario de Vladivostok",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"Horario est\u00e1ndar de Irkutsk",
|
||||
"IST",
|
||||
"Horario de ver\u00e1n de Irkutsk",
|
||||
"IST",
|
||||
"Horario de Irkutsk",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"Horario est\u00e1ndar de Fernando de Noronha",
|
||||
"FNST",
|
||||
"Horario de ver\u00e1n de Fernando de Noronha",
|
||||
"FNST",
|
||||
"Horario de Fernando de Noronha",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"Horario est\u00e1ndar de Choibalsan",
|
||||
"CST",
|
||||
"Horario de ver\u00e1n de Choibalsan",
|
||||
"CST",
|
||||
"Horario de Choibalsan",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"Horario est\u00e1ndar de Brasilia",
|
||||
"BST",
|
||||
"Horario de ver\u00e1n de Brasilia",
|
||||
"BST",
|
||||
"Horario de Brasilia",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"Horario est\u00e1ndar de Krasnoyarsk",
|
||||
"KST",
|
||||
"Horario de ver\u00e1n de Krasnoyarsk",
|
||||
"KST",
|
||||
"Horario de Krasnoyarsk",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"Horario de Casaquist\u00e1n Occidental",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"Horario est\u00e1ndar do Amazonas",
|
||||
"AST",
|
||||
"Horario de ver\u00e1n do Amazonas",
|
||||
"AST",
|
||||
"Horario do Amazonas",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"Horario do Casaquist\u00e1n Oriental",
|
||||
"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