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

sl.js « l10n - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34b1bd0d7b05d60c654fe511d65825590cab3fad (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
OC.L10N.register(
    "spreed",
    {
    "Delete server" : "Odstrani strežnik",
    "Add new server" : "Dodaj nov strežnik",
    "Saved" : "Shranjeno",
    "UDP and TCP" : "UDP in TCP",
    "UDP only" : "Samo UDP",
    "TCP only" : "Samo TCP",
    "(group)" : "(skupina)",
    "New public call" : "Nov javni klic",
    "Fullscreen" : "Celoten zaslon",
    "Time to call your friends" : "Čas, da pokličeš prijatelje",
    "Mute audio" : "Utišaj zvok",
    "Disable video" : "Onemogoči video posnetek",
    "Copy" : "Kopiraj",
    "Copied!" : "Kopirano!",
    "Not supported!" : "Ni podprto!",
    "Press ⌘-C to copy." : "Pritisni ⌘-C za kopiranje.",
    "Press Ctrl-C to copy." : "Pritisni Ctrl-C za kopiranje.",
    "This call has ended" : "Ta klic je končan",
    "Please enter the password for this call" : "Prosimo vtipkajte geslo za ta klic",
    "Password required" : "Zahtevano je geslo",
    "Password" : "Geslo",
    "Cancel" : "Prekinitev",
    "Leave call" : "Zapusti klic",
    "Change password" : "Spremeni geslo",
    "Set password" : "Nastavi geslo",
    "Rename" : "Preimenuj",
    "Guest" : "Gost",
    "You" : "Jaz",
    "and you" : "In jaz",
    "Please adjust your configuration" : "Prosimo prilagodite vaše nastavitve",
    "Access to microphone & camera was denied" : "Dostop do mikrofona in kamere je bil zavrnjen",
    "WebRTC is not supported in your browser" : "WebRTC ni podprt v vašem brskalniku ",
    "Please use a different browser like Firefox or Chrome" : "Prosimo uporabite drug brskalnik kot sta Firefox in Chrome",
    "Error while accessing microphone & camera" : "Napaka pri dostopu do mikrofona in kamere",
    "WebRTC is not supported in your browser :-/" : "WebRTC ni podprt v vašem brskalniku :-/",
    "Your screen" : "Tvoj zaslon",
    "Share screen" : "Deli zaslon",
    "Smile in 3… 2… 1!" : "Nasmehni se 3... 2... 1!",
    "Video calls" : "Video klici",
    "Saving failed" : "Shranjevanje spodletelo",
    "Add person" : "Dodaj osebo",
    "Video call" : "Video klic"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");