mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
441 B
PHP
24 lines
441 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => 'Shtetet',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Qarqet',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Bashkitë',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Njësia administrative',
|
|
],
|
|
'village' => [
|
|
'title' => 'Fshati',
|
|
],
|
|
'general' => 'I përgjithshëm',
|
|
'map' => 'Hartë',
|
|
'setting' => 'Cilësimet',
|
|
'filter' => 'filtër',
|
|
];
|