sl.php
1.49 KB
<?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"
);