Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/sr@latin.js')
-rw-r--r--core/l10n/sr@latin.js100
1 files changed, 100 insertions, 0 deletions
diff --git a/core/l10n/sr@latin.js b/core/l10n/sr@latin.js
new file mode 100644
index 00000000000..9ea14c5db68
--- /dev/null
+++ b/core/l10n/sr@latin.js
@@ -0,0 +1,100 @@
+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",
+ "File" : "Fajl",
+ "Folder" : "Direktorijum",
+ "Image" : "Slika",
+ "I know what I'm doing" : "Znam šta radim",
+ "Reset password" : "Resetuj lozinku",
+ "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",
+ "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}",
+ "You will receive a link to reset your password via Email." : "Dobićete vezu za resetovanje lozinke putem e-pošte.",
+ "Username" : "Korisničko ime",
+ "New password" : "Nova lozinka",
+ "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>",
+ "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);");