de.php 1.45 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Herzlich Willkommen {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Entschuldige, es wurde Malware in einer Datei gefunden die Du hochladen wolltest und sie musste gelöscht werden.",
"This email is a notification from {host}. Please, do not reply." => "Diese E-Mail ist eine Benachrichtigung von {host}. Bitte nicht antworten.",
"File uploaded: {file}" => "Datei {file} hochgeladen.",
"Antivirus Configuration" => "Antivirus-Konfiguration",
"Mode" => "Modus",
"Executable" => "ausführbar",
"Daemon" => "Dienst",
"Daemon (Socket)" => "Daemon (Socket)",
"Socket" => "Socket",
"Clamav Socket." => "Clamav Socket.",
"Not required in Executable Mode." => "Nicht benötigt im ausführbaren Modus",
"Host" => "Host",
"Address of Antivirus Host." => "Adresse des Antivirus-Servers",
"Port" => "Port",
"Port number of Antivirus Host." => "Port des Antivirus-Servers",
"Stream Length" => "Stream-Länge",
"ClamAV StreamMaxLength value in bytes." => "ClamAV-Wert 'StreamMaxLength' in Bytes.",
"Path to clamscan" => "Pfad zu clamscan",
"Path to clamscan executable." => "Pfad zur clamscan Datei",
"Not required in Daemon Mode." => "Nicht erforderlich im Dienst Modus",
"Action for infected files found while scanning" => "Aktion für infizierte Dateien die beim Scannen gefunden werden",
"Only log" => "Nur protokollieren",
"Delete file" => "Datei löschen",
"Save" => "Speichern"
);