Blame view

sources/apps/files_antivirus/l10n/cs_CZ.php 1.32 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  <?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 a ten 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",
  "Host" => "Počítač",
  "Address of Antivirus Host." => "Adresa počítače s antivirem.",
  "Not required in Executable Mode." => "Není vyžadováno v režimu programu.",
  "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" => "Činnost pro infikované soubory nalezené při prohledávání",
  "Only log" => "Pouze zaznamenat",
  "Delete file" => "Smazat soubor",
  "Save" => "Uložit"
  );