mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (German)
This commit is contained in:
parent
acc4423ab9
commit
082b130be3
@ -1,5 +1,43 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
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',
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user