Blame view

sources/apps/files_antivirus/l10n/sk_SK.php 1.34 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}," => "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ť vymazaný.",
  "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" => "Spustiteľný",
  "Daemon" => "Démon",
  "Host" => "Hostiteľ",
  "Address of Antivirus Host." => "Adresa počítača s antivírovým programom.",
  "Not required in Executable Mode." => "V spustiteľnom režime nie je vyžadované.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Číslo portu počítač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 k 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 log",
  "Delete file" => "Zmazať súbor",
  "Save" => "Uložiť"
  );