Blame view

sources/apps/files_antivirus/l10n/it.php 1.44 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?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"
  );