diff --git a/addons/default/visiosoft/location-module/resources/lang/de/setting.php b/addons/default/visiosoft/location-module/resources/lang/de/setting.php index 6de81f2c1..e9d656624 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/setting.php @@ -1,5 +1,43 @@ [ + 'name' => 'Feld für den Standort der Startseite', + ], + 'list_page_location' => [ + 'name' => 'Feld "Seitenstandort auflisten"', + ], + 'detail_page_location' => [ + 'name' => 'Feld für die Position der Detailseite', + ], + 'show_search_location_btn' => [ + 'name' => 'Schaltfläche "Suchort anzeigen"', + ], + 'default_country' => [ + 'name' => 'Standardland', + ], + 'create_ad_page_location' => [ + 'name' => 'Position der Anzeigenseite erstellen', + ], + 'default_city' => [ + 'name' => 'Standardstadt', + ], + 'default_district' => [ + 'name' => 'Standardbezirk', + ], + 'default_neighborhood' => [ + 'name' => 'Standardnachbarschaft', + ], -]; \ No newline at end of file + 'google_map_key' => [ + 'name' => 'Google Maps API-Schlüssel', + ], + + 'map_coordinates_long' => [ + 'name' => 'Standard lang', + ], + + 'map_coordinates_lat' => [ + 'name' => 'Standard Lat', + ], +];