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.mt;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_mt_MT extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "1" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
76
jdkSrc/jdk8/sun/util/resources/cldr/mt/CurrencyNames_mt.java
Normal file
76
jdkSrc/jdk8/sun/util/resources/cldr/mt/CurrencyNames_mt.java
Normal file
@@ -0,0 +1,76 @@
|
||||
/*
|
||||
* 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.mt;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_mt extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "eur", "Ewro" },
|
||||
{ "mtl", "Lira Maltija" },
|
||||
{ "xxx", "Munita Mhux Mag\u0127ruf jew Mhux Validu" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
829
jdkSrc/jdk8/sun/util/resources/cldr/mt/LocaleNames_mt.java
Normal file
829
jdkSrc/jdk8/sun/util/resources/cldr/mt/LocaleNames_mt.java
Normal file
@@ -0,0 +1,829 @@
|
||||
/*
|
||||
* 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.mt;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_mt extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "Dinja" },
|
||||
{ "002", "Affrika" },
|
||||
{ "005", "Amerika t\u2019Isfel" },
|
||||
{ "009", "O\u010bejanja" },
|
||||
{ "011", "Affrika tal-Punent" },
|
||||
{ "013", "Amerika \u010aentrali" },
|
||||
{ "014", "Affrika tal-Lvant" },
|
||||
{ "015", "Affrika ta\u2019 Fuq" },
|
||||
{ "017", "Affrika Nofsani" },
|
||||
{ "018", "Affrika t\u2019Isfel" },
|
||||
{ "019", "Amerika" },
|
||||
{ "029", "Karibew" },
|
||||
{ "030", "Asja tal-Lvant" },
|
||||
{ "034", "Asja t\u2019Isfel \u010aentrali" },
|
||||
{ "035", "Asja tax-Xlokk" },
|
||||
{ "039", "Ewropa t\u2019Isfel" },
|
||||
{ "053", "Awstralja u New Zealand" },
|
||||
{ "054", "Melanesja" },
|
||||
{ "057", "Re\u0121jun ta\u2019 Mikrone\u017cja" },
|
||||
{ "061", "Polinesja" },
|
||||
{ "142", "Asja" },
|
||||
{ "143", "Asja \u010aentrali" },
|
||||
{ "145", "Asja tal-Punent" },
|
||||
{ "150", "Ewropa" },
|
||||
{ "151", "Ewropa tal-Lvant" },
|
||||
{ "154", "Ewropa ta\u2019 Fuq" },
|
||||
{ "155", "Ewropa tal-Punent" },
|
||||
{ "419", "Amerika Latina" },
|
||||
{ "AD", "Andorra" },
|
||||
{ "AE", "Emirati G\u0127arab Maqg\u0127uda" },
|
||||
{ "AF", "Afganistan" },
|
||||
{ "AG", "Antigua and Barbuda" },
|
||||
{ "AI", "Angwilla" },
|
||||
{ "AL", "Albanija" },
|
||||
{ "AM", "Armenja" },
|
||||
{ "AN", "Antilles Olandi\u017ci" },
|
||||
{ "AO", "Angola" },
|
||||
{ "AQ", "Antartika" },
|
||||
{ "AR", "Ar\u0121entina" },
|
||||
{ "AS", "Samoa Amerikana" },
|
||||
{ "AT", "Awstrija" },
|
||||
{ "AU", "Awstralja" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AX", "G\u017cejjer Aland" },
|
||||
{ "AZ", "A\u017cerbaj\u0121an" },
|
||||
{ "BA", "Bo\u017cnija \u0126er\u017cegovina" },
|
||||
{ "BB", "Barbados" },
|
||||
{ "BD", "Bangladexx" },
|
||||
{ "BE", "Bel\u0121ju" },
|
||||
{ "BF", "Burkina Faso" },
|
||||
{ "BG", "Bulgarija" },
|
||||
{ "BH", "Ba\u0127rajn" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BM", "Bermuda" },
|
||||
{ "BN", "Brunej" },
|
||||
{ "BO", "Bolivja" },
|
||||
{ "BR", "Bra\u017cil" },
|
||||
{ "BS", "Ba\u0127amas" },
|
||||
{ "BT", "Butan" },
|
||||
{ "BV", "Bouvet Island" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Bjelorussja" },
|
||||
{ "BZ", "Beli\u017ce" },
|
||||
{ "CA", "Kanada" },
|
||||
{ "CC", "Cocos (Keeling) Islands" },
|
||||
{ "CD", "Democratic Republic of the Congo" },
|
||||
{ "CF", "Repubblika Afrikana \u010aentrali" },
|
||||
{ "CG", "Kongo" },
|
||||
{ "CH", "Svizzera" },
|
||||
{ "CI", "Kosta ta\u2019 l-Avorju" },
|
||||
{ "CK", "Cook Islands" },
|
||||
{ "CL", "\u010aili" },
|
||||
{ "CM", "Kamerun" },
|
||||
{ "CN", "\u010aina" },
|
||||
{ "CO", "Kolumbja" },
|
||||
{ "CR", "Kosta Rika" },
|
||||
{ "CS", "Serbja u Montenegro" },
|
||||
{ "CU", "Kuba" },
|
||||
{ "CV", "Kape Verde" },
|
||||
{ "CX", "Christmas Island" },
|
||||
{ "CY", "\u010aipru" },
|
||||
{ "CZ", "Repubblika \u010aeka" },
|
||||
{ "DE", "\u0120ermanja" },
|
||||
{ "DJ", "\u0120ibuti" },
|
||||
{ "DK", "Danimarka" },
|
||||
{ "DM", "Dominika" },
|
||||
{ "DO", "Republikka Domenikana" },
|
||||
{ "DZ", "Al\u0121erija" },
|
||||
{ "EC", "Ekwador" },
|
||||
{ "EE", "Estonja" },
|
||||
{ "EG", "E\u0121ittu" },
|
||||
{ "EH", "Sahara tal-Punent" },
|
||||
{ "ER", "Eritreja" },
|
||||
{ "ES", "Spanja" },
|
||||
{ "ET", "Etijopja" },
|
||||
{ "EU", "Unjoni Ewropea" },
|
||||
{ "FI", "Finlandja" },
|
||||
{ "FJ", "Fi\u0121i" },
|
||||
{ "FK", "Falkland Islands" },
|
||||
{ "FM", "Mikronesja" },
|
||||
{ "FO", "G\u017cejjer Faroe" },
|
||||
{ "FR", "Franza" },
|
||||
{ "GA", "Gabon" },
|
||||
{ "GB", "Ingilterra" },
|
||||
{ "GD", "Grenada" },
|
||||
{ "GE", "\u0120or\u0121ja" },
|
||||
{ "GF", "Gujana Fran\u010bi\u017ca" },
|
||||
{ "GH", "Gana" },
|
||||
{ "GI", "Gibraltar" },
|
||||
{ "GL", "Grinlandja" },
|
||||
{ "GM", "Gambja" },
|
||||
{ "GN", "Gineja" },
|
||||
{ "GP", "Gwadelupe" },
|
||||
{ "GQ", "Ginea Ekwatorjali" },
|
||||
{ "GR", "Gre\u010bja" },
|
||||
{ "GS", "South Georgia and the South Sandwich Islands" },
|
||||
{ "GT", "Gwatemala" },
|
||||
{ "GU", "Gwam" },
|
||||
{ "GW", "Ginea-Bissaw" },
|
||||
{ "GY", "Gujana" },
|
||||
{ "HK", "\u0126ong Kong S.A.R., \u010aina" },
|
||||
{ "HM", "Heard Island and McDonald Islands" },
|
||||
{ "HN", "\u0126onduras" },
|
||||
{ "HR", "Kroazja" },
|
||||
{ "HT", "\u0126aiti" },
|
||||
{ "HU", "Ungerija" },
|
||||
{ "ID", "Indone\u017cja" },
|
||||
{ "IE", "Irlanda" },
|
||||
{ "IL", "I\u017crael" },
|
||||
{ "IM", "Isle of Man" },
|
||||
{ "IN", "Indja" },
|
||||
{ "IO", "British Indian Ocean Territory" },
|
||||
{ "IQ", "Iraq" },
|
||||
{ "IR", "Iran" },
|
||||
{ "IS", "Islanda" },
|
||||
{ "IT", "Italja" },
|
||||
{ "JM", "\u0120amajka" },
|
||||
{ "JO", "\u0120ordan" },
|
||||
{ "JP", "\u0120appun" },
|
||||
{ "KE", "Kenja" },
|
||||
{ "KG", "Kirgistan" },
|
||||
{ "KH", "Kambodja" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "Komoros" },
|
||||
{ "KN", "Saint Kitts and Nevis" },
|
||||
{ "KP", "Koreja ta\u2019 Fuq" },
|
||||
{ "KR", "Koreja t\u2019Isfel" },
|
||||
{ "KW", "Kuwajt" },
|
||||
{ "KY", "G\u017cejjer Kajmani" },
|
||||
{ "KZ", "Ka\u017cakstan" },
|
||||
{ "LA", "Laos" },
|
||||
{ "LB", "Libanu" },
|
||||
{ "LC", "Santa Lu\u010bija" },
|
||||
{ "LI", "Liechtenstein" },
|
||||
{ "LK", "Sri Lanka" },
|
||||
{ "LR", "Liberja" },
|
||||
{ "LS", "Lesoto" },
|
||||
{ "LT", "Litwanja" },
|
||||
{ "LU", "Lussemburgu" },
|
||||
{ "LV", "Latvja" },
|
||||
{ "LY", "Libja" },
|
||||
{ "MA", "Marokk" },
|
||||
{ "MC", "Monako" },
|
||||
{ "MD", "Maldova" },
|
||||
{ "MG", "Madagaskar" },
|
||||
{ "MH", "G\u017cejjer ta\u2019 Marshall" },
|
||||
{ "MK", "Ma\u010bedonja" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Mjanmar" },
|
||||
{ "MN", "Mongolja" },
|
||||
{ "MO", "Macao S.A.R., China" },
|
||||
{ "MP", "G\u017cejjer Marjana ta\u2019 Fuq" },
|
||||
{ "MQ", "Martinik" },
|
||||
{ "MR", "Mawritanja" },
|
||||
{ "MS", "Montserrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Mawrizju" },
|
||||
{ "MV", "Maldives" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "Messiku" },
|
||||
{ "MY", "Malasja" },
|
||||
{ "MZ", "Mo\u017cambik" },
|
||||
{ "NA", "Namibja" },
|
||||
{ "NC", "New Caledonia" },
|
||||
{ "NE", "Ni\u0121er" },
|
||||
{ "NF", "Norfolk Island" },
|
||||
{ "NG", "Ni\u0121erja" },
|
||||
{ "NI", "Nikaragwa" },
|
||||
{ "NL", "Olanda" },
|
||||
{ "NO", "Norve\u0121ja" },
|
||||
{ "NP", "Nepal" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Niue" },
|
||||
{ "NZ", "New Zealand" },
|
||||
{ "OM", "Oman" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "Polinesja Fran\u010bi\u017ca" },
|
||||
{ "PG", "Papwa-Ginea \u0120dida" },
|
||||
{ "PH", "Filippini" },
|
||||
{ "PK", "Pakistan" },
|
||||
{ "PL", "Polonja" },
|
||||
{ "PM", "Saint Pierre and Miquelon" },
|
||||
{ "PN", "Pitcairn" },
|
||||
{ "PR", "Puerto Rico" },
|
||||
{ "PS", "Palestinian Territory" },
|
||||
{ "PT", "Portugall" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paragwaj" },
|
||||
{ "QA", "Qatar" },
|
||||
{ "RE", "R\u00e9union" },
|
||||
{ "RO", "Rumanija" },
|
||||
{ "RU", "Russja" },
|
||||
{ "RW", "Rwanda" },
|
||||
{ "SA", "G\u0127arabja Sawdita" },
|
||||
{ "SB", "Solomon Islands" },
|
||||
{ "SC", "Seychelles" },
|
||||
{ "SD", "Sudan" },
|
||||
{ "SE", "\u017bvezja" },
|
||||
{ "SG", "Singapor" },
|
||||
{ "SH", "Saint Helena" },
|
||||
{ "SI", "Slovenja" },
|
||||
{ "SJ", "Svalbard and Jan Mayen" },
|
||||
{ "SK", "Slovakkja" },
|
||||
{ "SL", "Sierra Leone" },
|
||||
{ "SM", "San Marino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Somalja" },
|
||||
{ "SR", "Surinam" },
|
||||
{ "ST", "Sao Tome and Principe" },
|
||||
{ "SV", "El Salvador" },
|
||||
{ "SY", "Sirja" },
|
||||
{ "SZ", "Swa\u017ciland" },
|
||||
{ "TC", "Turks and Caicos Islands" },
|
||||
{ "TD", "\u010aad" },
|
||||
{ "TF", "Territorji Fran\u010bi\u017ci ta\u2019 Nofsinhar" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Tajlandja" },
|
||||
{ "TJ", "Ta\u0121ikistan" },
|
||||
{ "TK", "Tokelaw" },
|
||||
{ "TL", "Timor tal-Lvant" },
|
||||
{ "TM", "Turkmenistan" },
|
||||
{ "TN", "Tune\u017c" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "Turkija" },
|
||||
{ "TT", "Trinidad u Tobago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Tajwan" },
|
||||
{ "TZ", "Tan\u017canija" },
|
||||
{ "UA", "Ukraina" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "UM", "United States Minor Outlying Islands" },
|
||||
{ "US", "Stati Uniti" },
|
||||
{ "UY", "Urugwaj" },
|
||||
{ "UZ", "U\u017cbekistan" },
|
||||
{ "VA", "Vatikan" },
|
||||
{ "VC", "Saint Vincent and the Grenadines" },
|
||||
{ "VE", "Venezwela" },
|
||||
{ "VG", "British Virgin Islands" },
|
||||
{ "VI", "U.S. Virgin Islands" },
|
||||
{ "VN", "Vjetnam" },
|
||||
{ "VU", "Vanwatu" },
|
||||
{ "WF", "Wallis and Futuna" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Jemen" },
|
||||
{ "YT", "Majotte" },
|
||||
{ "ZA", "Afrika t\u2019Isfel" },
|
||||
{ "ZM", "\u017bambja" },
|
||||
{ "ZW", "\u017bimbabwe" },
|
||||
{ "ZZ", "Re\u0121jun Mhux Mag\u0127ruf jew Mhux Validu" },
|
||||
{ "aa", "Afar" },
|
||||
{ "ab", "Abka\u017cjan" },
|
||||
{ "ae", "Avestan" },
|
||||
{ "af", "Afrikans" },
|
||||
{ "ak", "Akan" },
|
||||
{ "am", "Am\u0127ariku" },
|
||||
{ "an", "Aragonese" },
|
||||
{ "ar", "G\u0127arbi" },
|
||||
{ "as", "Assamese" },
|
||||
{ "av", "Avarik" },
|
||||
{ "ay", "Ajmara" },
|
||||
{ "az", "A\u017cerbaj\u0121ani" },
|
||||
{ "ba", "Baxkir" },
|
||||
{ "be", "Belarussu" },
|
||||
{ "bg", "Bulgaru" },
|
||||
{ "bh", "Bi\u0127ari" },
|
||||
{ "bi", "Bislama" },
|
||||
{ "bm", "Bambara" },
|
||||
{ "bn", "Bengali" },
|
||||
{ "bo", "Tibetjan" },
|
||||
{ "br", "Brenton" },
|
||||
{ "bs", "Bosnijan" },
|
||||
{ "ca", "Katalan" },
|
||||
{ "ce", "\u010ae\u010ben" },
|
||||
{ "ch", "\u010aamorro" },
|
||||
{ "co", "Korsiku" },
|
||||
{ "cr", "Krij" },
|
||||
{ "cs", "\u010aek" },
|
||||
{ "cu", "Slaviku tal-Knisja" },
|
||||
{ "cv", "\u010auvax" },
|
||||
{ "cy", "Welx" },
|
||||
{ "da", "Dani\u017c" },
|
||||
{ "de", "\u0120ermani\u017c" },
|
||||
{ "dv", "Dive\u0127i" },
|
||||
{ "dz", "D\u017congka" },
|
||||
{ "ee", "Ewe" },
|
||||
{ "el", "Grieg" },
|
||||
{ "en", "Ingli\u017c" },
|
||||
{ "eo", "Esperanto" },
|
||||
{ "es", "Spanjol" },
|
||||
{ "et", "Estonjan" },
|
||||
{ "eu", "Bask" },
|
||||
{ "fa", "Persjan" },
|
||||
{ "ff", "Fula\u0127" },
|
||||
{ "fi", "Finlandi\u017c" },
|
||||
{ "fj", "Fi\u0121i" },
|
||||
{ "fo", "Fawri\u017c" },
|
||||
{ "fr", "Fran\u010bi\u017c" },
|
||||
{ "fy", "Fri\u017cjan" },
|
||||
{ "ga", "Irlandi\u017c" },
|
||||
{ "gd", "Galliku Sko\u010b\u010bi\u017c" },
|
||||
{ "gl", "Gallegjan" },
|
||||
{ "gn", "Gwarani" },
|
||||
{ "gu", "Gu\u0121arati" },
|
||||
{ "gv", "Manks" },
|
||||
{ "ha", "\u0126awsa" },
|
||||
{ "he", "Ebrajk" },
|
||||
{ "hi", "\u0126indi" },
|
||||
{ "ho", "\u0126iri Motu" },
|
||||
{ "hr", "Kroat" },
|
||||
{ "ht", "Haitian" },
|
||||
{ "hu", "Ungeri\u017c" },
|
||||
{ "hy", "Armenjan" },
|
||||
{ "hz", "\u0126erero" },
|
||||
{ "ia", "Interlingua" },
|
||||
{ "id", "Indone\u017cjan" },
|
||||
{ "ie", "Interlingue" },
|
||||
{ "ig", "Igbo" },
|
||||
{ "ii", "Sichuan Yi" },
|
||||
{ "ik", "Inupjak" },
|
||||
{ "io", "Ido" },
|
||||
{ "is", "I\u017clandi\u017c" },
|
||||
{ "it", "Taljan" },
|
||||
{ "iu", "Inukitut" },
|
||||
{ "ja", "\u0120appuni\u017c" },
|
||||
{ "jv", "\u0120avani\u017c" },
|
||||
{ "ka", "\u0120or\u0121jan" },
|
||||
{ "kg", "Kongo" },
|
||||
{ "ki", "Kikuju" },
|
||||
{ "kj", "Kuanyama" },
|
||||
{ "kk", "Ka\u017cak" },
|
||||
{ "kl", "Kalallisut" },
|
||||
{ "km", "Kmer" },
|
||||
{ "kn", "Kannada" },
|
||||
{ "ko", "Korejan" },
|
||||
{ "kr", "Kanuri" },
|
||||
{ "ks", "Kaxmiri" },
|
||||
{ "ku", "Kurdi\u017c" },
|
||||
{ "kv", "Komi" },
|
||||
{ "kw", "Korniku" },
|
||||
{ "ky", "Kirgi\u017c" },
|
||||
{ "la", "Latin" },
|
||||
{ "lb", "Let\u017cburgi\u017c" },
|
||||
{ "lg", "Ganda" },
|
||||
{ "li", "Limburgish" },
|
||||
{ "ln", "Lingaljan" },
|
||||
{ "lo", "Lao" },
|
||||
{ "lt", "Litwanjan" },
|
||||
{ "lu", "Luba-Katanga" },
|
||||
{ "lv", "Latvjan (Lettix)" },
|
||||
{ "mg", "Malaga\u017ci" },
|
||||
{ "mh", "Marxall" },
|
||||
{ "mi", "Maori" },
|
||||
{ "mk", "Ma\u010bedonjan" },
|
||||
{ "ml", "Malajalam" },
|
||||
{ "mn", "Mongoljan" },
|
||||
{ "mo", "Moldavjan" },
|
||||
{ "mr", "Marati" },
|
||||
{ "ms", "Malajan" },
|
||||
{ "mt", "Malti" },
|
||||
{ "my", "Burmi\u017c" },
|
||||
{ "na", "Nawuru" },
|
||||
{ "nb", "Bokmahal Norve\u0121i\u017c" },
|
||||
{ "nd", "Ndebele, ta\u2019 Fuq" },
|
||||
{ "ne", "Nepali\u017c" },
|
||||
{ "ng", "Ndonga" },
|
||||
{ "nl", "Olandi\u017c" },
|
||||
{ "nn", "Ninorsk Norve\u0121i\u017c" },
|
||||
{ "no", "Norve\u0121i\u017c" },
|
||||
{ "nr", "Ndebele, t\u2019Isfel" },
|
||||
{ "nv", "Nava\u0127o" },
|
||||
{ "ny", "\u010ai\u010bewa; Njan\u0121a" },
|
||||
{ "oc", "O\u010b\u010bitan" },
|
||||
{ "oj", "O\u0121ibwa" },
|
||||
{ "om", "Oromo (Afan)" },
|
||||
{ "or", "Orija" },
|
||||
{ "os", "Ossettiku" },
|
||||
{ "pa", "Pun\u0121abi" },
|
||||
{ "pi", "Pali" },
|
||||
{ "pl", "Pollakk" },
|
||||
{ "ps", "Paxtun" },
|
||||
{ "pt", "Portugi\u017c" },
|
||||
{ "qu", "Ke\u010bwa" },
|
||||
{ "rm", "Reto-Romanz" },
|
||||
{ "rn", "Rundi" },
|
||||
{ "ro", "Rumen" },
|
||||
{ "ru", "Russu" },
|
||||
{ "rw", "Kinjarwanda" },
|
||||
{ "sa", "Sanskrit" },
|
||||
{ "sc", "Sardinjan" },
|
||||
{ "sd", "Sindi" },
|
||||
{ "se", "Sami ta\u2019 Fuq" },
|
||||
{ "sg", "Sango" },
|
||||
{ "sh", "Serbo-Kroat" },
|
||||
{ "si", "Sin\u0127ali\u017c" },
|
||||
{ "sk", "Slovakk" },
|
||||
{ "sl", "Sloven" },
|
||||
{ "sm", "Samojan" },
|
||||
{ "sn", "Xona" },
|
||||
{ "so", "Somali" },
|
||||
{ "sq", "Albani\u017c" },
|
||||
{ "sr", "Serb" },
|
||||
{ "ss", "Swati" },
|
||||
{ "st", "Soto, t\u2019Isfel" },
|
||||
{ "su", "Sundani\u017c" },
|
||||
{ "sv", "Svedi\u017c" },
|
||||
{ "sw", "Swa\u0127ili" },
|
||||
{ "ta", "Tamil" },
|
||||
{ "te", "Telugu" },
|
||||
{ "tg", "Ta\u0121ik" },
|
||||
{ "th", "Tajlandi\u017c" },
|
||||
{ "ti", "Tigrinja" },
|
||||
{ "tk", "Turkmeni" },
|
||||
{ "tl", "Tagalog" },
|
||||
{ "tn", "Zwana" },
|
||||
{ "to", "Tongan (G\u017cejjer ta\u2019 Tonga)" },
|
||||
{ "tr", "Tork" },
|
||||
{ "ts", "Tsonga" },
|
||||
{ "tt", "Tatar" },
|
||||
{ "tw", "Twi" },
|
||||
{ "ty", "Ta\u0127itjan" },
|
||||
{ "ug", "Wigur" },
|
||||
{ "uk", "Ukranjan" },
|
||||
{ "ur", "Urdu" },
|
||||
{ "uz", "U\u017cbek" },
|
||||
{ "ve", "Venda" },
|
||||
{ "vi", "Vjetnami\u017c" },
|
||||
{ "vo", "Volapuk" },
|
||||
{ "wa", "Walloon" },
|
||||
{ "wo", "Wolof" },
|
||||
{ "xh", "\u0126o\u017ca" },
|
||||
{ "yi", "Jiddix" },
|
||||
{ "yo", "Joruba" },
|
||||
{ "za", "\u017bwang" },
|
||||
{ "zh", "\u010aini\u017c" },
|
||||
{ "zu", "\u017bulu" },
|
||||
{ "ace", "A\u010bini\u017c" },
|
||||
{ "ach", "Akoli" },
|
||||
{ "ada", "Adangme" },
|
||||
{ "ady", "Adyghe" },
|
||||
{ "afa", "Afro-Asjatiku (O\u0127ra)" },
|
||||
{ "afh", "Afri\u0127ili" },
|
||||
{ "ain", "Ajnu" },
|
||||
{ "akk", "Akkadjen" },
|
||||
{ "ale", "Aleut" },
|
||||
{ "alg", "Lingwi Algonqwinjani" },
|
||||
{ "ang", "Ingli\u017c, Antik" },
|
||||
{ "anp", "Angika" },
|
||||
{ "apa", "Lingwi Apa\u010bi" },
|
||||
{ "arc", "Aramajk" },
|
||||
{ "arn", "Arawkanjan" },
|
||||
{ "arp", "Arapa\u0127o" },
|
||||
{ "art", "Artifi\u010bjali (O\u0127ra)" },
|
||||
{ "arw", "Arawak" },
|
||||
{ "ast", "Asturian" },
|
||||
{ "ath", "Lingwi Atabaskani" },
|
||||
{ "aus", "Lingwi Awstraljani" },
|
||||
{ "awa", "Awad\u0127i" },
|
||||
{ "bad", "Banda" },
|
||||
{ "bai", "Lingwi Bamileke" },
|
||||
{ "bal", "Balu\u010bi" },
|
||||
{ "ban", "Balini\u017c" },
|
||||
{ "bas", "Basa" },
|
||||
{ "bat", "Baltiku (O\u0127ra)" },
|
||||
{ "bej", "Beja" },
|
||||
{ "bem", "Bemba" },
|
||||
{ "ber", "Beber" },
|
||||
{ "bho", "Bojpuri" },
|
||||
{ "bik", "Bikol" },
|
||||
{ "bin", "Bini" },
|
||||
{ "bla", "Siksika" },
|
||||
{ "bnt", "Bantu" },
|
||||
{ "bra", "Braj" },
|
||||
{ "btk", "Batak" },
|
||||
{ "bua", "Burjat" },
|
||||
{ "bug", "Bugini\u017c" },
|
||||
{ "byn", "Blin" },
|
||||
{ "cad", "Kaddo" },
|
||||
{ "cai", "Amerika \u010aentrali (O\u0127ra)" },
|
||||
{ "car", "Karib" },
|
||||
{ "cau", "Kawkasu (O\u0127ra)" },
|
||||
{ "cch", "Atsam" },
|
||||
{ "ceb", "Sibwano" },
|
||||
{ "cel", "Keltiku (O\u0127ra)" },
|
||||
{ "chb", "\u010aib\u010ba" },
|
||||
{ "chg", "\u010aagataj" },
|
||||
{ "chk", "\u010aukese" },
|
||||
{ "chm", "Mari" },
|
||||
{ "chn", "\u0120argon ta\u010b-\u010ainuk" },
|
||||
{ "cho", "\u010aostaw" },
|
||||
{ "chp", "\u010aipewjan" },
|
||||
{ "chr", "\u010aerokij" },
|
||||
{ "chy", "Xajenn" },
|
||||
{ "cmc", "Lingwi \u010aamiki" },
|
||||
{ "cop", "Koptiku" },
|
||||
{ "cpe", "Kreoli u Pi\u0121ini, Bba\u017cat fuq l-Ingli\u017c (O\u0127ra)" },
|
||||
{ "cpf", "Kreoli u Pi\u0121ini, Bba\u017cat fuq il-Fran\u010bi\u017c (O\u0127ra)" },
|
||||
{ "cpp", "Kreoli u Pi\u0121ini, Bba\u017cat fuq il-Portugi\u017c (O\u0127ra)" },
|
||||
{ "crh", "Crimean Turkish; Crimean Tatar" },
|
||||
{ "crp", "Kreoli u Pi\u0121ini (O\u0127ra)" },
|
||||
{ "csb", "Kashubian" },
|
||||
{ "cus", "Kuxtiku (O\u0127ra)" },
|
||||
{ "dak", "Dakota" },
|
||||
{ "dar", "Dargwa" },
|
||||
{ "day", "Dajak" },
|
||||
{ "del", "Delawerjan" },
|
||||
{ "den", "Slav" },
|
||||
{ "dgr", "Dogrib" },
|
||||
{ "din", "Dinka" },
|
||||
{ "doi", "Dogri" },
|
||||
{ "dra", "Dravidjan (O\u0127ra)" },
|
||||
{ "dsb", "Lower Sorbian" },
|
||||
{ "dua", "Dwala" },
|
||||
{ "dum", "Olandi\u017c, Medjevali" },
|
||||
{ "dyu", "Djula" },
|
||||
{ "efi", "Efik" },
|
||||
{ "egy", "E\u0121izzjan (Antik)" },
|
||||
{ "eka", "Ekajuk" },
|
||||
{ "elx", "Elamit" },
|
||||
{ "enm", "Ingli\u017c, Medjevali (1100-1500)" },
|
||||
{ "ewo", "Ewondo" },
|
||||
{ "fan", "Fang" },
|
||||
{ "fat", "Fanti" },
|
||||
{ "fil", "Filippino" },
|
||||
{ "fiu", "Finno - Ugrijan" },
|
||||
{ "fon", "Fon" },
|
||||
{ "frm", "Fran\u010bi\u017c, Medjevali" },
|
||||
{ "fro", "Fran\u010bi\u017c, Antik" },
|
||||
{ "fur", "Frijuljan" },
|
||||
{ "gaa", "Ga" },
|
||||
{ "gay", "Gajo" },
|
||||
{ "gba", "Gbaja" },
|
||||
{ "gem", "\u0120ermaniku (O\u0127ra)" },
|
||||
{ "gez", "Geez" },
|
||||
{ "gil", "Gilbertjan" },
|
||||
{ "gmh", "\u0120ermaniku, Medjevali Pulit" },
|
||||
{ "goh", "\u0120ermaniku, Antik Pulit" },
|
||||
{ "gon", "Gondi" },
|
||||
{ "gor", "Gorontalo" },
|
||||
{ "got", "Gotiku" },
|
||||
{ "grb", "\u0120erbo" },
|
||||
{ "grc", "Grieg, Antik (to 1453)" },
|
||||
{ "gwi", "Gwi\u010bin" },
|
||||
{ "hai", "\u0126ajda" },
|
||||
{ "haw", "\u0126awajjan" },
|
||||
{ "hil", "Hiligaynon" },
|
||||
{ "him", "\u0126ima\u010bali" },
|
||||
{ "hit", "\u0126ittit" },
|
||||
{ "hmn", "\u0126mong" },
|
||||
{ "hsb", "Upper Sorbian" },
|
||||
{ "hup", "\u0126upa" },
|
||||
{ "iba", "Iban" },
|
||||
{ "ijo", "I\u0121o" },
|
||||
{ "ilo", "Iloko" },
|
||||
{ "inc", "Indjan (O\u0127ra)" },
|
||||
{ "ine", "Indo-Ewropew" },
|
||||
{ "inh", "Ingush" },
|
||||
{ "ira", "Iranjan" },
|
||||
{ "iro", "Lingwi Irogwjani" },
|
||||
{ "jbo", "Lojban" },
|
||||
{ "jpr", "Lhudi-Persjan" },
|
||||
{ "jrb", "Lhudi-G\u0127arbi" },
|
||||
{ "kaa", "Kara-Kalpak" },
|
||||
{ "kab", "Kabuljan" },
|
||||
{ "kac", "Ka\u010bin" },
|
||||
{ "kam", "Kamba" },
|
||||
{ "kar", "Karen" },
|
||||
{ "kaw", "Kawi" },
|
||||
{ "kbd", "Kabardian" },
|
||||
{ "kha", "Kasi" },
|
||||
{ "khi", "Kojsan" },
|
||||
{ "kho", "Kotani\u017c" },
|
||||
{ "kmb", "Kimbundu" },
|
||||
{ "kok", "Konkani" },
|
||||
{ "kos", "Kosrejan" },
|
||||
{ "kpe", "Kpelle" },
|
||||
{ "krc", "Karachay-Balkar" },
|
||||
{ "kro", "Kru" },
|
||||
{ "kru", "Kurusk" },
|
||||
{ "kum", "Kumiku" },
|
||||
{ "kut", "Kutenaj" },
|
||||
{ "lad", "Ladino" },
|
||||
{ "lah", "Landa" },
|
||||
{ "lam", "Lamba" },
|
||||
{ "lez", "Le\u017cgjan" },
|
||||
{ "lol", "Mongo" },
|
||||
{ "loz", "Lo\u017ci" },
|
||||
{ "lua", "Luba-Luluwa" },
|
||||
{ "lui", "Luwisinu\u017c" },
|
||||
{ "lun", "Lunda" },
|
||||
{ "luo", "Luwa" },
|
||||
{ "lus", "Luxaj" },
|
||||
{ "mad", "Maduri\u017c" },
|
||||
{ "mag", "Maga\u0127i" },
|
||||
{ "mai", "Majtili" },
|
||||
{ "mak", "Makasar" },
|
||||
{ "man", "Mandingwan" },
|
||||
{ "map", "Awstronesjan" },
|
||||
{ "mas", "Masaj" },
|
||||
{ "mdf", "Moksha" },
|
||||
{ "mdr", "Mandar" },
|
||||
{ "men", "Mende" },
|
||||
{ "mga", "Irlandi\u017c, Medjevali (900-1200)" },
|
||||
{ "mic", "Mikmek" },
|
||||
{ "min", "Minangkabaw" },
|
||||
{ "mis", "Lingwi O\u0127ra" },
|
||||
{ "mkh", "Mon-Kmer (O\u0127ra)" },
|
||||
{ "mnc", "Man\u010burjan" },
|
||||
{ "mni", "Manipuri" },
|
||||
{ "mno", "Lingwi Manobo" },
|
||||
{ "moh", "Mo\u0127ak" },
|
||||
{ "mos", "Mossi" },
|
||||
{ "mul", "Lingwi Diversi" },
|
||||
{ "mun", "Lingwi tal-Munda" },
|
||||
{ "mus", "Kriek" },
|
||||
{ "mwl", "Mirandi\u017c" },
|
||||
{ "mwr", "Marwari" },
|
||||
{ "myn", "Majan" },
|
||||
{ "myv", "Erzya" },
|
||||
{ "nah", "Na\u0127watil" },
|
||||
{ "nai", "Indjan tal-Amerika ta\u2019 Fuq (O\u0127ra)" },
|
||||
{ "nap", "Neapolitan" },
|
||||
{ "nds", "\u0120ermani\u017c Komuni; Sassonu Komuni" },
|
||||
{ "new", "Newari" },
|
||||
{ "nia", "Nijas" },
|
||||
{ "nic", "Ni\u0121erjan - Kordofanjan" },
|
||||
{ "niu", "Nijuwejan" },
|
||||
{ "nog", "Nogai" },
|
||||
{ "non", "Skandinav, Antik" },
|
||||
{ "nso", "Soto, ta\u2019 Fuq" },
|
||||
{ "nub", "Lingwi Nubjani" },
|
||||
{ "nwc", "Classical Newari" },
|
||||
{ "nym", "Njamwe\u017ci" },
|
||||
{ "nyn", "Nyankole" },
|
||||
{ "nyo", "Njoro" },
|
||||
{ "nzi", "N\u017cima" },
|
||||
{ "osa", "Osa\u0121jan" },
|
||||
{ "ota", "Tork (Imperu Ottoman)" },
|
||||
{ "oto", "Lingwi Otomjani" },
|
||||
{ "paa", "Papwan (O\u0127ra)" },
|
||||
{ "pag", "Pangasinjan" },
|
||||
{ "pal", "Pa\u0127lavi" },
|
||||
{ "pam", "Pampamga" },
|
||||
{ "pap", "Papjamento" },
|
||||
{ "pau", "Palawjan" },
|
||||
{ "peo", "Persjan Antik" },
|
||||
{ "phi", "Filippin (O\u0127ra)" },
|
||||
{ "phn", "Feni\u010bju" },
|
||||
{ "pon", "Ponpejan" },
|
||||
{ "pra", "Lingwi Prakriti" },
|
||||
{ "pro", "Provenzal, Antik (sa l-1500)" },
|
||||
{ "raj", "Ra\u0121astani" },
|
||||
{ "rap", "Rapanwi" },
|
||||
{ "rar", "Rarotongani" },
|
||||
{ "roa", "Romanz (O\u0127ra)" },
|
||||
{ "rom", "\u017bingaru" },
|
||||
{ "rup", "Aromanijan" },
|
||||
{ "sad", "Sandawe" },
|
||||
{ "sah", "Jakut" },
|
||||
{ "sai", "Indjan tal-Amerika t\u2019Isfel (O\u0127ra)" },
|
||||
{ "sal", "Salixan" },
|
||||
{ "sam", "Samritan" },
|
||||
{ "sas", "Saska" },
|
||||
{ "sat", "Santali" },
|
||||
{ "sco", "Sko\u010b\u010bi\u017c" },
|
||||
{ "sel", "Selkup" },
|
||||
{ "sem", "Semitiku" },
|
||||
{ "sga", "Irlandi\u017c, Antik (sa l-900)" },
|
||||
{ "sgn", "Lingwa tas-Sinjali" },
|
||||
{ "shn", "Xan" },
|
||||
{ "sid", "Sidamo" },
|
||||
{ "sio", "Lingwi Suwjani" },
|
||||
{ "sit", "Sino-Tibetjani (O\u0127ra)" },
|
||||
{ "sla", "Slavic (Other)" },
|
||||
{ "sma", "Southern Sami" },
|
||||
{ "smi", "Sami languages (Other)" },
|
||||
{ "smj", "Lule Sami" },
|
||||
{ "smn", "Inari Sami" },
|
||||
{ "sms", "Skolt Sami" },
|
||||
{ "snk", "Soninke" },
|
||||
{ "sog", "Sogdien" },
|
||||
{ "son", "Songaj" },
|
||||
{ "srr", "Serer" },
|
||||
{ "ssa", "Nilo-Sa\u0127aram" },
|
||||
{ "suk", "Sukuma" },
|
||||
{ "sus", "Susu" },
|
||||
{ "sux", "Sumerjan" },
|
||||
{ "syr", "Sirjan" },
|
||||
{ "tai", "Tai (O\u0127ra)" },
|
||||
{ "tem", "Timne" },
|
||||
{ "ter", "Tereno" },
|
||||
{ "tet", "Tetum" },
|
||||
{ "tig", "Tigre" },
|
||||
{ "tiv", "Tiv" },
|
||||
{ "tkl", "Tokelau" },
|
||||
{ "tlh", "Klingon" },
|
||||
{ "tli", "Tlingit" },
|
||||
{ "tmh", "Tamaxek" },
|
||||
{ "tog", "Tonga (Njasa)" },
|
||||
{ "tpi", "Tok Pisin" },
|
||||
{ "tsi", "Zimxjan" },
|
||||
{ "tum", "Tumbuka" },
|
||||
{ "tup", "Tupi languages" },
|
||||
{ "tut", "Altajk (O\u0127ra)" },
|
||||
{ "tvl", "Tuvalu" },
|
||||
{ "tyv", "Tuvinjan" },
|
||||
{ "udm", "Udmurt" },
|
||||
{ "uga", "Ugaritiku" },
|
||||
{ "umb", "Umbundu" },
|
||||
{ "und", "Indeterminat" },
|
||||
{ "vai", "Vai" },
|
||||
{ "vot", "Votik" },
|
||||
{ "wak", "Lingwi Wakaxani" },
|
||||
{ "wal", "Walamo" },
|
||||
{ "war", "Waraj" },
|
||||
{ "was", "Waxo" },
|
||||
{ "wen", "Lingwi Sorbjani" },
|
||||
{ "xal", "Kalmyk" },
|
||||
{ "yao", "Jao" },
|
||||
{ "yap", "Japese" },
|
||||
{ "ypk", "Lingwi Jupi\u010bi" },
|
||||
{ "zap", "\u017bapotek" },
|
||||
{ "zen", "\u017benaga" },
|
||||
{ "znd", "\u017bande" },
|
||||
{ "zun", "\u017buni" },
|
||||
{ "Arab", "G\u0127arbi" },
|
||||
{ "Grek", "Grieg" },
|
||||
{ "Hans", "\u0126an Sempli\u010bi" },
|
||||
{ "Hant", "\u0126an Tradizzjonali" },
|
||||
{ "Latn", "Latin" },
|
||||
{ "Xpeo", "Persjan Antik" },
|
||||
{ "Zxxx", "Mhux Miktub" },
|
||||
{ "Zyyy", "Komuni" },
|
||||
{ "Zzzz", "Skritt Mhux Mag\u0127ruf jew Mhux Validu" },
|
||||
{ "root", "G\u0127erq" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
115
jdkSrc/jdk8/sun/util/resources/cldr/mt/TimeZoneNames_mt.java
Normal file
115
jdkSrc/jdk8/sun/util/resources/cldr/mt/TimeZoneNames_mt.java
Normal file
@@ -0,0 +1,115 @@
|
||||
/*
|
||||
* 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.mt;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_mt extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Europe_Central = new String[] {
|
||||
"\u0126in \u010aentrali Ewropew istandard",
|
||||
"CET",
|
||||
"\u0126in \u010aentrali Ewropew tas-Sajf",
|
||||
"CEST",
|
||||
"\u0126in \u010aentrali Ewropew",
|
||||
"CET",
|
||||
};
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "Europe/Paris", Europe_Central },
|
||||
{ "Europe/Ljubljana", Europe_Central },
|
||||
{ "Europe/Rome", Europe_Central },
|
||||
{ "Europe/Berlin", Europe_Central },
|
||||
{ "Africa/Ceuta", Europe_Central },
|
||||
{ "Africa/Algiers", Europe_Central },
|
||||
{ "Europe/Zurich", Europe_Central },
|
||||
{ "Europe/Oslo", Europe_Central },
|
||||
{ "Europe/Amsterdam", Europe_Central },
|
||||
{ "Europe/Stockholm", Europe_Central },
|
||||
{ "Europe/Vatican", Europe_Central },
|
||||
{ "Europe/Budapest", Europe_Central },
|
||||
{ "Europe/Gibraltar", Europe_Central },
|
||||
{ "Europe/Bratislava", Europe_Central },
|
||||
{ "Europe/San_Marino", Europe_Central },
|
||||
{ "Europe/Madrid", Europe_Central },
|
||||
{ "Europe/Zagreb", Europe_Central },
|
||||
{ "Europe/Copenhagen", Europe_Central },
|
||||
{ "Europe/Malta", Europe_Central },
|
||||
{ "Europe/Brussels", Europe_Central },
|
||||
{ "Europe/Vienna", Europe_Central },
|
||||
{ "Europe/Vaduz", Europe_Central },
|
||||
{ "Europe/Warsaw", Europe_Central },
|
||||
{ "Europe/Prague", Europe_Central },
|
||||
{ "Europe/Skopje", Europe_Central },
|
||||
{ "Europe/Podgorica", Europe_Central },
|
||||
{ "Africa/Tunis", Europe_Central },
|
||||
{ "Europe/Sarajevo", Europe_Central },
|
||||
{ "Europe/Tirane", Europe_Central },
|
||||
{ "Europe/Luxembourg", Europe_Central },
|
||||
{ "Europe/Andorra", Europe_Central },
|
||||
{ "Europe/Belgrade", Europe_Central },
|
||||
{ "Arctic/Longyearbyen", Europe_Central },
|
||||
{ "Europe/Monaco", Europe_Central },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user