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

sr@latin.json « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aea1e83a2ed705d8a9e24d4c5f3332ee0f0b7271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{ "translations": {
    "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"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}