openclassify/addons/default/visiosoft/location-module/resources/lang/sq/section.php
2020-04-02 11:48:56 +03:00

23 lines
394 B
PHP

<?php
return [
'countries' => [
'title' => 'Shtetet',
],
'cities' => [
'title' => 'Qytetet',
],
'districts' => [
'title' => 'Rreth',
],
'neighborhoods' => [
'title' => 'Lagje',
],
'village' => [
'title' => 'Fshati',
],
'general' => 'I përgjithshëm',
'map' => 'Hartë',
'setting' => 'Cilësimet',
];