files_antivirus/l10n/it.php

28 строки
1.4 KiB
PHP

<?php $TRANSLATIONS = array(
"Greetings {user}," => "Ciao {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Siamo spiacenti, ma un malware è stato rilevato in un file che hai provato a caricare ed è necessario eliminarlo.",
"This email is a notification from {host}. Please, do not reply." => "Questa email è una notifica proveniente da {host}. Per favore non rispondere.",
"File uploaded: {file}" => "File caricato: {file}",
"Antivirus Configuration" => "Configurazione antivirus",
"Mode" => "Modalità",
"Executable" => "Eseguibile",
"Daemon" => "Demone",
"Daemon (Socket)" => "Demone (Socket)",
"Socket" => "Socket",
"Clamav Socket." => "Socket di Clamav.",
"Not required in Executable Mode." => "Non richiesto in modalità eseguibile.",
"Host" => "Host",
"Address of Antivirus Host." => "Indirizzo IP Host Antivirus",
"Port" => "Porta",
"Port number of Antivirus Host." => "Numero di Porta Host Antivirus",
"Stream Length" => "Lunghezza Stream",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength valore in bytes.",
"Path to clamscan" => "Percorso a clamscan",
"Path to clamscan executable." => "Percorso all'eseguibile di clamscan",
"Not required in Daemon Mode." => "Non richiesto in modalità demone.",
"Action for infected files found while scanning" => "Azione per i file infetti trovati durante la scansione",
"Only log" => "Solo log",
"Delete file" => "Elimina il file",
"Save" => "Salva"
);