cs_CZ.php 1.42 KB
<?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"
);