Blame view

sources/apps/files_antivirus/l10n/pt_PT.php 1.49 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}," => "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"
  );