mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
1018 B
PHP
44 lines
1018 B
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'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',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps API-Schlüssel',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Standard lang',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standard Lat',
|
|
],
|
|
];
|