OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/da.xml | 6 // * Source File: <path>/common/main/da.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/da.xml | 10 * ICU <specials> source: <path>/common/main/da.xml |
11 */ | 11 */ |
12 da{ | 12 da{ |
13 Countries{ | 13 Countries{ |
14 001{"Verden"} | |
15 002{"Afrika"} | |
16 003{"Nordamerika"} | |
17 005{"Sydamerika"} | |
18 009{"Oceanien"} | |
19 011{"Vestafrika"} | |
20 013{"Mellemamerika"} | |
21 014{"Østafrika"} | |
22 015{"Nordafrika"} | |
23 017{"Centralafrika"} | |
24 018{"Det sydlige Afrika"} | |
25 019{"Amerika"} | |
26 021{"Det nordlige Amerika"} | |
27 029{"Caribien"} | |
28 030{"Østasien"} | |
29 034{"Sydasien"} | |
30 035{"Sydøstasien"} | |
31 039{"Sydeuropa"} | |
32 053{"Australasien"} | |
33 054{"Melanesien"} | |
34 057{"Mikronesien"} | |
35 061{"Polynesien"} | |
36 142{"Asien"} | |
37 143{"Centralasien"} | |
38 145{"Vestasien"} | |
39 150{"Europa"} | |
40 151{"Østeuropa"} | |
41 154{"Nordeuropa"} | |
42 155{"Vesteuropa"} | |
43 419{"Latinamerika"} | 14 419{"Latinamerika"} |
44 AC{"Ascensionøen"} | 15 AC{"Ascensionøen"} |
45 AD{"Andorra"} | 16 AD{"Andorra"} |
46 AE{"Forenede Arabiske Emirater"} | 17 AE{"Forenede Arabiske Emirater"} |
47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
48 AG{"Antigua og Barbuda"} | 19 AG{"Antigua og Barbuda"} |
49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
50 AL{"Albanien"} | 21 AL{"Albanien"} |
51 AM{"Armenien"} | 22 AM{"Armenien"} |
52 AN{"Hollandske Antiller"} | 23 AN{"Hollandske Antiller"} |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 FK{"Falklandsøerne (Islas Malvinas)"} | 279 FK{"Falklandsøerne (Islas Malvinas)"} |
309 MK{"Makedonien (Den Tidligere Jugoslaviske Republik Makedonien)"} | 280 MK{"Makedonien (Den Tidligere Jugoslaviske Republik Makedonien)"} |
310 TL{"Østtimor"} | 281 TL{"Østtimor"} |
311 } | 282 } |
312 CountriesShort{ | 283 CountriesShort{ |
313 GB{"UK"} | 284 GB{"UK"} |
314 US{"USA"} | 285 US{"USA"} |
315 } | 286 } |
316 Version{"2.1.9.62"} | 287 Version{"2.1.9.62"} |
317 } | 288 } |
OLD | NEW |