|
|
|
@ -10,16 +10,23 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'ajouter_lien_territoire' => 'Ajouter ce territoire',
|
|
|
|
|
|
|
|
|
|
// C
|
|
|
|
|
'categorie_arctic_region' => 'région arctique',
|
|
|
|
|
'categorie_administrative_region' => 'région administrative',
|
|
|
|
|
'categorie_area' => 'zone assimilée à un pays',
|
|
|
|
|
'categorie_arrondissement' => 'arrondissement',
|
|
|
|
|
'categorie_associated_commune' => 'commune associée',
|
|
|
|
|
'categorie_autonomous_city_in_north_africa' => 'ville autonome en Afrique du Nord',
|
|
|
|
|
'categorie_autonomous_community' => 'communauté autonome',
|
|
|
|
|
'categorie_autonomous_province' => 'province autonome',
|
|
|
|
|
'categorie_autonomous_region' => 'région autonome',
|
|
|
|
|
'categorie_borough' => 'arrondissement',
|
|
|
|
|
'categorie_canton' => 'canton',
|
|
|
|
|
'categorie_census_area' => 'zone de recensement',
|
|
|
|
|
'categorie_capital_city' => 'ville capitale',
|
|
|
|
|
'categorie_city_and_borough' => 'ville & arrondissement',
|
|
|
|
|
'categorie_city_corporation' => 'corporation urbaine',
|
|
|
|
|
'categorie_city_municipality' => 'municipalité de ville',
|
|
|
|
|
'categorie_city_with_county_rights' => 'ville ayant un rang de comitat',
|
|
|
|
|
'categorie_collectivity' => 'collectivité',
|
|
|
|
|
'categorie_commune' => 'commune',
|
|
|
|
|
'categorie_continent' => 'continent',
|
|
|
|
@ -29,6 +36,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'categorie_delegated_commune' => 'commune déléguée',
|
|
|
|
|
'categorie_dependency' => 'dépendance',
|
|
|
|
|
'categorie_district' => 'district',
|
|
|
|
|
'categorie_district_municipality' => 'municipalité de district',
|
|
|
|
|
'categorie_federal_district' => 'district fédéral',
|
|
|
|
|
'categorie_free_communal_consortia' => 'libre consortium communal',
|
|
|
|
|
'categorie_governorate' => 'gouvernorat',
|
|
|
|
@ -52,9 +60,15 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'categorie_prefecture' => 'préfecture',
|
|
|
|
|
'categorie_province' => 'province',
|
|
|
|
|
'categorie_region' => 'région',
|
|
|
|
|
'categorie_republican_city' => 'ville républicaine',
|
|
|
|
|
'categorie_rural_municipality' => 'municipalité rurale',
|
|
|
|
|
'categorie_urban_municipality' => 'municipalité urbaine',
|
|
|
|
|
'categorie_self_governed_part' => 'partie auto-gouvernée',
|
|
|
|
|
'categorie_state' => 'état',
|
|
|
|
|
'categorie_territory' => 'territoire',
|
|
|
|
|
'categorie_two_tier_county' => 'comté à 2 niveaux',
|
|
|
|
|
'categorie_unitary_authority' => 'autorité unitaire',
|
|
|
|
|
'categorie_voivodship' => 'voïvodie',
|
|
|
|
|
'categorie_wilaya' => 'wilaya',
|
|
|
|
|
'categorie_world' => 'terre',
|
|
|
|
|
'categorie_zone_region' => 'zone',
|
|
|
|
@ -101,5 +115,5 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'type_zone' => 'zone',
|
|
|
|
|
'type_country' => 'pays',
|
|
|
|
|
'type_subdivision' => 'subdivision',
|
|
|
|
|
'type_infrasubdivision' => 'Infra-subdivision',
|
|
|
|
|
'type_infrasubdivision' => 'infra-subdivision',
|
|
|
|
|
);
|
|
|
|
|