| 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/hu.xml | 6 // * Source File: <path>/common/main/hu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/hu.xml | 10 * ICU <specials> source: <path>/common/main/hu.xml |
| 11 */ | 11 */ |
| 12 hu{ | 12 hu{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Világ"} | |
| 15 002{"Afrika"} | |
| 16 003{"Észak-Amerika"} | |
| 17 005{"Dél-Amerika"} | |
| 18 009{"Óceánia"} | |
| 19 011{"Nyugat-Afrika"} | |
| 20 013{"Közép-Amerika"} | |
| 21 014{"Kelet-Afrika"} | |
| 22 015{"Észak-Afrika"} | |
| 23 017{"Közép-Afrika"} | |
| 24 018{"Afrika déli része"} | |
| 25 019{"Amerika"} | |
| 26 021{"Amerika északi része"} | |
| 27 029{"Karib-térség"} | |
| 28 030{"Kelet-Ázsia"} | |
| 29 034{"Dél-Ázsia"} | |
| 30 035{"Délkelet-Ázsia"} | |
| 31 039{"Dél-Európa"} | |
| 32 053{"Ausztrálázsia"} | |
| 33 054{"Melanézia"} | |
| 34 057{"Mikronéziai régió"} | |
| 35 061{"Polinézia"} | |
| 36 142{"Ázsia"} | |
| 37 143{"Közép-Ázsia"} | |
| 38 145{"Nyugat-Ázsia"} | |
| 39 150{"Európa"} | |
| 40 151{"Kelet-Európa"} | |
| 41 154{"Észak-Európa"} | |
| 42 155{"Nyugat-Európa"} | |
| 43 419{"Latin-Amerika"} | 14 419{"Latin-Amerika"} |
| 44 AC{"Ascension-sziget"} | 15 AC{"Ascension-sziget"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"Egyesült Arab Emirátus"} | 17 AE{"Egyesült Arab Emirátus"} |
| 47 AF{"Afganisztán"} | 18 AF{"Afganisztán"} |
| 48 AG{"Antigua és Barbuda"} | 19 AG{"Antigua és Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albánia"} | 21 AL{"Albánia"} |
| 51 AM{"Örményország"} | 22 AM{"Örményország"} |
| 52 AN{"Holland Antillák"} | 23 AN{"Holland Antillák"} |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 CG{"Kongó (Köztársaság)"} | 278 CG{"Kongó (Köztársaság)"} |
| 308 FK{"Falkland-szigetek (Malvin-szigetek)"} | 279 FK{"Falkland-szigetek (Malvin-szigetek)"} |
| 309 MK{"Macedónia (MVJK)"} | 280 MK{"Macedónia (MVJK)"} |
| 310 } | 281 } |
| 311 CountriesShort{ | 282 CountriesShort{ |
| 312 GB{"UK"} | 283 GB{"UK"} |
| 313 US{"USA"} | 284 US{"USA"} |
| 314 } | 285 } |
| 315 Version{"2.1.8.9"} | 286 Version{"2.1.8.9"} |
| 316 } | 287 } |
| OLD | NEW |