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' => 'Annunci',
|
|
],
|
|
'categories' => [
|
|
'title' => 'categorie',
|
|
],
|
|
'countries' => [
|
|
'title' => 'paesi',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Città',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Quartieri',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'quartieri',
|
|
],
|
|
'village' => [
|
|
'title' => 'Villaggio',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Campi personalizzati',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Annunci di campo personalizzati',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Valori Cf',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Campi personalizzati'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Risorse Clear'
|
|
],
|
|
'general' => 'Generale',
|
|
'ads' => 'Annunci',
|
|
'user' => 'Utente',
|
|
'filter' => 'Filtro',
|
|
'create_ad' => 'Crea annuncio',
|
|
'options' => [
|
|
'title' => 'Opzioni',
|
|
],
|
|
'ads_image' => 'Immagine degli annunci',
|
|
'product_options' => [
|
|
'title' => 'Opzioni',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Valore delle opzioni',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Configurazione',
|
|
],
|
|
'translations' => 'Traduzioni',
|
|
'status' => [
|
|
'title' => 'Stato',
|
|
],
|
|
'ads_detail' => 'Dettaglio annunci',
|
|
|
|
];
|