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.gsw;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_gsw_CH extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
343
jdkSrc/jdk8/sun/util/resources/cldr/gsw/CurrencyNames_gsw.java
Normal file
343
jdkSrc/jdk8/sun/util/resources/cldr/gsw/CurrencyNames_gsw.java
Normal file
@@ -0,0 +1,343 @@
|
||||
/*
|
||||
* 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.gsw;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_gsw extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "ATS", "\u00f6S" },
|
||||
{ "JPY", "\u00a5" },
|
||||
{ "USD", "$" },
|
||||
{ "adp", "Andorranischi Peseete" },
|
||||
{ "aed", "UAE Dirham" },
|
||||
{ "afa", "Afghani (1927-2002)" },
|
||||
{ "afn", "Afghani" },
|
||||
{ "all", "Lek" },
|
||||
{ "amd", "Dram" },
|
||||
{ "ang", "Niderl\u00e4ndischi-Antille-Gulde" },
|
||||
{ "aoa", "Kwanza" },
|
||||
{ "aok", "Angolanische Kwanza (1977-1990)" },
|
||||
{ "aon", "N\u00f6ie Kwanza" },
|
||||
{ "aor", "Kwanza Reajustado" },
|
||||
{ "ara", "Argentinische Auschtral" },
|
||||
{ "arp", "Argentinische Peso (1983-1985)" },
|
||||
{ "ars", "Argentinische Peso" },
|
||||
{ "ats", "\u00d6schtriichische Schilling" },
|
||||
{ "aud", "Auschtralische Dollar" },
|
||||
{ "awg", "Aruba Florin" },
|
||||
{ "azm", "Aserbeidschanische Manat (1993-2006)" },
|
||||
{ "azn", "Aserbeidschanische Manat" },
|
||||
{ "bad", "Bosnie-und-Herzegowina-Dinar" },
|
||||
{ "bam", "Konvertierbari Mark vo Bosnie und Herzegowina" },
|
||||
{ "bbd", "Barbados-Dollar" },
|
||||
{ "bdt", "Taka" },
|
||||
{ "bec", "Belgische Franc (konvertibel)" },
|
||||
{ "bef", "Belgische Franc" },
|
||||
{ "bel", "Belgische Finanz-Franc" },
|
||||
{ "bgl", "Lew (1962-1999)" },
|
||||
{ "bgn", "Bulgarische Lew" },
|
||||
{ "bhd", "Bahrain-Dinar" },
|
||||
{ "bif", "Burundi-Franc" },
|
||||
{ "bmd", "Bermuda-Dollar" },
|
||||
{ "bnd", "Brunei-Dollar" },
|
||||
{ "bob", "Boliviano" },
|
||||
{ "bop", "Bolivianische Peso" },
|
||||
{ "bov", "Bolivianische Mvdol" },
|
||||
{ "brb", "Brasilianische Cruzeiro Novo (1967-1986)" },
|
||||
{ "brc", "Brasilianische Cruzado" },
|
||||
{ "bre", "Brasilianische Cruzeiro (1990-1993)" },
|
||||
{ "brl", "Brasilianische Real" },
|
||||
{ "brn", "Brasilianische Cruzado Novo" },
|
||||
{ "brr", "Brasilianische Cruzeiro" },
|
||||
{ "bsd", "Bahama-Dollar" },
|
||||
{ "btn", "Bhutanische Ngultrum" },
|
||||
{ "buk", "Birmanische Kyat" },
|
||||
{ "bwp", "Botswanische Pula" },
|
||||
{ "byb", "Belarus-Rubel (alt)" },
|
||||
{ "byr", "Belarus Rubel (n\u00f6i)" },
|
||||
{ "bzd", "Belize-Dollar" },
|
||||
{ "cad", "Kanadische Dollar" },
|
||||
{ "cdf", "Franc congolais" },
|
||||
{ "che", "WIR-Euro" },
|
||||
{ "chf", "Schwiizer Franke" },
|
||||
{ "chw", "WIR-Franke" },
|
||||
{ "clf", "Tschileenische Unidad de Fomento" },
|
||||
{ "clp", "Tschileenische Peso" },
|
||||
{ "cny", "Renminbi Yuan" },
|
||||
{ "cop", "Kolumbianische Peso" },
|
||||
{ "cou", "Unidad de Valor Real" },
|
||||
{ "crc", "Costa Rica Colon" },
|
||||
{ "csd", "Alte Serbische Dinar" },
|
||||
{ "csk", "Tschechoslowakischi Chroone" },
|
||||
{ "cup", "Kubanische Peso" },
|
||||
{ "cve", "Kap Verde Escudo" },
|
||||
{ "cyp", "Zypere-Pfund" },
|
||||
{ "czk", "Tschechischi Chroone" },
|
||||
{ "ddm", "DDR-Mark" },
|
||||
{ "dem", "T\u00fc\u00fctschi Mark" },
|
||||
{ "djf", "Dschibuti-Franc" },
|
||||
{ "dkk", "T\u00e4nischi Chroone" },
|
||||
{ "dop", "Tominikanische Peso" },
|
||||
{ "dzd", "Algeerischi Dinar" },
|
||||
{ "ecs", "Ecuadorianische Sucre" },
|
||||
{ "ecv", "Verr\u00e4chnigs\u00e4iheit f\u00fcr EC" },
|
||||
{ "eek", "Eestnischi Chroone" },
|
||||
{ "egp", "\u00c4g\u00fcptischs Pfund" },
|
||||
{ "ern", "Eritreische Nakfa" },
|
||||
{ "esa", "Schpanischi Peseeta (A-Kontene)" },
|
||||
{ "esb", "Schpanischi Peseeta (konvertibel)" },
|
||||
{ "esp", "Schpanischi Peseeta" },
|
||||
{ "etb", "\u00c4thiopische Birr" },
|
||||
{ "eur", "Euro" },
|
||||
{ "fim", "Finnischi Mark" },
|
||||
{ "fjd", "Fidschi Dollar" },
|
||||
{ "fkp", "Falkland-Pfund" },
|
||||
{ "frf", "Franz\u00f6sische Franc" },
|
||||
{ "gbp", "Pfund Scht\u00f6rling" },
|
||||
{ "gek", "Georgische Kupon Larit" },
|
||||
{ "gel", "Georgische Lari" },
|
||||
{ "ghc", "Ghanaische Cedi (GHC)" },
|
||||
{ "ghs", "Ghanaische Cedi (GHS)" },
|
||||
{ "gip", "Gibraltar-Pfund" },
|
||||
{ "gmd", "Gambische Dalasi" },
|
||||
{ "gnf", "Guinea-Franc" },
|
||||
{ "gns", "Guineische Syli" },
|
||||
{ "gqe", "\u00c4quatorialguinea-Ekwele" },
|
||||
{ "grd", "Griechische Trachme" },
|
||||
{ "gtq", "Quetzal" },
|
||||
{ "gwe", "Portugiisische Guinea Escudo" },
|
||||
{ "gwp", "Guinea-Bissau-Peso" },
|
||||
{ "gyd", "Guyana-Dollar" },
|
||||
{ "hkd", "Hongkong-Dollar" },
|
||||
{ "hnl", "Lempira" },
|
||||
{ "hrd", "Kroazische Dinar" },
|
||||
{ "hrk", "Kuna" },
|
||||
{ "htg", "Gourde" },
|
||||
{ "huf", "Forint" },
|
||||
{ "idr", "Rupie" },
|
||||
{ "iep", "Iirischs Pfund" },
|
||||
{ "ilp", "Israelischs Pfund" },
|
||||
{ "ils", "Schekel" },
|
||||
{ "inr", "Indischi Rupie" },
|
||||
{ "iqd", "Irak-Dinar" },
|
||||
{ "irr", "Rial" },
|
||||
{ "isk", "Iisl\u00e4ndischi Chroone" },
|
||||
{ "itl", "Itali\u00e4nischi Lira" },
|
||||
{ "jmd", "Jamaika-Dollar" },
|
||||
{ "jod", "Jordaanische Dinar" },
|
||||
{ "jpy", "Yen" },
|
||||
{ "kes", "Kenia-Schilling" },
|
||||
{ "kgs", "Som" },
|
||||
{ "khr", "Riel" },
|
||||
{ "kmf", "Komore-Franc" },
|
||||
{ "kpw", "Nordkoreanische Won" },
|
||||
{ "krw", "S\u00fc\u00fcdkoreanische Won" },
|
||||
{ "kwd", "Kuwait-Dinar" },
|
||||
{ "kyd", "Kaiman-Dollar" },
|
||||
{ "kzt", "Tenge" },
|
||||
{ "lak", "Kip" },
|
||||
{ "lbp", "Libaneesischs Pfund" },
|
||||
{ "lkr", "Sri-Lanka-Rupie" },
|
||||
{ "lrd", "Liberiaanische Dollar" },
|
||||
{ "lsl", "Loti" },
|
||||
{ "ltl", "Litauische Litas" },
|
||||
{ "ltt", "Litauische Talonas" },
|
||||
{ "luc", "Luxemburgische Franc (konvertibel)" },
|
||||
{ "luf", "Luxemburgische Franc" },
|
||||
{ "lul", "Luxemburgischer Finanz-Franc" },
|
||||
{ "lvl", "Lettische Lats" },
|
||||
{ "lvr", "Lettische Rubel" },
|
||||
{ "lyd", "L\u00fc\u00fcbische Dinar" },
|
||||
{ "mad", "Marokkanische Dirham" },
|
||||
{ "maf", "Marokkanischer Franc" },
|
||||
{ "mdl", "Moldau-L\u00f6i" },
|
||||
{ "mga", "Madagaschkar-Ariary" },
|
||||
{ "mgf", "Madagaschkar-Franc" },
|
||||
{ "mkd", "Denar" },
|
||||
{ "mlf", "Malische Franc" },
|
||||
{ "mmk", "Kyat" },
|
||||
{ "mnt", "Tugrik" },
|
||||
{ "mop", "Pataca" },
|
||||
{ "mro", "Ouguiya" },
|
||||
{ "mtl", "Malteesischi Lira" },
|
||||
{ "mtp", "Malteesischs Pfund" },
|
||||
{ "mur", "Maurizius-Rupie" },
|
||||
{ "mvr", "Rufiyaa" },
|
||||
{ "mwk", "Malawi-Kwacha" },
|
||||
{ "mxn", "Mexikanische Peso" },
|
||||
{ "mxp", "Mexikanische Silber-Peso (1861-1992)" },
|
||||
{ "mxv", "Mexikanische Unidad de Inversion (UDI)" },
|
||||
{ "myr", "Malaysische Ringgit" },
|
||||
{ "mze", "Mosambikanische Escudo" },
|
||||
{ "mzm", "Alte Metical" },
|
||||
{ "mzn", "Metical" },
|
||||
{ "nad", "Namibia-Dollar" },
|
||||
{ "ngn", "Naira" },
|
||||
{ "nic", "Cordoba" },
|
||||
{ "nio", "Gold-Cordoba" },
|
||||
{ "nlg", "Holl\u00e4ndische Gulde" },
|
||||
{ "nok", "Norweegischi Chroone" },
|
||||
{ "npr", "Nepaleesischi Rupie" },
|
||||
{ "nzd", "Neuseeland-Dollar" },
|
||||
{ "omr", "Rial Omani" },
|
||||
{ "pab", "Balboa" },
|
||||
{ "pei", "Peruanische Inti" },
|
||||
{ "pen", "N\u00f6ie Sol" },
|
||||
{ "pes", "Sol" },
|
||||
{ "pgk", "Kina" },
|
||||
{ "php", "Philippiinische Peso" },
|
||||
{ "pkr", "Pakischtanischi Rupie" },
|
||||
{ "pln", "Zloty" },
|
||||
{ "plz", "Zloty (1950-1995)" },
|
||||
{ "pte", "Portugiisische Escudo" },
|
||||
{ "pyg", "Guarani" },
|
||||
{ "qar", "Katar-Riyal" },
|
||||
{ "rhd", "Rhodesische Dollar" },
|
||||
{ "rol", "L\u00f6i" },
|
||||
{ "ron", "Rum\u00e4\u00e4nische L\u00f6i" },
|
||||
{ "rsd", "Serbische Dinar" },
|
||||
{ "rub", "Russische Rubel (n\u00f6i)" },
|
||||
{ "rur", "Russische Rubel (alt)" },
|
||||
{ "rwf", "Ruanda-Franc" },
|
||||
{ "sar", "Saudi-Riyal" },
|
||||
{ "sbd", "Salomone-Dollar" },
|
||||
{ "scr", "Seyschelle-Rupie" },
|
||||
{ "sdd", "Sudaneesische Dinar" },
|
||||
{ "sdg", "Sudaneesischs Pfund" },
|
||||
{ "sdp", "Sudaneesischs Pfund (alt)" },
|
||||
{ "sek", "Schweedischi Chroone" },
|
||||
{ "sgd", "Singapur-Dollar" },
|
||||
{ "shp", "St.-Helena-Pfund" },
|
||||
{ "sit", "Tolar" },
|
||||
{ "skk", "Slowakischi Chroone" },
|
||||
{ "sll", "Leone" },
|
||||
{ "sos", "Somalia-Schilling" },
|
||||
{ "srd", "Surinamische Dollar" },
|
||||
{ "srg", "Surinamische Gulde" },
|
||||
{ "std", "Dobra" },
|
||||
{ "sur", "Sowjetische Rubel" },
|
||||
{ "svc", "El-Salvador-Colon" },
|
||||
{ "syp", "S\u00fc\u00fcrischs Pfund" },
|
||||
{ "szl", "Lilangeni" },
|
||||
{ "thb", "Baht" },
|
||||
{ "tjr", "Tadschikischtan-Rubel" },
|
||||
{ "tjs", "Tadschikischtan-Somoni" },
|
||||
{ "tmm", "Turkmeenischtan-Manat" },
|
||||
{ "tnd", "Tuneesische Dinar" },
|
||||
{ "top", "Pa\u02bbanga" },
|
||||
{ "tpe", "Timor-Escudo" },
|
||||
{ "trl", "T\u00fcrkischi Liire" },
|
||||
{ "try", "N\u00f6ii T\u00fcrkischi Liire" },
|
||||
{ "ttd", "Trinidad-und-Tobago-Dollar" },
|
||||
{ "twd", "N\u00f6ii Taiwan-Dollar" },
|
||||
{ "tzs", "Tansania-Schilling" },
|
||||
{ "uah", "Hryvnia" },
|
||||
{ "uak", "Ukraiinische Karbovanetz" },
|
||||
{ "ugs", "Uganda-Schilling (1966-1987)" },
|
||||
{ "ugx", "Uganda-Schilling" },
|
||||
{ "usd", "US-Dollar" },
|
||||
{ "usn", "US Dollar (N\u00f6chschte Taag)" },
|
||||
{ "uss", "US Dollar (Gliiche Taag)" },
|
||||
{ "uyp", "Uruguayische N\u00f6ie Peso (1975-1993)" },
|
||||
{ "uyu", "Uruguayische Peso" },
|
||||
{ "uzs", "Usbeekischtan-Sum" },
|
||||
{ "veb", "Bolivar" },
|
||||
{ "vef", "Bol\u00edvar Fuerte" },
|
||||
{ "vnd", "Dong" },
|
||||
{ "vuv", "Vatu" },
|
||||
{ "wst", "Tala" },
|
||||
{ "xaf", "CFA-Franc (\u00c4quatoriaal)" },
|
||||
{ "xag", "Silber" },
|
||||
{ "xau", "Gold" },
|
||||
{ "xba", "Europ\u00e4\u00e4ischi R\u00e4chnigseinheit" },
|
||||
{ "xbb", "Europ\u00e4\u00e4ischi W\u00e4hrigseinheit (XBB)" },
|
||||
{ "xbc", "Europ\u00e4\u00e4ischi R\u00e4chnigseinheit (XBC)" },
|
||||
{ "xbd", "Europ\u00e4\u00e4ischi R\u00e4chnigseinheit (XBD)" },
|
||||
{ "xcd", "Oschtkaribische Dollar" },
|
||||
{ "xdr", "Sunderzi\u00e4igsr\u00e4cht" },
|
||||
{ "xeu", "Europ\u00e4\u00e4ischi W\u00e4hrigseinheit (XEU)" },
|
||||
{ "xfo", "Franz\u00f6sische Gold-Franc" },
|
||||
{ "xfu", "Franz\u00f6sische UIC-Franc" },
|
||||
{ "xof", "CFA-Franc (Wescht)" },
|
||||
{ "xpd", "Palladium" },
|
||||
{ "xpf", "CFP-Franc" },
|
||||
{ "xpt", "Platin" },
|
||||
{ "xre", "RINET-Funds" },
|
||||
{ "xts", "Teschtw\u00e4hrig" },
|
||||
{ "xxx", "Unbekannti W\u00e4hrig" },
|
||||
{ "ydd", "Jeme-Dinar" },
|
||||
{ "yer", "Jeme-Rial" },
|
||||
{ "yud", "Jugoslawische Dinar (1966-1990)" },
|
||||
{ "yum", "N\u00f6ii Dinar" },
|
||||
{ "yun", "Jugoslawische Dinar (konvertibel)" },
|
||||
{ "zar", "Rand" },
|
||||
{ "zmk", "Kwacha" },
|
||||
{ "zrn", "N\u00f6ie Zaire" },
|
||||
{ "zrz", "Zaire" },
|
||||
{ "zwd", "Simbabwe-Dollar" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
981
jdkSrc/jdk8/sun/util/resources/cldr/gsw/LocaleNames_gsw.java
Normal file
981
jdkSrc/jdk8/sun/util/resources/cldr/gsw/LocaleNames_gsw.java
Normal file
@@ -0,0 +1,981 @@
|
||||
/*
|
||||
* 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.gsw;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_gsw extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "W\u00e4lt" },
|
||||
{ "002", "Afrika" },
|
||||
{ "003", "Nordameerika" },
|
||||
{ "005", "S\u00fc\u00fcdameerika" },
|
||||
{ "009", "Ozeaanie" },
|
||||
{ "011", "Weschtafrika" },
|
||||
{ "013", "Mittelameerika" },
|
||||
{ "014", "Oschtafrika" },
|
||||
{ "015", "Nordafrika" },
|
||||
{ "017", "Zentraalafrika" },
|
||||
{ "018", "S\u00fc\u00fcdlichs Afrika" },
|
||||
{ "019", "Nord-, Mittel- und S\u00fc\u00fcdameerika" },
|
||||
{ "021", "N\u00f6rdlichs Ameerika" },
|
||||
{ "029", "Karibik" },
|
||||
{ "030", "Oschtaasie" },
|
||||
{ "034", "S\u00fc\u00fcdaasie" },
|
||||
{ "035", "S\u00fc\u00fcdoschtaasie" },
|
||||
{ "039", "S\u00fc\u00fcdeuropa" },
|
||||
{ "053", "Auschtraalie und N\u00f6iseeland" },
|
||||
{ "054", "Melaneesie" },
|
||||
{ "057", "Mikroneesischs Inselgebiet" },
|
||||
{ "061", "Polineesie" },
|
||||
{ "142", "Aasie" },
|
||||
{ "143", "Zentraalaasie" },
|
||||
{ "145", "Weschtaasie" },
|
||||
{ "150", "Euroopa" },
|
||||
{ "151", "Oschteuroopa" },
|
||||
{ "154", "Nordeuroopa" },
|
||||
{ "155", "Weschteuroopa" },
|
||||
{ "419", "Latiinameerika" },
|
||||
{ "AD", "Andorra" },
|
||||
{ "AE", "Ver\u00e4inigti Arabischi Emir\u00e4\u00e4t" },
|
||||
{ "AF", "Afganischtan" },
|
||||
{ "AG", "Antigua und Barbuda" },
|
||||
{ "AI", "Anguilla" },
|
||||
{ "AL", "Albaanie" },
|
||||
{ "AM", "Armeenie" },
|
||||
{ "AN", "Niderl\u00e4ndischi Antille" },
|
||||
{ "AO", "Angoola" },
|
||||
{ "AQ", "Antarktis" },
|
||||
{ "AR", "Argentiinie" },
|
||||
{ "AS", "Amerikaanisch-Samoa" },
|
||||
{ "AT", "\u00d6\u00f6schtriich" },
|
||||
{ "AU", "Auschtraalie" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AX", "Aaland-Insle" },
|
||||
{ "AZ", "Aserb\u00e4idschan" },
|
||||
{ "BA", "Bosnie und Herzegowina" },
|
||||
{ "BB", "Barbados" },
|
||||
{ "BD", "Bangladesch" },
|
||||
{ "BE", "Belgie" },
|
||||
{ "BF", "Burkina Faaso" },
|
||||
{ "BG", "Bulgaarie" },
|
||||
{ "BH", "Bachr\u00e4in" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BL", "St. Barthelemi" },
|
||||
{ "BM", "Bermuuda" },
|
||||
{ "BN", "Brun\u00e4i Tarussalam" },
|
||||
{ "BO", "Boliivie" },
|
||||
{ "BR", "Brasilie" },
|
||||
{ "BS", "Bahaamas" },
|
||||
{ "BT", "Bhutan" },
|
||||
{ "BV", "Bouvet-Insle" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Wiissrussland" },
|
||||
{ "BZ", "Belize" },
|
||||
{ "CA", "Kanada" },
|
||||
{ "CC", "Kokos-Insle" },
|
||||
{ "CD", "Temokraatischi Republik Kongo" },
|
||||
{ "CF", "Zentraalafrikaanischi Republik" },
|
||||
{ "CG", "Kongo" },
|
||||
{ "CH", "Schwiiz" },
|
||||
{ "CI", "Elfeb\u00e4ik\u00fcschte" },
|
||||
{ "CK", "Cook-Insle" },
|
||||
{ "CL", "Tschile" },
|
||||
{ "CM", "Kamerun" },
|
||||
{ "CN", "Chiina" },
|
||||
{ "CO", "Kolumbie" },
|
||||
{ "CR", "Coschta Rica" },
|
||||
{ "CS", "S\u00e4rbie und Monteneegro" },
|
||||
{ "CU", "Kuba" },
|
||||
{ "CV", "Kap Verde" },
|
||||
{ "CX", "Wienachts-Insle" },
|
||||
{ "CY", "Ts\u00fcpere" },
|
||||
{ "CZ", "Tschechischi Republik" },
|
||||
{ "DE", "T\u00fc\u00fctschland" },
|
||||
{ "DJ", "Tschibuuti" },
|
||||
{ "DK", "T\u00e4nemark" },
|
||||
{ "DM", "Tominica" },
|
||||
{ "DO", "Tominikaanischi Republik" },
|
||||
{ "DZ", "Algeerie" },
|
||||
{ "EC", "Ecuador" },
|
||||
{ "EE", "Eestland" },
|
||||
{ "EG", "\u00c4g\u00fcpte" },
|
||||
{ "EH", "Weschtsahara" },
|
||||
{ "ER", "\u00c4ritreea" },
|
||||
{ "ES", "Schpanie" },
|
||||
{ "ET", "\u00c4zioopie" },
|
||||
{ "EU", "Europ\u00e4\u00e4ischi Unioon" },
|
||||
{ "FI", "Finnland" },
|
||||
{ "FJ", "Fitschi" },
|
||||
{ "FK", "Falkland-Insle" },
|
||||
{ "FM", "Mikroneesie" },
|
||||
{ "FO", "F\u00e4r\u00f6er" },
|
||||
{ "FR", "Frankriich" },
|
||||
{ "GA", "Gabun" },
|
||||
{ "GB", "Ver\u00e4inigts Ch\u00f6nigriich" },
|
||||
{ "GD", "Grenada" },
|
||||
{ "GE", "Geoorgie" },
|
||||
{ "GF", "Franz\u00f6sisch-Gu\u00e4jaana" },
|
||||
{ "GG", "G\u00e4\u00e4rnsi" },
|
||||
{ "GH", "Gaana" },
|
||||
{ "GI", "Gibraltar" },
|
||||
{ "GL", "Gr\u00f6\u00f6nland" },
|
||||
{ "GM", "Gambia" },
|
||||
{ "GN", "Gineea" },
|
||||
{ "GP", "Guad\u00e4lup" },
|
||||
{ "GQ", "\u00c4quatoriaalgineea" },
|
||||
{ "GR", "Griecheland" },
|
||||
{ "GS", "S\u00fc\u00fcdgeorgie und d\u2019s\u00fc\u00fcdlichi S\u00e4ndwitsch-Insle" },
|
||||
{ "GT", "Guatemaala" },
|
||||
{ "GU", "Guam" },
|
||||
{ "GW", "Gineea-Bissau" },
|
||||
{ "GY", "Gu\u00e4jaana" },
|
||||
{ "HK", "Sonderverwaltigszone Hongkong" },
|
||||
{ "HM", "H\u00f6\u00f6rd- und M\u00e4cDonald-Insle" },
|
||||
{ "HN", "Honduras" },
|
||||
{ "HR", "Kroaazie" },
|
||||
{ "HT", "Haiti" },
|
||||
{ "HU", "Ungarn" },
|
||||
{ "ID", "Indoneesie" },
|
||||
{ "IE", "Irland" },
|
||||
{ "IL", "Israel" },
|
||||
{ "IM", "Insle vo M\u00e4n" },
|
||||
{ "IN", "Indie" },
|
||||
{ "IO", "Britischs Territoorium im Indische Oozean" },
|
||||
{ "IQ", "Iraak" },
|
||||
{ "IR", "Iraan" },
|
||||
{ "IS", "Iisland" },
|
||||
{ "IT", "Itaalie" },
|
||||
{ "JE", "Dsch\u00f6rsi" },
|
||||
{ "JM", "Dscham\u00e4ika" },
|
||||
{ "JO", "Jordaanie" },
|
||||
{ "JP", "Japan" },
|
||||
{ "KE", "Keenia" },
|
||||
{ "KG", "Kirgiisischtan" },
|
||||
{ "KH", "Kambodscha" },
|
||||
{ "KI", "Kiribaati" },
|
||||
{ "KM", "Komoore" },
|
||||
{ "KN", "St. Kitts und Niuwis" },
|
||||
{ "KP", "Demokraatischi Volksrepublik Koreea" },
|
||||
{ "KR", "Republik Koreea" },
|
||||
{ "KW", "Kuw\u00e4it" },
|
||||
{ "KY", "K\u00e4im\u00e4n-Insle" },
|
||||
{ "KZ", "Kasachschtan" },
|
||||
{ "LA", "Laaos" },
|
||||
{ "LB", "Libanon" },
|
||||
{ "LC", "Sankta Lutschiia" },
|
||||
{ "LI", "Li\u00e4chtescht\u00e4i" },
|
||||
{ "LK", "Schri Lanka" },
|
||||
{ "LR", "Libeeria" },
|
||||
{ "LS", "Lesooto" },
|
||||
{ "LT", "Littaue" },
|
||||
{ "LU", "Luxemburg" },
|
||||
{ "LV", "Lettland" },
|
||||
{ "LY", "L\u00fc\u00fcbie" },
|
||||
{ "MA", "Marokko" },
|
||||
{ "MC", "Monaco" },
|
||||
{ "MD", "Republik Moldau" },
|
||||
{ "ME", "Monteneegro" },
|
||||
{ "MF", "St. Martin" },
|
||||
{ "MG", "Madagaschkar" },
|
||||
{ "MH", "Marshallinsle" },
|
||||
{ "MK", "Mazedoonie" },
|
||||
{ "ML", "Maali" },
|
||||
{ "MM", "M\u00fcanmar" },
|
||||
{ "MN", "Mongolei" },
|
||||
{ "MO", "Sonderverwaltigszone Macao" },
|
||||
{ "MP", "N\u00f6rdlichi Mariaane" },
|
||||
{ "MQ", "Martinigg" },
|
||||
{ "MR", "Mauretaanie" },
|
||||
{ "MS", "Moos\u00f6rrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Mauriizius" },
|
||||
{ "MV", "Malediiwe" },
|
||||
{ "MW", "Malaawi" },
|
||||
{ "MX", "Mexiko" },
|
||||
{ "MY", "Malaisia" },
|
||||
{ "MZ", "Mosambik" },
|
||||
{ "NA", "Namiibia" },
|
||||
{ "NC", "N\u00f6ikaledoonie" },
|
||||
{ "NE", "Niger" },
|
||||
{ "NF", "Norfolk-Insle" },
|
||||
{ "NG", "Nigeeria" },
|
||||
{ "NI", "Nicaraagua" },
|
||||
{ "NL", "Niderland" },
|
||||
{ "NO", "Norweege" },
|
||||
{ "NP", "Neepal" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Niue" },
|
||||
{ "NZ", "N\u00f6iseeland" },
|
||||
{ "OM", "Omaan" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "Franz\u00f6sisch-Polineesie" },
|
||||
{ "PG", "Papua-Neuguinea" },
|
||||
{ "PH", "Philippiine" },
|
||||
{ "PK", "Pakischtan" },
|
||||
{ "PL", "Poole" },
|
||||
{ "PM", "St. Pierr und Miggelo" },
|
||||
{ "PN", "Pitgg\u00e4\u00e4rn" },
|
||||
{ "PR", "Puerto Riggo" },
|
||||
{ "PS", "Pal\u00e4schtin\u00e4nsischi Gebiet" },
|
||||
{ "PT", "Portugal" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paraguai" },
|
||||
{ "QA", "Ggatar" },
|
||||
{ "QO", "\u00dcssers Ozeaanie" },
|
||||
{ "RE", "Re\u00fcnioon" },
|
||||
{ "RO", "Rum\u00e4\u00e4nie" },
|
||||
{ "RS", "S\u00e4rbie" },
|
||||
{ "RU", "Russischi F\u00f6derazioon" },
|
||||
{ "RW", "Ruanda" },
|
||||
{ "SA", "Saudi-Araabie" },
|
||||
{ "SB", "Salomoone" },
|
||||
{ "SC", "Seisch\u00e4lle" },
|
||||
{ "SD", "Sudan" },
|
||||
{ "SE", "Schweede" },
|
||||
{ "SG", "Singapuur" },
|
||||
{ "SH", "St. Helena" },
|
||||
{ "SI", "Sloweenie" },
|
||||
{ "SJ", "Svalbard und Jaan M\u00e4\u00e4ie" },
|
||||
{ "SK", "Slowak\u00e4i" },
|
||||
{ "SL", "Sierra Leoone" },
|
||||
{ "SM", "San Mariino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Somaalia" },
|
||||
{ "SR", "Surinam" },
|
||||
{ "ST", "Sao Tome und Prinssipe" },
|
||||
{ "SV", "El Salvador" },
|
||||
{ "SY", "S\u00fc\u00fcrie" },
|
||||
{ "SZ", "Swasiland" },
|
||||
{ "TC", "T\u00f6rks- und Gaiggos-Insle" },
|
||||
{ "TD", "Tschad" },
|
||||
{ "TF", "Franz\u00f6sischi S\u00fc\u00fcd- und Antarktisgebiet" },
|
||||
{ "TG", "Toogo" },
|
||||
{ "TH", "Thailand" },
|
||||
{ "TJ", "Tadschikischtan" },
|
||||
{ "TK", "Tokelau" },
|
||||
{ "TL", "Oschttimor" },
|
||||
{ "TM", "Turkmeenischtan" },
|
||||
{ "TN", "Tuneesie" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "T\u00fcrggei" },
|
||||
{ "TT", "Trinidad und Tobaago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Taiwan" },
|
||||
{ "TZ", "Tansaniia" },
|
||||
{ "UA", "Ukraiine" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "UM", "Amerikanisch-Ozeaanie" },
|
||||
{ "US", "Ver\u00e4inigti Schtaate" },
|
||||
{ "UY", "Uruguay" },
|
||||
{ "UZ", "Uschbeekischtan" },
|
||||
{ "VA", "Vatikanstadt" },
|
||||
{ "VC", "Sankt W\u00e4ss\u00e4 und d\u2019Gr\u00f6nadiine" },
|
||||
{ "VE", "Venezueela" },
|
||||
{ "VG", "Britischi Jungfere-Insle" },
|
||||
{ "VI", "Amerikaanischi Jungfere-Insle" },
|
||||
{ "VN", "Wietnam" },
|
||||
{ "VU", "Wanuatu" },
|
||||
{ "WF", "Wallis und Futuuna" },
|
||||
{ "WS", "Samooa" },
|
||||
{ "YE", "Jeeme" },
|
||||
{ "YT", "Majott" },
|
||||
{ "ZA", "S\u00fc\u00fcdafrika" },
|
||||
{ "ZM", "Sambia" },
|
||||
{ "ZW", "Simbabwe" },
|
||||
{ "ZZ", "Unbekannti oder ung\u00fcltigi Regioon" },
|
||||
{ "aa", "Afar" },
|
||||
{ "ab", "Abchasisch" },
|
||||
{ "ae", "Avestisch" },
|
||||
{ "af", "Afrikaans" },
|
||||
{ "ak", "Akan" },
|
||||
{ "am", "Amharisch" },
|
||||
{ "an", "Aragonesisch" },
|
||||
{ "ar", "Arabisch" },
|
||||
{ "as", "Assamesisch" },
|
||||
{ "av", "Awarisch" },
|
||||
{ "ay", "Aymara" },
|
||||
{ "az", "Aserbaidschanisch" },
|
||||
{ "ba", "Baschkirisch" },
|
||||
{ "be", "Wiissrussisch" },
|
||||
{ "bg", "Bulgaarisch" },
|
||||
{ "bh", "Bihaarisch" },
|
||||
{ "bi", "Bislama" },
|
||||
{ "bm", "Bambara" },
|
||||
{ "bn", "Bengalisch" },
|
||||
{ "bo", "Tibeetisch" },
|
||||
{ "br", "Br\u00f6toonisch" },
|
||||
{ "bs", "Bosnisch" },
|
||||
{ "ca", "Katalaanisch" },
|
||||
{ "ce", "Tschetscheenisch" },
|
||||
{ "ch", "Chamorro" },
|
||||
{ "co", "Korsisch" },
|
||||
{ "cr", "Cree" },
|
||||
{ "cs", "Tschechisch" },
|
||||
{ "cu", "Chileslawisch" },
|
||||
{ "cv", "Tschuwaschisch" },
|
||||
{ "cy", "Walisisch" },
|
||||
{ "da", "T\u00e4nisch" },
|
||||
{ "de", "T\u00fc\u00fctsch" },
|
||||
{ "dv", "Malediivisch" },
|
||||
{ "dz", "Dschongkha" },
|
||||
{ "ee", "Ewe" },
|
||||
{ "el", "Griechisch" },
|
||||
{ "en", "\u00c4nglisch" },
|
||||
{ "eo", "Eschperanto" },
|
||||
{ "es", "Schpanisch" },
|
||||
{ "et", "Eestnisch" },
|
||||
{ "eu", "Baskisch" },
|
||||
{ "fa", "Persisch" },
|
||||
{ "ff", "Ful" },
|
||||
{ "fi", "Finnisch" },
|
||||
{ "fj", "Fidschianisch" },
|
||||
{ "fo", "F\u00e4r\u00f6isch" },
|
||||
{ "fr", "Franz\u00f6sisch" },
|
||||
{ "fy", "Friesisch" },
|
||||
{ "ga", "Iirisch" },
|
||||
{ "gd", "Schottisch-G\u00e4\u00e4lisch" },
|
||||
{ "gl", "Galizisch" },
|
||||
{ "gn", "Guarani" },
|
||||
{ "gu", "Gujarati" },
|
||||
{ "gv", "Manx-G\u00e4\u00e4lisch" },
|
||||
{ "ha", "Haussa" },
|
||||
{ "he", "Hebr\u00e4isch" },
|
||||
{ "hi", "Hindi" },
|
||||
{ "ho", "Hiri-Motu" },
|
||||
{ "hr", "Kroazisch" },
|
||||
{ "ht", "Haitisch" },
|
||||
{ "hu", "Ungarisch" },
|
||||
{ "hy", "Armenisch" },
|
||||
{ "hz", "Herero" },
|
||||
{ "ia", "Interlingua" },
|
||||
{ "id", "Indonesisch" },
|
||||
{ "ie", "Interlingue" },
|
||||
{ "ig", "Igbo" },
|
||||
{ "ii", "Sezuanischs Yi" },
|
||||
{ "ik", "Inupiak" },
|
||||
{ "io", "Ido" },
|
||||
{ "is", "Iisl\u00e4ndisch" },
|
||||
{ "it", "Itali\u00e4nisch" },
|
||||
{ "iu", "Inukitut" },
|
||||
{ "ja", "Japanisch" },
|
||||
{ "jv", "Javanisch" },
|
||||
{ "ka", "Georgisch" },
|
||||
{ "kg", "Kongolesisch" },
|
||||
{ "ki", "Kikuyu-Schpraach" },
|
||||
{ "kj", "Kwanyama" },
|
||||
{ "kk", "Kasachisch" },
|
||||
{ "kl", "Gr\u00f6\u00f6nl\u00e4ndisch" },
|
||||
{ "km", "Kambodschanisch" },
|
||||
{ "kn", "Kannada" },
|
||||
{ "ko", "Koreaanisch" },
|
||||
{ "kr", "Kanuri-Schpraach" },
|
||||
{ "ks", "Kaschmirisch" },
|
||||
{ "ku", "Kurdisch" },
|
||||
{ "kv", "Komi-Schpraach" },
|
||||
{ "kw", "Kornisch" },
|
||||
{ "ky", "Kirgiisisch" },
|
||||
{ "la", "Latiin" },
|
||||
{ "lb", "Luxemburgisch" },
|
||||
{ "lg", "Ganda-Schpraach" },
|
||||
{ "li", "Limburgisch" },
|
||||
{ "ln", "Lingala" },
|
||||
{ "lo", "Laozisch" },
|
||||
{ "lt", "Litauisch" },
|
||||
{ "lu", "Luba" },
|
||||
{ "lv", "Lettisch" },
|
||||
{ "mg", "Madagassisch" },
|
||||
{ "mh", "Marschallesisch" },
|
||||
{ "mi", "Maori" },
|
||||
{ "mk", "Mazedonisch" },
|
||||
{ "ml", "Malayalam" },
|
||||
{ "mn", "Mongolisch" },
|
||||
{ "mo", "Moldawisch" },
|
||||
{ "mr", "Marathi" },
|
||||
{ "ms", "Malaiisch" },
|
||||
{ "mt", "Maltesisch" },
|
||||
{ "my", "Birmanisch" },
|
||||
{ "na", "Nauruisch" },
|
||||
{ "nb", "Norwegisch Bokm\u00e5l" },
|
||||
{ "nd", "Nord-Ndebele-Schpraach" },
|
||||
{ "ne", "Nepalesisch" },
|
||||
{ "ng", "Ndonga" },
|
||||
{ "nl", "Niderl\u00e4ndisch" },
|
||||
{ "nn", "Norwegisch Nynorsk" },
|
||||
{ "no", "Norwegisch" },
|
||||
{ "nr", "S\u00fc\u00fcd-Ndebele-Schpraach" },
|
||||
{ "nv", "Navajo-Schpraach" },
|
||||
{ "ny", "Chewa-Schpraach" },
|
||||
{ "oc", "Okzitanisch" },
|
||||
{ "oj", "Ojibwa-Schpraach" },
|
||||
{ "om", "Oromo" },
|
||||
{ "or", "Orija" },
|
||||
{ "os", "Ossezisch" },
|
||||
{ "pa", "Pandschabisch" },
|
||||
{ "pi", "Pali" },
|
||||
{ "pl", "Polnisch" },
|
||||
{ "ps", "Paschtu" },
|
||||
{ "pt", "Portugiisisch" },
|
||||
{ "qu", "Quechua" },
|
||||
{ "rm", "R\u00e4toromanisch" },
|
||||
{ "rn", "Rundi-Schpraach" },
|
||||
{ "ro", "Rum\u00e4nisch" },
|
||||
{ "ru", "Russisch" },
|
||||
{ "rw", "Ruandisch" },
|
||||
{ "sa", "Sanschkrit" },
|
||||
{ "sc", "Sardisch" },
|
||||
{ "sd", "Sindhi" },
|
||||
{ "se", "Nord-Samisch" },
|
||||
{ "sg", "Sango" },
|
||||
{ "sh", "Serbo-Kroatisch" },
|
||||
{ "si", "Singhalesisch" },
|
||||
{ "sk", "Slowakisch" },
|
||||
{ "sl", "Slowenisch" },
|
||||
{ "sm", "Samoanisch" },
|
||||
{ "sn", "Schhona" },
|
||||
{ "so", "Somali" },
|
||||
{ "sq", "Albanisch" },
|
||||
{ "sr", "Serbisch" },
|
||||
{ "ss", "Swazi" },
|
||||
{ "st", "S\u00fc\u00fcd-Sotho-Schpraach" },
|
||||
{ "su", "Sundanesisch" },
|
||||
{ "sv", "Schwedisch" },
|
||||
{ "sw", "Suaheli" },
|
||||
{ "ta", "Tamilisch" },
|
||||
{ "te", "Telugu" },
|
||||
{ "tg", "Tadschikisch" },
|
||||
{ "th", "Thail\u00e4ndisch" },
|
||||
{ "ti", "Tigrinja" },
|
||||
{ "tk", "Turkmenisch" },
|
||||
{ "tl", "Tagalog" },
|
||||
{ "tn", "Tswana-Schpraach" },
|
||||
{ "to", "Tongaisch" },
|
||||
{ "tr", "T\u00fcrkisch" },
|
||||
{ "ts", "Tsonga" },
|
||||
{ "tt", "Tatarisch" },
|
||||
{ "tw", "Twi" },
|
||||
{ "ty", "Tahitisch" },
|
||||
{ "ug", "Uigurisch" },
|
||||
{ "uk", "Ukrainisch" },
|
||||
{ "ur", "Urdu" },
|
||||
{ "uz", "Usbekisch" },
|
||||
{ "ve", "Venda-Schpraach" },
|
||||
{ "vi", "Vietnamesisch" },
|
||||
{ "vo", "Volap\u00fck" },
|
||||
{ "wa", "Wallonisch" },
|
||||
{ "wo", "Wolof" },
|
||||
{ "xh", "Xhosa" },
|
||||
{ "yi", "Jiddisch" },
|
||||
{ "yo", "Yoruba" },
|
||||
{ "za", "Zhuang" },
|
||||
{ "zh", "Chineesisch" },
|
||||
{ "zu", "Zulu" },
|
||||
{ "ace", "Aceh" },
|
||||
{ "ach", "Acholi" },
|
||||
{ "ada", "Adangme" },
|
||||
{ "ady", "Adygai" },
|
||||
{ "afa", "Afro-Asiatischi Schpraach" },
|
||||
{ "afh", "Afrihili" },
|
||||
{ "ain", "Ainu" },
|
||||
{ "akk", "Akkadisch" },
|
||||
{ "ale", "Aleutisch" },
|
||||
{ "alg", "Algonkin-Schpraach" },
|
||||
{ "alt", "S\u00fc\u00fcd-Altaisch" },
|
||||
{ "ang", "Alt\u00e4nglisch" },
|
||||
{ "anp", "Angika" },
|
||||
{ "apa", "Apache-Schpraach" },
|
||||
{ "arc", "Aram\u00e4\u00e4isch" },
|
||||
{ "arn", "Araukanisch" },
|
||||
{ "arp", "Arapaho" },
|
||||
{ "art", "K\u00fcnschtlichi Schpraach" },
|
||||
{ "arw", "Arawak" },
|
||||
{ "ast", "Aschturianisch" },
|
||||
{ "ath", "Athapaskischi Schpraach" },
|
||||
{ "aus", "Auschtralischi Schpraach" },
|
||||
{ "awa", "Awadhi" },
|
||||
{ "bad", "Banda" },
|
||||
{ "bai", "Bamileke" },
|
||||
{ "bal", "Belutschisch" },
|
||||
{ "ban", "Balinesisch" },
|
||||
{ "bas", "Basaa" },
|
||||
{ "bat", "Baltischi Schpraach" },
|
||||
{ "bej", "Bedauye" },
|
||||
{ "bem", "Bemba" },
|
||||
{ "ber", "B\u00e4rberisch" },
|
||||
{ "bho", "Bhodschpuri" },
|
||||
{ "bik", "Bikolisch" },
|
||||
{ "bin", "Bini" },
|
||||
{ "bla", "Blackfoot-Schpraach" },
|
||||
{ "bnt", "Bantu" },
|
||||
{ "bra", "Braj-Bhakha" },
|
||||
{ "btk", "Batak" },
|
||||
{ "bua", "Burjatisch" },
|
||||
{ "bug", "Bugineesisch" },
|
||||
{ "byn", "Blin" },
|
||||
{ "cad", "Caddo" },
|
||||
{ "cai", "Zentralamerikanischi Indianerschpraach" },
|
||||
{ "car", "Kariibisch" },
|
||||
{ "cau", "Kaukaasisch" },
|
||||
{ "cch", "Atsam" },
|
||||
{ "ceb", "Cebuano" },
|
||||
{ "cel", "Keltischi Schpraach" },
|
||||
{ "chb", "Tschibtscha" },
|
||||
{ "chg", "Tschagataisch" },
|
||||
{ "chk", "Trukesisch" },
|
||||
{ "chm", "Tscheremissisch" },
|
||||
{ "chn", "Chinook" },
|
||||
{ "cho", "Choctaw" },
|
||||
{ "chp", "Chipewyan" },
|
||||
{ "chr", "Cherokee" },
|
||||
{ "chy", "Cheyenne" },
|
||||
{ "cmc", "Chamischi Schpraach" },
|
||||
{ "cop", "Koptisch" },
|
||||
{ "cpe", "\u00c4nglisch-basierts Kreol oder Pidgin" },
|
||||
{ "cpf", "Franz\u00f6sisch-basierts Kreol oder Pidgin" },
|
||||
{ "cpp", "Portugiesisch-basierts Kreol oder Pidgin" },
|
||||
{ "crh", "Krimtatarisch" },
|
||||
{ "crp", "Kreol oder Pidgin" },
|
||||
{ "csb", "Kaschubisch" },
|
||||
{ "cus", "Kuschitischi Schpraach" },
|
||||
{ "dak", "Takota" },
|
||||
{ "dar", "Targiinisch" },
|
||||
{ "day", "Tajakisch" },
|
||||
{ "del", "Delaware-Schpraach" },
|
||||
{ "den", "Slavey" },
|
||||
{ "dgr", "Togrib" },
|
||||
{ "din", "Tinka" },
|
||||
{ "doi", "Togri" },
|
||||
{ "dra", "Trawidischi Schpraach" },
|
||||
{ "dsb", "Nidersorbisch" },
|
||||
{ "dua", "Tuala" },
|
||||
{ "dum", "Mittelniderl\u00e4ndisch" },
|
||||
{ "dyu", "Tiula" },
|
||||
{ "efi", "Efikisch" },
|
||||
{ "egy", "Alt\u00e4gyptisch" },
|
||||
{ "eka", "Ekajuk" },
|
||||
{ "elx", "Elamisch" },
|
||||
{ "enm", "Mittel\u00e4nglisch" },
|
||||
{ "ewo", "Ewondo" },
|
||||
{ "fan", "Pangwe-Schpraach" },
|
||||
{ "fat", "Fanti-Schpraach" },
|
||||
{ "fil", "Filipino" },
|
||||
{ "fiu", "Finno-ugrischi Schpraach" },
|
||||
{ "fon", "Fon" },
|
||||
{ "frm", "Mittelfranz\u00f6sisch" },
|
||||
{ "fro", "Altfranz\u00f6sisch" },
|
||||
{ "frr", "Nordfriesisch" },
|
||||
{ "frs", "Oschtfriesisch" },
|
||||
{ "fur", "Friulisch" },
|
||||
{ "gaa", "Ga" },
|
||||
{ "gay", "Gayo" },
|
||||
{ "gba", "Gbaya" },
|
||||
{ "gem", "Germanischi Schpraach" },
|
||||
{ "gez", "Geez" },
|
||||
{ "gil", "Gilbertesisch" },
|
||||
{ "gmh", "Mittelhocht\u00fc\u00fctsch" },
|
||||
{ "goh", "Althocht\u00fc\u00fctsch" },
|
||||
{ "gon", "Gondi" },
|
||||
{ "gor", "Mongondou" },
|
||||
{ "got", "Gotisch" },
|
||||
{ "grb", "Grebo" },
|
||||
{ "grc", "Altgriechisch" },
|
||||
{ "gsw", "Schwiizert\u00fc\u00fctsch" },
|
||||
{ "gwi", "Kutchinisch" },
|
||||
{ "hai", "Haida" },
|
||||
{ "haw", "Hawaiianisch" },
|
||||
{ "hil", "Hiligaynonisch" },
|
||||
{ "him", "Himatschalisch" },
|
||||
{ "hit", "Hethitisch" },
|
||||
{ "hmn", "Miao" },
|
||||
{ "hsb", "Obersorbisch" },
|
||||
{ "hup", "Hupa" },
|
||||
{ "iba", "Ibanisch" },
|
||||
{ "ijo", "Ijo" },
|
||||
{ "ilo", "Ilokano" },
|
||||
{ "inc", "Indoarischi Schpraach" },
|
||||
{ "ine", "Indogermanischi Schpraach" },
|
||||
{ "inh", "Inguschisch" },
|
||||
{ "ira", "Iranischi Schpraach" },
|
||||
{ "iro", "Irokesischi Schpraach" },
|
||||
{ "jbo", "Lojbanisch" },
|
||||
{ "jpr", "J\u00fc\u00fcdisch-Persisch" },
|
||||
{ "jrb", "J\u00fc\u00fcdisch-Arabisch" },
|
||||
{ "kaa", "Karakalpakisch" },
|
||||
{ "kab", "Kabylisch" },
|
||||
{ "kac", "Kachin-Schpraach" },
|
||||
{ "kaj", "Jju" },
|
||||
{ "kam", "Kamba" },
|
||||
{ "kar", "Karenisch" },
|
||||
{ "kaw", "Kawi" },
|
||||
{ "kbd", "Kabardinisch" },
|
||||
{ "kcg", "Tyap" },
|
||||
{ "kfo", "Koro" },
|
||||
{ "kha", "Khasisch" },
|
||||
{ "khi", "Khoisanisch" },
|
||||
{ "kho", "Sakisch" },
|
||||
{ "kmb", "Kimbundu-Schpraach" },
|
||||
{ "kok", "Konkani" },
|
||||
{ "kos", "Kosraeanisch" },
|
||||
{ "kpe", "Kpelle-Schpraach" },
|
||||
{ "krc", "Karatschaiisch-Balkarisch" },
|
||||
{ "krl", "Karelisch" },
|
||||
{ "kro", "Kru-Schpraach" },
|
||||
{ "kru", "Oraon-Schpraach" },
|
||||
{ "kum", "Kum\u00fckisch" },
|
||||
{ "kut", "Kutenai-Schpraach" },
|
||||
{ "lad", "Ladino" },
|
||||
{ "lah", "Lahndanisch" },
|
||||
{ "lam", "Lambanisch" },
|
||||
{ "lez", "Lesgisch" },
|
||||
{ "lol", "Mongo" },
|
||||
{ "loz", "Rotse-Schpraach" },
|
||||
{ "lua", "Luba-Lulua" },
|
||||
{ "lui", "Luiseno-Schpraach" },
|
||||
{ "lun", "Lunda-Schpraach" },
|
||||
{ "luo", "Luo-Schpraach" },
|
||||
{ "lus", "Lushai-Schpraach" },
|
||||
{ "mad", "Maduresisch" },
|
||||
{ "mag", "Khotta" },
|
||||
{ "mai", "Maithili" },
|
||||
{ "mak", "Makassarisch" },
|
||||
{ "man", "Manding-Schpraach" },
|
||||
{ "map", "Auschtroneesischi Schpraach" },
|
||||
{ "mas", "Massai-Schpraach" },
|
||||
{ "mdf", "Mokschamordwinisch" },
|
||||
{ "mdr", "Mandaresisch" },
|
||||
{ "men", "Mende-Schpraach" },
|
||||
{ "mga", "Mittelirisch" },
|
||||
{ "mic", "Micmac-Schpraach" },
|
||||
{ "min", "Minangkabau-Schpraach" },
|
||||
{ "mis", "Anderi Schpraach" },
|
||||
{ "mkh", "Mon-Khmer-Schpraach" },
|
||||
{ "mnc", "Mandschurisch" },
|
||||
{ "mni", "Meithei-Schpraach" },
|
||||
{ "mno", "Manobo-Schpraach" },
|
||||
{ "moh", "Mohawk-Schpraach" },
|
||||
{ "mos", "Mossi-Schpraach" },
|
||||
{ "mul", "Mehrschpraachig" },
|
||||
{ "mun", "Munda-Schpraach" },
|
||||
{ "mus", "Muskogee-Schpraach" },
|
||||
{ "mwl", "Mirandesisch" },
|
||||
{ "mwr", "Marwarisch" },
|
||||
{ "myn", "Maya-Schpraach" },
|
||||
{ "myv", "Erzya" },
|
||||
{ "nah", "Nahuatl" },
|
||||
{ "nai", "Nordamerikanischi Indianersprach" },
|
||||
{ "nap", "Neapolitanisch" },
|
||||
{ "nds", "Nidert\u00fc\u00fctsch" },
|
||||
{ "new", "Newarisch" },
|
||||
{ "nia", "Nias-Schpraach" },
|
||||
{ "nic", "Nigerkordofanischi Schpraach" },
|
||||
{ "niu", "Niue-Schpraach" },
|
||||
{ "nog", "Nogaisch" },
|
||||
{ "non", "Altnordisch" },
|
||||
{ "nqo", "N\u2019Ko" },
|
||||
{ "nso", "Nord-Sotho-Schpraach" },
|
||||
{ "nub", "Nubischi Schpraach" },
|
||||
{ "nwc", "Alt-Newari" },
|
||||
{ "nym", "Nyamwezi-Schpraach" },
|
||||
{ "nyn", "Nyankole" },
|
||||
{ "nyo", "Nyoro" },
|
||||
{ "nzi", "Nzima" },
|
||||
{ "osa", "Osage-Schpraach" },
|
||||
{ "ota", "Osmanisch" },
|
||||
{ "oto", "Otomangue-Schpraach" },
|
||||
{ "paa", "Papua-Schpraach" },
|
||||
{ "pag", "Pangasinanisch" },
|
||||
{ "pal", "Mittelpersisch" },
|
||||
{ "pam", "Pampanggan-Schpraach" },
|
||||
{ "pap", "Papiamento" },
|
||||
{ "pau", "Palau" },
|
||||
{ "peo", "Altpersisch" },
|
||||
{ "phi", "Philippine-Austronesischi Schpraach" },
|
||||
{ "phn", "Ph\u00f6nikisch" },
|
||||
{ "pon", "Ponapeanisch" },
|
||||
{ "pra", "Prakrit" },
|
||||
{ "pro", "Altprovenzalisch" },
|
||||
{ "raj", "Rajasthani" },
|
||||
{ "rap", "Oschterinsel-Schpraach" },
|
||||
{ "rar", "Rarotonganisch" },
|
||||
{ "roa", "Romanischi Schpraach" },
|
||||
{ "rom", "Zig\u00fc\u00fcnerschpraach" },
|
||||
{ "rup", "Aromunisch" },
|
||||
{ "sad", "Sandawe-Schpraach" },
|
||||
{ "sah", "Jakutisch" },
|
||||
{ "sai", "S\u00fc\u00fcdamerikanischi Indianerschpraach" },
|
||||
{ "sal", "Salish-Schpraach" },
|
||||
{ "sam", "Samaritanisch" },
|
||||
{ "sas", "Sasak" },
|
||||
{ "sat", "Santali" },
|
||||
{ "scn", "Sizilianisch" },
|
||||
{ "sco", "Schottisch" },
|
||||
{ "sel", "Selkupisch" },
|
||||
{ "sem", "Semitischi Schpraach" },
|
||||
{ "sga", "Altirisch" },
|
||||
{ "sgn", "Geb\u00e4\u00e4rdeschpraach" },
|
||||
{ "shn", "Schan-Schpraach" },
|
||||
{ "sid", "Sidamo" },
|
||||
{ "sio", "Sioux-Schpraach" },
|
||||
{ "sit", "Sinotibetischi Schpraach" },
|
||||
{ "sla", "Slawischi Schpraach" },
|
||||
{ "sma", "S\u00fc\u00fcd-Samisch" },
|
||||
{ "smi", "Samisch" },
|
||||
{ "smj", "Lule-Samisch" },
|
||||
{ "smn", "Inari-Samisch" },
|
||||
{ "sms", "Skolt-Samisch" },
|
||||
{ "snk", "Soninke-Schpraach" },
|
||||
{ "sog", "Sogdisch" },
|
||||
{ "son", "Songhai-Schpraach" },
|
||||
{ "srn", "Srananisch" },
|
||||
{ "srr", "Serer-Schpraach" },
|
||||
{ "ssa", "Nilosaharanischi Schpraach" },
|
||||
{ "suk", "Sukuma-Schpraach" },
|
||||
{ "sus", "Susu" },
|
||||
{ "sux", "Sumerisch" },
|
||||
{ "syc", "Altsyrisch" },
|
||||
{ "syr", "Syrisch" },
|
||||
{ "tai", "Thaischpraache" },
|
||||
{ "tem", "Temne" },
|
||||
{ "ter", "Tereno-Schpraach" },
|
||||
{ "tet", "Tetum-Schpraach" },
|
||||
{ "tig", "Tigre" },
|
||||
{ "tiv", "Tiv-Schpraach" },
|
||||
{ "tkl", "Tokelauanisch" },
|
||||
{ "tlh", "Klingonisch" },
|
||||
{ "tli", "Tlingit-Schpraach" },
|
||||
{ "tmh", "Tamaseq" },
|
||||
{ "tog", "Tsonga-Schpraach" },
|
||||
{ "tpi", "Neumelanesisch" },
|
||||
{ "tsi", "Tsimshian-Schpraach" },
|
||||
{ "tum", "Tumbuka-Schpraach" },
|
||||
{ "tup", "Tupi-Schpraache" },
|
||||
{ "tut", "Altaischi Schpraach\u00e4" },
|
||||
{ "tvl", "Elliceanisch" },
|
||||
{ "tyv", "Tuwinisch" },
|
||||
{ "udm", "Udmurtisch" },
|
||||
{ "uga", "Ugaritisch" },
|
||||
{ "umb", "Mbundu-Schpraach" },
|
||||
{ "und", "Unbeschtimmti Schpraach" },
|
||||
{ "vai", "Vai-Schpraach" },
|
||||
{ "vot", "Wotisch" },
|
||||
{ "wak", "Wakashanisch" },
|
||||
{ "wal", "Walamo-Schpraach" },
|
||||
{ "war", "Waray" },
|
||||
{ "was", "Washo-Schpraach" },
|
||||
{ "wen", "Sorbisch" },
|
||||
{ "xal", "Kalm\u00fcckisch" },
|
||||
{ "yao", "Yao-Schpraach" },
|
||||
{ "yap", "Yapesisch" },
|
||||
{ "ypk", "Yupik-Schpraach" },
|
||||
{ "zap", "Zapotekisch" },
|
||||
{ "zbl", "Bliss-Symbool" },
|
||||
{ "zen", "Zenaga" },
|
||||
{ "znd", "Zande-Schpraach" },
|
||||
{ "zun", "Zuni-Schpraach" },
|
||||
{ "zxx", "K\u00e4n schpraachliche Inhalt" },
|
||||
{ "zza", "Zaza" },
|
||||
{ "Arab", "Arabisch" },
|
||||
{ "Armi", "Armi" },
|
||||
{ "Armn", "Armenisch" },
|
||||
{ "Avst", "Aveschtisch" },
|
||||
{ "Bali", "Balinesisch" },
|
||||
{ "Batk", "Battakisch" },
|
||||
{ "Beng", "Bengalisch" },
|
||||
{ "Blis", "Bliss-Symbool" },
|
||||
{ "Bopo", "Bopomofo" },
|
||||
{ "Brah", "Brahmi" },
|
||||
{ "Brai", "Blind\u00e4schrift" },
|
||||
{ "Bugi", "Buginesisch" },
|
||||
{ "Buhd", "Buhid" },
|
||||
{ "Cans", "UCAS" },
|
||||
{ "Cari", "Karisch" },
|
||||
{ "Cham", "Cham" },
|
||||
{ "Cher", "Cherokee" },
|
||||
{ "Cirt", "Cirth" },
|
||||
{ "Copt", "Koptisch" },
|
||||
{ "Cprt", "Zypriotisch" },
|
||||
{ "Cyrl", "Kyrillisch" },
|
||||
{ "Cyrs", "Altchileslawisch" },
|
||||
{ "Deva", "T\u00f6vanagaari" },
|
||||
{ "Dsrt", "Teseret" },
|
||||
{ "Egyd", "Temozisch-\u00c4g\u00fcptisch" },
|
||||
{ "Egyh", "Hiraazisch-\u00c4g\u00fcptisch" },
|
||||
{ "Egyp", "\u00c4g\u00fcptischi Hirogl\u00fc\u00fcfe" },
|
||||
{ "Ethi", "\u00c4zioopisch" },
|
||||
{ "Geok", "Ghutsuri" },
|
||||
{ "Geor", "Georgisch" },
|
||||
{ "Glag", "Glagolitisch" },
|
||||
{ "Goth", "Gotisch" },
|
||||
{ "Grek", "Griechisch" },
|
||||
{ "Gujr", "Guscharati" },
|
||||
{ "Guru", "Gurmukhi" },
|
||||
{ "Hang", "Hangul" },
|
||||
{ "Hani", "Chineesisch" },
|
||||
{ "Hano", "Hanunoo" },
|
||||
{ "Hans", "Ver\u00e4ifachti Chineesischi Schrift" },
|
||||
{ "Hant", "Tradizionelli Chineesischi Schrift" },
|
||||
{ "Hebr", "Hebr\u00e4isch" },
|
||||
{ "Hira", "Hiragana" },
|
||||
{ "Hmng", "Pahawh Hmong" },
|
||||
{ "Hrkt", "Katakana oder Hiragana" },
|
||||
{ "Hung", "Altungarisch" },
|
||||
{ "Inds", "Indus-Schrift" },
|
||||
{ "Ital", "Altitalisch" },
|
||||
{ "Java", "Javanesisch" },
|
||||
{ "Jpan", "Japanisch" },
|
||||
{ "Kali", "Kayah Li" },
|
||||
{ "Kana", "Katakana" },
|
||||
{ "Khar", "Kharoshthi" },
|
||||
{ "Khmr", "Khmer" },
|
||||
{ "Knda", "Kannada" },
|
||||
{ "Kore", "Koreanisch" },
|
||||
{ "Lana", "Lanna" },
|
||||
{ "Laoo", "Laotisch" },
|
||||
{ "Latf", "Latiinisch - Fraktur-Variante" },
|
||||
{ "Latg", "Latiinisch - G\u00e4\u00e4lischi Variante" },
|
||||
{ "Latn", "Latiinisch" },
|
||||
{ "Lepc", "Lepcha" },
|
||||
{ "Limb", "Limbu" },
|
||||
{ "Lina", "Linear A" },
|
||||
{ "Linb", "Linear B" },
|
||||
{ "Lyci", "Lykisch" },
|
||||
{ "Lydi", "Lydisch" },
|
||||
{ "Mand", "Mand\u00e4isch" },
|
||||
{ "Mani", "Manich\u00e4isch" },
|
||||
{ "Maya", "Maya-Hieroglyph\u00e4" },
|
||||
{ "Mero", "Meroitisch" },
|
||||
{ "Mlym", "Malaysisch" },
|
||||
{ "Mong", "Mongolisch" },
|
||||
{ "Moon", "Moon" },
|
||||
{ "Mtei", "Meitei Mayek" },
|
||||
{ "Mymr", "Burmesisch" },
|
||||
{ "Nkoo", "N\u2019Ko" },
|
||||
{ "Ogam", "Ogham" },
|
||||
{ "Olck", "Ol Chiki" },
|
||||
{ "Orkh", "Orchon-Run\u00e4" },
|
||||
{ "Orya", "Oriya" },
|
||||
{ "Osma", "Osmanisch" },
|
||||
{ "Perm", "Altpermisch" },
|
||||
{ "Phag", "Phags-pa" },
|
||||
{ "Phlv", "Pahlavi" },
|
||||
{ "Phnx", "Ph\u00f6nizisch" },
|
||||
{ "Plrd", "Pollard Phonetisch" },
|
||||
{ "Rjng", "Rejang" },
|
||||
{ "Roro", "Rongorongo" },
|
||||
{ "Runr", "Run\u00e4schrift" },
|
||||
{ "Samr", "Samaritanisch" },
|
||||
{ "Sara", "Sarati" },
|
||||
{ "Saur", "Saurashtra" },
|
||||
{ "Sgnw", "Geb\u00e4\u00e4rdeschpraach" },
|
||||
{ "Shaw", "Shaw-Alphabet" },
|
||||
{ "Sinh", "Singhalesisch" },
|
||||
{ "Sund", "Sundanesisch" },
|
||||
{ "Sylo", "Syloti Nagri" },
|
||||
{ "Syrc", "Syrisch" },
|
||||
{ "Syre", "Syrisch - Eschtrangelo-Variante" },
|
||||
{ "Syrj", "Weschtsyrisch" },
|
||||
{ "Syrn", "Oschtsyrisch" },
|
||||
{ "Tagb", "Tagbanwa" },
|
||||
{ "Tale", "Tai Le" },
|
||||
{ "Talu", "Tai Lue" },
|
||||
{ "Taml", "Tamilisch" },
|
||||
{ "Telu", "Telugu" },
|
||||
{ "Teng", "Tengwar" },
|
||||
{ "Tfng", "Tifinagh" },
|
||||
{ "Tglg", "Tagalog" },
|
||||
{ "Thaa", "Thaana" },
|
||||
{ "Thai", "Thai" },
|
||||
{ "Tibt", "Tibeetisch" },
|
||||
{ "Ugar", "Ugaritisch" },
|
||||
{ "Vaii", "Vai" },
|
||||
{ "Visp", "Sichtbari Schpraach" },
|
||||
{ "Xpeo", "Altpersisch" },
|
||||
{ "Xsux", "Sumerisch-akkadischi Keilschrift" },
|
||||
{ "Yiii", "Yi" },
|
||||
{ "Zinh", "G\u2019eerbt\u00e4 Schriftw\u00e4rt" },
|
||||
{ "Zxxx", "Schriftlosi Schpraach" },
|
||||
{ "Zyyy", "Unbeschtimmt" },
|
||||
{ "Zzzz", "Uncodiirti Schrift" },
|
||||
{ "root", "Root" },
|
||||
{ "de_AT", "\u00d6schtriichischs T\u00fc\u00fctsch" },
|
||||
{ "de_CH", "Schwiizer Hocht\u00fc\u00fctsch" },
|
||||
{ "en_AU", "Auschtralischs \u00c4nglisch" },
|
||||
{ "en_CA", "Kanadischs \u00c4nglisch" },
|
||||
{ "en_GB", "Britischs \u00c4nglisch" },
|
||||
{ "en_US", "Amerikanischs \u00c4nglisch" },
|
||||
{ "es_ES", "Ibeerischs Schpanisch" },
|
||||
{ "fr_CA", "Kanadischs Franz\u00f6sisch" },
|
||||
{ "fr_CH", "Schwiizer Franz\u00f6sisch" },
|
||||
{ "nl_BE", "Fl\u00e4\u00e4misch" },
|
||||
{ "pt_BR", "Brasilianischs Portugiisisch" },
|
||||
{ "pt_PT", "Iberischs Portugiisisch" },
|
||||
{ "es_419", "Latiinamerikanischs Schpanisch" },
|
||||
{ "zh_Hans", "Ver\u00e4ifachts Chineesisch" },
|
||||
{ "zh_Hant", "Tradizionells Chineesisch" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
274
jdkSrc/jdk8/sun/util/resources/cldr/gsw/TimeZoneNames_gsw.java
Normal file
274
jdkSrc/jdk8/sun/util/resources/cldr/gsw/TimeZoneNames_gsw.java
Normal file
@@ -0,0 +1,274 @@
|
||||
/*
|
||||
* 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.gsw;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_gsw extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Africa_Central = new String[] {
|
||||
"Zentralafrikanischi Ziit",
|
||||
"CAT",
|
||||
"Central Africa Summer Time",
|
||||
"CAST",
|
||||
"Central Africa Time",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Moscow = new String[] {
|
||||
"Moskauer Schtandardziit",
|
||||
"MST",
|
||||
"Moskauer Summerziit",
|
||||
"MST",
|
||||
"Moskauer Ziit",
|
||||
"MT",
|
||||
};
|
||||
final String[] Europe_Central = new String[] {
|
||||
"Mitteleurop\u00e4ischi Schtandardziit",
|
||||
"MEZ",
|
||||
"Mitteleurop\u00e4ischi Summerziit",
|
||||
"MESZ",
|
||||
"Mitteleurop\u00e4ischi Ziit",
|
||||
"MEZ",
|
||||
};
|
||||
final String[] Africa_Southern = new String[] {
|
||||
"S\u00fc\u00fcdafrikanischi ziit",
|
||||
"SAST",
|
||||
"South Africa Daylight Time",
|
||||
"SADT",
|
||||
"South Africa Time",
|
||||
"SAT",
|
||||
};
|
||||
final String[] Africa_Eastern = new String[] {
|
||||
"Oschtafrikanischi Ziit",
|
||||
"EAT",
|
||||
"East Africa Summer Time",
|
||||
"EAST",
|
||||
"East Africa Time",
|
||||
"EAT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"Alaska-Schtandardziit",
|
||||
"AKST",
|
||||
"Alaska-Summerziit",
|
||||
"AKDT",
|
||||
"Alaska-Ziit",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Europe_Western = new String[] {
|
||||
"Weschteurop\u00e4ischi Schtandardziit",
|
||||
"WEZ",
|
||||
"Weschteurop\u00e4ischi Summerziit",
|
||||
"WESZ",
|
||||
"Weschteurop\u00e4ischi Ziit",
|
||||
"WEZ",
|
||||
};
|
||||
final String[] Europe_Eastern = new String[] {
|
||||
"Oschteurop\u00e4ischi Schtandardziit",
|
||||
"OEZ",
|
||||
"Oschteurop\u00e4ischi Summerziit",
|
||||
"OESZ",
|
||||
"Oschteurop\u00e4ischi Ziit",
|
||||
"OEZ",
|
||||
};
|
||||
final String[] Afghanistan = new String[] {
|
||||
"Afghanischtan-Ziit",
|
||||
"AT",
|
||||
"Afghanistan Summer Time",
|
||||
"AST",
|
||||
"Afghanistan Time",
|
||||
"AT",
|
||||
};
|
||||
final String[] Africa_Western = new String[] {
|
||||
"Weschtafrikanischi Schtandardziit",
|
||||
"WAST",
|
||||
"Weschtafrikanischi Summerziit",
|
||||
"WAST",
|
||||
"Weschtafrikanischi Ziit",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"Amazonas-Schtandardziit",
|
||||
"AST",
|
||||
"Amazonas-Summerziit",
|
||||
"AST",
|
||||
"Amazonas-Ziit",
|
||||
"AT",
|
||||
};
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "America/Anchorage", Alaska },
|
||||
{ "America/Sitka", Alaska },
|
||||
{ "Europe/Paris", Europe_Central },
|
||||
{ "Africa/Casablanca", Europe_Western },
|
||||
{ "Europe/Bucharest", Europe_Eastern },
|
||||
{ "America/Cuiaba", Amazon },
|
||||
{ "Europe/Ljubljana", Europe_Central },
|
||||
{ "Africa/Nairobi", Africa_Eastern },
|
||||
{ "Africa/Libreville", Africa_Western },
|
||||
{ "Africa/Lusaka", Africa_Central },
|
||||
{ "Africa/Maputo", Africa_Central },
|
||||
{ "Europe/Berlin", Europe_Central },
|
||||
{ "Africa/El_Aaiun", Europe_Western },
|
||||
{ "Africa/Cairo", Europe_Eastern },
|
||||
{ "Europe/Moscow", Moscow },
|
||||
{ "Africa/Mbabane", Africa_Southern },
|
||||
{ "Europe/Chisinau", Europe_Eastern },
|
||||
{ "Europe/Stockholm", Europe_Central },
|
||||
{ "Europe/Budapest", Europe_Central },
|
||||
{ "America/Porto_Velho", Amazon },
|
||||
{ "Europe/San_Marino", Europe_Central },
|
||||
{ "Europe/Zagreb", Europe_Central },
|
||||
{ "Europe/Helsinki", Europe_Eastern },
|
||||
{ "Asia/Beirut", Europe_Eastern },
|
||||
{ "Europe/Brussels", Europe_Central },
|
||||
{ "Africa/Harare", Africa_Central },
|
||||
{ "Africa/Douala", Africa_Western },
|
||||
{ "America/Nome", Alaska },
|
||||
{ "Europe/Warsaw", Europe_Central },
|
||||
{ "Europe/Tallinn", Europe_Eastern },
|
||||
{ "Africa/Khartoum", Africa_Eastern },
|
||||
{ "Africa/Johannesburg", Africa_Southern },
|
||||
{ "Europe/Istanbul", Europe_Eastern },
|
||||
{ "Africa/Ndjamena", Africa_Western },
|
||||
{ "Asia/Damascus", Europe_Eastern },
|
||||
{ "America/Eirunepe", Amazon },
|
||||
{ "Europe/Luxembourg", Europe_Central },
|
||||
{ "Africa/Bangui", Africa_Western },
|
||||
{ "Europe/Belgrade", Europe_Central },
|
||||
{ "Europe/Zaporozhye", Europe_Eastern },
|
||||
{ "Africa/Brazzaville", Africa_Western },
|
||||
{ "America/Juneau", Alaska },
|
||||
{ "Africa/Porto-Novo", Africa_Western },
|
||||
{ "Africa/Juba", Africa_Eastern },
|
||||
{ "America/Campo_Grande", Amazon },
|
||||
{ "Africa/Ceuta", Europe_Central },
|
||||
{ "Africa/Dar_es_Salaam", Africa_Eastern },
|
||||
{ "Atlantic/Madeira", Europe_Western },
|
||||
{ "Africa/Addis_Ababa", Africa_Eastern },
|
||||
{ "Europe/Uzhgorod", Europe_Eastern },
|
||||
{ "Africa/Djibouti", Africa_Eastern },
|
||||
{ "Africa/Kigali", Africa_Central },
|
||||
{ "Europe/Simferopol", Europe_Eastern },
|
||||
{ "Europe/Sofia", Europe_Eastern },
|
||||
{ "Africa/Niamey", Africa_Western },
|
||||
{ "Europe/Prague", Europe_Central },
|
||||
{ "Europe/Samara", Moscow },
|
||||
{ "Africa/Tunis", Europe_Central },
|
||||
{ "Europe/Andorra", Europe_Central },
|
||||
{ "Africa/Tripoli", Europe_Eastern },
|
||||
{ "Indian/Comoro", Africa_Eastern },
|
||||
{ "Asia/Nicosia", Europe_Eastern },
|
||||
{ "Africa/Gaborone", Africa_Central },
|
||||
{ "Africa/Windhoek", Africa_Western },
|
||||
{ "Europe/Lisbon", Europe_Western },
|
||||
{ "America/Boa_Vista", Amazon },
|
||||
{ "Europe/Oslo", Europe_Central },
|
||||
{ "Africa/Mogadishu", Africa_Eastern },
|
||||
{ "Asia/Gaza", Europe_Eastern },
|
||||
{ "Atlantic/Faeroe", Europe_Western },
|
||||
{ "Atlantic/Canary", Europe_Western },
|
||||
{ "Europe/Bratislava", Europe_Central },
|
||||
{ "America/Manaus", Amazon },
|
||||
{ "America/Yakutat", Alaska },
|
||||
{ "Asia/Kabul", Afghanistan },
|
||||
{ "Europe/Copenhagen", Europe_Central },
|
||||
{ "Europe/Malta", Europe_Central },
|
||||
{ "Europe/Vienna", Europe_Central },
|
||||
{ "Africa/Asmera", Africa_Eastern },
|
||||
{ "Africa/Kampala", Africa_Eastern },
|
||||
{ "Africa/Malabo", Africa_Western },
|
||||
{ "Europe/Skopje", Europe_Central },
|
||||
{ "Europe/Podgorica", Europe_Central },
|
||||
{ "Europe/Sarajevo", Europe_Central },
|
||||
{ "Europe/Tirane", Europe_Central },
|
||||
{ "Africa/Bujumbura", Africa_Central },
|
||||
{ "Arctic/Longyearbyen", Europe_Central },
|
||||
{ "Europe/Minsk", Europe_Eastern },
|
||||
{ "Europe/Riga", Europe_Eastern },
|
||||
{ "Africa/Lagos", Africa_Western },
|
||||
{ "Europe/Kiev", Europe_Eastern },
|
||||
{ "Europe/Rome", Europe_Central },
|
||||
{ "Asia/Hebron", Europe_Eastern },
|
||||
{ "Africa/Luanda", Africa_Western },
|
||||
{ "Africa/Algiers", Europe_Central },
|
||||
{ "Europe/Mariehamn", Europe_Eastern },
|
||||
{ "Europe/Zurich", Europe_Central },
|
||||
{ "Europe/Vilnius", Europe_Eastern },
|
||||
{ "Europe/Amsterdam", Europe_Central },
|
||||
{ "Europe/Vatican", Europe_Central },
|
||||
{ "Africa/Maseru", Africa_Southern },
|
||||
{ "Europe/Gibraltar", Europe_Central },
|
||||
{ "Africa/Kinshasa", Africa_Western },
|
||||
{ "Asia/Amman", Europe_Eastern },
|
||||
{ "Africa/Lubumbashi", Africa_Central },
|
||||
{ "Europe/Madrid", Europe_Central },
|
||||
{ "Indian/Antananarivo", Africa_Eastern },
|
||||
{ "Europe/Vaduz", Europe_Central },
|
||||
{ "Indian/Mayotte", Africa_Eastern },
|
||||
{ "Europe/Athens", Europe_Eastern },
|
||||
{ "Africa/Blantyre", Africa_Central },
|
||||
{ "America/Rio_Branco", Amazon },
|
||||
{ "Europe/Monaco", Europe_Central },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user