Blame view

sources/apps/files_antivirus/l10n/sk_SK.php 1.44 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}," => "Vitajte {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Prepáčte, v nahrávanom súbore bol nájdený malware a musel byť zmazaný.",
  "This email is a notification from {host}. Please, do not reply." => "Tento email je oznámenie od {host}. Prosím, neodpovedajte.",
  "File uploaded: {file}" => "Súbor na odoslanie: {file}",
  "Antivirus Configuration" => "Nastavenie antivírusu",
  "Mode" => "Režim",
  "Executable" => "Ako program",
  "Daemon" => "Démon",
  "Daemon (Socket)" => "Démon (Soket)",
  "Socket" => "Soket",
  "Clamav Socket." => "Clamav Soket.",
  "Not required in Executable Mode." => "V režime ako program nie je vyžadované.",
  "Host" => "Hostiteľ",
  "Address of Antivirus Host." => "Adresa hostiteľa s antivírovým programom.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Číslo portu hostiteľa s antivírovým programom.",
  "Stream Length" => "Dĺžka prúdu",
  "ClamAV StreamMaxLength value in bytes." => "Hodnota ClamAV StreamMaxLength v bitoch.",
  "Path to clamscan" => "Cesta ku clamscan",
  "Path to clamscan executable." => "Cesta k programu clamscan.",
  "Not required in Daemon Mode." => "V režime démona nie je vyžadované.",
  "Action for infected files found while scanning" => "Opatrenia pre infikované súbory nájdené pri skenovaní",
  "Only log" => "Len logovať",
  "Delete file" => "Zmazať súbor",
  "Save" => "Uložiť"
  );