From 184d7bc8bbd9e6056e0bc3360f25ff55a712ce4a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:08:32 +0300 Subject: [PATCH] New translations setting.php (French) --- .../resources/lang/fr/setting.php | 42 ++++++++++++++++++- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/setting.php b/addons/default/visiosoft/location-module/resources/lang/fr/setting.php index 6de81f2c1..2bb096a0e 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/setting.php @@ -1,5 +1,43 @@ [ + 'name' => 'Home Page Location Field', + ], + 'list_page_location' => [ + 'name' => 'List Page Location Field', + ], + 'detail_page_location' => [ + 'name' => 'Detail Page Location Field', + ], + 'show_search_location_btn' => [ + 'name' => 'Show Search Location Button', + ], + 'default_country' => [ + 'name' => 'Default Country', + ], + 'create_ad_page_location' => [ + 'name' => 'Create Ad Page Location', + ], + 'default_city' => [ + 'name' => 'Default City', + ], + 'default_district' => [ + 'name' => 'Default District', + ], + 'default_neighborhood' => [ + 'name' => 'Default Neighborhood', + ], -]; \ No newline at end of file + 'google_map_key' => [ + 'name' => 'Google Maps Api Key', + ], + + 'map_coordinates_long' => [ + 'name' => 'Default Long', + ], + + 'map_coordinates_lat' => [ + 'name' => 'Default Lat', + ], +];