Blame view

sources/apps/files_antivirus/l10n/da.php 1.4 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}," => "Velkommen {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Beklager, men der blev identificeret malware i en fil, som du har forsøgt at uploade, og den måtte slettes.",
  "This email is a notification from {host}. Please, do not reply." => "Denne email er en underretning fra {host}. Den kan ikke besvares.",
  "File uploaded: {file}" => "Fil uploadet: {file}",
  "Antivirus Configuration" => "Opsætning af antivirus",
  "Mode" => "Mode",
  "Executable" => "Executable",
  "Daemon" => "Daemon",
  "Daemon (Socket)" => "Dæmon (sokkel)",
  "Socket" => "Sokkel",
  "Clamav Socket." => "Clamav-sokkel",
  "Not required in Executable Mode." => "Ikke påkrævet i Executable Mode.",
  "Host" => "Host",
  "Address of Antivirus Host." => "Adresse på antivirus-værten",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Portnummer på antivirus-værten",
  "Stream Length" => "Strømlængde",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StramMaxLength-værdi i bytes.",
  "Path to clamscan" => "Sti til clamscan",
  "Path to clamscan executable." => "Sti til clamscans executable.",
  "Not required in Daemon Mode." => "Ikke påkrævet i Daemon mode.",
  "Action for infected files found while scanning" => "Handling for inficerede filer, der findes under scanning",
  "Only log" => "Registrering i log",
  "Delete file" => "Slet fil",
  "Save" => "Gem"
  );