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/fr.xml | 6 // * Source File: <path>/common/main/fr.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/fr.xml | 10 * ICU <specials> source: <path>/common/main/fr.xml |
11 */ | 11 */ |
12 fr{ | 12 fr{ |
13 Countries{ | 13 Countries{ |
14 001{"Monde"} | |
15 002{"Afrique"} | |
16 003{"Amérique du Nord"} | |
17 005{"Amérique du Sud"} | |
18 009{"Océanie"} | |
19 011{"Afrique occidentale"} | |
20 013{"Amérique centrale"} | |
21 014{"Afrique orientale"} | |
22 015{"Afrique septentrionale"} | |
23 017{"Afrique centrale"} | |
24 018{"Afrique australe"} | |
25 019{"Amériques"} | |
26 021{"Amérique septentrionale"} | |
27 029{"Caraïbes"} | |
28 030{"Asie orientale"} | |
29 034{"Asie du Sud"} | |
30 035{"Asie du Sud-Est"} | |
31 039{"Europe méridionale"} | |
32 053{"Australasie"} | |
33 054{"Mélanésie"} | |
34 057{"région micronésienne"} | |
35 061{"Polynésie"} | |
36 142{"Asie"} | |
37 143{"Asie centrale"} | |
38 145{"Asie occidentale"} | |
39 150{"Europe"} | |
40 151{"Europe orientale"} | |
41 154{"Europe septentrionale"} | |
42 155{"Europe occidentale"} | |
43 419{"Amérique latine"} | 14 419{"Amérique latine"} |
44 AC{"Île de l’Ascension"} | 15 AC{"Île de l’Ascension"} |
45 AD{"Andorre"} | 16 AD{"Andorre"} |
46 AE{"Émirats arabes unis"} | 17 AE{"Émirats arabes unis"} |
47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
48 AG{"Antigua-et-Barbuda"} | 19 AG{"Antigua-et-Barbuda"} |
49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
50 AL{"Albanie"} | 21 AL{"Albanie"} |
51 AM{"Arménie"} | 22 AM{"Arménie"} |
52 AN{"Antilles néerlandaises"} | 23 AN{"Antilles néerlandaises"} |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 FK{"Îles Falkland"} | 279 FK{"Îles Falkland"} |
309 MK{"Macédoine (ARYM)"} | 280 MK{"Macédoine (ARYM)"} |
310 TL{"Timor-Oriental"} | 281 TL{"Timor-Oriental"} |
311 } | 282 } |
312 CountriesShort{ | 283 CountriesShort{ |
313 GB{"R.-U."} | 284 GB{"R.-U."} |
314 US{"É.-U."} | 285 US{"É.-U."} |
315 } | 286 } |
316 Version{"2.1.8.9"} | 287 Version{"2.1.8.9"} |
317 } | 288 } |
OLD | NEW |