gl.php 1.46 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Parabéns {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sentímolo, pero detectouse software malicioso nun ficheiro que tentaba enviar e tivo que ser eliminado.",
"This email is a notification from {host}. Please, do not reply." => "Este correo é unha notificación desde {host}. Non responda.",
"File uploaded: {file}" => "Ficheiro enviado: {file}",
"Antivirus Configuration" => "Configuración antivirus",
"Mode" => "Modo",
"Executable" => "Executábel",
"Daemon" => "Servizo",
"Daemon (Socket)" => "Servizo (conectador)",
"Socket" => "Conectador",
"Clamav Socket." => "Conectador do ClamAV.",
"Not required in Executable Mode." => "Non é requirido no modo executable",
"Host" => "Servidor",
"Address of Antivirus Host." => "Enderezo do servidor do antivirus",
"Port" => "Porto",
"Port number of Antivirus Host." => "Número de porto no servidor do antivirus",
"Stream Length" => "Lonxitude do fluxo",
"ClamAV StreamMaxLength value in bytes." => "Valor en bytes do StreamMaxLength en ClamAV",
"Path to clamscan" => "Ruta a clamscan",
"Path to clamscan executable." => "Ruta ao executábel clamscan",
"Not required in Daemon Mode." => "Non requirido no modo de servizo",
"Action for infected files found while scanning" => "Acción para os ficheiros infectados detectados durante a análise",
"Only log" => "Só rexistro",
"Delete file" => "Eliminar ficheiro",
"Save" => "Gardar"
);