45 строки
2.0 KiB
JavaScript
45 строки
2.0 KiB
JavaScript
OC.L10N.register(
|
|
"files_antivirus",
|
|
{
|
|
"Clean" : "Počisti",
|
|
"Infected" : "Okuženo",
|
|
"Unchecked" : "Nepregledano",
|
|
"Scanner exit status" : "Stanje izhoda pregledovalnika",
|
|
"Scanner output" : "Odvod pregledovalnika",
|
|
"Saving..." : "Poteka shranjevanje ...",
|
|
"Antivirus" : "Antivirus",
|
|
"File {file} is infected with {virus}" : "Datoteka {file} je okužena z virusom {virus}",
|
|
"The file has been removed" : "Datoteka je odstranjena",
|
|
"File containing {virus} detected" : "Zaznana je datoteka, okužena z virusom {virus}",
|
|
"Antivirus detected a virus" : "Antivirusni program je zaznal virus",
|
|
"Virus %s is detected in the file. Upload cannot be completed." : "V datoteki je zaznan virus %s. Pošiljanja ni mogoče dokončati.",
|
|
"Saved" : "Shranjeno",
|
|
"Antivirus for files" : "Antivirus za datoteke",
|
|
"An antivirus app for Nextcloud based on ClamAV" : "Antivirusni program s podporo ClamAV za okolje Nextcloud",
|
|
"Greetings {user}," : "Pozdravljeni, {user},",
|
|
"Antivirus for Files" : "Antivirus za datoteke",
|
|
"Mode" : "Način",
|
|
"Executable" : "Izvedljiva datoteka",
|
|
"Daemon" : "Ozadnji program",
|
|
"Daemon (Socket)" : "Ozadnji program (vtič)",
|
|
"Socket" : "Vtič",
|
|
"Clamav Socket." : "Vtič Clamav",
|
|
"Host" : "Gostitelj",
|
|
"Port" : "Vrata",
|
|
"Stream Length" : "Dolžina pretoka",
|
|
"bytes" : "bajtov",
|
|
"Path to clamscan" : "Pot do datoteke clamscan",
|
|
"Path to clamscan executable." : "Pot do izvedljive datoteke clamscan.",
|
|
"File size limit, -1 means no limit" : "Omejitev velikosti datoteke; -1 pomeni brez omejitve",
|
|
"Delete file" : "Izbriši datoteko",
|
|
"Save" : "Shrani",
|
|
"Advanced" : "Napredne možnosti",
|
|
"Rules" : "Pravila",
|
|
"Clear All" : "Počisti vse",
|
|
"Reset to defaults" : "Ponastavi na privzeto",
|
|
"Description" : "Opis",
|
|
"Mark as" : "Označi kot",
|
|
"Add a rule" : "Dodaj pravilo"
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|