Blame view

sources/apps/files_antivirus/l10n/cs_CZ.php 1.42 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}," => "Vítejte {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Bohužel byl v odeslaném souboru nalezen malware, soubor musel být odstraněn.",
  "This email is a notification from {host}. Please, do not reply." => "Tento e-mail je oznámení od {host}. Prosím, neodpovídejte na něj.",
  "File uploaded: {file}" => "Soubor odeslán: {file}",
  "Antivirus Configuration" => "Nastavení antiviru",
  "Mode" => "Režim",
  "Executable" => "Program",
  "Daemon" => "Démon",
  "Daemon (Socket)" => "Program na pozadí (Soket)",
  "Socket" => "Soket",
  "Clamav Socket." => "Soket ClamAV.",
  "Not required in Executable Mode." => "Není vyžadováno v režimu programu.",
  "Host" => "Počítač",
  "Address of Antivirus Host." => "Adresa počítače s antivirem.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Číslo portu počítače s antivirem.",
  "Stream Length" => "Délka proudu",
  "ClamAV StreamMaxLength value in bytes." => "Hodnota ClamAV StreamMaxLength v bytech.",
  "Path to clamscan" => "Cesta k clamscan",
  "Path to clamscan executable." => "Cesta k programu clamscan.",
  "Not required in Daemon Mode." => "Není vyžadováno v režimu démona.",
  "Action for infected files found while scanning" => "Akce pro infikované soubory nalezené při prohledávání",
  "Only log" => "Pouze zaznamenat",
  "Delete file" => "Smazat soubor",
  "Save" => "Uložit"
  );