mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
63 lines
1.3 KiB
PHP
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',
|
|
],
|
|
];
|