File: LocaleNames_en_SG.java

package info (click to toggle)
openjdk-6 6b18-1.8.13-0%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 102,240 kB
  • ctags: 43,828
  • sloc: java: 213,397; cpp: 30,201; ansic: 6,269; asm: 5,754; sh: 4,365; makefile: 3,549; python: 310
file content (40 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package sun.util.resources;

import java.util.ListResourceBundle;

public final class LocaleNames_en_SG extends 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)" },
        };
    }
}