openclassify/addons/default/visiosoft/advs-module/resources/lang/it/section.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

63 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',
],
];