Blame view

sources/apps/files_antivirus/l10n/de_CH.php 1.5 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." => "Entschuldigung, in einer Datei, die Sie hochladen wollten, wurde Malware gefunden und sie musste daher 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 wurde hochgeladen: {file}",
  "Antivirus Configuration" => "Antivirus-Konfiguration",
  "Mode" => "Modus",
  "Executable" => "Ausführbar",
  "Daemon" => "Dienst (Daemon)",
  "Daemon (Socket)" => "Daemon (Socket)",
  "Socket" => "Socket",
  "Clamav Socket." => "Clamav Socket.",
  "Not required in Executable Mode." => "Nicht erforderlich im ausführbaren Modus.",
  "Host" => "Host",
  "Address of Antivirus Host." => "Die Adresse des Antivirus-Hosts.",
  "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 (Daemon)",
  "Action for infected files found while scanning" => "Aktion für infizierte Dateien, welche beim Scannen gefunden wurden",
  "Only log" => "Nur loggen",
  "Delete file" => "Datei löschen",
  "Save" => "Speichern"
  );