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

sr@latin.js « l10n - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a89a921f3c17a8f5783a64ee47890b0adf53930 (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
OC.L10N.register(
    "spreed",
    {
    "Guest" : "Gost",
    "Open settings" : "Otvori postavke",
    "Messages" : "Poruke",
    "None" : "Ništa",
    "User" : "User",
    "Name" : "naziv",
    "Off" : "Isključena",
    "Pending" : "Na čekanju",
    "Error" : "Greška",
    "Copy link" : "Kopiraj vezu",
    "Settings" : "Поставке",
    "Dismiss" : "Odbaci",
    "Back" : "Nazad",
    "Favorite" : "Omiljeni",
    "Password protection" : "Password protection",
    "Enter a password" : "Enter a password",
    "Leave conversation" : "Napusti razgovor",
    "Delete conversation" : "Obriši razgovor",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Loading" : "Loading",
    "Groups" : "Grupe",
    "Password protect" : "Zaštita lozinkom",
    "Close" : "Zatvori",
    "Conversation name" : "Naziv razgovora",
    "Camera" : "Kamera",
    "Reply" : "Odgovori",
    "Remove" : "Ukloni",
    "Today" : "Today",
    "Yesterday" : "juče",
    "Send message" : "Pošalji poruku",
    "Save" : "Sačuvaj",
    "Edit" : "Uredi",
    "Password" : "Password",
    "Login" : "Korisničko ime",
    "guest" : "gost",
    "Demote from moderator" : "Skini ulogu moderatora",
    "Promote to moderator" : "Unapredi u moderatora",
    "Remove participant" : "Ukloni učesnika",
    "No results" : "Nema rezultata",
    "Add users or groups" : "Add users or groups",
    "Participants" : "Učesnici",
    "Search" : "Traži",
    "Rename conversation" : "Preimenuj razgovor",
    "Grid view" : "Prikaz mreže",
    "Send" : "Pošalji",
    "Start a conversation" : "Započni razgovor",
    "Default" : "Podrazumevano",
    "Share link" : "Veza deljenja",
    "Webinar" : "Vebinar",
    "Password required" : "Potrebna je lozinka",
    "Cancel" : "Cancel"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");