openclassify/addons/default/visiosoft/location-module/resources/lang/nl/section.php
2019-06-22 13:59:18 +03:00

25 lines
331 B
PHP

<?php
return[
"countries" => [
"title" =>"landen",
],
"cities" => [
"title" =>"Cities",
],
"districts" => [
"title" =>"districten",
],
"neighborhoods" => [
"title" =>"buurten",
],
"village" => [
"title" =>"Dorp",
],
];