pt_PT.php 1.49 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Bem-Vindo {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Desculpe, mas foi encontrado malware no conteúdo que está a tentar enviar e o mesmo foi eliminado.",
"This email is a notification from {host}. Please, do not reply." => "Este e-mail é um notificação vinda do {host}. Por favor, não responda",
"File uploaded: {file}" => "Envio do ficheiro: {file}",
"Antivirus Configuration" => "Configurarão do Anti-virus",
"Mode" => "Modo",
"Executable" => "Executável",
"Daemon" => "Daemon",
"Daemon (Socket)" => "Daemon (Socket)",
"Socket" => "Ligação",
"Clamav Socket." => "Ligação Calmav",
"Not required in Executable Mode." => "Não é necessário no modo de execução",
"Host" => "Anfitrião",
"Address of Antivirus Host." => "Endereço do servidor do anti-virus",
"Port" => "Porto",
"Port number of Antivirus Host." => "Número da porta do servidor de anti-virus",
"Stream Length" => "Comprimento do fluxo",
"ClamAV StreamMaxLength value in bytes." => "Valor ClamAV StreamMaxLength em bytes.",
"Path to clamscan" => "Caminho para o clamscan",
"Path to clamscan executable." => "Caminho para o clamscan executável",
"Not required in Daemon Mode." => "Não é necessário no modo Deamon",
"Action for infected files found while scanning" => "Acção para os ficheiros infectados encontrados durante a pesquisa",
"Only log" => "Só registar",
"Delete file" => "Eliminar Ficheiro",
"Save" => "Guardar"
);