mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
47 lines
919 B
PHP
47 lines
919 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Njoftime',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Kategoritë',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Shtete',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Qarku',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Bashkia',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Njesite Administrative',
|
|
],
|
|
'village' => [
|
|
'title' => 'Fshati',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Specifikime',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Specifikimet e njoftimeve',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf vlerat',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Specifikime'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Pasuritë e Qarta'
|
|
],
|
|
'general' => 'I përgjithshëm',
|
|
'ads' => 'Njoftimi',
|
|
'user' => 'Përdorues',
|
|
'options' => [
|
|
'title' => 'Options',
|
|
],
|
|
];
|