Blame view

sources/apps/files_antivirus/l10n/sl.php 1.49 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}," => "Pozdravljeni, {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "V poslani datoteki je bila zaznana zlonamerna vsebina, zato je ta datoteka izbrisana.",
  "This email is a notification from {host}. Please, do not reply." => "To sporočilo je obvestilo z gostitelja {host} in nanj ne odgovarjajte.",
  "File uploaded: {file}" => "Poslana datoteka: {file}",
  "Antivirus Configuration" => "Nastavitve protivirusne zaščite",
  "Mode" => "Način",
  "Executable" => "Izvedljiva datoteka",
  "Daemon" => "Ozadnji program",
  "Daemon (Socket)" => "Ozadnji program (vtič)",
  "Socket" => "Vtič",
  "Clamav Socket." => "Vtič Clamav.",
  "Not required in Executable Mode." => "Ni zahtevano v načinu izvajanja.",
  "Host" => "Gostitelj",
  "Address of Antivirus Host." => "Naslov protivirusnega gostitelja.",
  "Port" => "Vrata",
  "Port number of Antivirus Host." => "Vrata protivirusnega gostitelja.",
  "Stream Length" => "Dolžina pretoka",
  "ClamAV StreamMaxLength value in bytes." => "Vrednost ClamAV StreamMaxLength v bajtih.",
  "Path to clamscan" => "Pot do programa clamscan.",
  "Path to clamscan executable." => "Pot do izvedljive datoteke programa clamscan.",
  "Not required in Daemon Mode." => "Ni zahtevano v načinu ozadnjega izvajanja.",
  "Action for infected files found while scanning" => "Dejanje za najdene okužene datoteke med preiskovanjem",
  "Only log" => "Le dnevnik",
  "Delete file" => "Izbriši datoteko",
  "Save" => "Shrani"
  );