mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.3 KiB
PHP
57 lines
1.3 KiB
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',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Standortfilter ausblenden',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standardland für das Feld "Telefon registrieren"'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Spalte sortieren',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sortierart',
|
|
],
|
|
];
|