mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations setting.php (Italian)
This commit is contained in:
parent
e5ec8cc082
commit
41d8815dd1
@ -79,6 +79,9 @@ return [
|
|||||||
'default_GET' => [
|
'default_GET' => [
|
||||||
'name' => 'Annuncio predefinito GET',
|
'name' => 'Annuncio predefinito GET',
|
||||||
],
|
],
|
||||||
|
'add_canvas' => [
|
||||||
|
'name' => 'Aggiungi tela',
|
||||||
|
],
|
||||||
'thumbnail_width' => [
|
'thumbnail_width' => [
|
||||||
'name' => 'Larghezza Miniatura',
|
'name' => 'Larghezza Miniatura',
|
||||||
],
|
],
|
||||||
@ -119,7 +122,7 @@ return [
|
|||||||
'name' => 'Immagine della pagina di elenco',
|
'name' => 'Immagine della pagina di elenco',
|
||||||
],
|
],
|
||||||
'hide_standard_price_field' => [
|
'hide_standard_price_field' => [
|
||||||
'name' => 'Hide Standard Price Field',
|
'name' => 'Nascondi campo prezzo standard',
|
||||||
],
|
],
|
||||||
'enabled_currencies' => [
|
'enabled_currencies' => [
|
||||||
'name' => 'Valute abilitate',
|
'name' => 'Valute abilitate',
|
||||||
@ -131,6 +134,28 @@ return [
|
|||||||
'name' => 'Requisito e-mail di registrazione membro',
|
'name' => 'Requisito e-mail di registrazione membro',
|
||||||
],
|
],
|
||||||
'market_place' => [
|
'market_place' => [
|
||||||
'name' => 'Market Place',
|
'name' => 'Piazza del mercato',
|
||||||
|
],
|
||||||
|
|
||||||
|
'hide_price_filter' => [
|
||||||
|
'name' => 'Nascondi filtro prezzo',
|
||||||
|
],
|
||||||
|
'hide_date_filter' => [
|
||||||
|
'name' => 'Nascondi filtro data',
|
||||||
|
],
|
||||||
|
'hide_photo_filter' => [
|
||||||
|
'name' => 'Nascondi filtro foto',
|
||||||
|
],
|
||||||
|
'hide_map_filter' => [
|
||||||
|
'name' => 'Nascondi filtro mappa',
|
||||||
|
],
|
||||||
|
'show_lang_url' => [
|
||||||
|
'name' => 'Mostra parametro Lang per URL',
|
||||||
|
],
|
||||||
|
'tcmb_exchange_url' => [
|
||||||
|
'name' => 'URL di scambio TCMB',
|
||||||
|
],
|
||||||
|
'popular_ads_limit' => [
|
||||||
|
'name' => 'Limite annunci popolari',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user