openclassify/addons/default/visiosoft/location-module/resources/lang/nl/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

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',
],
];