mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
60 lines
1.2 KiB
PHP
60 lines
1.2 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',
|
|
];
|