openclassify/addons/default/visiosoft/location-module/resources/lang/sr/section.php
Fatih Alp 111b71b961
New Crowdin updates (#1048)
* New translations button.php (Serbian (Latin))

* New translations input.php (Serbian (Latin))

* New translations addon.php (Serbian (Latin))

* New translations validation.php (Serbian (Latin))

* New translations message.php (Serbian (Latin))

* New translations field.php (Serbian (Latin))

* New translations setting.php (Serbian (Latin))
2021-04-21 16:53:25 +03:00

24 lines
419 B
PHP

<?php
return [
'countries' => [
'title' => 'Države',
],
'cities' => [
'title' => 'Gradovi',
],
'districts' => [
'title' => 'Delovi grada',
],
'neighborhoods' => [
'title' => 'Susedstva',
],
'village' => [
'title' => 'Selo',
],
'general' => 'Opšte',
'map' => 'Mapa',
'setting' => 'Podešavanje',
'filter' => 'Filter',
];