mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations setting.php (Italian)
This commit is contained in:
parent
bf2a205df8
commit
3445d30c99
@ -4,12 +4,20 @@ return [
|
|||||||
'auto_approve' => [
|
'auto_approve' => [
|
||||||
'name' => 'Approvazione automatica',
|
'name' => 'Approvazione automatica',
|
||||||
],
|
],
|
||||||
|
'default_view_type' => [
|
||||||
|
'name' => 'Default View Type',
|
||||||
|
],
|
||||||
|
'hide_zero_price' => [
|
||||||
|
'name' => 'Hide Price if Zero',
|
||||||
|
'instructions' => 'Hide the price if the ad price is 0',
|
||||||
|
],
|
||||||
|
'estimated_pending_time' => [
|
||||||
|
'name' => 'Estimated Pending Time',
|
||||||
|
'instructions' => 'In Hours',
|
||||||
|
],
|
||||||
'default_published_time' => [
|
'default_published_time' => [
|
||||||
'name' => 'Tempo di pubblicazione predefinito',
|
'name' => 'Tempo di pubblicazione predefinito',
|
||||||
],
|
],
|
||||||
'default_adv_limit' => [
|
|
||||||
'name' => 'Limite annunci predefiniti',
|
|
||||||
],
|
|
||||||
'address' => [
|
'address' => [
|
||||||
'name' => 'Indirizzo di contatto',
|
'name' => 'Indirizzo di contatto',
|
||||||
],
|
],
|
||||||
@ -18,11 +26,8 @@ return [
|
|||||||
],
|
],
|
||||||
'favicon' => [
|
'favicon' => [
|
||||||
'name' => 'Favicon',
|
'name' => 'Favicon',
|
||||||
],
|
]
|
||||||
'contact_mail' => [
|
,'map_coordinates_long' => [
|
||||||
'name' => 'Mail di contatto',
|
|
||||||
'warning' => 'Aggiunta automatica delle <strong>informazioni sul nome sito</strong> @ nome sito',
|
|
||||||
],'map_coordinates_long' => [
|
|
||||||
'name' => 'Mappa lunga coordinata',
|
'name' => 'Mappa lunga coordinata',
|
||||||
],
|
],
|
||||||
'map_coordinates_lat' => [
|
'map_coordinates_lat' => [
|
||||||
@ -74,6 +79,18 @@ return [
|
|||||||
'default_GET' => [
|
'default_GET' => [
|
||||||
'name' => 'Annuncio predefinito GET',
|
'name' => 'Annuncio predefinito GET',
|
||||||
],
|
],
|
||||||
|
'thumbnail_width' => [
|
||||||
|
'name' => 'Thumbnail Width',
|
||||||
|
],
|
||||||
|
'thumbnail_height' => [
|
||||||
|
'name' => 'Thumbnail Height',
|
||||||
|
],
|
||||||
|
'picture_width' => [
|
||||||
|
'name' => 'Picture Width',
|
||||||
|
],
|
||||||
|
'picture_height' => [
|
||||||
|
'name' => 'Picture Height',
|
||||||
|
],
|
||||||
'twitter' => [
|
'twitter' => [
|
||||||
'name' => 'cinguettio',
|
'name' => 'cinguettio',
|
||||||
],
|
],
|
||||||
@ -98,9 +115,6 @@ return [
|
|||||||
'watermark_position' => [
|
'watermark_position' => [
|
||||||
'name' => 'Posizione della filigrana',
|
'name' => 'Posizione della filigrana',
|
||||||
],
|
],
|
||||||
'watermark_opacity' => [
|
|
||||||
'name' => 'Opacità filigrana',
|
|
||||||
],
|
|
||||||
'listing_page_image' => [
|
'listing_page_image' => [
|
||||||
'name' => 'Immagine della pagina di elenco',
|
'name' => 'Immagine della pagina di elenco',
|
||||||
],
|
],
|
||||||
@ -110,5 +124,7 @@ return [
|
|||||||
'google_statistic_code' => [
|
'google_statistic_code' => [
|
||||||
'name' => 'Codice statistico di Google',
|
'name' => 'Codice statistico di Google',
|
||||||
],
|
],
|
||||||
|
'register_email_field' => [
|
||||||
|
'name' => 'Member Registration Email Requirement',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user