60 строки
3.2 KiB
JavaScript
60 строки
3.2 KiB
JavaScript
OC.L10N.register(
|
|
"files_antivirus",
|
|
{
|
|
"Clean" : "Očisti",
|
|
"Infected" : "Zaraženo",
|
|
"Unchecked" : "Neprovjereno",
|
|
"Scanner exit status" : "Izlazni status skeniranja",
|
|
"Scanner output" : "Izlaz skeniranja",
|
|
"Saving…" : "Spremanje...",
|
|
"Antivirus" : "Antivirus",
|
|
"File {file} is infected with {virus}" : "Datoteka {file} zaražena je s {virus}",
|
|
"The file has been removed" : "Datoteka je uklonjena",
|
|
"File containing {virus} detected" : "Otkrivena je datoteka koja sadrži {virus}",
|
|
"Antivirus detected a virus" : "Antivirus je otkrio virus",
|
|
"Virus %s is detected in the file. Upload cannot be completed." : "Virus %s je otkriven u datoteci. Nije moguće dovršiti otpremu.",
|
|
"Saved" : "Spremljeno",
|
|
"Antivirus for files" : "Antivirus za datoteke",
|
|
"An antivirus app for Nextcloud" : "Antivirusna aplikacija za Nextcloud",
|
|
"Greetings {user}," : "Pozdrav {user},",
|
|
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "nažalost, u datoteci koju ste pokušali otpremiti otkriven je zloćudan softver koji je morao biti izbrisan.",
|
|
"This email is a notification from {host}. Please, do not reply." : "Ova poruka e-pošte sadrži obavijest od {host}. Nemojte odgovarati na ovu poruku.",
|
|
"File uploaded: {file}" : "Otpremljena datoteka: {file}",
|
|
"Antivirus for Files" : "Antivirus za datoteke",
|
|
"Mode" : "Način rada",
|
|
"ClamAV Executable" : "ClamAV Executable",
|
|
"ClamAV Daemon" : "ClamAV Daemon",
|
|
"ClamAV Daemon (Socket)" : "ClamAV Daemon (Socket)",
|
|
"Kaspersky Daemon" : "Kaspersky Daemon",
|
|
"Socket" : "Socket",
|
|
"ClamAV Socket." : "ClamAV Socket.",
|
|
"Not required in Executable Mode." : "Nije potrebno u izvedbenom načinu rada.",
|
|
"Host" : "Glavno računalo",
|
|
"Address of Antivirus Host." : "Adresa računala domaćina antivirusa.",
|
|
"Port" : "Priključak",
|
|
"Port number of Antivirus Host." : "Broj porta računala domaćina antivirusa.",
|
|
"TLS" : "TLS",
|
|
"Select" : "Odaberi",
|
|
"Stream Length" : "Dužina strujanja",
|
|
"ClamAV StreamMaxLength value in bytes." : "ClamAV StreamMaxLength vrijednost u bajtovima.",
|
|
"bytes" : "bajtova",
|
|
"Path to clamscan" : "Put do clamscana",
|
|
"Path to clamscan executable." : "Put do izvršne datoteke clamscana.",
|
|
"Not required in Daemon Mode." : "Nije potrebno u načinu rada Daemon.",
|
|
"Extra command line options (comma-separated)" : "Dodatne mogućnosti naredbenog retka (odvojene zarezom)",
|
|
"When infected files are found during a background scan" : "Kada se tijekom pozadinskog skeniranja pronađu zaražene datoteke",
|
|
"Only log" : "Samo zapis",
|
|
"Delete file" : "Izbrisati datoteku",
|
|
"Save" : "Spremi",
|
|
"Advanced" : "Napredno",
|
|
"Rules" : "Pravila",
|
|
"Clear All" : "Očisti sve",
|
|
"Reset to defaults" : "Vrati na zadane postavke",
|
|
"Match by" : "Podudaranje",
|
|
"Scanner exit status or signature to search" : "Status izlaza ili potpis skenera za pretraživanje",
|
|
"Description" : "Opis",
|
|
"Mark as" : "Označi kao",
|
|
"Add a rule" : "Dodaj pravilo"
|
|
},
|
|
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|