diff --git a/messages/it/models_FileSystemItem.php b/messages/it/models_FileSystemItem.php index 58b134a..ebcf2ba 100644 --- a/messages/it/models_FileSystemItem.php +++ b/messages/it/models_FileSystemItem.php @@ -1,8 +1,7 @@ 'Download', - 'Is Public' => 'è pubblico', - 'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Nota: Il cambiamento della visibilità della cartella saranno ereditati da tutti i file e cartelle.', - 'Hide in Stream' => '', -]; +return array ( + 'Downloads' => 'Download', + 'Hide in Stream' => 'Nascondi in Stream', + 'Is Public' => 'E\' Pubblico', + 'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Nota: Il cambiamento della visibilità della cartella saranno ereditati da tutti i file e cartelle.', +);