Blame view

sources/apps/files_antivirus/l10n/en_GB.php 1.35 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}," => "Hi {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sorry, but malware was detected in a file you tried to upload and it had to be deleted.",
  "This email is a notification from {host}. Please, do not reply." => "This email is a notification from {host}. Please, do not reply.",
  "File uploaded: {file}" => "File uploaded: {file}",
  "Antivirus Configuration" => "Antivirus Configuration",
  "Mode" => "Mode",
  "Executable" => "Executable",
  "Daemon" => "Daemon",
  "Daemon (Socket)" => "Daemon (Socket)",
  "Socket" => "Socket",
  "Clamav Socket." => "Clamav Socket.",
  "Not required in Executable Mode." => "Not required in Executable Mode.",
  "Host" => "Host",
  "Address of Antivirus Host." => "Address of Antivirus Host.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Port number of Antivirus Host.",
  "Stream Length" => "Stream Length",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength value in bytes.",
  "Path to clamscan" => "Path to clamscan",
  "Path to clamscan executable." => "Path to clamscan executable.",
  "Not required in Daemon Mode." => "Not required in Daemon Mode.",
  "Action for infected files found while scanning" => "Action for infected files found while scanning",
  "Only log" => "Only log",
  "Delete file" => "Delete file",
  "Save" => "Save"
  );