forked from WWBN/AVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsi.php
618 lines (617 loc) · 35.9 KB
/
si.php
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<?php
global $t;
$t['%s ERROR: You must set a ID on config'] = "%s ERROR: You must set a ID on config";
$t['%s ERROR: You must set a KEY on config'] = "%s ERROR: You must set a KEY on config";
$t[': activate to sort column ascending'] = ": activate to sort column ascending";
$t[': activate to sort column descending'] = ": activate to sort column descending";
$t['(filtered from _MAX_ total entries)'] = "(filtered from _MAX_ total entries)";
$t['465 OR 587'] = "465 or 587";
$t['A service error occurred: %s'] = "Pojavila se je napaka: %s";
$t['About'] = "O nas";
$t['Activate'] = "Aktiviraj";
$t['Active'] = "Aktiven";
$t['Ad'] = "Oglas";
$t['Ad Title'] = "Naslov oglasa";
$t['Add Funds'] = "Naloži sredstva";
$t['Add to'] = "Dodaj v";
$t['Admin'] = "Admin";
$t['Admin Menu'] = "Administratorski meni";
$t['Add more user Groups'] = "Dodaj več skupin uporabnikov";
$t['Ads'] = "Oglasi";
$t['Ads Form'] = "Oblika oglasov";
$t['Advanced Configuration'] = "Napredna konfiguracija";
$t['Advanced configuration'] = "Napredna konfiguracija";
$t['Advanced configurations are disabled'] = "Napredna konfiguracija je onemogočena";
$t['Advertising Manager'] = "Upravljalec kampanij";
$t['Advertising Title'] = "Naslov kampanije";
$t['Alert'] = "Opozorilo";
$t['All'] = "Vsi";
$t['Amount'] = "Znesek";
$t['An client error occurred: %s'] = "An client error occurred: %s";
$t['Anyone with this key can watch your live stream.'] = "Vsak, ki ima ta ključ, lahko gleda vaš prenos v živo.";
$t['Are you sure?'] = "Ste prepričani?";
$t['Audio'] = "Avdio";
$t['Audio only'] = "Samo avdio";
$t['Audios'] = "Zvočni posnetki";
$t['Audios and Videos'] = "Zvočni in video posnetki";
$t['Audio-Gallery by Date'] = "Avdio galerija po datumu";
$t['Authenticated users can comment videos'] = "Prijavljeni uporabniki lahko komentirajo video posnetke.";
$t['Authenticated users can upload videos'] = "Prijavljeni uporabniki lahko nalagajo video posnetke.";
$t['Auto'] = "Samodejno";
$t['Autoplay'] = "Samodejno predvajanje";
$t['Autoplay Next Video'] = "Samodejno predvajaj naslednji video posnetek";
$t['Autoplay Next Video URL'] = "Samodejno predvajaj naslednji URL";
$t['Autoplay Video on Load Page'] = "Samodejno predvajaj video posnetke";
$t['Autoplay ended'] = "Samodejno predvajanje je zaključeno";
$t['Autoplay next-video-order'] = "Zaporedje samodejnega predvajanja";
$t['Balance'] = "Stanje";
$t['Balance Form'] = "Oblika stanja";
$t['Both'] = "Obe";
$t['Bottom'] = "Spodaj";
$t['Broadcast a Live Streaming'] = "Oddajaj prenos v živo";
$t['Browse'] = "Razišči";
$t['Browse Channels'] = "Razišči kanale";
$t['By associating groups with this user, they will be able to see all the videos that are related to this group'] = "By associating groups with this user, they will be able to see all the videos that are related to this group";
$t['By linking groups to this video, it will no longer be public and only users in the same group will be able to watch this video'] = "By linking groups to this video, it will no longer be public and only users in the same group will be able to watch this video";
$t['By name'] = "Po imenu";
$t['Can Stream Videos'] = "Lahko predvaja video posnetke";
$t['Can Upload Videos'] = "Lahko nalaga video posnetke";
$t['Categories'] = "Kategorije";
$t['Category'] = "Kategorija";
$t['Category Form'] = "Oblika kategorije";
$t['Category to display this Ad'] = "Kategorija za prikaz tega oglasa";
$t['Center'] = "Sredina";
$t['Category-Gallery'] = "Galerija kategorije";
$t['Change Playlist Name'] = "Spremeni ime seznama predvajanja";
$t['Change Style'] = "Spremeni stil";
$t['Channel'] = "Kanal";
$t['Channels'] = "Kanali";
$t['Channel Name'] = "Ime kanala";
$t['Channel name already exists'] = "Ime kanala že obstaja";
$t['Clean Name'] = "Clean ime";
$t['Clean Title'] = "Clean naslov";
$t['Clear Cache Directory'] = "Počisti predpomnilnik";
$t['Click here if you agree to continue'] = "Kliknite tukaj za nadaljevanje";
$t['Clicks'] = "Klik";
$t['Close'] = "Zapri";
$t['Color Legend'] = "Barvna legenda";
$t['Comment'] = "Komentar";
$t['Comment Form'] = "Oblika komentarja";
$t['Comments'] = "Komentarji";
$t['Compatibility Check'] = "Preizkus kompatibilnosti";
$t['Configuration'] = "Konfuguracija";
$t['Configure an Encoder URL'] = "Konfiguriraj URL enkoderja";
$t['Confirm'] = "Potrdi";
$t['Confirm New Password'] = "Potrdi novo geslo";
$t['Confirm!'] = "Potrdi!";
$t['Confirmation password does not match'] = "Geslo za potrditev ne ustreza prvotnemu";
$t['Congratulations'] = "Čestitamo";
$t['Congratulations!'] = "Čestitamo!";
$t['Contact'] = "Kontak";
$t['Contact Us Today!'] = "Kontaktiraj nas danes!";
$t['Continue'] = "Nadaljuj";
$t['Cost'] = "Cena";
$t['Could not move gif image file [%s.gif]'] = "Could not move gif image file [%s.gif]";
$t['Could not move image file [%s.jpg]'] = "Could not move image file [%s.jpg]";
$t['Create a New Play List'] = "Usvari nov seznam predvajanja";
$t['Create an Advertising'] = "Ustvari kampanijo";
$t['Create more translations'] = "Ustvari več prevodov";
$t['Created'] = "Ustvarjen";
$t['Current Style & Theme'] = "Trenuten stil in tema";
$t['Dashboard'] = "Nadzorna plošča";
$t['Database-update needed'] = "Potrebna je nadgradnja podatkovne baze";
$t['Date'] = "Datum";
$t['Date added'] = "Dodan datum";
$t['Date added (newest)'] = "Dodan najnovejši datum";
$t['Date added (oldest)'] = "Dodan najstarejši datum";
$t['Default'] = "Privzeto";
$t['Delete'] = "Izbriši";
$t['Devices Stream Info'] = "Informacije o napravah za oddajanje";
$t['Description'] = "Opis";
$t['Direct Import Local Videos'] = "Direktno nalaganje lokalnih video posnetkov";
$t['Direct upload'] = "Direktno nalaganje";
$t['Disable AVideo Google Analytics'] = "Onemogoči AVideo Google Analytics";
$t['Disable Youtube-Upload'] = "Onemogoči Youtube nalaganje";
$t['Disable right-click-prevention on video and allow downloading'] = "Omogoči desni klik na video posnetkih in dovoli prenašanje posnetkov.";
$t['Do not forget to save after choose your theme'] = "Ne pozabite shraniti vaše izbire teme";
$t['Don´t like this video? Sign in to make your opinion count.'] = "Vam video posnetek ni všeč? Prijavite se in pustite svoje mnenje.";
$t['Down'] = "Spodaj";
$t['Download'] = "Prenesi";
$t['Download video'] = "Prenesi video posnetek";
$t['Downloading'] = "Prenašanje";
$t['Drag and drop to sort'] = "Povleci in spusti za razvrstitev";
$t['Drop Here'] = "Spusti tu";
$t['Duration'] = "Dolžina";
$t['E-mail'] = "Elektronsko sporočilo";
$t['E-mail Address'] = "Elektronski naslov";
$t['E-mail sent'] = "Elektronsko sporočilo je poslano";
$t['E-mail Verified'] = "Elektronski naslov preverjen";
$t['E-mail Not Verified'] = "Elektronski naslov ni preverjen";
$t['Edit'] = "Uredi";
$t['Edit Video'] = "Uredi video posnetek";
$t['Email can not be blank'] = "Elektronski naslov ne sme biti prazen";
$t['Embed'] = "Vstavi";
$t['Embed a video link'] = "Vstavi video povezavo";
$t['Embeded'] = "Vstavljen";
$t['Embed Stream'] = "Vstavljeno pretočno predvajanje";
$t['Enable WebCam Stream'] = "Dovoljeno WebCam pretočno predvajanje";
$t['Enable SMTP'] = "Omogoči SMTP";
$t['Enable SMTP Auth'] = "Omogoči SMTP Auth";
$t['Encode video and audio'] = "Kodiraj video and avdio";
$t['Encoder Network'] = "Omrežje enkoderja";
$t['Encoder URL'] = "URL naslov enkoderja";
$t['Encoding'] = "Enkodiranje";
$t['Encoding mp4 error'] = "Encoding mp4 error";
$t['Encoding xmp3 error'] = "Encoding xmp3 error";
$t['Encoding xogg error'] = "Encoding xogg error";
$t['Encoding xwebm error'] = "Encoding xwebm error";
$t['Error'] = "Napaka";
$t['Error on re-encoding!'] = "Error on re-encoding!";
$t['Error!'] = "Napaka!";
$t['Finish on'] = "Zaključi na";
$t['First'] = "Prvi";
$t['First Page Mode'] = "Predloga prve strani";
$t['For faster encode, download your own encoder'] = "For faster encode, download your own encoder";
$t['For of Him, and through Him, and to Him, are all things: to whom be glory for ever. Amen.'] = "For of Him, and through Him, and to Him, are all things: to whom be glory for ever. Amen.";
$t['From'] = "Od";
$t['Get imgage error'] = "Get imgage error";
$t['Go Back'] = "Pojdi nazaj";
$t['Go back to the main page'] = "Pojdi nazaj na domačo stran";
$t['Go to manager videos page!'] = "Pojdi na stran za upravljanje video posnetkov";
$t['Google Ad Sense'] = "Google Ad Sense";
$t['Group'] = "Skupina";
$t['Groups that can see this video'] = "Skupine, ki lahko vidijo ta video posnetek";
$t['Groups That Can See This Stream'] = "Skupine, ki lahko vidijo to pretočno predvajanje";
$t['Head Code'] = "Head Code";
$t['Help'] = "Pomoč";
$t['Hide Replies'] = "Skrij odgovore";
$t['History'] = "Zgodovina";
$t['How Much?'] = "Koliko?";
$t['I forgot my password'] = "Pozabljeno geslo";
$t['I would humbly like to thank God for giving me the necessary knowledge, motivation, resources and idea to be able to execute this project. Without God\'s permission this would never be possible.'] = "I would humbly like to thank God for giving me the necessary knowledge, motivation, resources and idea to be able to execute this project. Without God's permission this would never be possible.";
$t['I would like to share this video with you:'] = "I would like to share this video with you:";
$t['ID'] = "ID";
$t['ID can not be empty'] = "ID ne sme biti prazen";
$t['ID can\'t be blank'] = "ID ne sme biti prazen";
$t['Icon'] = "Ikona";
$t['If you can\'t view this video, your browser does not support HTML5 videos'] = "If you can't view this video, your browser does not support HTML5 videos";
$t['If you change your password the Server URL parameters will be changed too.'] = "If you change your password the Server URL parameters will be changed too.";
$t['If you do not have curl, you can alternatively use a recent wget: '] = "If you do not have curl, you can alternatively use a recent wget: ";
$t['Inactivate'] = "Deaktiviraj";
$t['Inactive'] = "Neaktivno";
$t['Invalid'] = "Napačno";
$t['Is Ad'] = "Je oglas";
$t['is live'] = "v živo";
$t['Language'] = "Jezik";
$t['Last'] = "Zadnji";
$t['Last 30 Days'] = "Zadnjih 30 dni";
$t['Last 7 Days'] = "Zadnjih 7 dni";
$t['Left'] = "Levo";
$t['Left Menu'] = "Levi meni";
$t['Like this video? Sign in to make your opinion count.'] = "Vam je video všeč? Prijavite se in pustite svoje mnenje.";
$t['Listed Transmition'] = "Prikazane povezave";
$t['Live'] = "V živo";
$t['Live Chat'] = "Pogovor v živo";
$t['LIVE NOW'] = "V ŽIVO";
$t['Live Video'] = "Video posnetek v živo";
$t['Loading...'] = "Nalaganje...";
$t['Local File'] = "Lokalne datoteke";
$t['Login'] = "Prijava";
$t['Logoff'] = "Odjava";
$t['Make it public'] = "Objavi javno";
$t['Make sure that the video you are going to download has a duration of less than %d minute(s)!'] = "Make sure that the video you are going to download has a duration of less than %d minute(s)!";
$t['Manage Payouts'] = "Manage Payouts";
$t['Manage Wallets'] = "Manage Wallets";
$t['Message'] = "Sporočilo";
$t['Message could not be sent'] = "Sporočilo ni bilo poslano";
$t['Message sent'] = "Sporočilo poslano";
$t['Modified'] = "Spremenjeno";
$t['Most Popular'] = "Najbolj popularno";
$t['Most Watched'] = "Najbolj ogledano";
$t['Most popular'] = "Najbolj popularno";
$t['Most watched'] = "Najbolj ogledano";
$t['My Account'] = "Moj račun";
$t['My Channel'] = "Moj kanal";
$t['My list'] = "Moj seznam";
$t['My videos'] = "Moji posnetki";
$t['Name'] = "Ime";
$t['Name can\'t be blank'] = "Ime ne sme biti prazen";
$t['New Category'] = "Nova kategorija";
$t['New Password'] = "Novo geslo";
$t['New User'] = "Nov uporabnik";
$t['New User Groups'] = "Nova skupina uporabnikov";
$t['Next'] = "Naslednji";
$t['No'] = "Ne";
$t['None (Parent)'] = "Ni starša";
$t['No data available in table'] = "Ni podatkov v tabeli";
$t['No matching records found'] = "Nobeni podatki ne ustrezajo temu iskanju";
$t['No results found!'] = "Ni najdenih rezultatov!";
$t['Notify Subscribers'] = "Obvesti naročnike";
$t['Off'] = "Izklopi";
$t['On'] = "Vklopi";
$t['Only verified users can upload'] = "Samo potrjeni uporabniki lahko nalagajo vsebine";
$t['Opacity'] = "Motnost";
$t['Original words found'] = "Original words found";
$t['Page'] = "Stran";
$t['Parent ID'] = "ID starša";
$t['Parent-Category'] = "Starševska kategorija";
$t['Password'] = "Geslo";
$t['Paste here the translated words, one each line'] = "Tukaj prilepite prevedene besede, eno za vsako vrstico";
$t['Payout'] = "Izplačilo";
$t['Permanent Link'] = "Začasna povezava";
$t['Permission denied'] = "Dostop zavrnjen";
$t['Permition denied'] = "Dovoljenje zavrnjeno";
$t['Play'] = "Predvajaj";
$t['Play All'] = "Predvajaj vse";
$t['Player URL'] = "URL predvajalnika";
$t['Playlist name?'] = "Ime seznama predvajanja?";
$t['Please login to proceed'] = "Za nadaljevanje je potrebna prijava";
$t['Please sign in'] = "Prosimo prijavite se";
$t['Plugin Form'] = "Plugin Form";
$t['Plugins'] = "Vtičniki";
$t['Position'] = "Pozicija";
$t['Preview'] = "Predogled";
$t['Previous'] = "Prejšnji";
$t['Prints'] = "Prints";
$t['Processing...'] = "Procesiranje...";
$t['Public'] = "Javen";
$t['Public Video'] = "Javni video posnetki";
$t['Queue Position'] = "Pozicija v čakalni vrsti";
$t['Random'] = "Naključen";
$t['Recover Password'] = "Ponastavi geslo";
$t['Recover password could not be saved!'] = "Ponestavljeno gesno se ni shranilo!";
$t['Recover password does not match'] = "Ponastavljeno geslo se ne ujema";
$t['Recover password!'] = "Ponastavi geslo!";
$t['Refresh'] = "Osveži";
$t['Regular Configuration'] = "Navadna konfiguracija";
$t['Regular User'] = "Navaden uporabnik";
$t['Remove'] = "Odstani";
$t['Remove Autoplay Next Video'] = "Odstrani video posnetek za avtomatsko predvajanje";
$t['Rename'] = "Preimenuj";
$t['Reply'] = "Odgovori";
$t['Request Payout'] = "Zahtevaj izplačilo";
$t['Reset Key'] = "Ponastavi ključ";
$t['Reset password'] = "Ponastavi geslo";
$t['Reset to Default'] = "Ponastavi na privzeto vrednost";
$t['Right'] = "Desno";
$t['Rotate LEFT'] = "Zavrti levo";
$t['Rotate RIGHT'] = "Zavrti desno";
$t['SMTP Host'] = "SMTP Host";
$t['SMTP Password'] = "SMTP Password";
$t['SMTP Port'] = "SMTP Port";
$t['SMTP Secure'] = "SMTP Secure";
$t['SMTP Username'] = "SMTP Username";
$t['Save'] = "Shrani";
$t['Save Stream'] = "Shrani pretočno predvajanje";
$t['Save File'] = "Shrani datoteko";
$t['Save changes'] = "Shrani spremembe";
$t['Script Code'] = "Script Code";
$t['Search'] = "Išči";
$t['Select a file to submit!'] = "Izberi datoteko za oddajo!";
$t['Select a language!'] = "Izberite jezik!";
$t['Select an icon for the category'] = "Izberite ikono za kategorijo";
$t['Select an icon for the menu'] = "Izberite ikono za meni";
$t['Select the update'] = "Izberite nadgradnjo";
$t['Send'] = "Pošlji";
$t['Server URL'] = "URL strežnika";
$t['Session Timeout in seconds'] = "Session Timeout in seconds";
$t['Share'] = "Deli";
$t['Share Info'] = "Informacije o skupni rabi";
$t['Share Video'] = "Deli video posnetke";
$t['Show _MENU_ entries'] = "Prikaži _MENU_ vnosov";
$t['Showing _START_ to _END_ of _TOTAL_ entries'] = "Prikazujem _START_ to _END_ of _TOTAL_ vnosov";
$t['Showing 0 to 0 of 0 entries'] = "Prikazujem 0 to 0 of 0 vnosov";
$t['Sign Up'] = "Registracija";
$t['Sign in'] = "Prijava";
$t['Sign in now!'] = "Prijavite se!";
$t['Sign up'] = "Registracija";
$t['Site Configurations'] = "Nastavitve strani";
$t['Skip Ad'] = "Preskoči oglas";
$t['Skip Button appears after (X) seconds'] = "Gumb preskoči se bo pojavil po (X) sekundah";
$t['Sorry'] = "Oprostite";
$t['Sorry you not able to download videos right now!'] = "Oprostite, prenašanje video posnetkov trenutno ni mogoče!";
$t['Sorry!'] = "Oprostite!";
$t['Sort by name'] = "Razvrsti po imenu";
$t['Source'] = "Vir";
$t['Starts on'] = "Začetek ob";
$t['Status'] = "Status";
$t['Status not found'] = "Status ni najdend";
$t['Stop ad after (X) clicks'] = "Stop ad after (X) clicks";
$t['Stop ad after (X) prints'] = "Stop ad after (X) prints";
$t['Stream name/key'] = "Stream name/key";
$t['Stream Settings'] = "Stream Settings";
$t['Style & Themes'] = "Izgled in teme";
$t['Subscribe'] = "Naroči se";
$t['Subscribed'] = "Naročen";
$t['Subscribed to'] = "Naroči se na";
$t['Subscribes'] = "Naroči";
$t['Subscriptions'] = "Naročnina";
$t['Subtitle Form'] = "Oblika podnaslova";
$t['Success'] = "Uspešno";
$t['Success!'] = "Uspešno!";
$t['Suggest'] = "Predlog";
$t['Support value can not be empty'] = "Support value can not be empty";
$t['Supported'] = "Podprt";
$t['Tags'] = "Oznake";
$t['Test Email'] = "Test Email";
$t['Test your email'] = "Test your email";
$t['Thank you'] = "Hvala";
$t['The captcha is empty'] = "The captcha is empty";
$t['The captcha is wrong'] = "The captcha is wrong";
$t['The file must be an .vtt file!'] = "Datoteka mora imeti končnico vtt!";
$t['The original file for this video does not exists anymore'] = "Originalna datoteka za to vsebino ne obstaja več.";
$t['The recover pass does not match!'] = "Ponastavljeno geslo se ne ujema!";
$t['Theme for Style:'] = "Tema za izgled:";
$t['Themes'] = "Tema";
$t['There is missing data to recover your password'] = "Mankajo nekateri podatki za ponastavitev gesla";
$t['There is no streaming now'] = "Trenutno ni aktivno nobeno pretočno predvajanje";
$t['This creates a download-button under your video, suggest you title.mp4 as download-name.'] = "This creates a download-button under your video, suggest you title.mp4 as download-name.";
$t['This e-mail will be used for this web site notifications'] = "This e-mail will be used for this web site notifications";
$t['This help us to track and dettect errors'] = "This help us to track and dettect errors";
$t['This is an experimental resource'] = "This is an experimental resource";
$t['This page works only with a MP4 File, if you have or need any other format, try to install your own <a href=\'https://github.com/WWBN/AVideo-Encoder\' class=\'btn btn-warning btn-xs\'>encoder</a> or use the <a href=\'https://encoder2.avideo.com/\' class=\'btn btn-warning btn-xs\'>public</a> one'] = "This page works only with a MP4 File, if you have or need any other format, try to install your own <a href='https://github.com/WWBN/AVideo-Encoder' class='btn btn-warning btn-xs'>encoder</a> or use the <a href='https://encoder2.avideo.com/' class='btn btn-warning btn-xs'>public</a> one";
$t['This plugin is not available for you'] = "This plugin is not available for you";
$t['This value must match with the language files on'] = "This value must match with the language files on";
$t['This video will cost you %s point(s)'] = "This video will cost you %s point(s)";
$t['This video will work as an advertising and will no longer appear on videos list'] = "This video will work as an advertising and will no longer appear on videos list";
$t['Thumbs Down'] = "Thumbs Down";
$t['Thumbs Up'] = "Thumbs Up";
$t['Timeline'] = "Časovnica";
$t['Title'] = "Naslov";
$t['To'] = "Za";
$t['To install it right away for all UNIX users (Linux, OS X, etc.), type: '] = "To install it right away for all UNIX users (Linux, OS X, etc.), type: ";
$t['To installations instructions try this link: '] = "To installations instructions try this link: ";
$t['To view this video please enable JavaScript, and consider upgrading to a web browser that'] = "To view this video please enable JavaScript, and consider upgrading to a web browser that";
$t['Today'] = "Danes";
$t['Today Views'] = "Današnji ogledi";
$t['Total Duration Videos (Minutes)'] = "Skupna dolžina posnetkov v minutah";
$t['Total Subscriptions'] = "Vsota naročnin";
$t['Total Users'] = "Vseh uporabnikov";
$t['Total Video Comments'] = "Vseh komentarjev";
$t['Total Videos'] = "Vseh video posnetkov";
$t['Total Videos Dislikes'] = "Vseh negativnih všečkov";
$t['Total Videos Likes'] = "Vseh všečkov";
$t['Total Videos Views'] = "Vseh ogledov video posnetkov";
$t['Total Views'] = "Vseh ogledov";
$t['Total Views (90 Days)'] = "Vseh ogledov (90 dni)";
$t['Total Views (Today)'] = "Vseh ogledov (danes)";
$t['Total Views Today'] = "Vsi današnji ogledov";
$t['Translated Array'] = "Matrika prevodov";
$t['Trying to establish a chat server connection'] = "Trying to establish a chat server connection";
$t['Type'] = "Tip";
$t['Type the code'] = "Vpišite kodo";
$t['Type your message...'] = "Vpišite sporočilo...";
$t['URL'] = "URL";
$t['UUID can\'t be blank'] = "UUID ne sme biti prazen";
$t['Unable to open file!'] = "Datoteke ni mogoče odpreti!";
$t['Uncheck all to make it public'] = "Odkljukajte vse, da jih objavite javno";
$t['Unique Users'] = "Unikatni uporabniki";
$t['Unknown User'] = "Neznani uporabniki";
$t['Unsuggest'] = "Odsvetuj";
$t['Up'] = "Gor";
$t['Up Next'] = "Naslednji";
$t['Update Now'] = "Posodobi zdaj";
$t['Update AVideo System'] = "Posodobi AVideo sistem";
$t['Update the site configuration'] = "Posodobi nastavitve strani";
$t['Update version'] = "Posodobi verzijo";
$t['Update your user'] = "Posodobi svojega uporabnika";
$t['Upload a Background'] = "Naloži sliko ozadja";
$t['Upload a MP4 File'] = "Naloži MP4 datoteko";
$t['Upload a MP4 video'] = "Naloži MP4 video posnetek";
$t['Upload a Photo'] = "Naloži fotografijo";
$t['Upload a Plugin'] = "Naloži vtičnik";
$t['Upload a Plugin ZIP File'] = "Naloži vtičnik (ZIP datoteka)";
$t['Upload a logo'] = "Naloži logotip";
$t['Upload a small logo'] = "Naloži manjši logotip";
$t['Upload to YouTube'] = "Naloži na Youtube";
$t['Upload your file'] = "Naloži datoteko";
$t['Uploaded By'] = "Posodobil je";
$t['Use tls OR ssl'] = "Use tls OR ssl";
$t['User'] = "Uporabnik";
$t['User Form'] = "Oblika uporabnika";
$t['User Groups'] = "Uporabniška skupina";
$t['User Groups Form'] = "Oblika uporabniške skupine";
$t['User already exists'] = "Uporabnik že obstaja";
$t['User and Password can not be blank'] = "Uporabnik in geslo ne smeta biti prazna";
$t['User can not be blank'] = "Uporabnik ne sme biti prazen";
$t['User not found'] = "Uporabnik ni najden";
$t['UserGroups'] = "Uporabniška skupina";
$t['Users'] = "Uporabniki";
$t['Users Groups'] = "Uporabniške skupine";
$t['Verification Sent'] = "Potrditev poslana";
$t['Verify e-mail'] = "Potrdi elektronski naslov";
$t['Video'] = "Video posnetek";
$t['Video Advertising'] = "Video kampanije";
$t['Video Chart'] = "Video graf";
$t['Video Form'] = "Oblika video posnetka";
$t['Video Link'] = "Povezava video datoteke";
$t['Video Title'] = "Naslov video posnetka";
$t['Video URL'] = "URL video posnetka";
$t['Video can not be empty'] = "Video posnetek ne sme biti prazen";
$t['Video not found'] = "Video posnetek ni najden";
$t['Video re-encoding!'] = "Ponovno enkodiranje video posnetka!";
$t['Videos'] = "Video posnetki";
$t['Videos linked'] = "Povezani videoposnetki";
$t['View'] = "Ogled";
$t['View Details'] = "Podrobnosti ogleda";
$t['View all replies'] = "Ogled odgovorov";
$t['Views'] = "Ogledi";
$t['Warning'] = "Opozorilo";
$t['Watch on YouTube'] = "Ogled na Youtube-u";
$t['Watching Now'] = "Trenutno gledajo";
$t['We detected a total of %s pending updates, if you want to do it now click (Update Now) button'] = "We detected a total of %s pending updates, if you want to do it now click (Update Now) button";
$t['We have not found any videos or audios to show'] = "Ni videev za prikaz.";
$t['We sent you an e-mail with instructions'] = "Poslali smo vam pošto z navodili.";
$t['We use youtube-dl to download videos from youtube.com or other video platforms'] = "We use youtube-dl to download videos from youtube.com or other video platforms";
$t['We will check if there is a stream conflict before stream'] = "We will check if there is a stream conflict before stream";
$t['We will send you a link, to your e-mail, to recover your password!'] = "Na vaš elektronski naslov boste prejeli povezavo za ponastavitev gesla!";
$t['We would like to thanks http://bootswatch.com/'] = "We would like to thanks http://bootswatch.com/";
$t['Web site title'] = "Naslov spletne strani";
$t['WebCam Streaming'] = "WebCam pretočno predvajanje";
$t['Website'] = "Spletna stran";
$t['What is User Groups'] = "Kaj so uporabniške skupine";
$t['What is the new name?'] = "Kaj je novo ime?";
$t['What is this'] = "Kaj je to";
$t['When'] = "Kdaj";
$t['When autoplay is enabled, a suggested video will automatically play next.'] = "Kadar je vklopljeno samodejno predvajanje, se bodo predlagani posnetki predvajali samodejno.";
$t['Word Translations'] = "Prevodi besed";
$t['Yes'] = "Da";
$t['Yes, delete it!'] = "Da, izbriši!";
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is grammatically incorrect and only used in an error field.
$t['AVideo URL'] = "AVideo URL";
$t['You already support this video'] = "Ta video posnetek je že podprt";
$t['You are hosting %d minutes and %d seconds of video'] = "Gostite %d minut and %d sekund video vsebin";
$t['You are not allowed see this streaming'] = "Nimate dovoljenja za ogled tega pretočnega predvajanja";
$t['You are not logged'] = "Niste prijavljeni";
$t['You are not online, loading webcam...'] = "You are not online, loading webcam...";
$t['You are online now, web cam is disabled'] = "You are online now, web cam is disabled";
$t['You are running AVideo version %s!'] = "You are running AVideo version %s!";
$t['You asked for a recover link, click on the provided link'] = "You asked for a recover link, click on the provided link";
$t['You can not Manage This Video'] = "You can not Manage This Video";
$t['You can not do this'] = "You can not do this";
$t['You can not manage ads'] = "You can not manage ads";
$t['You can not manage categories'] = "You can not manage categories";
$t['You can not manage comments'] = "You can not manage comments";
$t['You can not manage plugins'] = "You can not manage plugins";
$t['You can not manage subscribes'] = "You can not manage subscribes";
$t['You can not manage users'] = "You can not manage users";
$t['You can not manage videos'] = "You can not manage videos";
$t['You can not manager payouts'] = "You can not manager payouts";
$t['You can not manager plugin PointsSystem'] = "You can not manager plugin PointsSystem";
$t['You can not manager plugin add logo'] = "You can not manager plugin add logo";
$t['You can not manager plugin customize'] = "You can not manager plugin customize";
$t['You can not manager plugin logo overlay'] = "You can not manager plugin logo overlay";
$t['You can not manager plugin this'] = "You can not manager plugin this";
$t['You can not manager plugins'] = "You can not manager plugins";
$t['You can not manager wallets'] = "You can not manager wallets";
$t['You can not notify'] = "You can not notify";
$t['You can not see history'] = "You can not see history";
$t['You can not stream live videos'] = "You can not stream live videos";
$t['You can storage %s minutes of videos!'] = "You can storage %s minutes of videos!";
$t['You can upload max of %s!'] = "You can upload max of %s!";
$t['You can use our public encoder on'] = "You can use our public encoder on";
$t['You cannot comment on videos'] = "You cannot comment on videos";
$t['You could not use your balance to watch this video'] = "You could not use your balance to watch this video";
$t['You do not have an e-mail'] = "You do not have an e-mail";
$t['You don\'t have balance'] = "You don't have balance";
$t['You have %s minutes of videos!'] = "You have %s minutes of videos!";
$t['You have about %s minutes left of video storage!'] = "You have about %s minutes left of video storage!";
$t['You have sent the notification'] = "You have sent the notification";
$t['You have version '] = "You have version ";
$t['You must be logged'] = "You must be logged";
$t['You must fill all fields'] = "You must fill all fields";
$t['You must login to be able to comment on videos'] = "You must login to be able to comment on videos";
$t['You must make this video public or select a group to see your video!'] = "You must make this video public or select a group to see your video!";
$t['You need a user and passsword to register'] = "You need a user and passsword to register";
$t['You need a video to generate statistics'] = "You need a video to generate statistics";
$t['You need to inform what is your user!'] = "You need to inform what is your user!";
$t['You need to install'] = "You need to install";
$t['You need to make your locale folder writable'] = "You need to make your locale folder writable";
$t['You need to set up an encoder server'] = "You need to set up an encoder server";
$t['You need to tell us the new name?'] = "You need to tell us the new name?";
$t['You will not be able to recover these videos!'] = "You will not be able to recover these videos!";
$t['You will not be able to recover this action!'] = "You will not be able to recover this action!";
$t['You will not be able to recover this category!'] = "You will not be able to recover this category!";
$t['You will not be able to recover this group!'] = "You will not be able to recover this group!";
$t['You will not be able to recover this user!'] = "You will not be able to recover this user!";
$t['You will not be able to recover this video!'] = "Videa ne boste mogli obnoviti!";
$t['You will not be able to recover this!'] = "You will not be able to recover this!";
$t['You will request a payout of '] = "You will request a payout of ";
$t['You will support this video with '] = "You will support this video with ";
$t['Your %slocale dir is not writable'] = "Your %slocale dir is not writable";
$t['Your Logo'] = "Your Logo";
$t['Your POST data is empty may be your vide file is too big for the host'] = "Your POST data is empty may be your vide file is too big for the host";
$t['Your Password has been set'] = "Your Password has been set";
$t['Your Payout request was saved!'] = "Your Payout request was saved!";
$t['Your Small Logo'] = "Your Small Logo";
$t['Your ad has NOT been deleted!'] = "Your ad has NOT been deleted!";
$t['Your ad has NOT been saved!'] = "Your ad has NOT been saved!";
$t['Your ad has been deleted!'] = "Your ad has been deleted!";
$t['Your ad has been saved!'] = "Your ad has been saved!";
$t['Your balance has NOT been saved!'] = "Your balance has NOT been saved!";
$t['Your cache has been cleared!'] = "Your cache has been cleared!";
$t['Your cache has NOT been cleared!'] = "Your cache has NOT been cleared!";
$t['Your category has NOT been deleted!'] = "Your category has NOT been deleted!";
$t['Your category has NOT been saved!'] = "Your category has NOT been saved!";
$t['Your category has been deleted!'] = "Your category has been deleted!";
$t['Your category has been saved!'] = "Your category has been saved!";
$t['Your code is not valid'] = "Your code is not valid";
$t['Your comment has NOT been deleted!'] = "Your comment has NOT been deleted!";
$t['Your comment has NOT been saved!'] = "Your comment has NOT been saved!";
$t['Your comment has been saved!'] = "Your comment has been saved!";
$t['Your comment must be bigger then 5 characters!'] = "Your comment must be bigger then 5 characters!";
$t['Your configurations has NOT been updated!'] = "Your configurations has NOT been updated!";
$t['Your configurations has been updated!'] = "Your configurations has been updated!";
$t['Your cost has NOT been saved!'] = "Your cost has NOT been saved!";
$t['Your current balance is %s'] = "Your current balance is %s";
$t['Your group has NOT been deleted!'] = "Your group has NOT been deleted!";
$t['Your group has NOT been saved!'] = "Your group has NOT been saved!";
$t['Your group has been deleted!'] = "Your group has been deleted!";
$t['Your group has been saved!'] = "Skupina je bila shranjena!";
$t['Your language has been saved!'] = "Your language has been saved!";
$t['Your maximum file size is:'] = "Your maximum file size is:";
$t['Your message could not be sent!'] = "Your message could not be sent!";
$t['Your message has been sent!'] = "Your message has been sent!";
$t['Your new password could not be set!'] = "Your new password could not be set!";
$t['Your new password has been set!'] = "Your new password has been set!";
$t['Your password does not match!'] = "Your password does not match!";
$t['Your payout status has NOT been saved!'] = "Your payout status has NOT been saved!";
$t['Your subtitle has NOT been uploaded!'] = "Your subtitle has NOT been uploaded!";
$t['Your subtitle has been saved!'] = "Your subtitle has been saved!";
$t['Your system is up to date'] = "Your system is up to date";
$t['Your update from file %s is done, click continue'] = "Your update from file %s is done, click continue";
$t['Your user has NOT been created!'] = "Your user has NOT been created!";
$t['Your user has NOT been deleted!'] = "Your user has NOT been deleted!";
$t['Your user has NOT been saved!'] = "Your user has NOT been saved!";
$t['Your user has NOT been updated!'] = "Your user has NOT been updated!";
$t['Your user has been created!'] = "Uporabnik je bil ustvarjen!";
$t['Your user has been deleted!'] = "Your user has been deleted!";
$t['Your user has been saved!'] = "Uporabnik je bil shranjen!";
$t['Your user or password is wrong!'] = "Uporabniško ime ali geslo sta napačna!";
$t['Your video <a href=\'https://youtu.be/%s\' target=\'_blank\' class=\'btn btn-default\'><span class=\'fas fa-play-circle\'></span> %s</a> was uploaded to your <a href=\'https://www.youtube.com/my_videos\' class=\'btn btn-default\' target=\'_blank\'><span class=\'fab fa-youtube-square\'></span> YouTube Account</a><br> '] = "Your video <a href='https://youtu.be/%s' target='_blank' class='btn btn-default'><span class='fas fa-play-circle'></span> %s</a> was uploaded to your <a href='https://www.youtube.com/my_videos' class='btn btn-default' target='_blank'><span class='fab fa-youtube-square'></span> YouTube Account</a><br> ";
$t['Your video download is complete, it is encoding now'] = "Nalaganje video posnetka je zaključeno, poteka enkodiranje";
$t['Your video has NOT been deleted!'] = "Vaš video posnetek ni bil izbrisan!";
$t['Your video has NOT been saved!'] = "Vaš video posnetek ni bil shranjen!";
$t['Your video is downloading now'] = "Vaš video posnetek se sedaj prenaša";
$t['Your videos have NOT been deleted!'] = "Vaše video vsebine niso bile izbrisane!";
$t['Youtube'] = "Youtube";
$t['ago'] = "nazaj";
$t['day'] = "dan";
$t['days'] = "dni";
$t['description'] = "opis";
$t['hour'] = "ura";
$t['hours'] = "ure";
$t['is Active'] = "je aktiven";
$t['is Admin'] = "je admin";
$t['minute'] = "minuta";
$t['minutes'] = "minute";
$t['month'] = "mesec";
$t['months'] = "meseci";
$t['remaining'] = "preostane";
$t['second'] = "sekunda";
$t['seconds'] = "sekund";
$t['week'] = "teden";
$t['weeks'] = "tednov";
$t['year'] = "leto";
$t['years'] = "let";
$t['youtube-dl uses Python and some servers does not came with python as dafault, to install Python type:'] = "youtube-dl uses Python and some servers does not came with python as dafault, to install Python type:";
$t['installed , but your database is not up to date. This could lead to bugs. Please go to the update-site.'] = "installed , but your database is not up to date. This could lead to bugs. Please go to the update-site.";
$t['Showing {{ctx.start}} to {{ctx.end}} of {{ctx.total}} entries'] = "Prikazujem od {{ctx.start}} do {{ctx.end}} od skupno {{ctx.total}} vnosov";
$t['Allow Download My Videos'] = "Dovoli prenos mojih video posnetkov";
$t['Allow Share My Videos'] = "Dovoli deljenje mojih video posnetkov";
$t['Next video NOT set'] = "Naslednji video NI nastavljen";
$t['Remove User Group'] = "Odstani uporabniško skupino";
$t['Add User Group'] = "Dodaj uporabniško skupino";
$t['Users linked'] = "član(ov)";
$t['Sign out'] = "Odjavi se";
$t['Home'] = "Domov";
$t['Trending'] = "Popularno";
$t['Admin Panel'] = "Administratorske strani";
$t['Track your videos with Google analytics'] = "Sledi posnetkom tudi z Google analytics orodjem";
$t['Analytics Code'] = "Koda za Google analytics";
$t['Basic Info'] = "Osnovne informacije";
$t['Video views - per Channel'] = "Ogledi video posnetkov po kanalu";
$t['Comment thumbs up - per Person'] = "Všečki na komentarjih po uporabnikih";
$t['Video thumbs up - per Channel'] = "Všečki na video posnetkih po kanalu";
$t['Private'] = "Privatno";
$t['Owner'] = "Lastnik";