2018-02-28 04:20:48 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_antivirus",
|
|
|
|
{
|
|
|
|
"Clean" : "Limpo",
|
|
|
|
"Infected" : "Infectado",
|
|
|
|
"Unchecked" : "Não verificado",
|
|
|
|
"Scanner exit status" : "Status de saída do scanner",
|
|
|
|
"Scanner output" : "Saída do scanner",
|
|
|
|
"Saving..." : "Salvando...",
|
|
|
|
"<strong>Infected file</strong> has been <strong>found</strong>" : "<strong>Arquivo infectado</strong> foi <strong>encontrado</strong>",
|
|
|
|
"File %s is infected with %s" : "Arquivo %s está infectado com %s",
|
|
|
|
"It is going to be deleted" : "Será deletado",
|
|
|
|
"Antivirus" : "Antivírus",
|
|
|
|
"Virus %s is detected in the file. Upload cannot be completed." : "Vírus %s foi detectado no arquivo. O envio não foi realizado.",
|
2018-03-03 04:20:36 +03:00
|
|
|
"Saved" : "Salvo",
|
2018-02-28 04:20:48 +03:00
|
|
|
"Virus detected! Can't upload the file %s" : "Vírus detectado! Não foi possível enviar o arquivo %s",
|
|
|
|
"Malware detected" : "Malware detectado",
|
|
|
|
"Antivirus App for files" : "Aplicativo Antivírus para arquivos",
|
|
|
|
"Greetings {user}," : "Bem-vindo {user},",
|
|
|
|
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Um malware foi detectado em um arquivo e foi excluído.",
|
|
|
|
"This email is a notification from {host}. Please, do not reply." : "Este email é 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." : "Socket Clamav.",
|
|
|
|
"Not required in Executable Mode." : "Não é necessário no Modo Executável.",
|
|
|
|
"Host" : "Host",
|
|
|
|
"Address of Antivirus Host." : "Endereço do Antivírus no Host.",
|
|
|
|
"Port" : "Porta",
|
|
|
|
"Port number of Antivirus Host." : "Número da porta do Antivirus no Host.",
|
|
|
|
"Stream Length" : "Tamanho do Stream",
|
|
|
|
"ClamAV StreamMaxLength value in bytes." : "Valor StreamMaxLength do ClamAV em bytes.",
|
|
|
|
"bytes" : "bytes",
|
|
|
|
"Path to clamscan" : "Caminho do clamscan",
|
|
|
|
"Path to clamscan executable." : "Caminho do executável do clamscan.",
|
|
|
|
"Not required in Daemon Mode." : "Não é necessário no Modo Daemon.",
|
|
|
|
"Extra command line options (comma-separated)" : "Opções extras de linha de comando (separados por vírgula)",
|
|
|
|
"File size limit, -1 means no limit" : "Limite do tamanho do arquivo, -1 significa sem limite",
|
|
|
|
"Background scan file size limit in bytes, -1 means no limit" : "Limite do tamanho de arquivo para escaneamento, -1 significa sem limite",
|
|
|
|
"Only log" : "Somente registrar",
|
|
|
|
"Delete file" : "Excluir o arquivo",
|
|
|
|
"Save" : "Salvar",
|
|
|
|
"Advanced" : "Avançado",
|
|
|
|
"Rules" : "Regras",
|
|
|
|
"Clear All" : "Limpar Tudo",
|
|
|
|
"Reset to defaults" : "Redefinir para o padrão",
|
|
|
|
"Match by" : "Bate com",
|
|
|
|
"Scanner exit status or signature to search" : "Status de saída do scanner ou assinatura para pesquisar",
|
|
|
|
"Description" : "Descrição",
|
|
|
|
"Mark as" : "Marcar como",
|
|
|
|
"Add a rule" : "Adicionar uma regra"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n > 1);");
|