Blame view

sources/apps/files_antivirus/l10n/nl.php 1.41 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}," => "Hallo {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sorry, maar in een bestand dat je probeerde te uploaden is malware gedetecteerd en om die reden verwijderd.",
  "This email is a notification from {host}. Please, do not reply." => "Deze e-mail is een notificatie van {host}. Gelieve niet te antwoorden.",
  "File uploaded: {file}" => "Geüpload bestand: {file}",
  "Antivirus Configuration" => "Antivirus Instellingen",
  "Mode" => "Mode",
  "Executable" => "Uitvoerbaar",
  "Daemon" => "Daemon",
  "Daemon (Socket)" => "Daemon (Socket)",
  "Socket" => "Socket",
  "Clamav Socket." => "Clamav Socket.",
  "Not required in Executable Mode." => "Niet vereist in Uitvoerbare Mode.",
  "Host" => "Host",
  "Address of Antivirus Host." => "Adres van Antivirus Host.",
  "Port" => "Poort",
  "Port number of Antivirus Host." => "Poortnummer van Antivirus Host.",
  "Stream Length" => "Stroom lengte",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength waarde in bytes.",
  "Path to clamscan" => "Pad naar clamscan",
  "Path to clamscan executable." => "Pad naar de clamscan executable.",
  "Not required in Daemon Mode." => "Niet vereist om Daemon Mode.",
  "Action for infected files found while scanning" => "Actie voor gevonden besmette bestanden tijdens scannen",
  "Only log" => "Alleen loggen",
  "Delete file" => "Verwijder bestand",
  "Save" => "Bewaar"
  );