openclassify/addons/default/visiosoft/location-module/resources/lang/af/button.php
Mostafa Moradi ceb907312c 4.0-mostafa
2024-08-18 17:38:23 +03:00

18 lines
536 B
PHP

<?php
return [
'new_country' => 'Nuwe land',
'new_city' => 'Nuwe stad',
'new_district' => 'Nuwe distrik',
'new_neighborhood' => 'Nuwe woonbuurt',
'new_village' => 'Nuwe dorpie',
'sub_cities' => 'Substede',
'add_sub_cities' => 'Voeg substad by',
'add_sub_districts' => 'Voeg subdistrik by',
'add_sub_neighborhoods' => 'Voeg subbuurt by',
'add_sub_village' => 'Voeg subdorp by',
'sub_districts' => 'Subdistrikte',
'sub_neighborhoods' => 'Subbuurte',
'sub_village' => 'Sub Village',
];