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

24 lines
409 B
PHP

<?php
return [
'countries' => [
'title' => 'Lande',
],
'cities' => [
'title' => 'Stede',
],
'districts' => [
'title' => 'Distrikte',
],
'neighborhoods' => [
'title' => 'Wyk',
],
'village' => [
'title' => 'Dorp',
],
'general' => 'Generaal',
'map' => 'Kaart',
'setting' => 'Instelling',
'filter' => 'Filtreer',
];