mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
394 B
PHP
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',
|
|
];
|