mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
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',
|
|
'filter' => 'filtër',
|
|
'create_ad' => 'Krijo shpallje',
|
|
'options' => [
|
|
'title' => 'Opsione',
|
|
],
|
|
'ads_image' => 'Imazhi i reklamave',
|
|
'product_options' => [
|
|
'title' => 'Opsione',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Vlera e opsioneve',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfigurimi',
|
|
],
|
|
'translations' => 'Përkthime',
|
|
'status' => [
|
|
'title' => 'Statusi',
|
|
],
|
|
'ads_detail' => 'Detaje të reklamave',
|
|
|
|
];
|