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' => 'Locatie veld startpagina',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'Lijstpagina Locatie veld',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'Detailpagina Locatie veld',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'Knop Zoeklocatie weergeven',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Standaard land',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'Locatie van advertentiepagina maken',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'Standaard stad',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'Standaarddistrict',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'Standaardbuurt',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google Maps Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'Standaard lang',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'Standaard Lat',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'Verberg locatiefilter',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'Standaardland voor register telefoonveld'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'Sorteerkolom',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'Sorteringstype',
|
|
],
|
|
];
|