diff --git a/addons/default/visiosoft/location-module/resources/lang/sq/setting.php b/addons/default/visiosoft/location-module/resources/lang/sq/setting.php new file mode 100644 index 000000000..2bb096a0e --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sq/setting.php @@ -0,0 +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', + ], + + 'google_map_key' => [ + 'name' => 'Google Maps Api Key', + ], + + 'map_coordinates_long' => [ + 'name' => 'Default Long', + ], + + 'map_coordinates_lat' => [ + 'name' => 'Default Lat', + ], +];