ca.php
1.44 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Benvingut {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "S'ha detectar programari maliciós en un fitxer que heu intentat pujar i s'ha hagut d'eliminar.",
"This email is a notification from {host}. Please, do not reply." => "Aquest correu és uan notificació de {host}. No el respongueu.",
"File uploaded: {file}" => "Fitxer pujat: {file}",
"Antivirus Configuration" => "Configuració de l'antivirus",
"Mode" => "Mode",
"Executable" => "Executable",
"Daemon" => "Dimoni",
"Daemon (Socket)" => "Dimoni (sòcol)",
"Socket" => "Sòcol",
"Clamav Socket." => "Sòcol de Clamav.",
"Not required in Executable Mode." => "No requerit en mode executable.",
"Host" => "Equip remot",
"Address of Antivirus Host." => "Adreça del sevidor d'antivirus.",
"Port" => "Port",
"Port number of Antivirus Host." => "Número de port del servidor d'antivirus.",
"Stream Length" => "Longitud de la cadena",
"ClamAV StreamMaxLength value in bytes." => "Valor StreamMaxLengh de ClamAV en bytes.",
"Path to clamscan" => "Camí a clamscan",
"Path to clamscan executable." => "Camí a l'executable de clamscan.",
"Not required in Daemon Mode." => "No requerit en mode dimoni.",
"Action for infected files found while scanning" => "Acció per als fitxers infectats trobats durant l'escanneig",
"Only log" => "Només registra",
"Delete file" => "Elimina el fitxer",
"Save" => "Desa"
);