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)
38 lines
747 B
PHP
38 lines
747 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'categorie',
|
|
],
|
|
'village' => [
|
|
'name' => 'Villaggio',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Campi personalizzati',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Consigli sul campo personalizzati',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Valori Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Opzioni',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Opzioni di prodotto',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Valore delle opzioni',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Configurazione',
|
|
],
|
|
'status' => [
|
|
'name' => 'Stato',
|
|
],
|
|
];
|