de_DE.php 1.37 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." => "Entschuldigung, es wurde Malware in einer Datei gefunden die Sie hochladen wollten 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 antworten Sie nicht.",
"File uploaded: {file}" => "Datei {file} hochgeladen",
"Antivirus Configuration" => "Antivirus Konfiguration",
"Mode" => "Modus",
"Executable" => "Ausführbar",
"Daemon" => "Dienst",
"Host" => "Host",
"Address of Antivirus Host." => "Die Adresse des Antivirus Hosts.",
"Not required in Executable Mode." => "Nicht erforderlich im ausführbaren Modus.",
"Port" => "Port",
"Port number of Antivirus Host." => "Die Portnummer des Antivirus Hosts.",
"Stream Length" => "Übertragungslänge",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength-Wert in Bytes.",
"Path to clamscan" => "Pfad zu clamscan",
"Path to clamscan executable." => "Pfad zum clamscan-Programm",
"Not required in Daemon Mode." => "Nicht erforderlich im Dienstmodus",
"Action for infected files found while scanning" => "Aktion für infizierte Dateien die beim Scannen gefunden wurden",
"Only log" => "Nur loggen",
"Delete file" => "Datei löschen",
"Save" => "Speichern"
);