nl.php
1.32 KB
<?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",
"Host" => "Host",
"Address of Antivirus Host." => "Adres van Antivirus Host.",
"Not required in Executable Mode." => "Niet vereist in Uitvoerbare Mode.",
"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"
);