diff --git a/addons/default/visiosoft/location-module/resources/lang/el/setting.php b/addons/default/visiosoft/location-module/resources/lang/el/setting.php index 6de81f2c1..2bb096a0e 100644 --- a/addons/default/visiosoft/location-module/resources/lang/el/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/el/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', + ], +];