Blame view

sources/apps/files_antivirus/l10n/pt_BR.php 1.46 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?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"
  );