зеркало из https://github.com/nextcloud/spreed.git
58 строки
1.9 KiB
JavaScript
58 строки
1.9 KiB
JavaScript
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",
|
|
"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",
|
|
"Settings" : "Поставке",
|
|
"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",
|
|
"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",
|
|
"Edit" : "Uredi",
|
|
"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);");
|