openclassify/addons/default/visiosoft/location-module/resources/lang/nl/section.php
2020-09-23 18:45:07 +03:00

24 lines
412 B
PHP

<?php
return [
'countries' => [
'title' => 'landen',
],
'cities' => [
'title' => 'Steden',
],
'districts' => [
'title' => 'districten',
],
'neighborhoods' => [
'title' => 'buurten',
],
'village' => [
'title' => 'Dorp',
],
'general' => 'Algemeen',
'map' => 'Kaart',
'setting' => 'Omgeving',
'filter' => 'Filter',
];