41 lines
1.6 KiB
Java
41 lines
1.6 KiB
Java
package sun.util.resources.en;
|
|
|
|
import java.util.ListResourceBundle;
|
|
|
|
public final class LocaleNames_en_MT extends sun.util.resources.LocaleNamesBundle {
|
|
protected final Object[][] getContents() {
|
|
return new Object[][] {
|
|
{ "AX", "Aland Islands" },
|
|
{ "CC", "Cocos (Keeling) Islands" },
|
|
{ "CD", "Congo (Kinshasa)" },
|
|
{ "CG", "Congo (Brazzaville)" },
|
|
{ "CI", "Ivory Coast" },
|
|
{ "CS", "Serbia And Montenegro" },
|
|
{ "GS", "South Georgia and the South Sandwich Islands" },
|
|
{ "HK", "Hong Kong SAR China" },
|
|
{ "HM", "Heard Island and McDonald Islands" },
|
|
{ "KN", "Saint Kitts and Nevis" },
|
|
{ "MO", "Macao SAR China" },
|
|
{ "PM", "Saint Pierre and Miquelon" },
|
|
{ "PS", "Palestinian Territory" },
|
|
{ "SJ", "Svalbard and Jan Mayen" },
|
|
{ "ST", "Sao Tome and Principe" },
|
|
{ "TC", "Turks and Caicos Islands" },
|
|
{ "TL", "East Timor" },
|
|
{ "VC", "Saint Vincent and the Grenadines" },
|
|
{ "WF", "Wallis and Futuna" },
|
|
{ "fy", "Western Frisian" },
|
|
{ "gl", "Galician" },
|
|
{ "kj", "Kuanyama" },
|
|
{ "kl", "Kalaallisut" },
|
|
{ "ny", "Nyanja; Chichewa; Chewa" },
|
|
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
|
|
{ "os", "Ossetic" },
|
|
{ "pa", "Punjabi" },
|
|
{ "ps", "Pashto" },
|
|
{ "rm", "Rhaeto-Romance" },
|
|
{ "to", "Tonga (Tonga Islands)" },
|
|
};
|
|
}
|
|
}
|