| 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/nb.xml | 6 // * Source File: <path>/common/main/nb.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/nb.xml | 10 * ICU <specials> source: <path>/common/main/nb.xml |
| 11 */ | 11 */ |
| 12 nb{ | 12 nb{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"verden"} | |
| 15 002{"Afrika"} | |
| 16 003{"Nord-Amerika"} | |
| 17 005{"Sør-Amerika"} | |
| 18 009{"Oseania"} | |
| 19 011{"Vest-Afrika"} | |
| 20 013{"Mellom-Amerika"} | |
| 21 014{"Øst-Afrika"} | |
| 22 015{"Nord-Afrika"} | |
| 23 017{"Sentral-Afrika"} | |
| 24 018{"Sørlige Afrika"} | |
| 25 019{"Amerika"} | |
| 26 021{"Nordlige Amerika"} | |
| 27 029{"Karibia"} | |
| 28 030{"Øst-Asia"} | |
| 29 034{"Sør-Asia"} | |
| 30 035{"Sørøst-Asia"} | |
| 31 039{"Sør-Europa"} | |
| 32 053{"Australasia"} | |
| 33 054{"Melanesia"} | |
| 34 057{"Mikronesia"} | |
| 35 061{"Polynesia"} | |
| 36 142{"Asia"} | |
| 37 143{"Sentral-Asia"} | |
| 38 145{"Vest-Asia"} | |
| 39 150{"Europa"} | |
| 40 151{"Øst-Europa"} | |
| 41 154{"Nord-Europa"} | |
| 42 155{"Vest-Europa"} | |
| 43 419{"Latin-Amerika"} | 14 419{"Latin-Amerika"} |
| 44 AC{"Ascension"} | 15 AC{"Ascension"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"De forente arabiske emirater"} | 17 AE{"De forente 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{"Albania"} | 21 AL{"Albania"} |
| 51 AM{"Armenia"} | 22 AM{"Armenia"} |
| 52 AN{"De nederlandske antiller"} | 23 AN{"De nederlandske antiller"} |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 CG{"Republikken Kongo"} | 278 CG{"Republikken Kongo"} |
| 308 FK{"Falklandsøyene (Islas Malvinas)"} | 279 FK{"Falklandsøyene (Islas Malvinas)"} |
| 309 MK{"Makedonia (FYROM)"} | 280 MK{"Makedonia (FYROM)"} |
| 310 } | 281 } |
| 311 CountriesShort{ | 282 CountriesShort{ |
| 312 GB{"Storbritannia"} | 283 GB{"Storbritannia"} |
| 313 US{"USA"} | 284 US{"USA"} |
| 314 } | 285 } |
| 315 Version{"2.1.8.9"} | 286 Version{"2.1.8.9"} |
| 316 } | 287 } |
| OLD | NEW |