openclassify/addons/default/visiosoft/advs-module/resources/lang/it/section.php
Fatih Alp 30889a89f4
New Crowdin updates (#793)
* New translations field.php (German)

* New translations field.php (Greek)

* New translations field.php (Turkish)

* New translations field.php (Swedish)

* New translations field.php (Turkish)

* New translations field.php (Ukrainian)

* New translations field.php (Albanian)
2020-11-16 17:48:33 +03:00

59 lines
1.2 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',
],
];