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

17 lines
543 B
PHP

<?php
return[
"new_country" =>"Nieuw Land",
"new_city" =>"Nieuwe stad",
"new_district" =>"Nieuw district",
"new_neighborhood" =>"Nieuwe wijk",
"new_village" =>"Nieuw dorp",
"sub_cities" =>"Substeden",
"add_sub_cities" =>"Substad toevoegen",
"add_sub_districts" =>"Sub District toevoegen",
"add_sub_neighborhoods" =>"Subwijk toevoegen",
"add_sub_village" =>"Subdorp toevoegen",
"sub_districts" =>"Subdistricten",
"sub_neighborhoods" =>"Subbuurten",
"sub_village" =>"Subdorp"
];