openclassify/addons/default/visiosoft/location-module/resources/lang/ar/section.php
2020-03-04 18:46:03 +03:00

23 lines
415 B
PHP

<?php
return [
'countries' => [
'title' => 'بلدان',
],
'cities' => [
'title' => 'مدن',
],
'districts' => [
'title' => 'المناطق',
],
'neighborhoods' => [
'title' => 'أحياء',
],
'village' => [
'title' => 'قرية',
],
'general' => 'جنرال لواء',
'map' => 'خريطة',
'setting' => 'ضبط',
];