mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations setting.php (French)
This commit is contained in:
parent
b013de8222
commit
8c27270eeb
@ -2,31 +2,31 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'home_page_location' => [
|
'home_page_location' => [
|
||||||
'name' => 'Home Page Location Field',
|
'name' => 'Champ Emplacement de la page d\'accueil',
|
||||||
],
|
],
|
||||||
'list_page_location' => [
|
'list_page_location' => [
|
||||||
'name' => 'List Page Location Field',
|
'name' => 'Champ Emplacement de la page de liste',
|
||||||
],
|
],
|
||||||
'detail_page_location' => [
|
'detail_page_location' => [
|
||||||
'name' => 'Detail Page Location Field',
|
'name' => 'Champ Emplacement de la page de détails',
|
||||||
],
|
],
|
||||||
'show_search_location_btn' => [
|
'show_search_location_btn' => [
|
||||||
'name' => 'Show Search Location Button',
|
'name' => 'Afficher le bouton Emplacement de recherche',
|
||||||
],
|
],
|
||||||
'default_country' => [
|
'default_country' => [
|
||||||
'name' => 'Default Country',
|
'name' => 'Pays par défaut',
|
||||||
],
|
],
|
||||||
'create_ad_page_location' => [
|
'create_ad_page_location' => [
|
||||||
'name' => 'Create Ad Page Location',
|
'name' => 'Créer l\'emplacement de la page d\'annonces',
|
||||||
],
|
],
|
||||||
'default_city' => [
|
'default_city' => [
|
||||||
'name' => 'Default City',
|
'name' => 'Ville par défaut',
|
||||||
],
|
],
|
||||||
'default_district' => [
|
'default_district' => [
|
||||||
'name' => 'Default District',
|
'name' => 'District par défaut',
|
||||||
],
|
],
|
||||||
'default_neighborhood' => [
|
'default_neighborhood' => [
|
||||||
'name' => 'Default Neighborhood',
|
'name' => 'Quartier par défaut',
|
||||||
],
|
],
|
||||||
|
|
||||||
'google_map_key' => [
|
'google_map_key' => [
|
||||||
@ -34,10 +34,10 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'map_coordinates_long' => [
|
'map_coordinates_long' => [
|
||||||
'name' => 'Default Long',
|
'name' => 'Long par défaut',
|
||||||
],
|
],
|
||||||
|
|
||||||
'map_coordinates_lat' => [
|
'map_coordinates_lat' => [
|
||||||
'name' => 'Default Lat',
|
'name' => 'Lat par défaut',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user