2014-10-17 16:20:02 +04:00
OC . L10N . register (
"core" ,
{
"Sunday" : "Nedelja" ,
"Monday" : "Ponedeljak" ,
"Tuesday" : "Utorak" ,
"Wednesday" : "Sreda" ,
"Thursday" : "Četvrtak" ,
"Friday" : "Petak" ,
"Saturday" : "Subota" ,
"January" : "Januar" ,
"February" : "Februar" ,
"March" : "Mart" ,
"April" : "April" ,
"May" : "Maj" ,
"June" : "Jun" ,
"July" : "Jul" ,
"August" : "Avgust" ,
"September" : "Septembar" ,
"October" : "Oktobar" ,
"November" : "Novembar" ,
"December" : "Decembar" ,
"Settings" : "Podešavanja" ,
"I know what I'm doing" : "Znam šta radim" ,
"No" : "Ne" ,
"Yes" : "Da" ,
"Choose" : "Izaberi" ,
"Ok" : "Ok" ,
"_{count} file conflict_::_{count} file conflicts_" : [ "" , "" , "" ] ,
"Cancel" : "Otkaži" ,
"Continue" : "Nastavi" ,
"Very weak password" : "Veoma slaba lozinka" ,
"Weak password" : "Slaba lozinka" ,
"So-so password" : "Osrednja lozinka" ,
"Good password" : "Dobra lozinka" ,
"Strong password" : "Jaka lozinka" ,
"Shared" : "Deljeno" ,
"Shared with {recipients}" : "Podeljeno sa {recipients}" ,
"Share" : "Podeli" ,
"Error" : "Greška" ,
"Error while sharing" : "Greška pri deljenju" ,
"Error while unsharing" : "Greška u uklanjanju deljenja" ,
"Error while changing permissions" : "Greška u promeni dozvola" ,
"Shared with you and the group {group} by {owner}" : "{owner} podelio sa Vama i grupom {group} " ,
"Shared with you by {owner}" : "Sa vama podelio {owner}" ,
"Password protect" : "Zaštita lozinkom" ,
"Email link to person" : "Pošalji link e-mailom" ,
"Send" : "Pošalji" ,
"Set expiration date" : "Datum isteka" ,
"Expiration date" : "Datum isteka" ,
"Resharing is not allowed" : "Dalje deljenje nije dozvoljeno" ,
"Shared in {item} with {user}" : "Deljeno u {item} sa {user}" ,
"Unshare" : "Ukljoni deljenje" ,
"can edit" : "dozvoljene izmene" ,
"access control" : "kontrola pristupa" ,
"create" : "napravi" ,
"update" : "ažuriranje" ,
"delete" : "brisanje" ,
"Password protected" : "Zaštćeno lozinkom" ,
"Error unsetting expiration date" : "Greška u uklanjanju datuma isteka" ,
"Error setting expiration date" : "Greška u postavljanju datuma isteka" ,
"Sending ..." : "Slanje..." ,
"Email sent" : "Email poslat" ,
"Warning" : "Upozorenje" ,
"The object type is not specified." : "Tip objekta nije zadan." ,
"Delete" : "Obriši" ,
"Add" : "Dodaj" ,
2014-10-30 08:55:14 +03:00
"_download %n file_::_download %n files_" : [ "" , "" , "" ] ,
2014-10-17 16:20:02 +04:00
"The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspelo. Prosleđivanje na ownCloud." ,
"Use the following link to reset your password: {link}" : "Koristite sledeći link za reset lozinke: {link}" ,
"New password" : "Nova lozinka" ,
2014-11-20 09:55:06 +03:00
"Reset password" : "Resetuj lozinku" ,
2014-10-17 16:20:02 +04:00
"Personal" : "Lično" ,
"Users" : "Korisnici" ,
"Apps" : "Programi" ,
"Admin" : "Adninistracija" ,
"Help" : "Pomoć" ,
"Access forbidden" : "Pristup zabranjen" ,
"Security Warning" : "Bezbednosno upozorenje" ,
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Vaša PHP verzija je ranjiva na " ,
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše." ,
"Create an <strong>admin account</strong>" : "Napravi <strong>administrativni nalog</strong>" ,
2014-11-20 09:55:06 +03:00
"Username" : "Korisničko ime" ,
2014-10-17 16:20:02 +04:00
"Password" : "Lozinka" ,
"Data folder" : "Fascikla podataka" ,
"Configure the database" : "Podešavanje baze" ,
"Database user" : "Korisnik baze" ,
"Database password" : "Lozinka baze" ,
"Database name" : "Ime baze" ,
"Database tablespace" : "tablespace baze" ,
"Database host" : "Domaćin baze" ,
"Finish setup" : "Završi podešavanje" ,
"Log out" : "Odjava" ,
"remember" : "upamti" ,
"Log in" : "Prijavi se"
} ,
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" ) ;