Blame view

sources/apps/files_antivirus/l10n/de.php 1.45 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}," => "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"
  );