Blame view

sources/apps/files_antivirus/l10n/gl.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}," => "Parabéns {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sentímolo, pero detectouse software malicioso nun ficheiro que tentaba enviar e tivo que ser eliminado.",
  "This email is a notification from {host}. Please, do not reply." => "Este correo é unha notificación desde {host}. Non responda.",
  "File uploaded: {file}" => "Ficheiro enviado: {file}",
  "Antivirus Configuration" => "Configuración antivirus",
  "Mode" => "Modo",
  "Executable" => "Executábel",
  "Daemon" => "Servizo",
  "Daemon (Socket)" => "Servizo (conectador)",
  "Socket" => "Conectador",
  "Clamav Socket." => "Conectador do ClamAV.",
  "Not required in Executable Mode." => "Non é requirido no modo executable",
  "Host" => "Servidor",
  "Address of Antivirus Host." => "Enderezo do servidor do antivirus",
  "Port" => "Porto",
  "Port number of Antivirus Host." => "Número de porto no servidor do antivirus",
  "Stream Length" => "Lonxitude do fluxo",
  "ClamAV StreamMaxLength value in bytes." => "Valor en bytes do StreamMaxLength en ClamAV",
  "Path to clamscan" => "Ruta a clamscan",
  "Path to clamscan executable." => "Ruta ao executábel clamscan",
  "Not required in Daemon Mode." => "Non requirido no modo de servizo",
  "Action for infected files found while scanning" => "Acción para os ficheiros infectados detectados durante a análise",
  "Only log" => "Só rexistro",
  "Delete file" => "Eliminar ficheiro",
  "Save" => "Gardar"
  );