pt_BR.php
1.46 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Saudações, {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Desculpe, mas um malware foi encontrado em um arquivo que você tentou enviar e ele teve que ser excluído.",
"This email is a notification from {host}. Please, do not reply." => "Este e-mail é uma notificação de {host}. Por favor, não responda.",
"File uploaded: {file}" => "Arquivo enviado: {file}",
"Antivirus Configuration" => "Configuração do Antivírus",
"Mode" => "Modo",
"Executable" => "Executável",
"Daemon" => "Daemon",
"Daemon (Socket)" => "Daemon (Socket)",
"Socket" => "Socket",
"Clamav Socket." => "Clamav Socket.",
"Not required in Executable Mode." => "Não necessário no Modo Executável.",
"Host" => "Host",
"Address of Antivirus Host." => "Endereço do Host do Antivírus.",
"Port" => "Porta",
"Port number of Antivirus Host." => "Número da porta do Host do Antivírus.",
"Stream Length" => "Duração do fluxo",
"ClamAV StreamMaxLength value in bytes." => "Valor de StreamMaxLength do ClamAV em bytes.",
"Path to clamscan" => "Caminho para clamscan",
"Path to clamscan executable." => "Caminho para executável clamscan.",
"Not required in Daemon Mode." => "Não necessário no Modo Daemon.",
"Action for infected files found while scanning" => "Ação para arquivos infectados encontrados ao escanear",
"Only log" => "Somente registro",
"Delete file" => "Excluir arquivo",
"Save" => "Salvar"
);